.pageHeaderH1{font-size: 20px !important;font-weight:normal !important;}
@media (max-width: 720px) {
    .pageHeaderH1{font-size: 18px !important;font-weight:normal !important;}
}

.image_full{
    display:block !important;
}
 .image_mobile{
    display:none !important;
}
 @media (max-width: 768px) {
     .image_full{
        display:none !important;
    }
     .image_mobile{
        display:block !important;
    }
}
.polBrandBar-row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .polBrandBar-item {
    flex: 1 1 0;
    padding: 10px;
    box-sizing: border-box;
    text-align: center;
  }
  .polBrandBar-item span{
color:#000;font-size:10px;
  }

  
/* YouTube Modal Popup */
#iframeYoutube {
    height: 600px;
    width: 900px;
  }
  .modal-dialog {
    width: 930px !important;
}
@media (max-width: 768px) {
    #iframeYoutube {
        height: 600px;
        width: 100%;
      }
      .modal-dialog {
        width: 100% !important;
    }
}
  .modal-dialog1{width:80vw;position:relative;}
  .modalPopupButton{
    
        box-shadow:inset 0px 1px 0px 0px #bbdaf7;
        background:linear-gradient(to bottom, #79bbff 5%, #378de5 100%);
        background-color:#79bbff;
        border-radius:6px;
        border:1px solid #84bbf3;
        display:inline-block;
        cursor:pointer;
        color:#ffffff;
        font-family:Arial;
        font-size:15px;
        font-weight:bold;
        padding:6px 24px;
        text-decoration:none;
        text-shadow:0px 1px 0px #528ecc;
    }
    .modalPopupButton:hover {
        background:linear-gradient(to bottom, #378de5 5%, #79bbff 100%);
        background-color:#378de5;
    }
    .modalPopupButton:active {
        position:relative;
        top:1px;
    }
    .modalPopupFooterTitle{    
        font-family: 'Verdana', sans-serif;
        font-size: 18px;
        line-height: 22px;
        color: #000;
        float: left;}
    
/* Brand bar -  Infinite Carousel  */


@-webkit-keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    
    100% {
    -webkit-transform: translateX(calc(-150px * 7));
    transform: translateX(calc(-150px * 7));
    }
  }
  
  @keyframes scroll {
    0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    }
    
    100% {
    -webkit-transform: translateX(calc(-150px * 7));
    transform: translateX(calc(-150px * 7));
    }
  }
  
  .pol-brand-slider {
  /* background: #E3E3E3; */
  /*   box-shadow: 0 10px 20px -5px rgba(0, 0, 0, 0.125); */
    height: 100px;
    margin: auto;
    overflow: hidden;
    position: relative;
    width: 100%; /*960px*/
  }

  .pol-brand-slider img{
      width: 250px !important;
    }
  
  .pol-brand-slider::before, .pol-brand-slider::after {
    background: linear-gradient(
      to right, 
      white 0%, 
      rgba(255, 255, 255, 0) 100% /**/
    );
    content: "";
    height: 100px;
    position: absolute;
    width: 200px;
    z-index: 2;
  }
  
  .pol-brand-slider::after {
    right: 0;
    top: 0;
    -webkit-transform: rotateZ(180deg);
    transform: rotateZ(180deg);
  }
  
  .pol-brand-slider::before {
    left: 0;
    top: 0;
  }
  
  .pol-brand-slider .pol-brand-slide-track {
    -webkit-animation: scroll 30s linear infinite;
    animation: scroll 30s linear infinite;
    display: flex;
    width: calc(150px * 7);
  }
  .pol-brand-slider .pol-brand-slide-track:hover {
    -webkit-animation-play-state: paused;
    animation-play-state: paused;
  }
  
  .pol-brand-slider .pol-brand-slide {
    height: 100px; 
    width: 150px; 
  }

