﻿@font-face {
    font-family: 'Helvetica Neue Light';
    src: url('../fonts/HelveticaNeueLTStd-Th.eot');
    src: url('../fonts/HelveticaNeueLTStd-Th.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStd-Th.woff') format('woff'), url('../fonts/HelveticaNeueLTStd-Th.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue UltraLight';
    src: url('../fonts/HelveticaNeueLTStdUltLt.eot');
    src: url('../fonts/HelveticaNeueLTStdUltLt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdUltLt.woff') format('woff'), url('../fonts/HelveticaNeueLTStdUltLt.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Thin';
    src: url('../fonts/HelveticaNeueLTStdLt.eot');
    src: url('../fonts/HelveticaNeueLTStdLt.eot?#iefix') format('embedded-opentype'), url('../fonts/HelveticaNeueLTStdLt.woff') format('woff'), url('../fonts/HelveticaNeueLTStdLt.ttf') format('truetype');
}

@font-face {
    font-family: 'Helvetica Neue Condensed';
    src: url('../fonts/helvetica-neue-condensed.otf');
}

/* 2018 Helvetica files */
@font-face {
    font-family: 'HelveticaNeueLTPro-Bd';
    src: url('/fonts/37C8FB_A_0.eot');
    src: url('/fonts/37C8FB_A_0.eot?#iefix') format('embedded-opentype'), url('/fonts/37C8FB_A_0.woff2') format('woff2'), url('/fonts/37C8FB_A_0.woff') format('woff'), url('/fonts/37C8FB_A_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-Roman';
    src: url('/fonts/37C8FB_6_0.eot');
    src: url('/fonts/37C8FB_6_0.eot?#iefix') format('embedded-opentype'), url('/fonts/37C8FB_6_0.woff2') format('woff2'), url('/fonts/37C8FB_6_0.woff') format('woff'), url('/fonts/37C8FB_6_0.ttf') format('truetype');
}

@font-face {
    font-family: 'HelveticaNeueLTPro-It';
    src: url('/fonts/37C8FB_7_0.eot');
    src: url('/fonts/37C8FB_7_0.eot?#iefix') format('embedded-opentype'), url('/fonts/37C8FB_7_0.woff2') format('woff2'), url('/fonts/37C8FB_7_0.woff') format('woff'), url('/fonts/37C8FB_7_0.ttf') format('truetype');
}

@font-face {
    font-family: 'Danmark Ultra';
    src: url('/fonts/DanmarkURW-Ult.otf');

}


html,
body {
    width: 100%;
    min-width: 1300px;
    padding: 0px;
    margin: 0px;
    overflow: visible;
}

a:hover {
	text-decoration: none !important;
}

ul {
    padding: 0px;
}

body.v4master {
    overflow: visible;
}

.maincontainer {
    min-height: 100%;
    width: 100%;
    position: relative;
}

.s4-widecontentarea {

    width: 0px;
}

.mainnav {
    height: 70px;
    width: 100%;
    background-color: white;
}

#Navbar {
    position: relative;
    bottom: -35px;
    right: 220px;
}

.productnav {
    border-bottom: 1px #cccccc solid;
}


.navbar-brand img {
    position: relative;
    top: -15px;
    left: -4px;
}


.navbar-nav>li>a {
    padding-bottom: 4px !important;
}


.marginBottom-0 {
    margin-bottom: 0;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
    width: 110%;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #cccccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #555;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.navbar a {
    text-transform: uppercase;
    font: normal 14px "ZurichBT-RomanCondensed", Arial, sans-serif;
    text-align: right;
    padding-right: 30px !important;
}

.logo {
    display: block;
    float: left;
    width: 240px;
    height: 70px;
    background: url('/PublishingImages/img/main/landscape-forms1.png') no-repeat;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    line-height: 0;
    z-index: 99999;
}

/*.sitesearch {
	position:absolute;
	right:0px;
	top:46px;
	display:inline-block;
	width:30px;
}
.submitbutton {
	background: #fff url("../PublishingImages/search-icon.png") no-repeat center;
	width: 0px;
	height:0px;
	text-indent: -5000px;
	border:none;
	padding:10px 11px;
	cursor:pointer;
	position:relative;

}
#expandedsearch {
	display:none;
	width:300px;
	position:relative;
	margin-bottom:-25px;
	top:-28px;
	margin-right:auto;
	margin-left:auto;
	background:white;
	z-index:99999;
}
#expandedsearch input {
	border:none;
	width:200px;
	color:#666666;
}
.closeButton {
	border:none;
	background-color:white;
	color:#666666;
	
}
.search::-ms-clear {
	display:none;
}*/
.dropdown li,
.dropdown li a {
    text-align: left;
}

.sitesearch {
    position: absolute;
    right: 5px;
    top: 43px;
    display: inline-block;
    width: 300px;
    border: 1px #cccccc solid;
    color: #666666;
}

.sitesearch button {
    height: 20px;
    position: relative;
    bottom: 5px;
}

.submitbutton {
    background: #fff url("../PublishingImages/search-icon.png") no-repeat center;
    width: 0px;
    height: 0px;
    text-indent: -5000px;
    border: none;
    padding: 10px 11px;
    cursor: pointer;
    position: relative;

}

.search {
    border: none;
    background-color: #ffffff;
    height: 16px;
    color: #999999;
    font-size: 12px;
    /*position:relative;
	top:10px;
	right:125px;
	z-index:9999;
	height:25px;
	clear:both;
	margin-right:-125px;
	width:155px;*/
}


/*
.open {
	display:block;
}*/


/*HOME PAGE STYLES*/


.channels {
    width: 900px;
    text-transform: uppercase;
    font-size: 19pt;
    color: #999999;
    margin-left: auto;
    margin-right: auto;
    height: 100px;

}

.channels div {
    float: left;
    margin-right: 55px;
}

.channelline {
    width: 70px;
    border-color: #da5843;
    position: relative;
    left: -115px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.channellinks {
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.channelJumper {
    color: #999999;
    padding-right: 30px;
}

/*.channelHead:hover {
	border-bottom: 1px #da5843 solid;
	padding-bottom: 5px !important;
}*/
.channels div a {
    color: #999999;
    text-decoration: none;
}

.channel-byline {
    font-size: 12px;
    color: #999999;
    text-transform: none;
    position: relative;
    top: -10px;
}

.channels .outside {
    font-size: 12px;
    text-transform: none;
    color: #da5843;
    position: relative;
    top: -10px;
}

.channel-hidden {
    display: none;

}

.channeloutside {
    color: #da5843;
}

/*.channels div:hover a {
	color:#da5843 !important;
}*/
.channels div:hover {}

.channelHead:hover+.channel-hidden {
    display: inline-block;
    width: 300px;


}



.header-image-home {
    height: 600px;
}

.header-image {
    min-height: 600px;
}

.header-image img,
.header-image-home img {
    position: absolute;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -100;


}

video#bgvid {
    position: absolute;
    min-width: 100%;
    width: 100%;
    height: auto;
    z-index: -100;
    transform: translateY(0px);
}


@media screen and (min-width:1500px) {
    video#bgvid {
        position: absolute;

    }
}


/* video#bgvid:not(*:root) {
//	position:static;
	} */


@media screen and (max-width:1499px) {
    video#bgvid {
        transform: translateY(0px);
    }
}






video {
    object-fit: cover;
}

#ctl00_imagebannerback {
    background-color: black;
    padding-left: 20px;
    opacity: .5;
    height: 80px;
    top: 550px;
    width: 100%;
    position: absolute;

}

