.footer-container .ucFooterOuterInside .footerSEOText img {
  max-width: 30px;
}

.footer-container .ucFooterOuterInside .footerSEOText p a:not(:last-of-type) {
    margin-right: 15px;
}

.page-home .maxwidth1000, .page-home .zRow {
  max-width: 1400px!important;
}
 
 
.ProductTitleBar_Container .ProductTitleBar_ProductTitleBar .ProductTitleBar_BrandIconContainer .ProductTitleBar_BrandIconInner .ProductTitleBar_BrandIcon img {
    width: 200px  !important;
}


.footer-container .ucFooterMainOuter a, .footer-container .ucFooterMainOuter li, .master_FooterContainer .ucFooterMainOuter a, .master_FooterContainer .ucFooterMainOuter li {
  color: #000 !important;
}

#site-top-links-holder {
  background-color: white;
}
#site-top-links-holder a {
  color: black;
}
.currencySelection {
  color: black;
}
.site-top-links-holder .siteTopLinksMobileNT .currencySelection > .select-component-wrap .selected {
  color: black;
}
.site-top-links-holder .siteTopLinksMobileNT .currencySelection > .select-component-wrap .toggle {
  color: black;
}
.site-top-links-holder .siteTopLinksMobileNT .currencySelection > .select-component-wrap .toggle .arrow {
  border-top: 7px solid #000;
}