/* GRAY Notification */
 .promo-fullwidth {
     width:100%;
    background:#ebebeb;
    margin:15px auto;
    border: 1px solid transparent;
    border-radius: 4px;
}
 .promo-wrap {
    width:95%;
    margin:0 auto;
    padding-top:0.8em;
    overflow:hidden;
}
 .promo-wrap h3 {
    font-size:18px !important;
    display:inline-block;
}
 span.promo-main {
    font-size:20px;
    display:inline-block;
    text-decoration:underline;
}
 span.promo-detail {
    font-size:16px;
    display:inline-block;
}
 .promo-wrap p {
    font-size:18px;
    padding:10px 0px;
    display:inline-block;
}
 .promo-wrap button {
    float:right;
    padding: 10px 30px;
    background-color:#ea2229;
    color:#fff;
    border:none;
    transition: 0.3s;
}
 .promo-code {
    float:right;
    padding: 10px 30px;
    background-color:#ea2229;
    color:#fff;
    border:none;
    transition: 0.3s;
}
 .promo-wrap button:hover {
    background-color:#000;
    color:#fff;
}
 @media (max-width: 992px) {
     .promo-wrap h3 {
        font-size:20px !important;
        display:inline-block;
        margin:0 !important;
    }
     .promo-wrap p {
        font-size:14px;
        padding:0px;
        display:inline-block;
    }
     .promo-wrap {
        width:100%;
        padding-top:0.8em;
        text-align:center;
    }
     span.promo-main {
        font-size:24px;
        display:inline-block;
        text-decoration:underline;
    }
     span.promo-detail {
        font-size:14px;
        display:inline-block;
    }
     .promo-wrap button {
        float:right;
        padding: 10px 30px;
        background-color:#ea2229;
        color:#fff;
        border:none;
        transition: 0.3s;
    }
     .promo-code {
        width:100%;
        text-align:center;
        padding: 5px;
        background-color:#ea2229;
        color:#fff;
        border:none;
        transition: 0.3s;
    }
     .promo-wrap button:hover {
        background-color:#000;
        color:#fff;
    }
}
/* END GRAY Notification */
/* RED Notification */
 *{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 #notification722{
    font-family: Helvetica, arial, sans-serif;
}
 #notification722.clearfix:after {
    clear: both;
}
 #notification722.container{
    width: 80%;
    margin: 0 auto;
}
 .saleDate722{
    text-align: center;
    color:#fff;
}
 .useCode722{
    color: #fff;
    font-size: 1em;
}
 section{
    width: 100%;
    height: auto;
}
 #notification722{
    width: 100%;
    height: auto;
    background: linear-gradient(-90deg, rgba(97,0,0,1) 0%, rgba(193,15,15,1) 35%, rgba(164,5,5,1) 100%);
    border-radius: 15px;
    margin: 10px 0px 10px 0px;
}
 .section-left722,.section-right722{
    float: left;
}
 .section-left722{
    width: 70%;
    padding-top: 1.5em;
}
.section-left722Full{
    width: 100%;
    padding-top: .5em;
}
.section-left722Full a{
    color:#fff !important;
    font-weight:bold;
    text-decoration: underline !important;
}
 .section-right722{
    width: 30%;
    text-align: center;
    margin-top: 0.3em;
}
 #notification722.clearfix:before,#notification722.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
 .section-title722,.section-tagline722{
    color: white;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
 .section-title722{
    font-size: 2.5em;
    margin-bottom: .3em;
    line-height: 40px;
}
 .section-tagline722{
    font-size: 1em;
}
 .learn-more722{
    display: table;
    margin: 0 auto;
    padding: .5em 1.5em;
    background: linear-gradient(-90deg, rgba(184,184,184,1) 0%, rgba(255,255,255,1) 35%, rgba(230,230,230,1) 100%);
    font-size: 2.5em;
}
 .uniqueCode722{
    text-align: center;
    color:#c70000;
    font-size:1em;
}
/* Portrait tablet to landscape and desktop */
 @media (min-width: 768px) and (max-width: 979px) {
     .box722{
        width: 49%;
        margin-bottom: 5%;
    }
     ul li:nth-child(3) .box722{
        clear: both;
    }
     ul li:nth-child(2n) .box722{
        margin-right: 0;
        clear: right;
    }
}
/* Small monitor */
 @media (max-width: 979px){
     .section-left722{
        text-align: center;
    }
     .section-title722{
        font-size: 3em;
        margin-bottom: .2em;
    }
     .section-tagline722{
        font-size: .9em;
    }
     .learn-more722{
        margin: 0 auto;
    }
}
/* Landscape phone to portrait tablet */
 @media (max-width: 767px) {
     #notification722.container722{
        width: 95%;
    }
     h1{
        padding: .5em 0;
    }
     #notification722 p{
        margin:0 !important;
    }
     #notification722{
        margin: 15px 0px 15px 0px;
    }
     .section-left722,.section-right722{
        width: 100%;
    }
     .section-left722{
        text-align: center;
        padding: .2em 0;
    }
     .section-title722{
        font-size: 1.5em;
        line-height:5px;
        display:block;
        padding-top:10px;
    }
     .section-tagline722{
        font-size: 14px;
        line-height:14px;
        display:block;
        padding: 10px 0 5px 0;
    }
     .useCode722{
        font-size:.7em;
        text-decoration:underline;
    }
     .learn-more722{
        margin: 0 auto;
        padding: 0.2em 1em;
        font-size:2em;
    }
}
/* END RED Notification */
/* END 2023 Promotion Notification Banner */
.promotion-flex-container {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: space-around;
    width: 100%;
    background-color:#eeeeee;
    border-radius: 5px;
    margin-bottom: 10px;
    padding-left: 10px;padding-right:10px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
  }
  .promotion-header {
   color: #000;
    text-align: left;
    margin: 0;
    padding-top: 10px;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
  }
  .promotion-details {
    color: #000;
    text-align: left;
    font-size: 14px;
    margin: 0;
    line-height: 24px;
  }
  .promotion-details a{
    color: #000 !important;
    text-decoration:underline;
  }
  .couponCode{color:#fff !important;}
  .couponDetails {
    font-size: 14px;
      color: #000;
      text-align: center;
      line-height: 0;
      padding-top: 9px;
      text-transform: uppercase;
  }
  .copytext {
    font-size: 12px !important;
    color:#fff !important;
    margin-top:25px;
  }
  @media (max-width: 1080px) {
    .promotion-header {font-size: 24px;padding: 0;}
    .promotion-details {font-size: 14px;line-height: 20px;}
    .copytext {font-size: 18px ;padding: 10px 0;}
    .custom-btn {}
    .custom-Promo-btn {width: 180px !important;height: 50px !important;}
    .btn-15 p {padding: 0px 0;}
    #promoCode {font-size:18px;}
    .promotion-flex-container > .promotion-flex-left {flex: 0 1 75%;padding-top: 20px;}
  }
  @media (max-width: 800px) {
    .promotion-header {font-size: 18px; line-height: 16px;text-align: center;}
    .promotion-details {font-size: 12px;line-height: 18px;text-align: justify;padding-top: 10px;padding-bottom: 10px;}
    .copytext {font-size: 18px ;padding: 10px 0;}
    .custom-btn {}
    .promotion-flex-container{flex-flow: column;}
    .custom-Promo-btn {width: 180px !important;height: 50px !important;}
    .btn-15 p {padding: 0px 0;}
    .btn-15 {margin: 0 20px;}
    #promoCode {font-size:18px;}
    .couponDetails {font-size: 8px;}
  }
  
  .promotion-flex-container > div {
    color: white;
    display: inline-grid;
    justify-content: center;
    align-items: center;
  }
  .promotion-flex-container > .promotion-flex-left {
    flex: 0 1 75%;
  }
  .promotion-flex-container > .promotion-flex-right {
    flex: 0 1 25%;
  }
  @media (max-width: 800px) {
    .promotion-flex-container > div {
      max-width: 100%;
      flex: 0 1 30%;
    }
  }
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media (max-width: 800px) {
    .promotion-flex-container > div {
      max-width: 100%;
      flex: 0 1 100%;
    }
    .promotion-flex-container > .promotion-flex-left {
      flex: 0 1 100%;
    }
    .promotion-flex-container > .promotion-flex-right {
      display: inline-flex;
    }
  }
  .custom-Promo-btn {
    width: 250px;
    height: 65px;
    color: #fff;
    border-radius: 5px;
    padding: 0px 25px;
    font-family: "Lato", sans-serif;
    font-weight: 500;
    background: transparent;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    box-shadow: inset 2px 2px 2px 0px rgba(255, 255, 255, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    outline: none;
  }
  /* 15 */
  .btn-15 {
    background: #d81f26;
    border: none;
    z-index: 1;
    margin-bottom: 4px;
    padding-top: 10px;
  }
  .btn-15:after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    right: 0;
    z-index: -1;
    background-color: #bb1d2a;
    border-radius: 5px;
    box-shadow: inset 2px 2px 2px 0px rgba(106, 25, 37, 0.5),
      7px 7px 20px 0px rgba(0, 0, 0, 0.1), 4px 4px 5px 0px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
  }
  .btn-15:hover {
    color: #fff;
  }
  .btn-15:hover:after {
    left: 0;
    width: 100%;
  }
  .btn-15:active {
    top: 2px;
  }
  .btn-15 p {
    font-size: 24px;
    margin:0px;
    line-height: 18px;
  }
  
  
/* END 2023 Promotion Notification Banner */


/* BRAND Logo Bar */
 div.brandBarContainer {
    margin:0;
}
 div.brandBarTitle {
    text-align:center;
}
 div.brandBarTitle span {
    color:#000 !important;
    font-weight: bold;
    font-size: 1.3em;
}
 div.brandBar {
    display: table;
    width: 100%;
    table-layout: fixed;
    height:auto;
    padding: 10px;
}
 div.brandBar span {
    display: table-cell;
    text-align: center;
}
 div.brandBar img {
    padding: 0px 15px 10px 15px;
}
 div.brandBar span a {
    font-size: 15px;
    color:#000 !important;
    text-decoration: underline;
}
 @media (max-width: 767px) {
     div.brandBar img {
        padding: 0px 5px 0px 5px;
    }
     div.brandBar span {
        float: left;
        width: 25%;
    }
     div.brandBar span a {
        font-size:12px;
    }
}
/* END Logo Bar */
/* NEW Gray Notification */
 *{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
 #notification724{
    font-family: Helvetica, arial, sans-serif;
}
 #notification724.clearfix:after {
    clear: both;
}
 #notification724.container{
    width: 80%;
    margin: 0 auto;
}
 .saleDate724{
    text-align: center;
    color:#000;
}
 .useCode724{
    color: #000;
    font-size: 1em;
}
 section{
    width: 100%;
    height: auto;
}
 #notification724{
    width: 100%;
    height: auto;
    background:#ebebeb;
    border-radius: 15px;
    margin: 10px 0px 10px 0px;
}
 .section-left724,.section-right724{
    float: left;
}
 .section-left724{
    width: 70%;
    padding-top: 1.5em;
}
 .section-right724{
    width: 30%;
    text-align: center;
    margin-top: 0.3em;
}
 #notification724.clearfix:before,#notification724.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}
 .section-title724,.section-tagline724{
    color:#000;
    margin: 0;
    padding: 0;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}
 .section-title724{
    font-size: 2.5em;
    margin-bottom: .3em;
    line-height: 40px;
}
 .section-tagline724{
    font-size: 1em;
}
 .learn-more724{
    display: table;
    margin: 0 auto;
    padding: .5em 1em;
    background: linear-gradient(-90deg,rgba(97,0,0,1) 0%,rgba(193,15,15,1) 35%,rgba(164,5,5,1) 100%);
    font-size: 2.5em;
}
 .uniqueCode724{
    text-align: center;
    color:#fff;
    font-size:.8em;
}
/* Portrait tablet to landscape and desktop */
 @media (min-width: 768px) and (max-width: 979px) {
     .box724{
        width: 49%;
        margin-bottom: 5%;
    }
     ul li:nth-child(3) .box724{
        clear: both;
    }
     ul li:nth-child(2n) .box724{
        margin-right: 0;
        clear: right;
    }
}
/* Small monitor */
 @media (max-width: 979px){
     .section-left724{
        text-align: center;
    }
     .section-title724{
        font-size: 3em;
        margin-bottom: .2em;
    }
     .section-tagline724{
        font-size: .9em;
    }
     .learn-more724{
        margin: 0 auto;
    }
}
/* Landscape phone to portrait tablet */
 @media (max-width: 767px) {
     #notification724.container724{
        width: 95%;
    }
     h1{
        padding: .5em 0;
    }
     #notification724 p{
        margin:0 !important;
    }
     #notification724{
        margin: 15px 0px 15px 0px;
    }
     .section-left724,.section-right724{
        width: 100%;
    }
     .section-left724{
        text-align: center;
        padding: .2em 0;
    }
     .section-title724{
        font-size: 1.5em;
        line-height:1em;
        display:block;
        padding-top:10px;
    }
     .section-tagline724{
        font-size: 14px;
        line-height:14px;
        display:block;
        padding: 10px 0 5px 0;
    }
     .useCode724{
        font-size:.7em;
        text-decoration:underline;
    }
     .learn-more724{
        margin: 0 auto;
        padding: 0.2em 1em;
        font-size:2em;
    }
}
/* END NEW Gray Notification */
/* AB BRAND Landing Page */
 .instructionContainer {
    float:left;
    padding-bottom:1em;
}
 .instructionDetails {
    background:#f8f8f8;
    padding:1em;
    border-radius:25px;
    scroll-margin-top: 75px;
}
 .formulaContainer {
    background:#f8f8f8;
}
 .formulaSelector {
    padding-bottom:15px;
}
 .brandTopPicks {
    float:left;
    align-content:center;
    text-align:center;
}
 .brand2box {
    float:left;
    padding-bottom:10px;
}
 .centerText {
    text-align:center;
}
 .brandHeaders h2 {
    font-size:28px !important;
}
 .faqLink {
    text-align:right;
}
 .faqLink a {
    font-weight:bold;
     font-size: 16px;
     text-decoration:underline;
}
 hr.solid {
    border-top: 3px solid #bbb;
}
 @media (min-width: 993px){
    .instructionDetails {
        scroll-margin-top: 75px;
    }
}
 @media (max-width: 992px){
    .instructionDetails {
        scroll-margin-top: 150px;
    }
}
 @media (max-width: 767px){
    .instructionDetails {
        scroll-margin-top: 0px;
    }
}
 .brandProductLink {
    color:#000 !important;
}
.ab-catalog-link {float:right;}
.ab-catalog-link a {font-weight:bold;}
.ab-text {font-family: "Calibri Light",sans-serif;font-size:12pt;color:#000;}
.ab-text-bold {font-family: "Calibri Light",sans-serif;font-size:12pt;color:#000;font-weight:bold;}
.ab-divider
{
	position: relative;
	margin-top: 15px;
	height: 1px;
}

.ab-div-transparent:before
{
	content: "";
	position: absolute;
	top: 0;
	left: 5%;
	right: 5%;
	width: 90%;
	height: 1px;
	background-image: linear-gradient(to right, transparent, rgb(48,49,51), transparent);
    opacity: 0.2;
}
/* END AB BRAND Landing Page */
 .jobListingDetails ul > li, ol{
    margin-left:30px;
    padding-bottom:5px;
    font-family:sans-serif;
}
 .jobListingDetails p {
    font-family:sans-serif;
}
 .generalTextbox {
    font-family:sans-serif;
}
 @media (max-width: 768px) {
    .productHighlight4 .col-xs-6 {
        width: 47%;
        padding: 0px 10px 0px 0px;
    }
}
/* Curalate Hide Branding */
 #crl8-other-carousel .laWzgt {
    display:none !important;
}
 #crl8-other-carousel-modal .hhzzdS {
    display:none !important;
}
/* END Curalate Hide Branding */
/* Layout Grid */
 .gray-bg{
    background-color:#ccc;
}
 .demo-box{
    min-height:550px !important;
}
 .demo-box2{
    min-height:225px !important;
}
 .demo-product{
    min-height:270px !important;
}
 .demo-heading{
    min-height:60px !important;
}
 .marginB25{
    margin-bottom:25px !important;
}
 .marginT25{
    margin-top:25px !important;
}
 .paddingR10{
    padding-right:10px;
}
 .paddingL10{
    padding-left:10px;
}
 .padding10{
    padding:10px !important;
}
 .paddingRL0{
    padding-right: 0px !important;
    padding-left: 0px !important;
}
 .noMargin{
    margin:0 !important
}
 .fullWidth{
    width:100%;
}
 .border1pxBlack{
    border:1px solid black;
    padding: 5px;
}
 .boldText{
    font-weight:bold;
}
 #banner-slider{
    width:100%;
    margin-bottom:40px;
}
#banner-header{
    width:100%;
    margin-bottom:10px;
}
#banner-header h1 {margin:0px !important;}
 #banner-slider-midpage{
    width:100%;
    margin-top:20px;
    margin-bottom:20px;
    display:grid;
}
 #boxCont {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom:40px;
    width: 100%;
}
 .box1 {
    min-height:100px;
    width:100%;
}
 .box2 {
    min-height:100px;
    width:48.5%;
    margin-right:.5%;
}
 .box2:nth-child(2n) {
    margin-right: 0;
}
 .box3 {
    min-height:100px;
    width:32.5%;
    margin-right:.5%;
}
 .box3:nth-child(3n) {
    margin-right: 0;
}
 .box4 {
    min-height:50px;
    width:22.5%;
    margin-right:.5%;
}
 .box4:nth-child(4n) {
    margin-right: 0;
}
 .box5 {
    min-height:50px;
    width:19.5%;
    margin-right:.5%;
}
 .box5:nth-child(5n) {
    margin-right: 0;
}
 .box6 {
    min-height:100px;
    width:16.1%;
    margin-right:.5%;
}
 .box6:nth-child(6n) {
    margin-right: 0;
}
 .box7 {
    min-height:100px;
    width:13.7%;
    margin-right:.5%;
}
 .box7:nth-child(7n) {
    margin-right: 0;
}
 .boxonethirds {
    min-height:100px;
    width:32.8%;
    margin-right:.5%;
}
 .boxonethirds:nth-child(2n) {
    margin-right: 0;
}
 .boxtwothirds {
    min-height:100px;
    width:66.1%;
    margin-right:.5%;
}
 .boxtwothirds:nth-child(2n) {
    margin-right: 0;
}
 #brand-banner{
    width:100%;
    height:auto;
    margin-bottom:40px;
}
 #brand-header{
    width:100%;
    height:auto;
    color:#000;
    text-align: center;
}
 .brand-header {
    font-size:26px;
    font-family: 'Gotham', sans-serif;
}
 @media (max-width: 768px) {
     .box4 {
        min-height:50px;
        width:47.5%;
        margin-right:.5%;
        margin-bottom: 10px;
    }
     .box2 {
        min-height:100px;
        width:99.5%;
        margin-right:.5%;
        padding-bottom: 10px;
    }
}
/* END Layout Grid */
/* Project Gallery Grid */
 .projectgrid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    align-items: start;
    justify-items: center;
    margin-bottom: 50px;
}
 .projectgrid img {
    max-width: 100%;
}
 .projectgrid img:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}
 .projectgrid2 {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 10px;
    align-items: start;
    justify-items: center;
    margin-bottom: 50px;
}
 .projectgrid2 .featproject {
    max-width: 100%;
    position: relative;
    text-align: center;
}
 .projectgrid2 .featproject:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}
 .projectgrid2 .project_label {
    width:100%;
     color:#000;
     background-color:rgba(255,255,255, 0.7);
     padding:0.5em;
     position:absolute;
     bottom:5px;
     right:0px;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
 .projectgrid3 {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 10px;
    align-items: start;
    justify-items: center;
    margin-bottom: 50px;
}
 .projectgrid3 .featproject {
    max-width: 100%;
    position: relative;
    text-align: center;
}
 .projectgrid3 .featproject:nth-child(2) {
    grid-column: span 3;
    grid-row: span 3;
}
 .projectgrid3 .project_label {
    width:100%;
     color:#000;
     background-color:rgba(255,255,255, 0.7);
     padding:0.5em;
     position:absolute;
     bottom:5px;
     right:0px;
    font-family: 'Gotham', sans-serif;
    font-size: 14px;
    font-weight: bold;
    line-height: 16px;
}
 @media (max-width: 768px) {
     .projectgrid3 .project_label {
        display:none !important;
    }
}
/* END Project Gallery Grid */
/* WAVERLY Landing Page */
 #wavery-home{
    font-family: 'Gotham', sans-serif;
}
 .waverly-heading{
    font-size:30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    width:100%;
    background-color:#63c7c7;
    outline: solid 2px #fff;
    outline-offset: -10px;
    display:grid;
    text-align:center;
    line-height:35px;
}
 .waverly-heading2{
    font-size:30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    background-color:#63c7c7;
    outline: solid 2px #fff;
    outline-offset: -10px;
    display:grid;
    text-align:center;
    line-height:35px;
}
 .waverly-heading2 p{
    margin:auto;
    color:#000;
    padding: 20px;
}
.waverly-heading h2{
    margin:auto;
    color:#000;
    padding: 20px;
    font-size:30px;
}
.waverly-heading2 h2{
    margin:auto;
    color:#000;
    padding: 20px;
    font-size:30px;
}
 .waverly-heading3{
    font-size:30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    background-color:#63c7c7;
    outline: solid 2px #fff;
    outline-offset: -10px;
    display:grid;
    text-align:center;
    line-height:35px;
}
 .waverly-heading3 p{
    margin:auto;
    color:#fff;
    padding: 20px;
}
 .waverly-banner-heading{
    font-size:30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    width:80%;
    background:rgba(255,255,255, 0.7);
    outline: solid 2px #000;
    outline-offset: -10px;
    display:grid;
    text-align:center;
    line-height:35px;
    margin:auto;
    padding:20px;
}
 .waverly-heading p{
    margin:auto;
    color:#000;
    padding: 20px;
}
 .waverly-text{
    font-size:16px;
    font-family: 'Gotham', sans-serif;
    color:black !important;
    line-height: 18px;
    margin:0px;
    padding-top: 5px;
    line-height: 24px;
}
 .waverly-textbold{
    font-size:16px;
    font-family: 'Gotham', sans-serif;
    font-weight:bold;
    color:black !important;
     margin:0px;
}
 .waverly-textbold a{
    color:black !important;
}
 .waverly-text a{
    color:black !important;
}
 .waverly-bg{
    width:100%;
    height:100%;
    min-height:300px;
    background-color:#63c7c7;
    display:grid;
}
 .waverly-formulaSelector {
    padding:5px;
}
 .waverly-formulaSelector a {
    color:#fff !important;
}
 .waverly-instructionDetails {
    scroll-margin-top: 95px;
}
 .waverly-formula{
    font-size:30px;
    font-family: 'Gotham', sans-serif;
    font-weight: 100;
    background-color:#63c7c7;
    outline: solid 2px #fff;
    outline-offset: -10px;
    display:grid;
    text-align:center;
    line-height:35px;
}
 .waverly-formula a{
    color:#fff !important;
}
 .spacer20{
    margin-bottom:20px;
}
 #waverly-home h1 {
    margin: 10px 0 !important;
    font-family: 'Gotham', sans-serif !important;
    font-size: 16px !important;
    line-height: 20px !important;
}
 #waverly-home h2 {
    margin:auto;
    color:#000;
    padding: 20px;
    font-size:30px;
    font-weight:normal !important;
    font-family: 'Gotham', sans-serif !important;
}
 .waverly-walmart-button{
    text-align: left;
}
 .waverly-walmart-button img {
    width:250px;
}
 @media (max-width: 768px) {
     .waverly-instructions-banner img{
        width:170% !important;
        max-width:170% !important;
    }
     .waverly-coverage {
        width:100% !important;
        margin-bottom: 10px;
    }
     .top-padding {
        padding-top:20px;
    }
     .bottom-margin {
        margin-bottom:20px;
    }
     .waverly-instructionDetails {
        scroll-margin-top: 25px;
    }
     .waverly-walmart-button{
        text-align: center;
    }
     .waverly-walmart-button img {
        width:300px;
    }
}
/* WAVERLY Bottom Project Gallery Slider */
 .waverly-slider-container {
    background:#ccc;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
 .waverly-slider {
    width: 100%;
    max-width: 1200px;
    height: 300px;
    text-align: center;
    overflow: hidden;
    position: relative;
}
 .waverly-slides {
    display: flex;
    overflow-x: scroll;
    position: relative;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
}
 .waverly-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    padding:.5%;
    height: 300px;
    width:300px;
    scroll-snap-align: center;
    margin-right: 0px;
    box-sizing: border-box;
    background: white;
    transform-origin: center center;
    transform: scale(1);
}
 .waverly-slide__text {
    font-size: 40px;
    font-weight: bold;
    font-family: sans-serif;
}
 .waverly-slide a {
    background: none;
    border: none;
}
 a.waverly-slide__prev, .waverly-slider::before {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    left: 5%;
}
 a.waverly-slide__next, .waverly-slider::after {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    right: 5%;
}
 .waverly-slider::before, .waverly-slider::after, .waverly-slide__prev, .waverly-slide__next {
    position: absolute;
    top: 48%;
    width: 35px;
    height: 35px;
    border: solid black;
    border-width: 0 4px 4px 0;
    padding: 3px;
    box-sizing: border-box;
}
 .waverly-slider::before, .waverly-slider::after {
    content: "";
    z-index: 1;
    background: none;
    pointer-events: none;
}
 .waverly-slider__nav {
    box-sizing: border-box;
    position: absolute;
    bottom: 5%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    text-align: center;
}
 .waverly-slider__navlink {
    display: inline-block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background-color: black;
    margin: 0 10px 0 10px;
}
/* End WAVERLY Bottom Project Gallery Slider */
/* End WAVERLY Landing Page */
/* Kicks Pages */
 #kicksBlackbg{
    position:absolute;
    padding:0;
    margin:0;
    top:0;
    left:0;
    width: 100%;
    min-height: 100% !important;
    background: rgba(0, 0, 0, 1.5);
    z-index: 9;
}
 #kicksContent {
    margin:auto;
    max-width:1400px;
    z-index: 10;
    margin-top: 100px;
    padding: 0 10px 0 10px;
}
 #kicksLogo {
    width:15%;
    float:left;
    margin-right: 50px;
}
 #kicksNavigation {
    width:80%;
    float:left;
    display: contents;
    justify-content: space-between;
    color:#fff;
}
 #kicksBanner{
    width:100%;
    min-height:100px;
}
 .kicksNav {
    display: contents;
    justify-content: space-between;
    color:#fff;
    width:75%;
    float:left;
}
 .kicksLogo {
    display: contents;
    justify-content: space-between;
    color:#fff;
    width:25%;
    float:left;
}
 .kicksNav div {
    width: auto;
    padding: 10px 5% 10px 0;
    font-size:1.3vh;
    margin: 0 auto;
}
 .logoUp{
    width: auto !important;
    text-align: center;
    padding-bottom:10px;
    padding-bottom: 20px !important;
}
 .navLinks {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Gotham', sans-serif !important;
}
 .navLinks a{
    color:#fff !important;
    font-weight:bold;
}
 .shopLink {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Gotham', sans-serif !important;
}
 .shopLink a{
    color:#000 !important;
    font-weight:bold;
    padding: 15px 40px 15px 40px;
    border-radius: 80px;
}
 .kicks-shop-botton{
    color:#000 !important;
    font-weight:bold;
    background-color:#fff;
}
 .box40 {
    width:40%;
    float:left;
}
 .box60 {
    width:60%;
    float:left;
    padding-left:10px;
}
 .kicks-textbold {
    font-size: 18px;
    font-weight: bold;
    color: white !important;
    text-align:center;
    font-family: 'Gotham', sans-serif !important;
}
 .kicks-text {
    font-size: 22px;
    color: white !important;
     text-align:center;
    font-family: 'Gotham', sans-serif !important;
}
 .overlapContainer{
    position: relative;
}
 .overlap1{
    z-index: 1;
}
 .overlap2{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 60%;
    height: 100%;
    z-index: 2;
    color:white;
    padding-top: 60px;
}
 .overlap2 img{
    width: 100%;
}
 .overlap2 h1{
    font-size:32px !important;
    color:white !important;
    margin:0 auto !important;
    font-weight:bold;
    padding-bottom:20px;
    font-family: 'Gotham', sans-serif !important;
}
 .overlap2 p{
    font-size: 24px !important;
    color:white !important;
    font-family: 'Gotham', sans-serif !important;
}
 .navLinks p {
    margin-top: 1.2em;
    margin-bottom: 1.2em;
    font-family: 'Gotham', sans-serif !important;
}
 .navLinnks-divider {
    font-size:30px;
}
 .btn-kicksShop {
    background-color:#fff;
    border-radius: 25px;
    height: 40px;
    padding: 15px 50px 15px 50px;
    font-family: 'Gotham', sans-serif !important;
}
 .btn-kicksShop a {
    color: black !important;
    font-weight: bold;
    margin-left: 60px;
}
 .kicksText h1{
    font-size:22px !important;
    color:white !important;
    margin:0 auto !important;
    font-weight:bold;
    padding-bottom:20px;
    font-family: 'Gotham', sans-serif !important;
}
 .kicksText p{
    font-size: 18px !important;
    color:white !important;
    margin: 0;
}
 .borderRight-white{
    border-right:2px solid white;
    font-family: 'Gotham', sans-serif !important;
}
 .bottom30 {
    margin-bottom:30px;
}
 .bottom50 {
    margin-bottom:50px;
}
 .right20 {
    margin-right:20px;
}
 #kicksSocialBanner{
    background-image: url("/Plaid/img/2022_design/brands/kicks/images/KICKS-SOCIAL-FOOTER.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:center;
    width:100%;
    height: 489px;
}
 .kicksSocialBannerContent{
    width:80%;
    height:100%;
    position: relative;
    text-align:center;
}
 .SocialInfo {
     margin: 0;
    position: absolute;
    top: 50%;
    left: 35%;
    transform: translate(-50%, -50%);
}
 .SocialInfo ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
 .SocialInfo li {
    float: left;
    max-width: 20%;
}
 .SocialInfo li a {
    display: block;
    color: white;
    text-align: center;
    padding: 16px;
    text-decoration: none;
}
 .SocialInfo h2 {
    font-size:32px !important;
    font-family: 'Gotham', sans-serif !important;
}
 .SocialInfo p {
    font-size:26px !important;
    font-family: 'Gotham', sans-serif !important;
    padding-top:15px;
}
 #kicksInstructionsBasic{
    background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-basic.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top;
    width:100%;
}
 #kicksInstructionsNeon{
    background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-neon.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top;
    width:100%;
}
 #kicksInstructionsMatte{
    background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-matte.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top;
    width:100%;
}
 #kicksInstructionsGloss{
    background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-gloss.jpg");
    background-repeat:no-repeat;
    background-size:contain;
    background-position:top;
    width:100%;
}
 .kicksInstructions{
    width:80%;
    height:100%;
    position: relative;
    float:right;
    padding-top: 12%;
}
 .kicks-instructions-text {
    font-size: 18px;
    color: white !important;
     font-family: 'Gotham', sans-serif !important;
    line-height: 26px;
}
 .kicks-project-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
}
 .project-single {
    margin: 0px .5em;
    flex: 1 1 30%;
    font-family: 'Gotham', sans-serif !important;
    font-weight:bold;
}
.project-single-dtdelta {
    margin: 0px .5em;
    flex: 1 1 15%;
    font-family: 'Gotham', sans-serif !important;
    font-weight:bold;
}
 .project-image-caption {
    background: #282828;
    margin: 0;
    text-align: center;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
 .project-image-caption a{
    color:#fff !important;
}
 .project-image-brand {
    font-size:12px;
    text-align: center;
    color:white;
}
 .project-image-brand a{
    color:#fff !important;
}
 .project-single > img {
    max-width: 100%;
    margin: 0;
}
 .kicks-intro-text {
    font-size:22px;
    line-height:30px;
}
 @media (max-width: 992px) {
     #kicksLogo {
        width:100% !important;
        float:left;
        text-align: center;
        padding-bottom: 20px;
        margin:0px;
    }
     #kicksLogo img {
        width:200px;
    }
     #kicksContent {
        margin-top: 20px;
    }
     .overlap2 h1{
        font-size:24px !important;
        color:white !important;
        margin:0 auto !important;
        font-weight:bold;
        padding-bottom:20px;
    }
     .overlap2 p{
        font-size: 18px !important;
        color:white !important;
    }
     #kicksSocialBanner{
        height: 340px;
    }
     #kicksInstructionsBasic{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-basic.jpg");
        background-repeat:no-repeat;
        background-size:inherit;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsNeon{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-neon.jpg");
        background-repeat:no-repeat;
        background-size:inherit;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsMatte{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-matte.jpg");
        background-repeat:no-repeat;
        background-size:inherit;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsGloss{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-gloss.jpg");
        background-repeat:no-repeat;
        background-size:inherit;
        background-position:inherit !important;
        width:100%;
    }
     .kicksInstructions{
        width:70%;
        height:100%;
        position: relative;
        float:right;
        padding-top: 20%;
    }
     .kicks-project-container {
        padding: 8px;
    }
     .project-single {
        flex: 1 1 40%;
    }
}
 @media (max-width: 767px) {
     #kicksBlackbg{
        position:absolute;
        padding:0;
        margin:0;
        top:0;
        left:0;
        width: 100%;
        min-height: 2000px !important;
        background: rgba(0, 0, 0, 1.5);
        z-index: 9;
    }
     #kicksLogo > img{
        max-width:150px !important;
    }
     .kicksNav div {
        padding: 1% 2% 0px 0;
        font-size:.8vh;
    }
     .btn-kicksShop a {
        color: black !important;
        font-weight: bold;
        margin-left: 30px !important;
        margin-right: 20px;
    }
     .navLinks {
        width: auto;
        padding: 0px 6% 0px 0;
        font-size: 10px;
        margin: 0 auto;
    }
     .shopLink {
        width: auto;
        padding: 0px 6% 0px 0;
        font-size: 10px;
        margin: 0 auto;
    }
     .btn-kicksShop {
        padding: 10px 40px 10px 40px;
    }
     .box60 {
        padding-left:4px;
    }
     .kicksText h1{
        font-size:30px !important;
        color:white !important;
        margin:0 auto !important;
        font-weight:bold;
        padding-bottom:20px;
        text-align:center;
    }
     .kicksText p{
        font-size: 16px !important;
        color:white !important;
        margin: 0;
        text-align:center;
    }
     .kicks-textbold {
        font-size: 13px;
        font-weight: bold;
        color: white !important;
        text-align:center;
    }
     .kicks-text {
        font-size: 16px;
        color: white !important;
    }
     #kicksSocialBanner{
        height: 175px;
    }
     .SocialInfo h2 {
        font-size:16px !important;
        font-family: 'Gotham', sans-serif !important;
        margin:0px;
    }
     .SocialInfo p {
        font-size:13px !important;
        font-family: 'Gotham', sans-serif !important;
        padding:0px;
    }
     .kicksInstructions{
        width:100%;
        height:100%;
        position: relative;
        float:right;
        padding-top: 60%;
    }
     .kicks-instructions-text {
        font-size: 16px;
        color: white !important;
         font-family: 'Gotham', sans-serif !important;
    }
     .kicksSocialBannerContent{
        width:125%;
        height:100%;
        position: relative;
        text-align:left;
    }
     .kicks-intro-text {
        font-size:18px;
        line-height:22px;
    }
}
 @media (max-width: 580px) {
     #kicksInstructionsBasic{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-basic.jpg");
        background-repeat:no-repeat;
        background-size:170%;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsNeon{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-neon.jpg");
        background-repeat:no-repeat;
        background-size:170%;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsMatte{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-matte.jpg");
        background-repeat:no-repeat;
        background-size:170%;
        background-position:inherit !important;
        width:100%;
    }
     #kicksInstructionsGloss{
        background-image: url("/Plaid/img/2022_design/brands/kicks/images/kicks-instructions-bg-gloss.jpg");
        background-repeat:no-repeat;
        background-size:170%;
        background-position:inherit !important;
        width:100%;
    }
     .kicksInstructions{
        width:100%;
        height:100%;
        position: relative;
        float:right;
        padding-top: 50%;
    }
     .kicks-project-container {
        padding: 8px;
    }
     .project-single {
        flex: 1 1 50%;
    }
     .SocialInfo ul {
        height:60px;
    }
}
/* END Kicks Pages */
/*FOLKART mega-menu*/
 .folkart-header{
    width: 100%;
     position: relative;
}
 .navigation-bar{
    position: relative;
    z-index:999;
}
 .navigation-bar a{
    color:#000 !important
}
 #menu-icon{
    display: none;
}
 .navigation-bar ul{
    margin: 0;
    padding: 0;
    display:flex;
    justify-content: center;
}
 .navigation-bar ul li{
    list-style: none;
    display: inline-block;
    padding: 10px 20px;
}
 .navigation-bar ul li a{
    color: #fff;
    text-transform: capitalize;
}
 @media (max-width: 876px) {
}
 .navigation-bar ul li a:hover{
    text-decoration: underline;
    text-underline-offset: 5px;
    text-decoration-thickness: 3px;
}
 .main-mega-menu-section li a{
    color:#000;
}
 .main-mega-menu-section li ul.vegies{
    width: 200px;
     height: 410px;
    position: absolute;
    left: 200px;
     top: 0px;
    display: none;
     background: rgba(204, 204, 204, 0.47)
}
 ul.vegies li{
    display: block;
}
 ul.vegies li ul.vegies-submenu{
    width: 450px;
     height: 100%;
    position: absolute;
    left: 200px;
    ;
     top: 0;
    display: none
}
 ul.vegies li ul.vegies-submenu li{
    display: inline-block;
    vertical-align: top ;
}
 .active-mega-menu{
    display: block !important
}
 ul.vegies li ul.vegies-submenu li ul li{
    width: 100%;
     display: block
}
 #mega-menu-fresher{
    width: 860px;
     min-height: 400px;
     background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -35px;
}
 #mega-menu-fresher ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher ul li.vegies a{
    color: #000
}
 #mega-menu-fresher ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher ul li a{
    color: #000;
}
 #mega-menu-fresher .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher ul li.vegies a:hover{
    text-decoration:none;
}
 #mega-menu-fresher2{
    width: 860px;
     min-height: 400px;
     background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -165px;
}
 #mega-menu-fresher2 ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher2 ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher2 ul li.vegies a{
    color: #000
}
 #mega-menu-fresher2 ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher2 ul li a{
    color: #000;
}
 #mega-menu-fresher2 .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher2 ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher2 ul li.vegies a:hover{
    text-decoration:none;
}
 #mega-menu-fresher3{
    width: 860px;
     min-height: 400px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -286px;
}
 #mega-menu-fresher3 ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher3 ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher3 ul li.vegies a{
    color: #000
}
 #mega-menu-fresher3 ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher3 ul li a{
    color: #000;
}
 #mega-menu-fresher3 .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher3 ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher3 ul li.vegies a:hover{
    text-decoration:none;
}
 #mega-menu-fresher4{
    width: 860px;
     min-height: 400px;
     background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -413px;
}
 #mega-menu-fresher4 ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher4 ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher4 ul li.vegies a{
    color: #000
}
 #mega-menu-fresher4 ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher4 ul li a{
    color: #000;
}
 #mega-menu-fresher4 .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher4 ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher4 ul li.vegies a:hover{
    text-decoration:none;
}
 #mega-menu-fresher5{
    width: 860px;
     min-height: 400px;
     background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -536px;
}
 #mega-menu-fresher5 ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher5 ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher5 ul li.vegies a{
    color: #000
}
 #mega-menu-fresher5 ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher5 ul li a{
    color: #000;
}
 #mega-menu-fresher5 .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher5 ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher5 ul li.vegies a:hover{
    text-decoration:none;
}
 #mega-menu-fresher6{
    width: 860px;
     min-height: 400px;
     background: #fff;
    border: 1px solid #ccc;
    border-radius: 2px;
    position: absolute;
    top: 10px;
    display: none;
    left: -692px;
}
 #mega-menu-fresher6 ul li{
    font-weight: normal;
    padding: 5px 15px;
    cursor: pointer;
}
 #mega-menu-fresher6 ul li.vegies{
    font-weight: normal;
    padding: 15px 15px;
    cursor: pointer;
    transition: all ease 0.3s;
    -webkit-transition: 0.6s ease;
}
 #mega-menu-fresher6 ul li.vegies a{
    color: #000
}
 #mega-menu-fresher6 ul li.vegies:hover{
    background: lightgray
}
 #mega-menu-fresher6 ul li a{
    color: #000;
}
 #mega-menu-fresher6 .main-mega-menu-section{
    width: 200px;
     height: 410px;
     position: relative;
    display:inherit;
    background-color: gray;
}
 #mega-menu-fresher6 ul li ul.vegies li:hover{
    background: #fff
}
 #mega-menu-fresher6 ul li.vegies a:hover{
    text-decoration:none;
}
/* END FOLKART mega-menu*/
/* =========== Gift Giving Guide =============*/
 .guide-container {
     max-width: 1170px;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 .guide-container2 {
     max-width: 1170px;
     padding-right: 15px;
     padding-left: 15px;
     margin-right: auto;
     margin-left: auto;
}
 .guide-row {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .product-project-container{
     padding-bottom:30px;
}
 .guide-img-responsive{
     display: block;
     max-width: 100%;
     height: auto;
     vertical-align: middle;
}
 .img-content {
     margin-top:40px;
}
 .img-content .title {
     margin-bottom:20px;
}
 .guide-row img {
     margin-bottom:20px;
     scroll-margin-top: 255px;
}
 .gray img:hover{
     filter: gray;
     -webkit-filter: grayscale(1);
}
 .shrink img:hover {
     cursor: pointer;
     border-radius: 0px;
     -webkit-transform: scale(1.1, 1.1);
     -webkit-transition-timing-function: ease-out;
     -moz-transform: scale(1.1, 1.1);
     -moz-transition-timing-function: ease-out;
     -ms-transform: scale(1.10, 1.10);
     -ms-transition-timing-function: ease-out;
     -webkit-transition-duration: 500ms ;
     -moz-transition-duration: 500ms;
     -ms-transition-duration: 500ms;
}
 .portfolioFilter a {
     -moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
     -moz-transition: all 0.3s ease-out;
     -ms-transition: all 0.3s ease-out;
     -o-transition: all 0.3s ease-out;
     -webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
     -webkit-transition: all 0.3s ease-out;
     box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
     color: #333333;
     padding: 5px 10px;
     display: inline-block;
     transition: all 0.3s ease-out;
}
 .portfolioFilter a:hover {
     background-color: #228bdf;
     color: #ffffff;
}
 .portfolioFilter a.current {
     background-color: #228bdf;
     color: #ffffff;
}
 .guide-thumb {
     background-color: #ffffff;
     border-radius: 3px;
     box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
     margin-top: 30px;
     padding-bottom: 10px;
     padding-left: 10px;
     padding-right: 10px;
     padding-top: 10px;
     width: 100%;
     background-color: ghostwhite;
}
 .thumb-img {
     border-radius: 2px;
     overflow: hidden;
     width: 100%;
}
 .gal-detail h4 {
     margin: 16px auto 10px auto;
     width: 80%;
     white-space: nowrap;
     display: block;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .gal-detail .ga-border {
     height: 3px;
     width: 40px;
     background-color: #228bdf;
     margin: 10px auto;
}
/* =========== END Gift Giving Guide =============*/
 .guideHeading {
    padding:100px;
    width:100%;
    clear: both;
     padding: 25px;
     font-size: 44px !important;
     color: RGB(249, 248, 246) !important;
     background-color: #ff0033;
     border-radius: 5px;
     font-family: 'Dancing Script', cursive !important;
     clear: both;
}
.guideHeadingNPS {
    padding:100px;
    width:100%;
    clear: both;
     padding: 25px;
     font-size: 44px !important;
     color: RGB(249, 248, 246) !important;
     background-color: #000;
     border-radius: 5px;
     font-family: 'Baloo 2', cursive !important;
     clear: both;
     scroll-margin-top: 75px;
}
.baloo2{font-family: 'Baloo 2', cursive !important;}

 .guideH3 {
     font-size: 22px !important;
     padding: 25px;
     clear: both;
     font-weight: bold;
     text-transform: capitalize;
}
 .guideH4 {
     font-size: 15px !important;
     font-weight: bold;
     line-height: 18px !important;
     min-height: 30px;
}
.guideH4B {
    font-size: 15px !important;
    font-weight: bold;
    line-height: 18px !important;
    min-height: 70px;
}
.guideH4C {
    font-size: 12px !important;
    font-weight: bold;
    line-height: 18px !important;
    min-height: 70px;
}
 .guideH4 a{
     color:#000 !important;
}
.guideH4B a{
    color:#000 !important;
}
.guideH4C a{
    color:#000 !important;
}
 @media (max-width: 767px) {
     .guideH4 {
        font-size: 11px !important;
        clear: both;
        line-height: 12px !important;
        min-height: 40px;
    }
     .shrink {
        padding-right: 5px !important;
        padding-left: 5px !important;
    }
     .guide-row img {
        margin-bottom:15px;
        scroll-margin-top: 155px;
    }
     .guideH3 {
        padding: 10px;
    }
}
 .folkartH1 {
    font-size:36px;
    line-height:36px;
    color:black !important;
    margin: 5px 0 !important;
}
 .folkartFormulaDetails {
    width:100%;
    position:relative;
}
 .folkartFormulaDetails2 {
    position:absolute;
    width:33%;
    float:left;
    display:block;
}

/* START FOLKART MENU */
.toggle, [id^=drop] {
	display: none;
}
.carousel-indicators2 {
    position: absolute;
bottom: 10px;
left: 50%;
z-index: 15;
width: 60%;
padding-left: 0;
margin-left: -30%;
text-align: center;
list-style: none;
top: 80%;}
.carousel-indicators2 li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 1px;
      margin-right: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000 \9;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid #fff;
    border-radius: 10px;
  }
.carousel-indicators2 .active {
    width: 12px;
    height: 12px;
    margin: 0;
    background-color: #fff;}

/* Giving a background-color to the #faNav container. */
#faNav {
	margin:0;
	padding: 0;
	background-color: #fff;
	text-align:center;
}
#faNav2 {
	display:none;
	background-color: #000
}
#faNav2 .fa-nav-icon {
	float: left;
}
#faNav2 .fa-nav-hamburger{
	 float:right;
}
#logo {
	display: block;
	padding: 0 30px;
	float: left;
	font-size:20px;
	line-height: 60px;
}
/* Since we'll have the "ul li" "float:left" * we need to add a clear after the container. */
#faNav:after {
	content:"";
	display:table;
	clear:both;
}
/* Removing padding, margin and "list-style" from the "ul", * and adding "position:reltive" */
#faNav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
}
/* Positioning the #faNavigation items inline */
#faNav ul li {
	margin: 0px;
	display:inline-block;
}
/* Styling the links */
#faNav a {
	display:block;
	padding:5px 18px;
	text-decoration:none;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
	z-index:9;
}
.underlineHover:hover {
   text-decoration: underline;
   text-decoration-thickness: 3px;
   text-underline-offset: 4px;
}
/* Background color change on Hover */
#faNav a:hover {
   background-color: #fff;
}
#faNav ul ul ul li:hover {
   background-color:#000;
}
.allWhiteBG{
   background-color:#fff;
	height:672px;
   width:102%;
   margin-left: -2px;
}
.allWhiteBG2{
    background-color:#fff;
     height:672px;
    width:102%;
 }