#ctl00_imagebanner {
    position: absolute;
    top: 550px;
    width: 100%;
    color: white;
    font-size: 14pt;
    height: 80px;
    padding-left: 20px;
}

.verticalheader {
    text-transform: uppercase;
    font-size: 30pt;
    position: relative;
    bottom: -10px;
    font-family: 'Helvetica Neue UltraLight', Helvetica, Arial, sans-serif;
}

.verticalheadersmall {
    position: relative;
    bottom: -6px;
    left: 10px;
    font-size: 1.45em;
    font-family: 'Helvetica Neue Light', Helvetica, Arial, sans-serif;
}

.maincontent {
    background-color: white;
    margin-left: auto;
    margin-right: auto;

}

.maincontentother {
    width: 1300px;
}

.mainHomecontent {
    background-color: white;
    margin-left: auto;
    margin-right: auto;
    padding-top: 50px;
}

.mainpadded {
    width: 1300px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.mainBody {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 100px;
    position: relative;
    top: -10px;
}

#footer {
    min-height: 100%;
    height: 1000px;
    min-width: 1300px;
    width: 100%;
    display: block;
    margin: auto;
    background-color: white;
    font-size: 13px;
    color: #676767 !important;


}

.footer-body {
    width: 1500px;
}

#footer {
    min-height: 300px;
    height: 300px;
}

