/*
 Theme Name:     Whirlpool Theme
 Description:    Custom theme for Rheem-Whirlpool
 Author:         Bobby Donathan
 Author URI:     http://jlldesignsolutions.com
 Version:        1.0.0
*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**********************
Variables & Mixins
AUTHOR: Bobby Donathan
_variables.scss
***********************/
/*MIXINS*/
img {
  max-width: 100%;
  height: auto;
  display: block;
}

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

.text-center {
  text-align: center;
}

a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  color: #EEB111;
}
a.applyhere {
  max-width: 177px;
  display: block;
  margin: 40px 0 0 0;
}

p {
  margin-bottom: 30px;
}

h1.mb-4 {
  margin-bottom: 10px;
  font-size: 20px;
  margin-top: 50px;
  color: #999;
}

h2 {
  color: #343434;
  font-size: 30px;
  font-weight: bold;
  border-bottom: 5px solid #EEB111;
  margin-bottom: 20px;
  display: inline-block;
}

h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}

.btn-primary {
  background-color: #EEB111;
  border-radius: 999px;
  border: none;
  color: #343434;
  padding: 0px 30px;
  font-size: 17px;
  font-weight: bold;
  line-height: 47px;
}
.btn-primary:hover {
  background-color: #343434;
  color: #EEB111;
}

.search-form {
  border: 1px solid #343434;
  border-radius: 999px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0px 20px;
}
.search-form .search-box {
  line-height: 39px;
  flex: 1 1 auto;
  border: none;
  max-width: 90%;
}
.search-form .search-box:focus {
  outline: none !important;
}
.search-form .search-button {
  border: none;
  width: 14px;
  height: 14px;
  background: url(https://media.whirlpoolhvac.com/blobazrheem/wp-content/uploads/sites/82/2025/08/search-icon.png) no-repeat center center;
  background-size: contain;
  overflow: hidden;
  text-indent: 999px;
}

.wpcf7-form-control-wrap input[type=text], .wpcf7-form-control-wrap input[type=email] {
  line-height: 39px;
  border: 1px solid #343434;
  border-radius: 999px;
  padding: 0px 20px;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap textarea {
  border: 1px solid #343434;
  border-radius: 24px;
  padding: 20px 20px;
  width: 100%;
  margin-bottom: 20px;
}
.wpcf7-form-control-wrap .wpcf7-select {
  display: block;
  line-height: 39px;
  border: 1px solid #343434;
  border-radius: 999px;
  padding: 0px 20px;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-clip: padding-box;
  background: url(https://media.whirlpoolhvac.com/blobazrheem/wp-content/uploads/sites/82/2025/08/selectarrow.svg) no-repeat 97% center;
}

header {
  background-color: #fff;
  box-shadow: 0px 3px 6px 1px rgba(0, 0, 0, 0.16);
  padding: 30px 0 0px 0;
  position: relative;
  z-index: 99;
}
header .mainlogo {
  display: block;
  max-width: 280px;
}
header .searchrow {
  align-items: center;
}
header .searchrow #topmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 35px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}
header .searchrow #topmenu li a {
  font-size: 14px;
  line-height: 23px;
}
header .searchrow #topmenu li a img {
  max-height: 23px;
  width: auto;
  display: inline;
  vertical-align: middle;
  margin-right: 10px;
}
header #mainmenu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  gap: 0px;
  list-style: none;
  margin: 30px 0px 0px 0px;
  padding: 0px;
}
header #mainmenu li {
  position: relative;
  white-space: nowrap;
}
header #mainmenu li:hover {
  background-color: #EEB111;
  color: #fff;
}
header #mainmenu li a {
  display: block;
  text-align: center;
  font-weight: bold;
  padding: 10px 20px 20px 20px;
  color: inherit;
}
header #mainmenu li.current-menu-item {
  background-color: #EEB111;
  color: #fff;
}
header #mainmenu li .sub-menu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0px;
  list-style: none;
  margin: 0px;
  padding: 0px;
  background-color: #fff;
}
header #mainmenu li .sub-menu li {
  border-bottom: 1px solid #343434;
}
header #mainmenu li .sub-menu li a {
  font-weight: 400;
  text-align: left;
  display: block;
  padding: 10px 20px;
  color: #343434;
}
header #mainmenu li .sub-menu li a:hover {
  color: #fff;
}
header #mainmenu li .sub-menu li a:after {
  display: none;
}
header #mainmenu li.menu-item-has-children a:after {
  height: 5px;
  width: 8px;
  background: url(https://media.whirlpoolhvac.com/blobazrheem/wp-content/uploads/sites/82/2025/08/chevron-down.svg) no-repeat center center;
  background-size: contain;
  content: "";
  color: inherit;
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle;
  transition: all 300ms ease;
}
header #mainmenu li.menu-item-has-children:hover a:after {
  transform: rotate(180deg);
}
header #mainmenu li.menu-item-has-children:hover .sub-menu {
  opacity: 1;
  pointer-events: all;
}