#faNav ul li a:hover {
   text-decoration: none;
}
#faNav ul ul li a:hover {
	background-color: #171717 !important;
	text-decoration:none;
}
/* Hide Dropdowns by Default * and giving it a position of absolute */
#faNav .navbgdesktop{
   width:90%;
   background-color:#ccc;
   position:absolute;
   height:400px;
   left: 50% !important;
	right: auto !important;
	text-align: center !important;
	transform: translate(-50%, 0) !important;
}
#faNav ul ul {
	display: none;
	position: absolute;
   /* has to be the same number as the "line-height" of "#faNav a" */
	top: 35px;
	left: 520px;
	transform: translateX(-50%);
	background-color: #282828;
	width: 300px;
   /* justify-content: center;
	*/
}
#faNav ul ul ul{
	position: fixed;
   /* has to be the same number as the "line-height" of "#faNav a" */
	top: 0px;
	left: 375px;
	transform: translateX(-50%);
	background-color: #fff;
	width: 160px;
	justify-content: center;
    min-height: 672px;
}
#faNav ul ul ul ul{
	position: fixed;
   /* has to be the same number as the "line-height" of "#faNav a" */
	top: 0px;
	transform: translateX(-50%);
	background-color: #505050;
	width: 580px;
    left: 495px;
	justify-content: center;
}
@media (min-width:917px) and (max-width:1100px) {
    #faNav ul ul ul ul{
        width: 339px;
        left: 373px;
    }
    #faNav a {
        font-size: 15px;
    }
  }