.footer-content {
    width: 1300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 40px;
}

.footer-float {
    float: left;
    display: inline-block;
    margin-left: 10px;
}

#footer-float1 {
    width: 260px;
    position: relative;
}

#footer-float2,
#footer-float3,
#footer-float4 {
    /*margin-top:110px;*/
    width: 140px;
    position: relative;
    top: -5px;
}

#footer-float2 {
    top: -2px;
}

#footer-float3 {
    width: 110px;
}

#footer-float4 {
    width: 110px;
    padding-bottom: 10px;
}

#footer-float5 {
    width: 120px;
    position: relative;
    top: -5px;
}

#footer-float6 {
    width: 150px;
    position: relative;
    top: -5px;
}

#footer-float7 {
    width: 300px;
}

.footer-float .title {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 12px;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 3px;
}

.collection-title {
    margin-top: 10px !important;
}

.single-title {
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}

.footer-float a,
.footer-float a:hover,
.footer-float a:visited {
    color: #676767 !important;
}

.footer-logo {
    display: block;
    position: relative;
    width: 240px;
    height: 70px;
    background: url('/PublishingImages/img/main/landscape-forms.gif') no-repeat;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    line-height: 0;
}

.footer-logo-bottom {
    display: block;
    position: relative;
    left: -35px;
    top: -35px;
    width: 240px;
    height: 36px;
    background: url('/PublishingImages/img/main/LF-Orange-gray-logo.png') no-repeat;
    text-indent: -5000px;
    margin: 0;
    padding: 0;
    line-height: 0;

}

#footer .header-text {
    text-transform: uppercase;
}

#footer .header-text-learn {
    margin-top: 10px;
}

#footer p,
#footer ul {
    margin-top: 0px;
    margin-bottom: 0px;
}

li.title {
    margin-top: 3px;
}

div.title {
    margin-top: 0px !important;
}

.footer-email {
    background: url('/SiteCollectionImages/Home/zTrash/footer-email.jpg') no-repeat left 1px;
    height: 24px;
    margin: 15px 0 5px 0;
}

.footer-email p {
    margin-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
    color: #676767;
}

.creed {
    margin-top: 70px;
    width: 325px;
    display: block;
    font-size: 12px;
}

.copy {
    height: 70px;
}

/* ===============
   Footer Icon Nav
   =============== */
nav.iconnav {
    position: relative;
    left: -15px;
}

nav.iconnav ul {
    height: 40px;
    display: block;
    margin: 0;
}

nav.iconnav ul li {
    float: left;
    position: relative;
    list-style: none;
}

nav.iconnav ul a {
    display: block;
    border: none;
    width: 45px;
    height: 40px;
    text-indent: -5000px;
    background: 0 no-repeat;
    background-position: center bottom;
}

/*nav.iconnav ul {
	background-image: url('/Publishingimages/img/footer-icons/social-icons.png');
}*/

nav.iconnav ul a.facebook {
    background-image: url('/PublishingImages/img/footer-icons/facebook.gif');
}

nav.iconnav ul a.twitter {
    background-image: url('/PublishingImages/img/footer-icons/twitter.gif');
}

nav.iconnav ul a.linkedin {
    background-image: url('/PublishingImages/img/footer-icons/linkedin.gif');
}