footer {
  background-color: #F2F2F2;
  margin-top: 60px;
}
footer .copyright {
  padding-top: 70px;
  font-size: 12px;
}
footer .bottomdisclaimer {
  font-style: italic;
}
footer .bottomdisclaimer sup {
  font-style: normal;
}
footer .footerlinks {
  list-style: none;
  margin: 0px;
  padding: 30px 0 70px 0;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
}
footer .footerlinks a {
  font-size: 12px;
  color: #343434;
  font-weight: bold;
  text-transform: uppercase;
}
footer .footerlinks a:hover {
  color: #EEB111;
}
footer .footerlinks a:after {
  content: "|";
  color: #343434;
  margin: 0 10px;
}

.breadcrumbs {
  padding: 50px 0;
}

.rowsection {
  padding: 80px 0;
}

ul {
  list-style: disc;
  margin: 20px 20px 40px 20px;
  padding-left: 20px;
}

hr.gap {
  margin: 50px 0;
}

body {
  font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #343434;
  line-height: 1.5;
}

#myCarousel {
  min-height: 730px;
}
#myCarousel .container {
  height: 100%;
  padding-bottom: 60px;
}
#myCarousel .slideimage {
  max-height: 330px;
  width: auto;
  margin: 0 auto;
}
#myCarousel .slidecontent {
  color: #fff;
}
#myCarousel .slidecontent h2 {
  font-size: 30px;
  font-weight: bold;
  border-bottom: 5px solid #EEB111;
  margin-bottom: 20px;
  display: inline-block;
  color: inherit;
}
#myCarousel .slidecontent h1 {
  font-size: 60px;
  font-weight: bold;
  margin-bottom: 20px;
  display: block;
  line-height: 1;
}
#myCarousel .slidecontent p {
  font-size: 22px;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 20px;
}
#myCarousel .f-carousel__dots {
  position: absolute;
  top: 94%;
  left: 0px;
}
#myCarousel .f-carousel__dots .f-carousel__dot {
  opacity: 1;
  padding: 0px;
  width: 18px;
}
#myCarousel .f-carousel__dots .f-carousel__dot:after {
  background-color: #fff;
  height: 11px;
  width: 11px;
}
#myCarousel .f-carousel__dots .f-carousel__dot.is-selected:after {
  background-color: #EEB111;
}

#ctarow {
  padding: 80px 0;
}
#ctarow .ctablock {
  text-align: center;
  color: #343434;
}
#ctarow .ctablock .ctaicon {
  width: 88px;
  height: 88px;
  margin: 20px auto;
}
#ctarow .ctablock h3 {
  font-size: 30px;
  font-weight: bold;
  display: block;
  margin-bottom: 20px;
}
#ctarow .ctablock p {
  display: block;
  margin-bottom: 20px;
}