#faNav ul ul ul li img {
   width:100%
}
#faNav ul ul ul li img {
   width:100%;
}
#faNav .formulaLogo img {
   width:70% !important
}
#faNav .formulaBottle img {
   width:100% !important;
   padding: 30px 0;
}
#faNav ul ul ul ul img{
   width:100%
}
/* Display Dropdowns on Hover */
#faNav ul li:hover > ul {
	display:inline-grid;
	min-height: 672px;
	z-index: 9;
	box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
/* Fisrt Tier Dropdown */
#faNav ul ul li {
	width:250px;
	float:none;
	display:table;
	position: relative;
	border-bottom: 0px solid #fff;
	background-color:#1e1e1e;
}
#faNav ul ul li:hover {
	background-color:#000 !important;
}
#faNav ul ul ul li:hover {
	background-color:#2f2f2f !important;
}
/* Second, Third and more Tiers * We move the 2nd and 3rd etc tier dropdowns to the left * by the amount of the width of the first tier. */
#faNav ul ul ul li {
	position: relative;
	background-color: #000;
   /* has to be the same number as the "width" of "#faNav ul ul li" */
}
#faNav ul ul ul li,#faNav ul ul ul li a {
	color:#fff !important;
}
#faNav ul ul ul li a:hover,#faNav ul ul ul ul li a:hover {
	background-color: #2f2f2f !important;
   color:#fff !important;
   text-decoration:none;
}
#faNav .fasingleColumn{
   width:80%;margin-left:75px;
}
#faNav .fasingleColumnb{
   width:610px;
   left: 555px;
}
@media screen and (min-width: 1050px) {
    #faNav .fasingleColumnb{
        width: 830px;
        left: 665px;
     }
  }

  