nav.iconnav ul a.youtube {
    background-image: url('/PublishingImages/img/footer-icons/youtube-new.gif');
}

nav.iconnav ul a.instagram {
    background-image: url('/Publishingimages/img/footer-icons/instagram.gif');
}

nav.iconnav ul a.pinterest {
    background-image: url('/Publishingimages/img/footer-icons/pinterest.gif');
}

nav.iconnav ul a.rss {
    background-image: url('/PublishingImages/img/footer-icons/rss.gif');
}

nav.iconnav ul a.email {
    background-image: url('/PublishingImages/img/footer-icons/email.gif');
}

nav.iconnav ul a.blog {
    background-image: url('/PublishingImages/img/footer-icons/blog.gif');
}

nav.iconnav ul a.phone {
    background-image: url('/PublishingImages/img/footer-icons/phone.gif');
}

nav.iconnav ul a.information {
    background-image: url('/PublishingImages/img/footer-icons/info.gif');
}

nav.iconnav ul a.print {
    background-image: url('/PublishingImages/img/footer-icons/print.gif');
}

nav.iconnav ul a.cart {
    background-image: url('/PublishingImages/img/footer-icons/cart.gif');
}

nav.iconnav ul a.binder {
    background-image: url('/Publishingimages/img/footer-icons/binder.gif');
}

nav.navbar {
    z-index: 99999;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}




/* ===============
   Footer Sitemap
   =============== */

nav.sitemap,
nav.sitemap ul {
    /*float: left;*/
    padding: 0px;
    margin: 0px;
}

nav.sitemap li a {

    color: #676767;

}

#footer nav li a {
    color: #676767;
}

.copy {
    width: 300px;
    height: 70px;
    font-size: 13px;
}

.copy div {
    display: inline-block;
    background: url('/SiteCollectionImages/Home/zTrash/footer-language.jpg') no-repeat left top;
    height: 30px;

}

.copy div p {
    margin-left: 25px;
    margin-top: auto;
    margin-bottom: auto;
}

.copy a {
    color: #676767 !important;
}


@media all and (min-width: 1490px) {
    .copy div {
        margin-left: 20%;
    }
}

.homeSlideTitle {
    font-size: 24pt;
    background: white;
    color: black;
    position: absolute;
    bottom: 50px;
    left: 120px;
    width: 100%;
    height: 50px;
    padding-top: 5px;
}

/***********************************
// Product Page Layout
//
/**********************************/
.allbody {}

.FastTrack {
    padding-top: 5px;
}

object {
    outline: none !important;
    margin-top: -10px;

}

#expanded {
    background-color: #666666;
    opacity: .9;
    color: white;
    position: absolute;
    z-index: 1000;
    display: none;
    width: 200px;
    top: 2px;
    left: 175px;
    padding: 10px !important;

}

.rightColumnBold {
    font-weight: bold;
}

.rightDesignerDiv {
    position: relative;
    top: 80px;
    padding-left: 185px !important;
}

.rightColumnDesignerName {
    font-size: 12pt;
    color: #666666;
    vertical-align: bottom;
    line-height: 12pt;
}

.styleName {
    font-size: 14pt;
    font-weight: bold;
    color: #666666;
}

.styleDimensions {
    font-size: 11pt;
    color: #666666;
}

.slideContainer {
    color: white;
    width: 90%;
    height: 50px;
    position: relative;
    bottom: 50px;
}

.slidergray {
    background: black;
    color: white;
    opacity: .4;
    width: 100%;
    height: 50px;
    position: absolute;
    bottom: 0px;
    z-index: 999;

}

#slideTitleHolder {
    position: relative;
    bottom: 50px;
    width: inherit;

}

.slidetitle {
    font-size: 30pt;
    margin: auto;
    height: 50px;
    padding-top: 5px;
    font-family: 'Helvetica Neue Light', sans-serif;
    position: relative;
}

.leftCol {
    float: left;
    width: 55%;
    display: inline-block;
    position: relative;
    top: -30px;
}

.rightCol {
    float: left;
    display: block;

}


.rightCol {
    width: 35%;
    display: inline-block;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    top: -15px;
    right: -90px;
    clear: both;
    float: none;

}