/*CSS FOR ABOUT US PAGE*/
.NTResponsive .main-body-container {
  padding: 0;
}
.BreadCrumbs_Container {
display:none;
}
.main-body-container {
  max-width: unset;
  margin: 0;
  padding: 0;
}
.container {
    max-width: 1140px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
  }
    .container-fluid {
    padding: 0 15px;
    margin: 0 auto;
  }
  .masthead {
    height: 560px;
    display: flex;
    align-items: center;
  }
  .masthead h1 {
    color: white;
    font-size: 79px;
    color:  white;
    font-weight: 700;
        text-transform: uppercase;
  }
  .intro {
    padding: 100px 0;
  }
  .intro .content {
    columns:  2;
    column-gap: 50px;
  }

  .intro--onecol .content {
    columns:  1;
    text-align: center;
  }

 .intro .content > *  {
    font-size: 18px;
    line-height: 1.666666667;
    margin-bottom: 30px;
  }
  .mission {
    padding: 100px 0;
    background-color: #F8F8F8;
  }
  .mission h2 {
    font-size: 42px;
    font-weight: 700;
/*    margin-bottom: 65px;*/
    margin-bottom: 15px;
    text-transform: uppercase;
    text-align: center;
  }

  .mission p:first-of-type {
    font-weight: bold;
    font-size: 1.5rem;
    color: #dc4333;
    margin-bottom: 45px;
  }

  .mission p {
    line-height: 1.666666667;
    font-size: 18px;
    text-align: center;
    width: 70%;
    margin: 0 auto;
  }

  .blocks {
    padding: 100px 0;
  }
  .blocks .wrap {
    display: flex;
    justify-content: space-between;
  }
  .blocks .wrap .block-1 {
    background-color: black;
    color: white;
    min-height: 485px;
    height: auto;
    padding: 80px 70px;
    width: calc(50% - 17px);
  }
  .blocks .wrap .block-1 h2 {
    font-size: 1.404761905;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .blocks .wrap .block-1 p {
    font-size: 18px;
    line-height: 1.666666667;
  }
  .blocks .wrap .block-2 {
    background-color: #DB000C;
    color: white;
    min-height: 485px;
    height: auto;
    padding: 80px 70px;
    width: calc(50% - 17px);
  }
  .blocks .wrap .block-2 h2 {
    font-size: 1.404761905;
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 40px;
  }
  .blocks .wrap .block-2 p {
    font-size: 18px;
    line-height: 1.666666667;
  }

 .blocks .wrap .block-2 table {
   border-collapse: collapse;
   width: 100%;
}

.blocks .wrap .block-2 table thead th {
   font-weight: 600;
}

 .blocks .wrap .block-2 table td, table th {
   border: 1px solid #ddd;
   text-align: left;
   padding: 8px;
}

.blocks .wrap .block-2 table td a {
  color: white!important;
  text-decoration: underline;
}

  .history h2 {
    font-size: 42px;
    font-weight: 700;
    margin-bottom: 125px;
    text-align: center;
    text-transform: uppercase;
  }
@media(max-width: 768px) {
body {background: red;}
}

/*MEET THE TEAM STYLING*/
.container-fluid {
  width: 100%;
  padding: 0 20px;
}
.meet-the-team{
  margin-bottom: 70px;
}
.meet-the-team-blocks{
  display: grid;
  grid-template-columns: 1fr;
  column-gap: 30px;
  row-gap: 30px;
}
@media only screen and (min-width: 650px) {
  .meet-the-team-blocks{
    grid-template-columns: 1fr 1fr
  }
}
@media only screen and (min-width: 1025px) {
  .meet-the-team-blocks{
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .meet-the-team-blocks{
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.meet-the-team-blocks .block {
  width: 100%;
  height: 430px;
  position: relative;
}
.meet-the-team-blocks .block img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
.meet-the-team-blocks .block .overlay {
  /*background-color: rgba(0, 0, 0, 0.4);*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height:  100%;
}

.meet-the-team-blocks .block .overlay .name {
  background-color: red;
  color: white;
  font-weight: 700;
  width: 100%;
  height: 45px;
  display: flex;
  align-items:  center;
  margin-right: 15px;
  margin-bottom: 0px !important;
  padding-left: 20px;
  text-transform: uppercase;
  line-height: 1.3125;
}
.meet-the-team-blocks .block .overlay .overlay-content {
  display: flex;
  align-items:  center;
  justify-content: space-between;
  position: absolute;
  bottom: 15px;
  width:  100%;
  transition: .3s ease;
}
.meet-the-team-blocks .block .overlay .plus {
  width: 45px;
  height: 45px;
  position: relative;
  display:  flex;
  justify-content:  center;
  align-items:  center;
  background-color: red;
  margin-right: 15px;
}
.meet-the-team-blocks .block .overlay .plus::before,.plus::after {
  content: "";
  position: absolute;
  /*top: 50%;*/
  /*left: 10%;*/
  width: 24px;
  height: 2px;
  background-color: white;
}
.meet-the-team-blocks .block .overlay .plus::after {
  transform: rotate(90deg);
}

/*.meet-the-team-blocks .block .overlay .plus span {
  display:  block;
  background-color: white;
  width: 24px;
  height: 2px;
  position: absolute;
}
.meet-the-team-blocks .block .overlay .plus span:last-child {
  transform: rotate(90deg);
}
*/
.meet-the-team-blocks .block .overlay .overlay-desc {
  background-color: red;
  color: white;
  padding: 20px;
  margin: 20px;
  height: calc(100% - 40px);
  width:  calc(100% - 40px);
  z-index: 5;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

  opacity: 0;
  visibility: hidden;
  transition: .3s ease;
}
.meet-the-team-blocks .block:hover .overlay-desc {
  opacity: 1;
  visibility: visible;
}

.meet-the-team-blocks .block:hover .overlay-content {
  opacity: 0;
  visibility: hidden;
}
.meet-the-team-blocks .block .overlay .overlay-desc .desc-name {
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 40px;
}
.meet-the-team-blocks .block .overlay .overlay-desc .links {
  display: flex;
  align-items: center;
}
.meet-the-team-blocks .block .overlay .overlay-desc .links a {
  height: 35px;
  width: 35px;
  margin-right: 10px;
}

.site-top-links-holder .siteTopLinksMobileNT .accountNumber {
color: black;
}

/*My Account link Black Start*/

.site-top-links-holder .siteTopLinksMobileNT .pnlLinks .logged-in {

 color: #000 !important;

 padding-right: 5px !important;

}

/*My Account link Black End*/


.intro.customers-intro .heading h2 {
  font-size: 45px;
  text-align: center;
  margin-bottom: 45px;
  text-transform: uppercase;
  font-weight: 700;
}
.brands .content p {
  font-size: 18px;
  line-height: 1.666666667;
  text-align: center;
  margin: 0 auto 30px;
}
.brands .logos {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 35px;
  row-gap: 35px;
  margin-bottom: 65px;
}
.brands .logos img {
  max-width: 100%;
  object-fit: contain;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  .brands .logos img {
    max-width: calc(100% / 2 - 35px);
  }
}
@media only screen and (min-width: 1025px) {
  .brands .content p {
    width: 80%;
  }
  .brands .logos {
    flex-wrap: nowrap;
  }
  .brands .logos img {
    max-width: calc(100% / 5 - 35px);
  }
}

.body-content .body-content-heading {
  font-size: 45px;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 55px;
}
.body-content h3 {
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 35px;
}
.body-content p {
    font-size: 18px;
    line-height: 1.666666667;
    text-align: center;
    margin-bottom: 30px;
}

.body-content table {
  width: 100%;
  margin-bottom: 45px;
}
.body-content table, .body-content th, .body-content td {
  border: 1px solid black;
  border-collapse: collapse;
}
.body-content th, .body-content td {
  padding: 0 10px;
}

.body-content .sponsor-logos {
  display: flex;
  flex-wrap: wrap;
  align-items:  center;
  column-gap: 30px;
  row-gap: 30px;
  margin-bottom: 45px;
}
.body-content .sponsor-logos img {
  width: 100%;
}
.body-content .sponsor-logos a {
  width: 100%;
}
.body-content .south {
  width: 450px;
  object-fit: contain;
  margin-bottom: 65px;
}
.body-content .rainy-day {
  width: 450px;
  object-fit: contain;
  margin-bottom: 65px;
}
@media only screen and (min-width: 768px) {
  .body-content .sponsor-logos a {
    width: calc(100% / 2 - 30px);
  }
}
@media only screen and (min-width: 1025px) {
  .body-content .sponsor-logos a {
    width: calc(100% / 4 - 30px);
  }
}

/* Push container height so product card boxes line up */
@media (min-width: 768px) {
.product-list-component > .products > li .photo-container {
min-height: 238px;
}
}

@media (min-width: 992px) {
    .NTResponsive .contact-us-mobile-wrap .contactus_FormContainer .tdContactSubject-row .selectedWrap {
        max-width: 405px;
    }
}