#faNav .singleBlack{
    background-color:#000 !important;
 }
#faNav ul ul ul ul li {
	position: relative;
	background-color: #fff;
	width:100%;
   /* has to be the same number as the "width" of "#faNav ul ul li" */
}
/* Change ' +' in order to change the Dropdown symbol */
li > a:after {
	content: ' ';
}
li > a:only-child:after {
	content: '';
}
.lvl1Link{color:#000 !important;font-size: 16px !important;}
.lvl2Link{color:#fff !important;font-size: 22px !important;}
/* END FOLKART MENU */
/* Media Queries --------------------------------------------- */
@media all and (max-width : 916px) {
	#faNav .navbgdesktop{
	   width:100%;
   }
	#faNav a {
	   font-size:12px;
	   padding: 5px 13px;
   }
	#faNav ul ul li {
	   width:200px;
   }
	#faNav ul ul ul {
	   left:300px
   }
	#faNav .fasingleColumnb {
	   width: 685px;
       left: 540px;
   }
	#faNav ul ul ul ul {
        left: 410px;
        width: 460px;
   }
	#faNav ul ul ul ul li {
	   width:100%;
   }
	#faNav .formulaBottle img {
	   width: 100% !important;
   }
}
@media all and (max-width : 740px) {
	#faNav {
		display:none;
	}
	#faNav2 {
		display:block;
	}
}

