/* HERO */

/* Mobile */
@media only screen and (min-width: 0rem) {
  #williams-hero {
    padding: 50px 25px;
    background-color: #010104;
    position: relative;
    z-index: 1;
  }
  #williams-hero .www-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #williams-hero .www-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    gap: 2rem;
  }
  #williams-hero .www-title {
    font-size: 60px !important;
    margin: 0;
    color: #fff;
    flex: none;
    font-family: "Trade Gothic W01 Cn_18", sans-serif;
    font-weight: 400;
	text-align: center;
  }
  #williams-hero .www-text {
    margin-bottom: 1rem;
    color: #fff;
    opacity: 1;
    text-align: center;
    font-size: 20px;
  }
  #williams-hero .www-text:last-of-type {
    margin-bottom: 2rem;
  }
  #williams-hero .www-btn-primary {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    color: #000;
    min-width: 9.375rem;
    padding: 5px 20px;
    background-color: #fff;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  #williams-hero .www-btn-primary:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #williams-hero .www-btn-primary:hover:before {
    width: 100%;
  }
  #williams-hero .www-btn-primary:hover {
    color: #fff;
  }
  #williams-hero .www-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #williams-hero .www-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0.08;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
}
#williams-hero .www-flex {
  display: flex;
  flex-direction: column;
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #williams-hero .www-content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #williams-hero .www-flex {
    max-width: 1200px;
  }
}

/* TWO COLUMN BRANDS */
/* Mobile */
@media only screen and (min-width: 0rem) {
  #williams-sbs, #williams-wcl {
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  #williams-sbs .www-title, #williams-wcl .www-title, .www-title {
    margin: 0;
    color: #000;
    flex: none;
    font-family: "Trade Gothic W01 Cn_18", sans-serif;
    font-weight: 400;
    font-size: 35px;
	text-align:Center;
  }

  #williams-sbs .www-text, #williams-wcl .www-text {
    margin-bottom: 1rem;
    color: #000;
    opacity: 0.8;
  }

  #williams-sbs .www-text:last-of-type, #williams-wcl .www-text:last-of-type {
    margin-bottom: 2rem;
  }

  #williams-sbs .www-logos .logo-collection, #williams-wcl .www-logos .logo-collection {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #williams-sbs .www-logos .logo-collection__logo, #williams-wcl .www-logos .logo-collection__logo {
    display: flex;
    align-items: center;
    justify-content: center;
	  max-width:100%;
  }

  #williams-sbs .www-logos .logo-collection__logo img, #williams-wcl .www-logos .logo-collection__logo img {
    max-width: 200px;
    height: auto;
    object-fit: contain;
  }

  #williams-sbs .www-logos .logo-collection__logo h5, #williams-wcl .www-logos .logo-collection__logo h5 {
    margin: 0;
    padding: 1rem;
    text-align: center;
  }

  #williams-sbs .www-logo-link, #williams-wcl .www-logo-link {
    color: grey;
    text-decoration: underline;
    font-size: 12px;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #williams-sbs .www-content, #williams-wcl .www-content {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  #williams-sbs .www-flex {
  }
}

#williams-sbs .www-container , #williams-wcl .www-container {
  width: 100%;
  max-width: 80rem;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* 40px - 48px */
  gap: 20px;
  text-align: center;
}

#williams-sbs .www-content, #williams-wcl .www-content {
  /* set text align to left if content needs to be left aligned */
  text-align: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  /* centers content horizontally, set to flex-start to left align */
  align-items: center;
  gap: 10px;
}
#williams-sbs .www-logos, #williams-wcl .www-logos {
  width: 100%;
  text-align: center;
}
@media (min-width: 900px) {
  #williams-sbs .www-container, #williams-wcl .www-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
    text-align: left;
  }

  #williams-sbs .www-content, #williams-wcl .www-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 40%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
    gap: 10px;
  }
	#williams-wcl .www-content {
		width:20%;
	}
  #williams-sbs .www-logos {
    width: 60%;
    text-align: center;
  }
	#williams-wcl .www-logos {
		width: 80%;
		text-align: center;
	}
}

