/* @import url('sagesurface-responsive.css');
@import url('sagesurface-fonts.css'); */

/*!
 * Sagesurface/Bootstrap Overwrite CSS v1.0
 * Copyright 2011-2018 N. Scott Rockwell, Purdie Rogers
 */

 @import "glyphicons.css";

 /* Font includes */

 @font-face {
     font-family: 'libre_baskervillebold';
     src: url('fonts/librebaskerville-bold-webfont.woff2') format('woff2'),
          url('fonts/librebaskerville-bold-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }

 @font-face {
     font-family: 'libre_baskervilleitalic';
     src: url('fonts/librebaskerville-italic-webfont.woff2') format('woff2'),
          url('fonts/librebaskerville-italic-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }

 @font-face {
     font-family: 'libre_baskervilleregular';
     src: url('fonts/librebaskerville-regular-webfont.woff2') format('woff2'),
          url('fonts/librebaskerville-regular-webfont.woff') format('woff');
     font-weight: normal;
     font-style: normal;

 }






/* Custom Navigation Code */

.row:before, .row:after { display: none !important;}

.rowsafari {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    }

body {
    margin: 0;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.alt-font {
    font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 2.0;
    color: #212529;
}

.alt-font-r {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2.0;
    color: #212529;
}

h2 {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
}

h3 {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.0rem;
    line-height: 1.5;
    color: #212529;
}

a {
    color: #212529;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

a.underline {
   color: #212529;
   font-weight: 700;
   text-decoration: underline;
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #999;
    }

    a.aBlk {
        color: #212529;
        text-decoration: none;
        background-color: transparent;
        -webkit-text-decoration-skip: objects;
    }

a:hover.dropdown-item {
    color: #333;
    text-decoration: none;
    background-color: #d2df9f;
    -webkit-text-decoration-skip: objects;
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #999;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

.container-fluid-nav {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;

}

.nav-logo {
    /* min-height: 150px;
    min-width: 150px; */
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    display: table-cell;
    vertical-align: middle

}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: #d2df9f;
    border: 1px solid transparent;
    padding: .6rem 1.5rem .5rem 1.5rem;
    font-size: 1rem;
    text-transform: uppercase;
    line-height: 1.6rem;
    border-radius: 0;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.feature-icon {
    width: 40px;
    height: auto;
    text-align: right;
    margin-bottom: 6px;
}

.alt-services-image {
    width: 100%;
    height: auto;
}

h3.alt-services-title {
    margin-bottom: 0rem;
    text-transform: uppercase;
}

.alt-service-item-right {
    margin: 0;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: right;
    margin-bottom: 2rem;
}

.alt-service-item-left {
    margin: 0;
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    margin-bottom: 2rem;
}

.navbar-new {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem 6rem;
    float: right;
    top: 0;
    right: 15px;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding-right: .5rem;
    padding-left: 4rem;
}

.navbar-collapse {
    background-color: #fff;
}

 .nav-topWhite {
     min-height: 100px;
 }

 .nav-link {
    display: block;
    padding: 1rem 1rem .5rem 1rem;
}

  .no-pad {
      padding-right: 0;
      padding-left: 0;
  }

 .no-gutters {
  margin-right: 0;
  margin-left: 0;

  > .col,
  > [class*="col-"] {
    padding-right: 0;
    padding-left: 0;
  }
}

.nav-item {
    font-weight: 700;
    font-size: 0.85em;
}

/*  Accorian for Dealer Locator */

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

#map {
        height: 100%;
      }
.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: none;
    border-radius: none;
}

.breadcrumb {
    padding: 15px 0 0 15px;
    margin-bottom: 1rem;
    list-style: none;
    background-color: #fff;
}

li.breadcrumb-item {
    font-size: .8em;
    text-decoration: underline;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

li.active {
    font-color: #000;
    text-decoration: none;
}

.jumbotron {
    padding: 2rem 1rem;
    margin-bottom: 3rem;
    background-color: transparent;
    /* background-image: url("../../imgs/home-hero.jpg"); */
    border-radius: none;
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 720px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

/* Header Parallax Element Style*/
.paral {
min-height: 720px;
background-attachment: fixed;
background-size: cover;
background-position: 50% 50%;
}

.jumbotron-sub {
    padding: 2rem 1rem;
    /* margin-bottom: 3rem; */
    background-color: transparent;
    /* background-image: url("../../imgs/home-hero.jpg"); */
    border-radius: none;
    background-color: #cccccc; /* Used if the image is unavailable */
    height: 320px; /* You must set a specified height */
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

/* Header Parallax Element Style*/
.paral-sub-320 {
    min-height: 320px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    }

.paral-sub-420 {
    min-height: 420px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    }

.paral-sub-720 {
    min-height: 720px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
    }

    .paral-sub {
        min-height: 100%;
        background-attachment: fixed;
        background-size: cover;
        background-position: 50% 50%;
        }

.paralImgHome {
background-image: url("../../imgs/home-hero.jpg");
}

.paralImgAbout {
background-image: url("../../imgs/about-bg-header.jpg");
}

.paralImgProd {
background-image: url("../../imgs/products/overview/header.jpg");
}

.bg-banner-home1 {
    background-image: url("../../imgs/home-banner-cutting-boards.jpg");
}

.bg-banner-home2 {
    background-image: url("../../imgs/home-banner-tools.jpg");
}

.bg-benefits {
    background-image: url("../../imgs/home-features-benefits.jpg");
    width: 100%;
    min-height: 800px;
    background-attachment: fixed;
    background-size: cover;
    background-position: 50% 50%;
}



h1.display-4 {
    font-size: 5.0rem;
    font-weight: 300;
    line-height: 1em;
    font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
    color: #fff;

}

h1.display-4b {
    font-size: 5.0rem;
    font-weight: 300;
    line-height: 1em;
    font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
    color: #333;
}

.display-3 {
    font-size: 3rem;
    font-weight: 300;
    line-height: 1em;
    font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
    color: #333;
}

p.lead {
    font-size: 1.4rem;
    line-height: 1em;
    font-weight: 300;
    letter-spacing: 9px;
    font-family: roboto,"Helvetica Neue",Arial,sans-serif;
    color: #fff;
    text-transform:uppercase;
}
p.lead2 {
    font-size: 1rem;
    font-weight: 300;
    letter-spacing: 9px;
    font-family: roboto,"Helvetica Neue",Arial,sans-serif;
    color: #fff;
}

.homeBannerLeft {
    height: 350px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.homeBannerRight {
    height: 350px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.homeBannerLeftTree {
    background-color: #d1d1d1;
    background-image: url("../../imgs/home-banner_tree.png");
    height: 350px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}
.homeBannerRightPaper {
    background-color: #e1e1e1;
    background-image: url("../../imgs/home-banner_paper.png");
    height: 350px;
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}



.border15Right {
    border-right: none;
}

.border15Left {
    border-left: none;
}

.bannerOutline {
    padding: 20px;
    margin: 40px 20px 40px 20px;
    height: 270px;
    border: 1px solid #333;
}

.bannerNoOutline {
    padding: 20px;
    margin: 40px 20px 40px 20px;
    height: 270px;
}

.bannerRule {
    border-right: none;
    border-bottom: 1px solid #333;
}

.bannerRuleRight {
    border-right: none;
}

.bannerRuleBot {
    border-bottom: 1px solid #333;
}

.bannerRuleTop {
    border-top: 1px solid #333;
}



.bannerProducts {
    /* margin: 40px 20px 40px 20px; */
    height: 270px;
}

a:hover.textDecNone {
    text-decoration: none;
    }

a:hover.hoverGray div {
    background-color: #e1e1e1;
}

.bannerHeadProducts {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    color: #333;
}

.footerHead {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    color: #b3b3b3;
}

h2.bannerHead {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    color: #fff;
    font-size: 2.4em;
}

.bannerSub {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: lighter;
    letter-spacing: 1px;
    color: #fff;
    font-size: 1.2em;
}

.bannerBullets {
    font-size: 1em;
    line-height: 1.2em;
}

.bannerLogos {
    margin-top: 20px;
 }

 .logosFSC {
     width: 100%;
     max-width: 375px;
 }


.productTitleLeft, .productTitleRight {
    padding-top: 15px;
}

.productTitleLeft h1, .productTitleRight h1 {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
}

.productTitleLeft p, .productTitleRight p {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
}

.productBorderSplit {
    border-right: none!important;
}

.ProductBorderTop {
    border-top: 1px solid #dee2e6!important;
}




.titlesProducts {
    font-family: Roboto,"Helvetica Neue",Arial,sans-serif;
    font-weight: 700;
    font-size: 0.85em;
}

.price {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
}







footer {
    background-color: #464646;
    color: #b3b3b3;
}

.footerHead {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    color: #b3b3b3;
}

hr.footer-white {
    background-color: #b3b3b3;
}

a.gray {color: #b3b3b3;}

.foot-nav {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.footPad {
    margin-bottom: 0;
}

.mt-10 { margin-top: 10px; }
.mt-20 { margin-top: 20px; }
.mt-15 { margin-top: 15px; }
.mt-30 { margin-top: 30px; }
.mt-40 { margin-top: 40px; }
.mt-50 { margin-top: 50px; }
.mt-60 { margin-top: 60px; }
.mt-80 { margin-top: 80px; }
.mb-10 { margin-bottom: 10px; }
.mb-20 { margin-bottom: 20px; }
.mb-30 { margin-bottom: 30px; }
.mb-40 { margin-bottom: 40px; }
.mb-60 { margin-bottom: 60px; }
.mb-80 { margin-bottom: 80px; }
.pt-40 {padding-top: 40px;}
.pb-40 {padding-bottom: 40px;}
.pd-40 {padding: 40px;}
.pd-80 {padding: 80px;}
.pd-30-0 {padding: 0 30px;}
.p-30 {padding: 30px;}

.border-1 {border: 1px solid #000;}

.pd-25r {
    padding-right: 2.0rem!important;
    padding-left: 2.0rem!important;
    padding-bottom: 2.0rem!important;
    padding-top: 0!important;
    margin-top: -20px;
}

.width-40 { padding-left: 30%; padding-right: 30%; }
.width-50 { padding-left: 25%; padding-right: 25%; }
.width-60 { padding-left: 20%; padding-right: 20%; }
.width-90 { padding-left: 5%; padding-right: 5%; }

.white {color: #fff; }
.blank-space {
    height: 40px;
}

/* ABOUT US BACKGROUNDS */



.bg-gray-lemmons {
    background-image: url("../../imgs/about-bg-sustainability.jpg");
    /* background-position: center;
    background-repeat: no-repeat;
    background-size: cover; */
}

.bg-gray-lemmonsV {
    background-image: url("../../imgs/video-background.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-paper-0 {
    background-image: url("../../imgs/about-bg-certs-light.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
    }


.bg-paper-1 {
    background-image: url("../../imgs/about-bg-warranty.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.bg-paper-2 {
    background-image: url("../../imgs/about-bg-care.jpg");
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    background-size: cover; /* Resize the background image to cover the entire container */
}

.card-y { min-height: 300px; }

/* Home Page Carousel */



/* Accordian About Us CSS */

.wrapper{
  margin-left: 15px;
  margin-right: 15px;
}

.panel-title>a, .panel-title>a:active{
	display:block;
	padding: 15px 15px 0 0;
    color:#555;
    font-size:16px;
    font-weight:bold;
	text-transform:uppercase;
	/* letter-spacing:1px;
    word-spacing:1px; */
	text-decoration:none;
}
.panel-heading  a:before {
   font-family: 'Glyphicons Halflings';
   content: "\e250";
   float: left;
   margin-right: 15px;
   transition: all 0.5s;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}

.panel-body {
    margin-left: 30px;
}


/* Slick Slider CSS (Move later) */



.fpo-image {
    display: block;
    height: auto;
    width: 100%;
    margin-top: 15px;
    /* margin-bottom: 15px; */
    /* margin-right: -15px; */
    /* border: 1px solid #999; */
}

.fpo-image-color {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #c9986d;

}

.fpo-image-color-slate {
    display: block;
    height: 60px;
    width: 60px;
    background-color: #000;
    /* margin-left: 15px; */
}

.board-size {
    font-size: .6em;
    margin-top: -15px;
}


.thumb-size { display: block; width: 100%!important; height: auto;}
.thumb-size-ill { display: block; width: 90px; height: auto; }
.sku { font-size: .8em; }
.price {
    font-family: libre_baskervillebold,"Helvetica Neue",Arial,sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    color: #212529;
}


.slider-nav-thumbnails .slick-slide {
	opacity: 0.5;
    width: 100%;
    height: auto;
}

.slider-nav-thumbnails .slick-slide.slick-active {
	opacity: 1;
    width: 100%;
    height: auto;
  /* background: green; */
}

.slider-nav-thumbnails-2 .slick-slide {
	opacity: 0.5;
    width: 100%;
    height: auto;
}

.slider-nav-thumbnails-2 .slick-slide.slick-active {
	opacity: 1;
    width: 100%;
    height: auto;
  /* background: green; */
}

.slick-dots { display: none; }

.content-slider {
  font-size: 16px;


}
.one {
  background: none;
}
.two {
  background: none;
}
.three {
  background: none;
}
.four {
  background: none;
}
.five {
  background: none;
}
.six, .seven, .eight, .nine, .ten, .eleven {
  background: none;
}
.two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven{
  display:none;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  pointer-events: none;
}


.youtube-responsive-container {
position:relative;
padding-bottom:56.25%;
padding-top:30px;
height:0;
overflow:hidden;
}

.youtube-responsive-container iframe, .youtube-responsive-container object, .youtube-responsive-container embed {
position:absolute;
top:0;
left:0;
width:100%;
height:100%;
}


@media only screen and (max-width: 1200px) {
    .col {
        width: 92px!important;
        padding-left: 0!important;
        padding-right: 0!important;
        }

    .pd-r15 { padding-right: 15px!important; }
    .pd-l15 { padding-left: 15px!important; }
    .thumb-size-ill { display: block; width: 72px; height: auto; }
}

@media only screen and (max-width: 992px) {

    .col {
        width: 141px!important;
        padding-left: 0!important;
        padding-right: 0!important;
        }

        .pd-r15 { padding-right: 15px!important; }
        .pd-l15 { padding-left: 15px!important; }

    .border-right {
        border-right: none!important;
    }

    .border-top {
        border-top: none!important;
    }

    .nav-item-right {
        text-align: right;
    }

    .px-5 {
        padding-left: 0!important;
        padding-right: 0!important;
    }
    h2.bannerHead {
        font-size: 2.0em;
    }
    .container-fluid-nav {     position: fixed;
        z-index: 1111;
        background: white;
        left: 0px;
        top: 0px; }
    body {
        padding-top: 80px;
    }
}


@media only screen and (min-width: 768px) {



    .border15Right {
        border-right: 15px solid #fff;
    }

    .border15Left {
        border-left: 15px solid #fff;
    }

    .bannerRule {
        border-right: 1px solid #333;
        border-bottom: 1px solid #333;
    }

    .bannerRuleRight {
        border-right: 1px solid #333;
    }


    

}

@media only screen and (max-width: 768px) {
    .navbar-collapse { position: fixed !important; left: 0px; top: 80px; width: 100%; }
   
        
    .col {
        width: 105px!important;
        padding-left: 0!important;
        padding-right: 0!important;
        }

        .pd-r15 { padding-right: 15px!important; }
        .pd-l15 { padding-left: 15px!important; }

    .alt-service-item-right {
        text-align: left;
    }

    h1.display-4 {
        font-size: 3rem;
        font-weight: 300;
        line-height: 1em;
        font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
        color: #fff;

    }

    p.lead {
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;

    }
    p.lead2 {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }

    h2.bannerHead { font-size: 2.0em; }
    .bannerRuleTopLast { border-top: 1px solid #333; }
    .homeBannerTop { margin-top: 15px; }
    .mt-80 { margin-top: 20px; }

    .paral, .paral-sub, .paral-sub-320 { background-attachment: scroll; }
    .thumb-size-ill { display: block; width: 60px; height: auto; }
    .paral { min-height: 460px; }
    .jumbotron { height: 460px; }
    .hidden { display: none; }

    #warranty .card-body { padding: 1rem; }
    .navbar-new { padding: 1.2rem 0.5rem; }

    .paralImgHome {
        background-position: center;
        background-attachment: unset;
        }
}

@media (max-width: 1199px) {
    .paral {
        background-position: center;
        background-attachment: unset;
    }
}

@media only screen and (max-width: 576px) {
    .thumb-size-ill { display: block; width: 50px; height: auto; }
    .pt-sm-80 { padding-top: 80px; }
}

@media only screen and (max-width: 480px) {

    .col {
        width: 72px!important;
        padding-left: 0!important;
        padding-right: 0!important;
        }

        .pd-r15 { padding-right: 15px!important; }
        .pd-l15 { padding-left: 15px!important; }

    .alt-service-item-right {
        text-align: left;
    }

    h1.display-4 {
        font-size: 2.4rem;
        font-weight: 300;
        line-height: 1em;
        font-family: libre_baskervilleregular,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }

    h2.bannerHead {
        font-size: 1.6em;
    }

    p.lead {
        font-size: 1.4rem;
        font-weight: 300;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;

    }
    p.lead2 {
        font-size: 1rem;
        font-weight: 300;
        letter-spacing: 9px;
        font-family: roboto,"Helvetica Neue",Arial,sans-serif;
        color: #fff;
    }

    .bannerSub { font-size: 1.0em; }
    .mb-40 { margin-bottom: 0; }
    /* .fpo-image-color-slate { margin-left: 15px; } */
    .thumb-size-ill { display: block; width: 60px; height: auto; }
    h1.display-4b { font-size: 3rem; }
}


@media only screen and (max-width: 320px) {

    .col {
        width: 60px!important;
        padding-left: 0!important;
        padding-right: 0!important;
        }

        .pd-r15 { padding-right: 15px!important; }
        .pd-l15 { padding-left: 15px!important; }

    .bannerBullets {
        font-size: 0.8em;
        line-height: 1.2em;
    }

    h1.display-4b {
        font-size: 3.0rem;

    }

    .btn {
    font-size: 0.8rem;
    }

}