.rightCol p {
    color: #666666;
}

#expander {
    padding-left: 8px !important;
    font-size: 14px !important;
    font-weight: bold;
}

#imageheader {
    margin-left: 0px;
    width: 720px;
    display: inline-block;
}

#imageheader li.tool-title {
    width: 685px !important;
    background: url("/publishingimages/txt_Images.png") no-repeat;
    height: 47px;
    list-style: none;
}

#imageheader li.tool-title span {
    padding-left: 20px;
}

#features-title {
    width: 1300px !important;
    background: url("/publishingimages/txt_Features.png") no-repeat;
    height: 47px;
    list-style: none;
}

#finishes-title {
    width: 1300px !important;
    background: url("/publishingimages/txt_Finishes.png") no-repeat;
    height: 47px;
    list-style: none;
}

#viewimages {
    position: relative;
    text-align: left;
    margin-top: 5px;
    display: inline-block;
}

#viewimageslarger {
    right: 10px;
    position: relative;
}

#allimages {
    position: absolute;
    right: 35px;
}

#allimages a {
    color: #666666;
}

#imageicons {
    position: relative;
}

.tools {
    clear: both;
    width: 80%;
    display: block;
    min-width: 300px;
    float: none;
}

.tools {
    clear: both;
    float: none;
    position: relative;
    left: 52px;
    vertical-align: top;
    display: inline-block;
    width: 33%;

}

.tools ul {
    width: 40%;
    display: inline-block;
}

.details {
    float: left;
    width: 50%;
}

.details .tool-title {
    width: 167px;
    padding-left: 15px;
    background: url("/publishingimages/txt_Details.png") no-repeat;
    height: 47px;
}

.tools-list {
    position: relative;
    left: 23px;
}

.tools-list .tool-title {
    width: 167px;
    padding-left: 15px;
    background: url("/publishingimages/txt_Tools.png") no-repeat;
    height: 47px;

}

.tools ul {
    list-style: none;
}

.tools ul ul li {
    height: 40px;
    width: 167px;
    border: 1px #666666 solid;
    margin-bottom: 5px;
    padding-left: 15px;
    cursor: pointer;
    padding-top: 8px;
    color: #666666;
}

.tools ul ul li a {
    color: #666666;
    text-decoration: none;
}

.tools ul ul li:hover,
.tools ul ul li:hover a,
.tools ul ul li a:hover {
    color: white !important;
    text-decoration: none;
    background-color: #f34a18;
    border: none;
}

.lineart {
    margin-left: 0px;
    clear: both;
    padding-top: 0px;
    padding-bottom: 20px;
}

.lineart img {
    margin-right: 40px;

}

#ctl00_PlaceHolderMain_lineartslides img {
    height: 111px !important;
}

.ui-dialog-content img {
    max-width: 100%;
    height: auto;
}


#jumpnav,
#jumpnav a {
    color: #f34a18;
}

#jumpnav {
    margin-top: 20px;
    margin-left: 0px;
}


/* COLLECTION PAGE STYLES */
.collectioncopy {
    width: 300px;
    margin-top: 100px;
    position: relative;

}

.collectiontitle {
    text-transform: uppercase;
    font-size: 24pt;
    font-family: 'Helvetica Neue Light', Helvetica, sans-serif;

}

.collectionimages {
    top: 80px;
    float: right;
    width: 900px;
    position: absolute;
    right: 20px;

}

.collectionbody {
    width: 1300px;
    height: auto;
    overflow: visible;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 180px;
    display: block;
    position: relative;
    min-height: 660px;
}

.thumbbody {
    width: 1100px;
    margin-right: auto;
    margin-left: auto;
}

.thumbImage {
    display: inline-block;
    position: relative;
    vertical-align: top;

}

.thumbImage img {}

.productName {
    text-align: center;
    color: #777777;
    margin-top: 15px;
    font: normal 1em/1 "ZurichBT-RomanCondensed", Arial, sans-serif;

}

