@charset "utf-8";
/* CSS Document */

.home-grid div.display-types a.finder span { margin-left:15px }
.home-grid .grid-item .display-types a.finder { max-width:none; width:100%; font-size:2.1em; text-align:center;color:#999; }
.home-grid { margin:30px 0; }
.home-grid i.icon img { max-height:44px; max-width:44px; }
.home-grid .grid-item .display-types a { color:#555;border-radius:4px; }
.home-grid .grid-item .display-types a:hover img { filter:brightness(1000%); -webkit-filter:brightness(1000%); }
.home-grid a.grid-item { display:inline-block; }
.home-grid .grid-item:hover:after, .category-grid .grid-item:hover:after { opacity: 0.12 !important; }
.home-grid .grid-item h3 a, .home-grid .grid-item h5 a { color:#0066a3 !important; }

.home-grid .mount-finder.grid-item:hover { background-color: #dbdddc !important; }
.home-grid .mount-finder.grid-item:hover .display-types a { background-color: #eff0f0; }
.home-grid .mount-finder.grid-item .display-types a:hover { background-color: #c5c5c5; }

#dnn_LatestPane1, #dnn_LatestPane2, #LatestPane3 { margin-bottom:3em; }
.news .item .source { font-size: 1em; line-height: 1.3em; padding-top:0.5em; }
@media(min-width:768px) { #dnn_LatestPane1, #dnn_LatestPane2, #LatestPane3 { margin-bottom:0; } .news .item .source { font-size: 0.7em; line-height: 1em; } }

.carousel-caption p { line-height: 18px !important; }
@media(min-width:567px) { .carousel-caption p { line-height: 22px !important; } }
@media(min-width:768px) { .carousel-caption p { line-height: 24px !important; } }

@media(min-width:567px) { .mount-finder.grid-item p { margin-bottom: 0; } .mount-finder.grid-item .form-control { margin-bottom: 10px; margin-top:10px; } }
@media(min-width:768px) { .home-grid .grid-item h3 { font-size:14px; } }
@media(min-width:992px) { .home-grid .grid-item h3 { font-size:18px; } .mount-finder.grid-item h5 { width:160px; margin-left:auto; margin-right:auto; } }
@media(min-width:1200px) { .home-grid .grid-item h3 { font-size:20px; } .mount-finder.grid-item p { margin-bottom: 15px; } .mount-finder.grid-item h5 { margin-top: 20px; width:auto; } }
.row.category-bar .hover-zoom a.btn-category {
  background-size: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #eff1f0;
  position: relative;
}
@media(min-width:768px) {
  .row.category-bar .hover-zoom a.btn-category { background-size: 104%; transition: all 0.2s ease-in-out;  }
  .row.category-bar .hover-zoom a.btn-category:hover { background-size: 114%; background-position-y: -5px !important; }
}
@media(min-width:992px) {
  .row.category-bar .hover-zoom a.btn-category { background-size: 110%; transition: all 0.2s ease-in-out; }
  .row.category-bar .hover-zoom a.btn-category:hover { background-size: 114%; background-position-y: -20px !important; }
}
@media(min-width:1200px) {
  .row.category-bar .hover-zoom a.btn-category { background-size: 100%; transition: all 0.2s ease-in-out; }
  .row.category-bar .hover-zoom a.btn-category:hover { background-size: 104%; background-position-y: -40px !important; }
}
.row.category-bar > [class*='col-'] { margin-top:2em; padding-bottom: 5px; }
.row.category-bar > [class*='col-'] a.btn-category { min-height: 380px; border:1px solid #eff1f0; background-position-y:-30px; }
.row.category-bar > [class*='col-'] a.btn-category:hover { color:#0066a3; }
/* .row.category-bar > [class*='col-'] h3 { margin-top: 1.5em; } */
.row.category-bar > [class*='col-'] h3 > a.btn-category { font-size: 20px; text-transform: uppercase; font-weight: bold; padding-top:15px; }
@media(min-width:768px) {
  .row.category-bar > [class*='col-'] a.btn-category { min-height: 300px; background-position-y:-5px; }
  .row.category-bar > [class*='col-'] h3 > a.btn-category { font-size: 14px; }
}
@media(min-width:992px) { 
  .row.category-bar > [class*='col-'] a.btn-category { min-height: 340px; background-position-y:-10px; }
  .row.category-bar > [class*='col-'] h3 > a.btn-category { font-size: 18px; }
}

@media(min-width:1200px) { 
  .row.category-bar > [class*='col-'] a.btn-category { min-height: 350px; background-position-y:-30px; }
  .row.category-bar > [class*='col-'] h3 > a.btn-category { font-size: 20px; }
}

@media(min-width:768px) {
  .row.category-bar > [class*='col-'] {
    padding-right: 5px;
    padding-left: 5px;
    padding-bottom: 0;
  }
  .row.category-bar > [class*="col-"]:first-child { padding-left: 15px; }
  .row.category-bar > [class*="col-"]:last-child { padding-right: 15px; }
}
.row.category-bar .mm-finder-wrap { position:absolute; text-align:center; left:0; bottom:8px; width:100%; pointer-events:none; }
.row.category-bar .mm-finder-wrap h5 { position:relative; top:3px; }
.row.category-bar .mm-finder-wrap h5 a { pointer-events:auto; } 
.row.category-bar .mm-finder-wrap p { width:86%; margin-left:auto; margin-right:auto; max-width: 232px; }
.row.category-bar .mm-finder-wrap select#linkmenu { pointer-events:auto; }
.row.category-bar .mm-finder-wrap select#linkmenu:hover { border: 1px solid #0066a3; cursor:pointer; }
.row.category-bar .finder-btn-wrap { position:absolute; text-align:center; bottom:24px; width:100%; left:0; pointer-events:none; }
@media(min-width:768px) { 
  .row.category-bar .mm-finder-wrap { left:inherit; width:168px; }
  .row.category-bar .mm-finder-wrap p { width:94% }
  .row.category-bar .finder-btn-wrap { left:inherit; width:176px; }
}
@media(min-width:992px) { 
  .row.category-bar .mm-finder-wrap { width:223px; }
  .row.category-bar .finder-btn-wrap { width:231px; }
}
@media(min-width:1200px) { 
  .row.category-bar .mm-finder-wrap { bottom:3px; width:273px; }
  .row.category-bar .finder-btn-wrap { bottom:18px; width:281px; }
}
.row.category-bar .finder-btn-wrap a.btn { margin:0; padding:8px 40px 9px; font-size:0.9em; border-radius:4px; background-color:#fff; border:1px solid #ccc; font-weight:bold; color:#0066a3; line-height:1em; transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s; outline: none; pointer-events:auto; }
.row.category-bar .finder-btn-wrap a.btn:hover { color: #23527c; border: 1px solid #0066a3; }

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */ .row.category-bar .mm-finder-wrap { pointer-events:auto; } }
@media (min-width:768px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */ 
.row.category-bar > .hover-zoom a.btn-category { transition:none !important; background-position-y: -10px !important; background-size: 100% !important; }
.row.category-bar > .hover-zoom a.btn-category:hover { transition:none !important; background-position-y: -10px !important; background-size: 100% !important; }
}
@media (min-width:1200px) and (-ms-high-contrast: none), (-ms-high-contrast: active) { /* IE10+ CSS here */ 
.row.category-bar > .hover-zoom a.btn-category { background-position-y: -30px !important; }
.row.category-bar > .hover-zoom a.btn-category:hover { background-position-y: -30px !important; }
}

.news .item { padding: 0 15px 0; }
.news a.btn-blue-border.btn-blog { margin: 19px 18px 0 15px !important; }
.nortek-footer { display:none !important; }

.site-issues-txt, .site-issues-icon { display:none; }
@media(min-width:992px) {
  .site-issues-txt, .site-issues-icon { display:block; }
  .site-issues-txt { position:absolute; top:10px; right:72px; font-size:0.8em; }
  .site-issues-txt a { font-weight:bold; }
  .site-issues-icon { position:absolute; top:10px; right:24px; }
}

@media(max-width: 566px)
{ .carousel .carousel-indicators { width: auto !important; }
}

a.downloadPDF:after { content: '\f1c1'; font-family: 'FontAwesome'; padding-left: 10px; }

/* from workfit.css */
.sm-white-well {
    background-color: #fff;
    border: 1px solid #e3e3e3!important;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    margin-bottom: 20px;
    min-height: 20px;
}

/* new */
.border-1 { border:1px #666 solid; }
/* special web font handling */
@font-face {
    font-family: 'ergo-devices';
    src:    url('/portals/0/html/fonts/ergo-devices.eot?kf24g3');
    src:    url('/portals/0/html/fonts/ergo-devices.eot?kf24g3#iefix') format('embedded-opentype'),
        url('/portals/0/html/fonts/ergo-devices.ttf?kf24g3') format('truetype'),
        url('/portals/0/html/fonts/ergo-devices.woff?kf24g3') format('woff'),
        url('/portals/0/html/fonts/ergo-devices.svg?kf24g3#ergo-devices') format('svg');
    font-weight: normal;
    font-style: normal;
}

i.device {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'ergo-devices' !important;
    speak: none;
	font-size:1.3em;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-chromebook:before {
    content: "\63";
}
.icon-ipad:before {
    content: "\69";
}
.icon-laptop:before {
    content: "\6c";
}
.icon-tablet:before {
    content: "\74";
}

.thumbnail img { max-height: 16em;}

.icon-wrap {
    width: 130px;
    height: 130px;
    margin: 20px 10px 20px 10px;
    border-radius: 50%;
    position: relative;
}


h5.planners a{color:#f26859; text-decoration:none;}
h5.planners a:hover{color:#1f3662; text-decoration:none;}

h4.planners a{color:#f26859; text-decoration:none;}
h4.planners a:hover{color:#1f3662; text-decoration:none;}

a .original:hover{
	 display:none;
}

.switch {
    position: initial;
    width: 50%;
    z-index: 2;
}

.overlay {
    position: absolute;
    top: 0;
    z-index: 1;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
}


.overlay:hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
 transition: .5s ease;
}

a .original:hover{
	 display:none;
}
.switch:hover .overlay {
  opacity: 1;
}

.mosaic-skufinder-wrap .skufinder-wrap {
  margin-block: 2px;
  display: flex;
  flex-direction: column;
  background-color: #eff0f0;
  border-radius: 10px;
  gap: 15px;
  padding: 0 22px;
  text-align: center
}

@media (min-width:567px) {
  .mosaic-skufinder-wrap .skufinder-wrap {
    margin-top: 10px
  }
}

@media (min-width:768px) {
  .mosaic-skufinder-wrap .skufinder-wrap {
    flex-direction: row;
    justify-content: space-between;
    max-width: 684px;
    min-height: 100px;
    margin-block: 0;
    align-items: center;
    text-align: left;
    gap: 40px
  }
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap {
    min-height: 125px;
    max-width: 924px
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap {
    max-width: 1134px;
    gap: 20px
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-logo {
  padding: 34px 15px 5px;
  max-width: 230px;
  margin-inline: auto
}

@media (min-width:768px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-logo {
    padding: 0
  }
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-logo {
    margin-inline: 15px
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-logo {
    margin-left: 30px;
    max-width: 280px
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-content {
  font-size: 13px
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content {
    min-width: 340px
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content {
    min-width: 430px
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-content h3 {
  margin: 0;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  color: #1f3662
}

@media (min-width:768px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content h3 {
    font-size: 16px
  }
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content h3 {
    font-size: 18px
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content h3 {
    font-size: 20px
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-content h3 a {
  color: #0066a3
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-content p {
  margin: 6px 0 5px;
  line-height: 1.2;
  font-size: .889em;
  text-wrap: balance
}

@media (min-width:768px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content p {
    margin-bottom: 0
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-content p {
    font-size: 1em
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta {
  margin-bottom: 34px
}

@media (min-width:768px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta {
    min-width: 140px;
    margin-bottom: 0
  }
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta {
    min-width: 190px
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta {
    min-width: 230px
  }
}

.mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta a {
  font-size: .8em
}

@media (min-width:992px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta a {
    font-size: .9em
  }
}

@media (min-width:1200px) {
  .mosaic-skufinder-wrap .skufinder-wrap .skufinder-cta a {
    font-size: 1em
  }
}