#productcarouselrow {
  padding: 40px 0 80px 0;
}
#productcarouselrow #productCarousel {
  padding-top: 40px;
}
#productcarouselrow #productCarousel .slidegroup {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}
#productcarouselrow #productCarousel .slidegroup .slideitem {
  display: block;
  text-align: center;
}
#productcarouselrow #productCarousel .slidegroup .slideitem img {
  max-height: 250px;
  width: auto;
  margin: 0 auto 20px auto;
}
#productcarouselrow #productCarousel .f-button {
  width: 22px;
  height: 42px;
}
#productcarouselrow #productCarousel .f-button svg {
  display: none;
}
#productcarouselrow #productCarousel .f-button.is-prev {
  background: url(https://media.whirlpoolhvac.com/blobazrheem/wp-content/uploads/sites/82/2025/08/productslider-arrow-left.png) no-repeat center center;
  background-size: cover;
}
#productcarouselrow #productCarousel .f-button.is-next {
  background: url(https://media.whirlpoolhvac.com/blobazrheem/wp-content/uploads/sites/82/2025/08/productslider-arrow-right.png) no-repeat center center;
  background-size: cover;
}

.contractorsearch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.contractorsearch img {
  max-height: 22px;
  margin-right: 10px;
}

.f-carousel__viewport {
  align-items: center;
}

.f-carousel__slide {
  align-content: center;
}

.tab {
  border-bottom: 1px solid #000;
  margin-top: 50px;
}

.tablinks {
  border: 0;
  padding: 0.4rem 0.8rem;
}
.tablinks:hover, .tablinks.active {
  background-color: #EEB111;
  color: white;
}

.tabcontent {
  margin-top: 2rem;
  min-height: 500px;
}

.slideitem img {
  display: block;
  max-width: 250px;
  max-height: 300px;
  width: auto;
  height: auto;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.more-button {
  width: 90%;
  margin: 0 auto;
  padding: 10px;
  text-align: center;
  color: #fff;
  background: #EEB111;
  border-radius: 5px;
  display: block;
}
.more-button:hover {
  background-color: #000;
  color: white;
}

#product-group-listing {
  margin-top: 2rem;
}

#product-group-listing > div {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

#product-group-listing > div .pure-g {
  padding: 1rem 2rem;
}

#product-group-listing > div .product-description {
  padding-left: 1.5rem;
}
#product-group-listing > div .product-description h2 {
  font-size: 24px;
  padding-bottom: 20px;
}

.pointer {
    cursor: pointer;
}

:root {
    --f-carousel-slide-height: 100%;
}

.contractorsearch {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.contractorsearch img {
  max-height: 22px;
  margin-right: 10px;
}

header .main-menu-btn {
  display: none;
}

@media screen and (max-width: 500px) {
  footer .footerlinks a:after {
    content: '';
  }

  footer .footerlinks {
    display: inline-block;
  }

  header .main-menu-btn {
    display: block;
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
    border-color: #eeb111;
  }

  header .main-menu-btn > span:after {
    height: 5px;
    width: 8px;
    background: url(https://media.rheemweb.com/blobazrheem/wp-content/uploads/sites/82/2025/08/chevron-down.svg) no-repeat center center;
    background-size: contain;
    content: "";
    color: inherit;
    margin-left: 5px;
    display: inline-block;
    vertical-align: middle;
    transition: all 300ms ease;
  }

  header #mainmenu {
    display: none;
  }

  header #mainmenu.active {
    display: block;
  }

  header #mainmenu li .sub-menu {
    opacity: 1;
    position: relative;
  }

  header #mainmenu li .sub-menu li {
    border-bottom: 0;
  }

  header #mainmenu li.menu-item-has-children a:after {
    background: none;
  }

  header #mainmenu li .sub-menu li a {
    text-align: center;
  }

  #productCarousel {
    --f-carousel-slide-width: 100% !important;
  }
}/*# sourceMappingURL=style.css.map */