.thumbproductName {
    text-align: center;
    color: #777777;
    margin-top: 15px;
    margin-bottom: 15px;
    font: normal 1em/1 "ZurichBT-RomanCondensed", Arial, sans-serif;

}

.thumbImage a:hover {
    text-decoration: none;
}

.hoverImage {
    color: #f34a18;
    display: none;
    width: 160px;
    height: 95px;
    position: absolute;
    top: 0px;
    left: 5px;
    text-align: center;
    padding-top: 40px;
    font-size: 18px;
}

.navbar-toggle {
    position: absolute;
    right: 20px;
}


/*@media screen and (max-width:1300px) {*/
/*.mainBody {
	width: 500px;
} */
/*.maincontainer {
	overflow:visible;
}*/
/*
	.leftCol {
		padding-left:50px;
}

	.rightCol {
		width:100%;
		padding-left:50px;
}*/


/*
#imageheader {
	padding-left:50px;
}
.details {
	padding-left:50px;
	width:250px;
}
.tools ul {
	width:250px;
}
*/
#footer {
    width: 100%;
    padding-top: 280px;
}

.mainBody {
    padding-left: 50px;
    margin-left: auto;
    margin-right: auto;
}


/*Vertical Market Styles */
.headingText {
    font-weight: bold;
    font-size: 30pt;
    text-transform: uppercase;
    color: black;
    margin-bottom: -12px;
}

.subheadingText {
    color: black;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15pt;
    margin-bottom: -5px;

}

.imageCopy {
    color: #5a5a5a;
    margin-bottom: 50px;
    font-size: 15pt;
}

.listItems {
    color: #6d6f70;

}

ul.points {
    display: inline-block;
    margin-right: 25px;
    vertical-align: top;
}

ul.points li {
    font-size: 15pt;
    width: 525px;
    color: #6d6f70;
    font-family: 'Helvetica Neue Thin';
    line-height: 1.2;
    margin-bottom: 30px;

}

ul.points li a {
    color: #ed2d00;
    text-decoration: none;
}