/*FA MOBILE NAV --------------------------------------------- */

.nav {
	box-shadow: 0 3px 12px rgba(0, 0, 0, 0.25);
	margin-right: auto;
	margin-left: auto;
  }
  
  .nav a,
  .nav label {
	display: block;
	padding: .85rem;
	color: #fff;
	background-color: #151515;
	-webkit-transition: all .25s ease-in;
	transition: all .25s ease-in;
  }
  
  .nav a:focus,
  .nav a:hover,
  .nav label:focus,
  .nav label:hover {
	color: rgba(255, 255, 255, 0.5);
	background: #030303;
  }
  
  .nav label {
	cursor: pointer;
  }
  .level2nav{padding-left:25px;}
  .item-list label {
	background: #252525;
	box-shadow: inset 0 -1px #373737;
  }
  .faNav40pad{padding-left: 40px;float:none;}
  .item-list a {
	padding-left: 2.5rem;
	background: #000;
  }
  @media (min-width:650px) and (max-width:740px) {
    .item-list a {
        padding-left: 8rem;
      }
  }
  
  .item-list a:focus,
  .item-list a:hover,
  .item-list label:focus,
  .item-list label:hover {
	background: #131313;
  }
  
  .sub-list a,
  .sub-item-list label {
	background: #353535;
	left:50px;
  }
  
  .sub-item-list a:focus,
  .sub-item-list a:hover,
  .sub-item-list label:focus,
  .sub-item-list label:hover {
	background: #000;
  }
  
  .sub-sub-item-list a,
  .sub-sub-item-list label {
	padding-left: 8rem;
	background: #454545;

    color:#fff !important;
  }
  
  .sub-sub-item-list a:focus,
  .sub-sub-item-list a:hover,
  .sub-sub-item-list label:focus,
  .sub-sub-item-list label:hover {
	background: #333333;
  }
  
  .item-list,
  .sub-item-list,
  .sub-sub-item-list {
	height: 100%;
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s ease-in-out;
	transition: max-height .5s ease-in-out;
  }
  .sub-item-list li img {max-height:80px;display: block;}
  .faMobileMenuLogo {width:50%;float:left; padding:2px !important;}
  .toggle2 input[type=checkbox]:checked + label + ul {
	max-height: 1000px;
  }
  
  label > span {
	float: right;
  }
  
  .toggle2 input[type=checkbox]:checked + label > span {
	transform: rotate(90deg);
  }
  #faNav2 li {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	list-style: none;
  }
  #faNav2 label {
	font-weight:normal;
	margin-bottom:0px;
  }
  .fa-notice-cont {background-color:#f8f7f7;padding: 5px;margin-bottom:15px;text-align: center;box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;}
  .fa-notice {font-size: 12px;line-height: 20px;font-weight: bold;}
  .fa-conversion-chart {max-width:420px !important;}
  .fa-conversion-chart2 {max-width:240px !important;}


/* CSS */
.fa-view-all-colors-button {
  appearance: none;
  background-color: #000000;
  border: 2px solid #1A1A1A;
  border-radius: 15px;
  box-sizing: border-box;
  color: #FFFFFF;
  cursor: pointer;
  display: inline-block;
  font-family: Roobert,-apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  margin: 0 auto;
  min-height: 60px;
  min-width: 0;
  outline: none;
  padding: 16px 24px;
  text-align: center;
  text-decoration: none;
  transition: all 300ms cubic-bezier(.23, 1, 0.32, 1);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  width: 100%;
  will-change: transform;
}
.fa-view-all-colors-button a{font-size: 24px; color:#fff !important;}
.fa-view-all-colors-button:disabled {
  pointer-events: none;
}

.fa-view-all-colors-button:hover {
  box-shadow: rgba(0, 0, 0, 0.25) 0 8px 15px;
  transform: translateY(-2px);
}

.fa-view-all-colors-button:active {
  box-shadow: none;
  transform: translateY(0);
}
  /*    END FolkArt  --------------------------------------------- */

  /*    BUCILLA  --------------------------------------------- */
#bucillaHeader {width:100%; height:50px;margin-bottom: 20px;}
.bucillaLogo {width:15%; float:left;padding-top: 10px;}
.bucillaNavigation {width:83%; float:right; display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 2px #00000075 dashed;
    border-bottom: 2px #00000075 dashed;
    max-height: 45px;
    margin-top: 10px;}
    .bucillaNavigation ul {
        list-style-type: none;
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        margin: 0px !important;
        white-space: nowrap;
      }
      /* .bucillaNavigation ul li:not(:last-child):after {content:"X";display:inline-block;margin:0 40px;font-size: calc(.5rem + .2vw);color: #8d1828 !important;content: "X";
        display: inline-flex;
        margin: 0 40px;
        font-size: 10px;
        color: #8d1828 !important;
        font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif;} */
      .bucillaNavigation ul a {padding: 15px 50px; display:inline-block;text-transform: uppercase;font-size: calc(.4rem + .5vw);color: #000 !important;font-family: Baskerville,Baskerville Old Face,Hoefler Text,Garamond,Times New Roman,serif; font-size: 15px;letter-spacing: .2em;}
.center-justified {
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
    padding: 0 20px;
    font-size: 16px;    
    font-family: 'Gotham', sans-serif;
    margin-bottom: 30px;
}
.bucilla-box-shadow {box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;}

@media (max-width: 1240px) {
    .bucillaNavigation ul a {padding: 15px 0px;font-size: 12px;} 
    
}
@media (max-width: 920px) {
    .bucillaNavigation {width: 100%;}
    .bucillaNavigation ul li:not(:last-child):after {margin: 0 10px;font-size: 7px;}
    .bucillaNavigation ul a {padding: 10px 0px;font-size: 10px;}
    .bucillaLogo {width: 100%;}
    .bucillaLogo img{max-width:25% !important;display:block;margin:auto;}
    .mobileBucilla {width:33.33% !important; padding: 0px !important;}
    .carousel .carousel-item .img-box h4 {font-size: 9px !important;line-height: 26px !important;}
}
@media (max-width: 640px) {
.bucilla-banner-header {transform: scale(2);}
}

    .carousel {	
        margin: 0 auto;
        padding: 0px;
    }
    .carousel .carousel-item {
        text-align: center;
        overflow: hidden;
        height: auto;
    }
    .carousel .carousel-item .img-box {
        background: #fff;
        margin:10px;
        filter: drop-shadow(5px 10px 10px #f9f9f9);
    }
    .carousel .carousel-item img {
        margin: 0 auto;
    }

    .carousel .carousel-projects {
        text-align: center;
        overflow: hidden;
        height: auto;
    }
    .carousel-control-prev, .carousel-control-next {
        width: 68px;
        background: none;
    }
    .carousel-control-prev i, .carousel-control-next i {
        font-size: 28px;
        position: absolute;
        top: 50%;
        display: inline-block;
        margin-top: -15px;
        z-index: 5;
        left: 0;
        right: 0;
        color: rgba(0, 0, 0, 0.8);
        text-shadow: 0 3px 3px #e6e6e6, 0 0 0 #000;
    }
    .carousel-indicators {
        bottom: -40px;
        position: inherit !important;
    }
    
    .carousel-indicators li, .carousel-indicators li.active {
        width: 10px;
        height: 10px;
        border: none;
        border-radius: 50%;
        margin: 1px 4px;
        box-shadow: inset 0 2px 1px rgba(0,0,0,0.2);
    }
    .carousel-indicators li {	
        background: #999;
        border-color: transparent;
    }
    .carousel-indicators li.active {
        background: #555;
    }
   
    .carousel-item  a{font-size: 1.2rem;
        color: #000 !important;
        font-weight: bold;
        text-decoration: underline;}
     /*   END BUCILLA  --------------------------------------------- */

     .lessons-even-height {min-height:1200px !important;}

     .fifths {margin-left: 0 !important; width: 20% !important;}