/* SERVICES CARDS */
/* Mobile */
@media only screen and (min-width: 0rem) {
  #williams-services {
    padding: 50px 20px;
    background-color: #f0eeef;
    position: relative;
    z-index: 1;
  }
  #williams-services .www-title, .www-title {
    font-family: "Trade Gothic W01 Cn_18", sans-serif;
    font-weight: 400;
    font-size: 35px;
  }
  #williams-services .www-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
  }

  #williams-services .www-services-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    justify-items: center;
  }

  #williams-services .www-service-card {
    overflow: hidden;
  }

  #williams-services .www-service-image {
    width: 100%;
    height: 200px;
    overflow: hidden;
  }

  #williams-services .www-service-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #williams-services .www-service-content {
    padding: 20px 0;
  }

  #williams-services .www-service-category {
    font-size: 18px;
    font-weight: 600;
    color: #0060a9;
    text-transform: capitalize;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
  }

  #williams-services .www-service-title {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 15px 0;
    line-height: 1.2;
	text-decoration:none;
	  
  }
	#williams-services .www-card-link {
		text-decoration:none;
	}
  #williams-services .www-service-list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  #williams-services .www-service-list li {
    position: relative;
    padding-left: 1.5rem;
    margin-bottom: 0.75rem;
    color: #666;
    font-size: 16px;
    line-height: 1.5;
  }

  #williams-services .www-service-list li:before {
    content: "•";
    position: absolute;
    left: 0;
    color: #000;
    font-weight: 400;
    font-size: 14px;
	  margin-top:2px;
  }

  #williams-services .www-service-list li:last-child {
    margin-bottom: 0;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #williams-services .www-services-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    justify-items: center;
  }

  #williams-services .www-service-image {
    height: 220px;
  }

  #williams-services .www-service-content {
    padding: 20px 0;
  }

  #williams-services .www-service-title {
    font-size: 24px;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #williams-services .www-container {
    gap: 4rem;
  }

  #williams-services .www-services-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-items: center;
  }

  #williams-services .www-service-image {
    height: 240px;
  }
}

/* Large Desktop - 1200px */
@media only screen and (min-width: 75rem) {
  #williams-services .www-services-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-items: center;
  }

  #williams-services .www-service-card {
    max-width: 350px;
  }
}

/* TWO COLUMN VIDEO */
/* Mobile */
@media only screen and (min-width: 0rem) {
  #williams-video {
    padding: 50px 20px;
    background-color: #fff;
    position: relative;
    z-index: 1;
  }

  #williams-video .www-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3rem);
  }

  #williams-video .www-content {
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
  }

  #williams-video .www-kicker {
    font-size: 14px;
    font-weight: 600;
    color: #0060a9;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  #williams-video .www-title {
    font-size: 35px;
    margin: 0;
    color: #333;
    flex: none;
    font-weight: 700;
    line-height: 1.2;
    font-family: "Trade Gothic W01 Cn_18", sans-serif;
    font-weight: 400;
  }

  #williams-video .www-text {
    margin-bottom: 1rem;
    color: #666;
    opacity: 0.9;
    font-size: 16px;
    line-height: 1.6;
  }

  #williams-video .www-text:last-of-type {
    margin-bottom: 2rem;
  }

  #williams-video .www-btn-primary, .www-btn-primary {
    font-size: 16px;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    color: #fff;
    min-width: 12rem;
    padding: 12px 24px;
    background-color: #333;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    text-transform: uppercase;
    letter-spacing: 0.5px;
  }

  #williams-video .www-btn-primary:before, .www-btn-primary:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #000;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  #williams-video .www-btn-primary:hover:before, .www-btn-primary:hover:before {
    width: 100%;
  }

  #williams-video .www-btn-primary:hover, .www-btn-primary:hover {
    color: #fff;
  }

  #williams-video .www-video {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #williams-video .www-video-thumbnail {
    width: 100%;
    max-width: 600px;
    position: relative;
    overflow: hidden;
  }

  #williams-video .www-video-thumbnail img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.3s ease;
  }

  #williams-video .www-video-overlay {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    background-color: rgba(51, 51, 51, 0.9);
    border: 1px solid #fff;
    padding: 15px 20px;

    z-index: 10;
  }

  #williams-video .www-video-play {
    display: flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
    color: #fff;
  }

  #williams-video .www-play-icon {
    width: 0;
    height: 0;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    display: inline-block;
  }

  #williams-video .www-play-text {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
  }
}