li.a {
    background: url("/publishingimages/verticalmarkets/bullet-a.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.a-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/A.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.b {
    background: url("/publishingimages/verticalmarkets/bullet-b.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.b-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/B.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.c {
    background: url("/publishingimages/verticalmarkets/bullet-c.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.c-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/C.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.d {
    background: url("/publishingimages/verticalmarkets/bullet-d.jpg") no-repeat -3px -2px;
    padding-left: 47px;
    padding-top: 6px;
    list-style-type: none;
}

li.d-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/D.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.e {
    background: url("/publishingimages/verticalmarkets/bullet-e.jpg") no-repeat -1px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.e-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/E.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 5px;
    list-style-type: none;

}

li.f {
    background: url("/publishingimages/verticalmarkets/bullet-f.jpg") no-repeat -2px -2px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.f-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/F.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.g {
    background: url("/publishingimages/verticalmarkets/bullet-g.jpg") no-repeat -5px -2px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.g-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/G.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.h {
    background: url("/publishingimages/verticalmarkets/bullet-h.jpg") no-repeat -3px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.h-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/H.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.i {
    background: url("/publishingimages/verticalmarkets/bullet-i.jpg") no-repeat -2px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.i-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/I.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.j {
    background: url("/publishingimages/verticalmarkets/bullet-j.jpg") no-repeat -2px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.j-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/J.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.k {
    background: url("/publishingimages/verticalmarkets/bullet-k.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.k-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/K.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.l {
    background: url("/publishingimages/verticalmarkets/bullet-l.jpg") no-repeat -3px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.l-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/L.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.m {
    background: url("/publishingimages/verticalmarkets/bullet-m.jpg") no-repeat -3px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.m-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/M.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.n {
    background: url("/publishingimages/verticalmarkets/bullet-n.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.n-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/N.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.o {
    background: url("/publishingimages/verticalmarkets/bullet-o.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.o-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/O.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;

}

li.a-blue {
    background: url("/publishingimages/verticalmarkets/bullet-a-blue.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.b-blue {
    background: url("/publishingimages/verticalmarkets/bullet-b-blue.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.c-blue {
    background: url("/publishingimages/verticalmarkets/bullet-c-blue.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.d-blue {
    background: url("/publishingimages/verticalmarkets/bullet-d-blue.jpg") no-repeat -3px -2px;
    padding-left: 47px;
    padding-top: 6px;
    list-style-type: none;
}

li.a-green {
    background: url("/publishingimages/verticalmarkets/bullet-a-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.a-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/A_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.b-green {
    background: url("/publishingimages/verticalmarkets/bullet-b-green.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.b-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/B_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.c-green {
    background: url("/publishingimages/verticalmarkets/bullet-c-green.jpg") no-repeat -1px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.c-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/C_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.d-green {
    background: url("/publishingimages/verticalmarkets/bullet-d-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.d-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/D_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.e-green {
    background: url("/publishingimages/verticalmarkets/bullet-e-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.e-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/E_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.f-green {
    background: url("/publishingimages/verticalmarkets/bullet-f-green.jpg") no-repeat -2px -2px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.f-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/F_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.g-green {
    background: url("/publishingimages/verticalmarkets/bullet-g-green.jpg") no-repeat -2px -2px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.g-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/G_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.h-green {
    background: url("/publishingimages/verticalmarkets/bullet-h-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.h-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/H_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.i-green {
    background: url("/publishingimages/verticalmarkets/bullet-i-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.i-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/I_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.j-green {
    background: url("/publishingimages/verticalmarkets/bullet-j-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.j-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/J_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.k-green {
    background: url("/publishingimages/verticalmarkets/bullet-k-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.k-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/K_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.l-green {
    background: url("/publishingimages/verticalmarkets/bullet-l-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.l-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/l_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.m-green {
    background: url("/publishingimages/verticalmarkets/bullet-m-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.m-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/M_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.n-green {
    background: url("/publishingimages/verticalmarkets/bullet-n-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.n-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/N_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.o-green {
    background: url("/publishingimages/verticalmarkets/bullet-o-green.jpg") no-repeat -4px -4px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

li.o-green-vm {
    background: url("/PublishingImages/ProductPageImages/Upfit/VM/letters/O_green.jpg") no-repeat 4px 0px;
    background-size: 18px;
    padding-left: 30px;
    padding-top: 0px;
    list-style-type: none;
}

li.power {
    background: url("/publishingimages/verticalmarkets/bullet-power.jpg") no-repeat -3px -3px;
    padding-left: 45px;
    padding-top: 5px;
    list-style-type: none;
}

.max-title {
    font-weight: bold;
    font-size: 48pt;
    color: black;
}

.mini-heading {
    font-weight: bold;
    font-size: 33pt;
    color: black;
}

.vm-read-more {
    font-size: 15pt;
    color: #35a3d9;

}

.blueBox {
    background-color: #f0fafe;
    margin-top: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.blueBoxHeading {
    font-size: 13pt;
    color: black;
    font-weight: bold;
    margin-left: 15px;
    margin-top: 10px;
}

.blueBoxCopy {
    font-size: 12pt;
    color: black;
    margin-bottom: 10px;
    margin-left: 15px;
}

.blue-bullet-points {
    font-size: 24pt;
    color: #0a4470;
    font-family: 'Helvetica Neue Condensed';

}

.vm-gray-line {
    border-bottom: 2px #c1c1c1 solid;
}





/*End Vertical Market Styles */

/*New Wide Font Styles */
.wide-header {

    font-size: 44pt;
}

.wide-sub-header {
    font-size: 20pt;
}

.wide-copy {
    font-size: 12pt;
}




/* Enlighten blog styles */

.Enlighten-issue-block {
    margin-top: 100px;
    float: left;
    width: 340px;
    display: inline-block;
}

.Enlighten-issue-number {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 18pt;
    color: #a7a9ac;
}

.Enlighten-container {
    width: 1050px;
    display: inline-block;
}

.Enlighten-title {
    font-family: 'Danmark Ultra';
    color: #a7a9ac;
    font-size: 36pt;
    line-height: 36pt;
}

.Enlighten-title-black {
    font-family: 'Danmark Ultra';
    color: #404041;
    font-size: 36pt;
    line-height: 36pt;
    margin-left: 115px;
}

.Enlighten-sub-title {
    font-family: 'Danmark Ultra';
    color: #a7a9ac;
    font-size: 18pt;

}

.Enlighten-gray-box {
    background-color: #e6e7e8;
    width: 1025px;
    height: 505px;
    display: inline-block;

}

.Enlighten-gray-bottom {
    background-color: #e6e7e8;
    width: 1025px;
    height: 250px;
    margin-top: 96px;
}

.Enlighten-image {
    display: inline-block;
    position: relative;
    left: 115px;
}

.Enlighten-image-offset {
    position: relative;
    top: -100px;
    margin-bottom: -100px;
}

.Enlighten-copy {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    width: 475px;
    margin-left: 115px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.Enlighten-copy-title {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    width: 600px;
    margin-left: 115px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.Enlighten-video-copy {
    color: #2893d1;
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 10pt;
    width: 495px;
    margin-top: 5px;
}


.Enlighten-photo-copy {
    color: #404041;
    font-family: 'HelveticaNeueLTPro-Bd';
    font-size: 10pt;
    width: 495px;
    margin-top: 5px;
}

.Enlighten-image-caption,
.Enlighten-image-caption a {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    width: 475px;
    margin-top: 5px;
    text-decoration: none;
    color: #404041 !important;
}

.Enlighten-quote {
    margin-top: 24px;
    margin-left: 115px;
    font-family: 'Danmark Bold';
    font-size: 18pt;
    line-height: 18pt;
    width: 495px;
}

.Enlighten-quote-quote {
    width: 12px;
    display: inline-block;
    vertical-align: top;
}

.Enlighten-quote-text {
    width: 475px;
    display: inline-block;
    line-height: 1.2;
    margin-left: -7px;
}

.Enlighten-quote-name {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    width: 495px;
    margin-top: 6px;
    margin-bottom: 24px;
    margin-left: 127px;
}

.Enlighten-footer {
    position: relative;
    left: 115px;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    font-weight: bold;
}

.Enlighten-footer-link,
.Enlighten-footer-link a {
    display: inline-block;
    color: #404041;
    text-decoration: none;
}

.Enlighten-home-footer-spacer {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;

}

.Enlighten-container a {
    text-decoration: none;
}

.Enlighten-article {
    display: inline-block;
    width: 455px;
    vertical-align: top;
}

.Enlighten-home-issue-block {
    width: 450px;
    height: 505px;
    display: inline-block;
    background-color: #e6e7e8;
    vertical-align: top;
}

.Enlighten-home-issue-title {
    font-family: 'Danmark Ultra';
    color: #414042;
    font-size: 36pt;
    line-height: 36pt;
    margin-top: 100px;
    margin-left: 100px;

}

.Enlighten-home-issue-number {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 18pt;
    font-weight: bold;
    color: #414042;
    margin-left: 100px;
    margin-top: 20px;
}

.Enlighten-home-issue-number-nobold {
    font-weight: normal;
}

.Enlighten-home-title {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-weight: bold;
    color: #414042;
    font-size: 18pt;
    line-height: 20pt;
    margin-bottom: 8px;
    width: 425px;
    margin-top: 6px;
}

.Enlighten-home-copy {
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    width: 425px;
    margin-bottom: 104px;
}

.Enlighten-home-social {
    display: inline-block;
    margin-left: 100px;
    margin-top: 100px;
    vertical-align: top;

}

.Enlighten-line {
    border-top: 1px solid #414042;
    width: 911px;
    height: 100px;
}

.Enlighten-home-footer {
    height: 250px;
    font-family: 'HelveticaNeueLTPro-Roman';
    font-size: 10pt;
    color: #404041;
    font-weight: bold;

}

.Enlighten-home-footer-block {
    width: 450px;
    height: 250px;
    background-color: #e6e7e8;
    display: inline-block;
}

.Enlighten-home-footer-spacer {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 8px;

}




@media screen and (max-device-width:1024px) {
    .footer-float {
        width: 200px;
    }
}



@media print {}