/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #williams-video .www-container {
    flex-direction: row;
    align-items: center;
    gap: clamp(2.5rem, 5vw, 3rem);
  }

  #williams-video .www-content {
    width: 40%;
    text-align: left;
    align-items: flex-start;
    gap: 12px;
  }

  #williams-video .www-video {
    width: 60%;
  }

  #williams-video .www-title {
    font-size: 40px;
  }

  #williams-video .www-text {
    font-size: 18px;
  }
}

/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #williams-video .www-container {
    gap: 4rem;
  }

  #williams-video .www-title {
    font-size: 45px;
  }

  #williams-video .www-video-thumbnail {
    max-width: 700px;
  }
}

/* GLOBALS */

/* TOP BAR */
@media print, (min-width: 900px) {
  .site-header-top-bar {
    background: #000;
    text-align: right;
    font-size: 0.9em;
    padding-top: 0;
    padding-bottom: 0;
    line-height: 2.5;
  }
  .site-header-top-bar .container-e2e {
    max-width: 1600px;
  }
  .site-header-search {
    display: inline-block;
    background: #000;
    position: relative;
    margin-left: 1em;
    line-height: 2.8;
    vertical-align: top;
    max-width: 250px;
    min-height: 46px;
    margin-right: -0.35em;
    box-shadow: 0 2px 0 #000;
  }
  .site-header-search::before {
    background: none;
  }
  .get-help-fast::before {
    background: none;
  }
  form.searchform input[type="text"] {
    background: #000;
  }
  .get-help-fast {padding-left:10px;}

  /* NAVIGATION */
  .site-header-bottom {
    background-image: none;
    background-color: #fff;
  }
  .site-header-bottom .container-e2e {
    max-width: 1600px;
  }
  .site-header-bottom::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 0px;
    background: none;
  }
}
.nav-primary ul li::after,
.nav-primary ul li::before {
  width: 0;
}
h1.logo a::before,
span.logo a::before {
  background: none;
  display: none;
}

.nav-primary ul li:hover {
  background: none;
}

/* MOBILE NAV */

.site-header-search.site-header-search-duplicate {background: #000;}


.menu-toggle {
   
    background: #fff;
    border-bottom: 5px solid #fff;
    border-top: 5px solid #fff;

}
.site-header-bottom {background:#fff;border:none;}
.site-header-bottom::after {background:none;}
.site-footer::before {background:#000;height:1px;}
.menu-toggle::after {border-left:0;}
.menu-toggle {padding-top:15px;}
.menu-toggle::before {color:#000;}

/* FOOTER */

.site-footer {background-color:#fff;color:#000;}
.site-footer .list-linked a {
	color:#000;
}
.site-footer svg {background-color:#000 !important;}
.site-footer svg g {fill:#fff;}
.site-footer__mobile-locations-btn .btn-secondary, .site-footer .btn-secondary
 {
	background-color: #000;
    background-image: none;
    box-shadow: none;
	 color:#fff;
}
.site-footer-bottom {
    background: #fff;
    position: relative;
	color:#000;
}
.footer-nav a, .site-footer-bottom p,.site-footer-bottom a  {color:#000;}
p a:not([class*=btn]){
	    border-bottom: solid 2px #000 !important;
	color:#000 !important;
}


.site-footer-bottom::before {display:none;margin-top:0;}


@media (max-width:899px){
	    #williams-services .www-service-card {
        overflow: hidden;
        width: 90%;
        max-width: 350px;
    }
	    #williams-services .www-service-image {
        width: 100%;
        height: 200px;
        overflow: hidden;
        max-width: 350px;
        margin: 0 auto;
    }
	.get-help-fast-toggle, .site-header-top-bar {background:#000;}
.menu-toggle.open {
    border-top-color: #fff;
    border-bottom-color: #fff;
}
	.nav-primary ul li {
    border-bottom: 1px solid gray;

}
form.searchform input[type=text] {
    background: #000;
}
.nav-primary .child-toggle {
    background: #000;
}
.nav-primary .nav-utility-duplicate li {
    background: #000;
    border-bottom-color: gray;
}
.nav-primary {background:#000;}
}
@media (min-width:900px){
	 #williams-sbs .www-title, #williams-wcl .www-title, .www-title {
	text-align:left;	 
	}
	    .get-help-fast {
        background: #0060a9;
    }
	    .get-help-fast .get-help-fast-toggle button {
        color: #fff;
    }
	    .get-help-fast .get-help-fast-toggle button::after {
        color: #fff;
    }
}
p a:not([class*=btn]) {
    border-bottom: solid 2px #0061aa;
}
