body * {
  font-family: "Outfit", sans-serif;
}

@font-face {
  font-family: "DS-Digital";
  src: url("https://www.atlasroofing.com/resources/fonts/DS-DIGIB.TTF") format("truetype");
}
@font-face {
  font-family: "Sports-World";
  src: url("https://www.atlasroofing.com/resources/fonts/Sports-World-Regular.ttf") format("truetype");
}
.hvr-grow-2:hover {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  transition-duration: 300ms;
}

.hvr-grow-3:hover {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
  transition-duration: 300ms;
}

[x-cloak] {
  display: none !important;
}

.swal2-styled.swal2-confirm {
  background-color: #c31331 !important;
}

.swal2-styled.swal2-confirm {
  background-color: var(--bs-btn-hover-border-color);
}

div:has(> #pi_tracking_opt_in_div) {
  display: none !important;
  visibility: hidden !important;
}

#pi_tracking_opt_in_div {
  display: none !important;
  visibility: hidden !important;
}

.video-bg {
  height: 100%;
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video-bg video, .video-bg iframe {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}

.text-sky-blue {
  color: #0096D7;
}

.bg-sky-blue {
  background-color: #0096D7;
}

.font-sport {
  font-family: "Sports-World";
}
.font-sport * {
  font-family: "Sports-World";
}

.bg-center {
  background-position: center;
}

.bg-cover {
  background-size: cover;
}

.w-45 {
  width: 45%;
}

.w-40 {
  width: 40%;
}

.pin-icon {
  width: 50px;
  max-width: 50px;
  min-width: 50px;
}

.big-size-icon {
  font-size: 3.5rem !important;
}

.max-height-50 {
  max-height: 50px;
}

.max-height-75 {
  max-height: 75px;
}

.max-height-100 {
  max-height: 100px;
}

.max-height-120 {
  max-height: 120px;
}

.mh-4rem {
  max-height: 4rem;
}

.rounded-top-left-pill {
  border-top-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-top-right-pill {
  border-top-right-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom-left-pill {
  border-bottom-left-radius: var(--bs-border-radius-pill) !important;
}

.rounded-bottom-right-pill {
  border-bottom-right-radius: var(--bs-border-radius-pill) !important;
}

.border-form-control {
  border-color: var(--bs-gray-400) !important;
}

.text-xs {
  font-size: 0.785em;
}

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.obj-contain {
  object-fit: contain;
}

.obj-cover {
  object-fit: cover;
}

.w-65 {
  width: 65%;
}

.w-35 {
  width: 35%;
}

nav.atlas-navbar .atlas-top-navbar .menu-bars {
  font-size: 32px;
}
nav.atlas-navbar .atlas-top-navbar .atlas-logo-dropdown ul li a {
  font-size: 0.875em;
}
nav.atlas-navbar .atlas-top-navbar .top-logo-navigation-dropdown-menu {
  z-index: 1101;
}
nav.atlas-navbar .atlas-top-navbar .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
  width: 175px;
  max-width: 175px;
}
nav.atlas-navbar .atlas-top-navbar .nav-item img {
  max-height: 36px;
  width: auto;
}
nav.atlas-navbar .atlas-top-navbar .nav-item a {
  text-decoration: none;
  color: #868686;
}
nav.atlas-navbar .atlas-top-navbar .nav-item:hover {
  transform: scale(1.1);
  z-index: 1;
}
nav.atlas-navbar .atlas-top-navbar .background-hover {
  background-color: #f1f1f1;
  height: 85px;
  width: 160px;
  border-radius: 9rem 9rem 0 0;
  top: -12px;
  left: 8px;
  z-index: -1;
}

.atlas-sidemenu ul.bottom-navigation li a {
  font-size: 0.9em;
}
.atlas-sidemenu .atlas-navigation-logo {
  max-height: 60px;
}

#upper-nav .nav-link.active {
  border-bottom: 3px solid #c31331;
  font-weight: bold;
}
#upper-nav .nav-link {
  font-size: 95%;
}

.component-animated-banner {
  background-color: #F1F1F1;
  position: relative;
}
.component-animated-banner .component-animated-banner-mobile .hero-circles-container {
  background-color: #F1F1F1;
}
.component-animated-banner .component-animated-banner-mobile .hero-circles-container .slider-nav {
  position: absolute;
  top: calc(50% - 22px);
  left: 8px;
  z-index: 1999;
}
.component-animated-banner .component-animated-banner-mobile .hero-circles-container .slider-nav i {
  color: #8d8d8d;
  font-size: 30px;
  line-height: 1;
  font-weight: 600;
  padding: 8px;
}
.component-animated-banner .component-animated-banner-mobile .hero-circles-container .slider-nav.nav-next {
  left: unset;
  right: 8px;
}
.component-animated-banner .component-animated-banner-mobile .animated-banner-wrapper {
  min-height: 30vh;
}
.component-animated-banner .component-animated-banner-wrapper {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.component-animated-banner .hero-circle {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .hero-circle .bg-image {
  display: block;
  width: 106%;
  position: absolute;
  top: 0;
  left: 0;
  inset: -3.2% -3% -3% -3%;
  z-index: 0;
  overflow: visible;
}
.component-animated-banner .hero-circle .red-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #c41230;
  color: #fff;
  text-align: center;
}
.component-animated-banner .hero-circle .red-circle .top-semicircle {
  display: block;
  position: absolute;
  inset: 0 0 50% 0;
  background-size: cover;
  clip-path: url("#semicircle");
  height: 50%;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle {
  position: absolute;
  inset: 50% 0 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle .go-arrow {
  float: right;
  margin-right: 26px;
  margin-top: 2px;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle h3 {
  font-size: 26px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 20%;
}
.component-animated-banner .hero-circle .red-circle .top {
  background-color: #c41230;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle .go-arrow {
  float: right;
  margin-right: 26px;
  margin-top: 2px;
  width: 36px;
  height: 36px;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle h3 {
  font-size: 24px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.component-animated-banner .hero-circle .red-circle .bottom-semicircle p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 15% !important;
}
.component-animated-banner .top-semicircle-bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .bottom-semicircle-text {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .hero-circle:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .hero-circle:hover .top-semicircle-bg-img {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .hero-circle:hover .red-circle .bottom-semicircle {
  padding-top: 10px;
}
.component-animated-banner .hero-circle:hover .bottom-semicircle-text {
  font-weight: 700;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-animated-banner .hero-circle .top-semicircle-bg-img .red-circle-copy {
  background-color: rgba(79, 79, 79, 0.8);
  display: none;
}
.component-animated-banner .hero-circle:hover .top-semicircle-bg-img .red-circle-copy {
  display: block;
}
@media (max-width: 998px) {
  .component-animated-banner .video-bg {
    height: 43%;
  }
}

.section-standard-banner .standard-banner-img-div {
  font-size: 30px;
}
.section-standard-banner .pin-icon {
  max-height: 90px;
}
@media screen and (max-width: 768px) {
  .section-standard-banner .standard-banner-img-header .title-text {
    font-size: 1.3rem !important;
    font-weight: bold;
  }
}

.section-standard-banner-2 .standard-banner-2-img-div {
  background-position: top right;
  background-size: cover;
  min-height: 300px;
  height: 50vh;
}
.section-standard-banner-2 .standard-banner-2-img-div {
  font-size: 30px;
}
.section-standard-banner-2 .tilesAndBannerWrapper {
  position: relative;
}
.section-standard-banner-2 .tilesImage {
  position: absolute;
  right: 0;
  top: 0;
  max-width: 50%;
}
@media (max-width: 768px) {
  .section-standard-banner-2 .tilesImage {
    position: relative;
    max-width: 100%;
    max-height: 7rem;
    display: contents;
  }
}

.section-scotchgard-slider {
  /* background-color: var( --atlsrf-grey-color , var( --bs-gray , lightgrey ) ); */
}
.section-scotchgard-slider .scotchgard-slider-img-div {
  background-position: center;
  background-size: cover;
  min-height: 300px;
  height: 60vh;
}
.section-scotchgard-slider .scotchgard-slider-logos img {
  height: 100px;
}

.section-interactive-pins-banner .interactive-pins-wrapper {
  position: relative;
}
.section-interactive-pins-banner .interactive-pins-wrapper {
  position: absolute;
  top: -3rem;
  z-index: 1000;
}
.section-interactive-pins-banner .interactive-pins-wrapper .interactive-pin-dropdown {
  z-index: -1;
}
.section-interactive-pins-banner .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #c31331;
}
.section-interactive-pins-banner .interactive-pin-dropdown {
  display: none;
  top: -100rem;
}
.section-interactive-pins-banner .interactive-standalone-pin-dropdown {
  display: none;
}
.section-interactive-pins-banner .interactive-pin:hover .interactive-pin-dropdown {
  display: block;
  animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 300ms; /* don't forget to set a duration! */
  margin-top: 0;
  top: 6rem;
}
.section-interactive-pins-banner .interactive-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.section-interactive-pins-banner .interactive-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) {
  .section-interactive-pins-banner .interactive-pin:hover .interactive-pin-dropdown {
    left: 0.75rem;
    top: 5.5rem;
  }
}
.section-interactive-pins-banner .interactive-standalone-pin:hover .interactive-standalone-pin-dropdown {
  display: inline-block;
  animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 400ms; /* don't forget to set a duration! */
  margin-top: 0;
}
.section-interactive-pins-banner .interactive-standalone-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.section-interactive-pins-banner .interactive-standalone-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.section-interactive-pins-banner .dropdown-toggle::after {
  display: none;
}
.section-interactive-pins-banner .interactive-pin-dropdown-inner {
  max-width: 25rem;
}
.section-interactive-pins-banner .interactive-banner-image-box {
  min-height: 300px;
  height: 50vh;
  max-height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.section-interactive-pins-banner .interactive-standalone-pin {
  position: absolute;
  bottom: 65px;
}
@media (max-width: 768px) {
  .section-interactive-pins-banner .interactive-pins-wrapper {
    position: absolute;
    bottom: -3rem;
    top: auto;
    right: 0;
  }
  .section-interactive-pins-banner .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
}
.section-interactive-pins-banner .bottom-banner {
  position: absolute;
  width: 100%;
  bottom: -38px;
  right: 0;
  max-height: 38px;
}
.section-interactive-pins-banner .top-banner {
  max-width: 290px;
  padding: 0.4rem 0;
  padding-right: 5px;
}
@media (max-width: 991px) {
  .section-interactive-pins-banner .bottom-banner {
    bottom: -19px;
  }
}
@media (min-width: 992px) {
  .section-interactive-pins-banner .bottom-banner {
    bottom: -22px;
  }
}
@media (min-width: 1199px) {
  .section-interactive-pins-banner .bottom-banner {
    bottom: -29px;
  }
}
@media (min-width: 1399px) {
  .section-interactive-pins-banner .bottom-banner {
    bottom: -38px;
  }
}

.sliding-interactive-pins-banner .interactive-pins-wrapper {
  position: relative;
}
.sliding-interactive-pins-banner .interactive-pins-wrapper {
  position: absolute;
  top: -125px;
  z-index: 1000;
}
.sliding-interactive-pins-banner .interactive-pins-wrapper .interactive-pin-dropdown {
  z-index: -1;
}
.sliding-interactive-pins-banner .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #c31331;
}
.sliding-interactive-pins-banner .interactive-pin-dropdown {
  display: none;
  top: -100rem;
}
.sliding-interactive-pins-banner .interactive-standalone-pin-dropdown {
  display: none;
}
.sliding-interactive-pins-banner .interactive-pin:hover .interactive-pin-dropdown {
  display: block;
  animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 300ms; /* don't forget to set a duration! */
  margin-top: 0;
  top: 8rem;
}
.sliding-interactive-pins-banner .interactive-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sliding-interactive-pins-banner .interactive-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) {
  .sliding-interactive-pins-banner .interactive-pin:hover .interactive-pin-dropdown {
    left: 0.75rem;
    top: 5.5rem;
  }
}
.sliding-interactive-pins-banner .interactive-standalone-pin:hover .interactive-standalone-pin-dropdown {
  display: inline-block;
  animation: fadeInLeft; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 400ms; /* don't forget to set a duration! */
  margin-top: 0;
}
.sliding-interactive-pins-banner .interactive-standalone-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.sliding-interactive-pins-banner .interactive-standalone-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.sliding-interactive-pins-banner .dropdown-toggle::after {
  display: none;
}
.sliding-interactive-pins-banner .interactive-pin-dropdown-inner {
  max-width: 25rem;
}
.sliding-interactive-pins-banner .interactive-banner-image-box {
  min-height: 50vh;
  height: 50vh;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  position: absolute;
  width: 100%;
}
.sliding-interactive-pins-banner .interactive-banner-image-box-placeholder {
  min-height: 50vh;
  height: 50vh;
}
.sliding-interactive-pins-banner .interactive-standalone-pin {
  position: absolute;
  bottom: 80px;
}
.sliding-interactive-pins-banner .slider-dots button {
  display: none !important;
}
.sliding-interactive-pins-banner .products-logos-slider img {
  width: 75px;
}
.sliding-interactive-pins-banner .products-logos-slider .active-slide img {
  width: 150px;
}
.sliding-interactive-pins-banner .slick-track {
  display: flex !important;
}
.sliding-interactive-pins-banner .slick-slide {
  height: auto;
}
@media (max-width: 968px) {
  .sliding-interactive-pins-banner .interactive-pins-wrapper {
    top: -100px;
  }
}
@media (max-width: 768px) {
  .sliding-interactive-pins-banner .interactive-pins-wrapper {
    position: absolute;
    bottom: -3rem;
    top: auto;
    right: 0;
  }
  .sliding-interactive-pins-banner .interactive-banner-image-box {
    position: relative;
  }
  .sliding-interactive-pins-banner .interactive-banner-image-box-placeholder {
    min-height: 0;
    height: 0;
  }
  .sliding-interactive-pins-banner .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
  .sliding-interactive-pins-banner .interactive-standalone-pin {
    bottom: 50px;
    left: 25px;
  }
  .sliding-interactive-pins-banner .products-logos-slider img {
    width: 50px;
  }
  .sliding-interactive-pins-banner .products-logos-slider .active-slide img {
    width: 100px;
  }
}

.component-simple-banner .wrapper {
  position: relative;
}
.component-simple-banner .title-box {
  position: absolute;
  top: 20%;
  left: 0;
}
.component-simple-banner .small-banner {
  height: 22rem;
  overflow: hidden;
  background-position: center;
  background-size: cover;
}
.component-simple-banner .title-box {
  background-image: linear-gradient(to right, white, transparent, transparent);
}
.component-simple-banner .title-logo img {
  max-height: 4rem;
}
@media (max-width: 576px) {
  .component-simple-banner .title-box {
    background-image: linear-gradient(to right, white, white, white, transparent);
  }
  .component-simple-banner .title-logo img {
    max-height: 3rem;
  }
  .component-simple-banner .title-text h1 {
    font-size: 1.5rem;
  }
}
.component-simple-banner .main-cta {
  position: absolute;
  bottom: 20%;
  left: 5%;
}

.footer-persistent-section div.footer-persistent-container {
  max-width: 100vw;
  background-color: var(--bs-gray);
}
@media (min-width: 768px) {
  .footer-persistent-section div.footer-persistent-container {
    padding-left: 40px;
  }
}
.footer-persistent-section div.footer-persistent-container .input-group input, .footer-persistent-section div.footer-persistent-container .input-group input:focus {
  outline: none;
  box-shadow: none;
}
.footer-persistent-section div.footer-persistent-container .call-to-action-buttons a.btn {
  font-size: 12px;
}
.footer-persistent-section div.footer-persistent-container .call-to-action-buttons a.btn:hover {
  background-color: var(--bs-primary);
}
.footer-persistent-section div.footer-persistent-container .social-media-links a i.fa-brands {
  font-size: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  background-color: var(--bs-white);
  color: black;
  border-radius: 50%;
  padding: 7px;
  width: 25px;
  height: 25px;
  text-align: center;
  vertical-align: middle;
}
.footer-persistent-section .ctaIcon {
  max-height: 25px;
}
@media (max-width: 392px) {
  .footer-persistent-section .footer-form {
    display: none !important;
  }
}
@media (max-width: 392px) {
  .footer-persistent-section .main-cta {
    width: 100% !important;
    border-left: none !important;
  }
}

.component-related-content .component-header .header-img img {
  height: 90px;
}
.component-related-content .component-header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-related-content .component-header .header-nav img {
  cursor: pointer;
  width: 50px;
  height: auto;
}
.component-related-content .component-body {
  position: relative;
}
.component-related-content .component-body .tns-inner {
  margin-left: 0px !important;
}
.component-related-content .component-body .fade-out-element {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 10%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (min-width: 991px) {
  .component-related-content .component-body .fade-out-element {
    display: block;
  }
}
.component-related-content .component-body .related-content-carousel {
  position: relative;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item {
  position: relative;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .atlas-icon {
  max-width: 100px !important;
  position: absolute !important;
  top: 35% !important;
  left: 36% !important;
  z-index: 4;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .center-icon {
  max-width: 70px !important;
  position: absolute !important;
  top: 35% !important;
  left: 40% !important;
  z-index: 5;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-tag {
  position: absolute;
  z-index: 995;
  padding: 0 8px;
  top: 16px;
  left: 0;
  width: 60%;
  height: 30px;
  color: white;
  background: rgb(195, 19, 49);
  background: -moz-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb1831",endColorstr="#eeeeee",GradientType=1);
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-tag .rcci-tag-text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-tag .rcci-tag-logo img {
  height: 18px;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper {
  position: relative;
  min-height: 220px;
  height: 220px;
  max-height: 250220pxpx;
  margin-bottom: 16px;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper .rcci-img-container {
  background-color: gray;
  min-height: 220px;
  height: 220px;
  max-height: 220px;
  display: block;
  z-index: 990;
  pointer-events: all;
  background-size: cover;
  background-position: center bottom;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper .rcci-hover-action {
  position: absolute;
  background-color: rgba(178, 28, 50, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 980;
  transition: opacity 0.25s;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper .rcci-hover-action .btn {
  background-color: #ffffff;
  color: #c31331;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 16px;
  cursor: pointer;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper:hover .rcci-hover-action {
  opacity: 1;
  z-index: 999;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-img-wrapper:hover {
  z-index: 998;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-content span {
  font-size: 12px;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-content p {
  font-size: 12px;
  margin: 8px 0 0;
}
.component-related-content .component-body .related-content-carousel .related-content-carousel-item .rcci-content .rcci-stars i {
  color: #AB0824;
  font-size: 14px;
}
.component-related-content .component-body .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.component-related-content .component-body .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  pointer-events: none;
}

.section-slider-scotchgard {
  /* background-color: var( --atlsrf-grey-color , var( --bs-gray , lightgrey ) ); */
}
.section-slider-scotchgard h3 {
  z-index: 10;
}
.section-slider-scotchgard .scotchgard-slider-img-div {
  min-height: 300px;
  height: 60vh;
}
.section-slider-scotchgard .scotchgard-slider-img-div img {
  width: 100%;
  object-fit: cover;
  height: 100%;
  position: absolute;
  z-index: 0;
}
.section-slider-scotchgard .scotchgard-slider-logos img {
  max-height: 65px;
}
.section-slider-scotchgard .slider-tick-label {
  color: white !important;
}
.section-slider-scotchgard .slider-handle.custom::after {
  line-height: 10px !important;
  font-size: 20px !important;
  content: url("https://www.atlasroofing.com/img/pin1.png") !important;
  zoom: 30%;
}
.section-slider-scotchgard .slider-tick {
  box-shadow: none;
}
.section-slider-scotchgard .slider-handle {
  box-shadow: none;
}
.section-slider-scotchgard .slider-tick.custom::before {
  content: none;
}
.section-slider-scotchgard .slider-handle.custom::before {
  content: none !important;
}
.section-slider-scotchgard .slider-tick-label {
  margin-top: 5px !important;
}
.section-slider-scotchgard .slider-track {
  height: 5px !important;
  border-radius: 0px !important;
}
.section-slider-scotchgard .slider-tick-label {
  font-size: 10pt !important;
}
.section-slider-scotchgard .slider-tick-label.label-is-selection {
  font-size: 12pt !important;
}
.section-slider-scotchgard .bottom-text {
  background-image: linear-gradient(to right, rgb(181, 43, 54), rgba(181, 43, 54, 0));
  width: 180px;
  border: none !important;
  bottom: -16px;
  color: #ffffff;
  padding-left: 0.6rem;
  z-index: 10;
}
.section-slider-scotchgard .pin-icon {
  max-height: 90px;
}
.section-slider-scotchgard .clean-image {
  opacity: 1;
}
.section-slider-scotchgard .dirty-image {
  z-index: 5 !important;
}
.section-slider-scotchgard .slider-container {
  z-index: 10 !important;
}
@media screen and (max-width: 568px) {
  .section-slider-scotchgard .scotchgard-slider-logos img {
    max-height: unset;
    width: 80vw;
  }
}

.tabs-container .resource-thumbnail {
  width: 100%;
  height: 180px;
  align-self: center;
  object-fit: contain;
}
@media (max-width: 576px) {
  .tabs-container .resource-thumbnail {
    height: 130px;
  }
}
.tabs-container .tab-header-img > img {
  max-width: 60px;
  margin-left: 25px;
}
@media (min-width: 992px) {
  .tabs-container .tab-header-img > img {
    margin-left: 0px;
    max-width: 50px;
  }
}
.tabs-container .card > .card-div-body {
  width: 100%;
  height: 180px;
  align-self: center;
}
@media (min-width: 992px) {
  .tabs-container .card > .card-div-body {
    padding: 0px;
    margin: 0px !important;
  }
}
.tabs-container .tabs-card {
  border-radius: 0px;
  display: flex;
}
@media (max-width: 992px) {
  .tabs-container .tabs-card {
    margin-top: 10px !important;
    margin-bottom: 50px !important;
  }
}
.tabs-container .desktop-document {
  display: block;
}
.tabs-container .card-button {
  padding-top: 3px !important;
  padding-bottom: 3px !important;
}
.tabs-container .product-tabs {
  --bs-nav-tabs-border-width: 0px !important;
  margin-left: 100px;
}
@media (max-width: 992px) {
  .tabs-container .product-tabs {
    margin-top: 5px;
    margin-left: 0px;
    --bs-nav-tabs-border-width: 1px !important;
  }
}
.tabs-container .product-tabs .nav-link {
  background-color: #c6c6c6;
  color: #565656;
  margin-right: 10px;
  border-radius: 15px 15px 0px 0px;
}
@media (max-width: 992px) {
  .tabs-container .product-tabs .nav-link {
    margin-right: 0px;
    border-radius: 20px;
    background-color: #565656;
    color: #ffffff;
    margin-top: 2px;
    padding: 3px 12px;
    font-size: 2.9vw;
  }
}
.tabs-container .product-tabs .nav-link.active {
  background-color: #565656;
  color: #ffffff;
}
.tabs-container .tabs-card-header {
  padding: 0;
  border-top: none;
}
@media (max-width: 992px) {
  .tabs-container .tabs-card-header {
    background-color: #565656;
  }
}
.tabs-container .tabs-card-body {
  background-color: #565656;
}
.tabs-container .header-text h2 {
  display: block;
}
.tabs-container .card-description {
  align-self: center;
  margin: 10px 0px 20px 0px;
}
.tabs-container .view-all-btn {
  max-width: 200px;
}
@media (max-width: 992px) {
  .tabs-container .mobile-document {
    display: block;
  }
  .tabs-container .nav-tabs {
    border-bottom: none;
    margin: 5px;
  }
  .tabs-container .header-text h2:first-child {
    display: none;
  }
  .tabs-container .header-text h2:last-child {
    display: block;
    font-weight: bold;
  }
  .tabs-container .tab-header-img {
    max-height: 80px;
  }
  .tabs-container .tabs-card-body {
    overflow: hidden;
  }
  .tabs-container .card-description {
    font-size: 11pt;
  }
  .tabs-container .card-row {
    padding: 0 130px;
  }
  .tabs-container .card-button {
    font-size: 10pt;
    padding-left: 5px;
    padding-right: 5px;
  }
}
@media (min-width: 992px) {
  .tabs-container .card-row {
    padding: 0 30px;
  }
}
@media (max-width: 768px) {
  .tabs-container .card-row {
    padding: 0 40px;
  }
}
@media (max-width: 576px) {
  .tabs-container .card-row {
    padding: 0px;
  }
  .tabs-container .tabs-card-body {
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .tabs-container .card-row {
    padding: 0 120px;
  }
}
@media (min-width: 1400px) {
  .tabs-container .card-row {
    padding: 0 220px;
  }
}

.component-simple-video .video-container > div {
  width: 60vw;
}
@media (max-width: 768px) {
  .component-simple-video .video-container > div {
    width: 100%;
  }
}

.component-benefits-block .benefit-row {
  padding: 10px 100px;
  position: relative;
}
@media (max-width: 576px) {
  .component-benefits-block .benefit-row {
    padding: 10px 12px !important;
  }
}
@media (max-width: 768px) {
  .component-benefits-block .benefit-row {
    padding: 10px 40px;
  }
}
@media (min-width: 992px) {
  .component-benefits-block .benefit-row {
    padding: 10px 30px;
  }
}
.component-benefits-block .benefit-image {
  object-fit: cover;
  width: 100%;
  height: 80%;
}
.component-benefits-block .benefit-column-container {
  position: relative;
  height: 350px;
}
.component-benefits-block .benefit-column-container img:first-child {
  width: 75px !important;
  height: 75px;
  object-fit: contain;
  position: absolute;
  top: -35px !important;
  left: calc(50% - 40px);
  z-index: 1000;
}
.component-benefits-block .benefit-column-container:hover img:first-child {
  transform: scale(1.2);
  transition: 200ms ease-in-out;
}
.component-benefits-block #benefit-block-1 > h6,
.component-benefits-block #benefit-block-2 > h6,
.component-benefits-block #benefit-block-3 > h6,
.component-benefits-block #benefit-block-4 > h6 {
  margin-top: 1.5rem;
  margin-bottom: 0 !important;
  font-size: 11pt !important;
}
@media (max-width: 576px) {
  .component-benefits-block #benefit-block-1 > h6,
.component-benefits-block #benefit-block-2 > h6,
.component-benefits-block #benefit-block-3 > h6,
.component-benefits-block #benefit-block-4 > h6 {
    font-size: 10pt !important;
  }
}
.component-benefits-block #benefit-block-1 a,
.component-benefits-block #benefit-block-2 a,
.component-benefits-block #benefit-block-3 a,
.component-benefits-block #benefit-block-4 a {
  max-width: 180px;
  align-self: center;
}
@media (max-width: 576px) {
  .component-benefits-block #benefit-block-1 a,
.component-benefits-block #benefit-block-2 a,
.component-benefits-block #benefit-block-3 a,
.component-benefits-block #benefit-block-4 a {
    padding-top: 3px;
    padding-bottom: 3px;
  }
}
.component-benefits-block #benefit-block-1 p,
.component-benefits-block #benefit-block-2 p,
.component-benefits-block #benefit-block-3 p,
.component-benefits-block #benefit-block-4 p {
  font-size: 9pt !important;
}
@media (max-width: 576px) {
  .component-benefits-block #benefit-block-1 p,
.component-benefits-block #benefit-block-2 p,
.component-benefits-block #benefit-block-3 p,
.component-benefits-block #benefit-block-4 p {
    font-size: 8pt !important;
  }
}
.component-benefits-block #column1:hover #benefit-block-1 {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms;
}
.component-benefits-block #column2:hover #benefit-block-2 {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms;
}
.component-benefits-block #column3:hover #benefit-block-3 {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms;
}
.component-benefits-block #column4:hover #benefit-block-4 {
  opacity: 1;
  visibility: visible;
  animation: fadeIn 200ms;
}
.component-benefits-block #benefit-block-1 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80% !important;
  left: 0;
  margin: 0 11px;
  top: 0 !important;
  background: rgba(27, 27, 27, 0.6);
  visibility: hidden;
  opacity: 0;
  object-fit: cover;
}
.component-benefits-block #benefit-block-2 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80% !important;
  left: 0;
  margin: 0 11px;
  top: 0 !important;
  background: rgba(27, 27, 27, 0.6);
  visibility: hidden;
  opacity: 0;
  object-fit: cover;
}
.component-benefits-block #benefit-block-3 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80% !important;
  left: 0;
  margin: 0 11px;
  top: 0 !important;
  background: rgba(27, 27, 27, 0.6);
  visibility: hidden;
  opacity: 0;
  object-fit: cover;
}
.component-benefits-block #benefit-block-4 {
  position: absolute;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 80% !important;
  left: 0;
  margin: 0 11px;
  top: 0 !important;
  background: rgba(27, 27, 27, 0.6);
  visibility: hidden;
  opacity: 0;
  object-fit: cover;
}

.component-roof-it-right-block .badge-image {
  max-width: 100%;
}

.component-promotions-block-inner {
  position: relative;
  height: 400px;
  background-size: cover;
  background-position: center;
}
.component-promotions-block-inner .titleContainer {
  position: absolute;
  top: 2rem;
  background-image: linear-gradient(to right, #c31331, #c31331, #c31331, transparent);
}
@media (max-width: 768px) {
  .component-promotions-block-inner {
    height: 300px;
  }
}

.component-interactive-products-applications {
  position: relative;
}
.component-interactive-products-applications .title-wrapper img {
  height: fit-content;
}
.component-interactive-products-applications .content-wrapper img {
  width: 100%;
}
.component-interactive-products-applications ul.section-items {
  list-style: none;
}
.component-interactive-products-applications ul.section-items li .subtitle {
  color: #c31331;
}
.component-interactive-products-applications .side-icons {
  position: absolute;
  top: 3.5rem;
  right: 1.5rem;
}
.component-interactive-products-applications .side-icons img {
  max-width: 4rem;
}
.component-interactive-products-applications .side-icons img:first-of-type {
  opacity: 0.35;
}
.component-interactive-products-applications .second-section .seperator {
  border-top: 2px solid #c1c1c1;
  margin: 1rem 2rem;
}
@media (min-width: 768px) {
  .component-interactive-products-applications .second-section {
    border-left: 2px solid #c1c1c1;
  }
}
@media (max-width: 767.98px) {
  .component-interactive-products-applications .content-wrapper img {
    max-width: 25rem;
  }
}

.column-section {
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 20px 0px;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .column-section {
    position: relative;
    min-height: 400px;
    margin-bottom: 320px;
  }
}

.column-section .content-div {
  max-width: 500px;
  height: 100%;
  margin-right: 100px;
  padding: 80px 50px;
}
@media (max-width: 992px) {
  .column-section .content-div {
    max-width: 100%;
    margin-right: 0px;
    position: absolute;
    top: 300px;
    min-height: 300px;
  }
}

.content-button {
  border: 1px solid white;
  padding: 2px 20px !important;
}
@media (max-width: 992px) {
  .content-button {
    width: 100%;
  }
}

.content-button:hover {
  border: 1px solid white;
}

.left-column-section {
  height: 400px;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 20px 0px;
  padding-top: 0 !important;
}
@media (max-width: 992px) {
  .left-column-section {
    position: relative;
    height: 400px;
    margin-bottom: 320px;
  }
}

.left-column-section .left-content-div {
  max-width: 500px;
  height: 100%;
  margin-left: 100px;
  padding: 80px 50px;
}
@media (max-width: 992px) {
  .left-column-section .left-content-div {
    max-width: 100%;
    margin-left: 0px;
    position: absolute;
    top: 300px;
    min-height: 300px;
  }
}

.partners-component .image-container {
  width: 80px !important;
  height: 80px !important;
  position: relative;
  left: 10%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .partners-component .partners-link {
    width: 100%;
  }
}
.partners-component .partner-title {
  font-size: 11pt;
}

.all-product-category .product-logo {
  width: 250px;
  height: 50px;
  object-fit: contain;
}
.all-product-category .product-image {
  height: 200px;
  width: 100%;
  object-fit: contain;
}
.all-product-category .product-description {
  font-weight: 200;
  font-size: 11pt;
}
.all-product-category .product-card {
  margin-bottom: 2.4rem !important;
  border: 1px solid #565656;
  min-width: 100%;
  height: 95%;
}
.all-product-category h4 {
  font-size: 1.6rem !important;
}
.all-product-category a {
  text-decoration: none;
  color: #707070;
}

.component-split-section-left {
  position: relative;
}
.component-split-section-left .main-image-container div {
  background-position: center;
  background-size: cover;
}
.component-split-section-left .first-row > div:first-of-type {
  padding-bottom: 4rem;
}
.component-split-section-left .second-media-container .second-media {
  margin-top: -4rem;
}
.component-split-section-left .section-div ul {
  display: grid;
  grid-template-columns: auto auto;
  column-gap: 1rem;
}
.component-split-section-left .title-icon {
  max-width: 3rem;
  max-height: 5rem;
}
.component-split-section-left .sm-title-icon {
  position: absolute;
  top: -2rem;
}
.component-split-section-left .sm-title-icon img {
  max-height: 6rem;
  width: auto;
}
.component-split-section-left .section-div ul > li {
  list-style: none;
}
.component-split-section-left .section-div ul > li img {
  max-height: 32px;
}
@media (max-width: 1170px) {
  .component-split-section-left .section-div ul {
    display: block;
  }
}
.component-split-section-left.mainImageOnRight .third-section {
  margin-left: 3rem;
}
@media (max-width: 768px) {
  .component-split-section-left .section-div ul {
    display: grid;
  }
  .component-split-section-left.mainImageOnRight .third-section {
    margin-left: 0rem;
  }
}
@media (max-width: 400px) {
  .component-split-section-left .section-div ul {
    display: block;
  }
}

.two-column-component .column-image {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.two-column-component .two-column-container div:first-child {
  padding: 10px 40px 10px 10px;
}
@media (max-width: 992px) {
  .two-column-component .two-column-container div:first-child {
    padding: 10px;
  }
}
.two-column-component .two-column-container div:last-child {
  padding: 10px 10px 10px 40px;
}
@media (max-width: 992px) {
  .two-column-component .two-column-container div:last-child {
    padding: 10px;
  }
}
.two-column-component .two-column-button {
  border: 1px solid #565656;
  background-color: transparent;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 992px) {
  .two-column-component .two-column-button {
    width: 100%;
  }
}
.two-column-component .two-column-button:hover {
  border: 1px solid #8d8d8d;
}

.component-product-header-block .interactive-pins-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: -3rem;
  top: auto;
  right: 0;
}
.component-product-header-block .interactive-pins-wrapper .interactive-pin-dropdown {
  z-index: -1;
}
.component-product-header-block .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #c31331;
}
.component-product-header-block .interactive-pin-dropdown {
  display: none;
  top: -100rem;
}
.component-product-header-block .interactive-standalone-pin-dropdown {
  opacity: 0;
}
.component-product-header-block .interactive-pin:hover .interactive-pin-dropdown {
  display: block;
  animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 300ms; /* don't forget to set a duration! */
  margin-top: 0;
  right: 1.5rem;
  top: 6rem;
}
.component-product-header-block .interactive-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.component-product-header-block .interactive-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) {
  .component-product-header-block .interactive-pin:hover .interactive-pin-dropdown {
    top: 5.5rem;
  }
}
.component-product-header-block .interactive-standalone-pin:hover .interactive-standalone-pin-dropdown {
  opacity: 1;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 700ms; /* don't forget to set a duration! */
  margin-top: 0;
}
.component-product-header-block .interactive-standalone-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.component-product-header-block .interactive-standalone-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.component-product-header-block .dropdown-toggle::after {
  display: none;
}
.component-product-header-block .interactive-pin-dropdown-inner {
  max-width: 25rem;
}
@media (max-width: 768px) {
  .component-product-header-block .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
}
.component-product-header-block .interactive-banner-image-box {
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 5rem;
}
.component-product-header-block .interactive-standalone-pin {
  position: absolute;
  bottom: 35%;
  left: 50%;
}
@media (max-width: 768px) {
  .component-product-header-block .interactive-standalone-pin {
    bottom: 30%;
    right: 25%;
  }
}
.component-product-header-block .first-col {
  background-image: linear-gradient(145deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.1) 100%);
}
.component-product-header-block .interactive-pin {
  position: relative;
}
.component-product-header-block .interactive-pin:hover .interactive-pin-dropdown {
  min-width: 350px;
  left: -12rem;
}
@media (max-width: 992px) {
  .component-product-header-block .interactive-pin {
    position: initial;
  }
  .component-product-header-block .interactive-pin:hover .interactive-pin-dropdown {
    left: auto;
  }
}
@media (max-width: 992px) {
  .component-product-header-block .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
}
.component-product-header-block .why-atlas-callout {
  width: 320px;
  position: absolute;
  left: 0;
  bottom: 5%;
  height: 44px;
  text-align: left;
  color: white;
  border-bottom-right-radius: 22px;
  border-top-right-radius: 22px;
}
@media (max-width: 992px) {
  .component-product-header-block .why-atlas-callout {
    margin-bottom: -4.5rem;
    bottom: 0;
    min-width: 100%;
  }
}
@media (max-width: 768px) {
  .component-product-header-block .why-atlas-callout {
    margin-bottom: -3rem;
    min-width: 100%;
    height: 35px;
  }
}
.component-product-header-block .why-atlas-callout span {
  text-shadow: 0px 3px 6px #007faa;
  padding-left: 3rem;
  line-height: 1.3;
}
.component-product-header-block .why-atlas-callout img {
  max-height: 69px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media (max-width: 992px) {
  .component-product-header-block .why-atlas-callout img {
    max-height: 50px;
  }
}
.component-product-header-block .why-atlas-callout .callout-link {
  text-decoration: none;
}
.component-product-header-block .interactive-dropdown-callout {
  width: 320px !important;
}
@media (max-width: 768px) {
  .component-product-header-block .interactive-dropdown-callout {
    max-width: 100% !important;
    margin-left: 1.5rem;
  }
}
@media (max-width: 768px) {
  .component-product-header-block .callout-pin {
    display: none;
  }
}

.shingle-product-container {
  /* slick slide */
  /* the slides */
  /* the parent */
}
.shingle-product-container .product-nav-buttons button {
  border: none;
  background-color: #ffffff;
}
.shingle-product-container .product-list {
  scroll-behavior: smooth;
}
.shingle-product-container .product-color-box {
  display: inline-block;
  width: 220px;
  height: 220px;
  scroll-snap-align: center !important;
  scroll-snap-stop: always !important;
}
.shingle-product-container .product-color-box .product-color-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.shingle-product-container .product-color-box .product-color-card .top-left-text {
  color: white;
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 16px;
  z-index: 100;
  font-weight: bold;
}
.shingle-product-container .product-color-box .product-color-card .top-icon {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  z-index: 100;
}
.shingle-product-container .product-color-box .product-color-card .bottom-icon {
  color: white;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 100;
}
.shingle-product-container .product-color-box .product-color-card > p {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-weight: bold;
  max-width: 150px;
  z-index: 100;
}
@media (max-width: 992px) {
  .shingle-product-container .product-color-box .product-color-card > p {
    max-width: 105px;
  }
}
.shingle-product-container .product-color-box .product-color-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}
.shingle-product-container .product-color-box .product-color-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity linear 200ms;
}
.shingle-product-container .product-color-box:hover .product-color-image-hover {
  opacity: 1;
  transition: opacity linear 200ms;
}
.shingle-product-container i.fa.fa-info-circle {
  color: #707070;
}
.shingle-product-container .product-logo {
  max-width: 250px;
  height: 35px;
  object-fit: contain;
}
.shingle-product-container .slick-slide {
  margin: 0 8px;
}
.shingle-product-container .slick-list {
  margin: 0 -15px;
}
.shingle-product-container .modal-content {
  z-index: 1200;
}
.shingle-product-container .product-shingle-colors-container {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  position: relative;
  width: 100%;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  transition: all 0.2s;
  will-change: transform;
  user-select: none;
  cursor: grab;
}
.shingle-product-container .product-shingle-colors-container.active {
  background: rgba(255, 255, 255, 0.3);
  cursor: grabbing;
  cursor: -webkit-grabbing;
  transition: all 0.2s;
  -webkit-scroll-snap-type: none !important;
  -ms-scroll-snap-type: none !important;
  scroll-snap-type: none !important;
}
.shingle-product-container .product-shingle-colors-container::-webkit-scrollbar {
  display: none;
}
@media (max-width: 992px) {
  .shingle-product-container .product-container {
    padding-left: 30px !important;
    padding-right: 30px !important;
  }
  .shingle-product-container .filter-section {
    padding-right: 10px !important;
  }
}
@media (max-width: 768px) {
  .shingle-product-container .row-header-section {
    position: relative;
  }
  .shingle-product-container .row-header-settings {
    position: absolute;
    top: 300px;
    width: 100%;
    padding-left: 3px;
    padding-right: 25px;
  }
  .shingle-product-container .row-header-settings svg {
    order: 1;
  }
  .shingle-product-container .row-header-settings .product-nav-buttons {
    order: 2;
  }
  .shingle-product-container .row-header-settings div:first-of-type {
    order: 3;
  }
  .shingle-product-container .product-category-row {
    padding-bottom: 40px;
  }
  .shingle-product-container #filtersModal .filter-collapse {
    color: white;
  }
  .shingle-product-container #filtersModal .filter-header .filter-icon {
    position: absolute;
    top: -3.5rem;
    z-index: 100;
    font-size: 2rem;
    left: calc(50% - 2rem);
  }
  .shingle-product-container #filtersModal .filter-header .filter-text {
    z-index: 200;
    position: relative;
    background-color: transparent;
  }
  .shingle-product-container .mobile-filter {
    position: sticky;
    bottom: 0;
    margin: 50px 0px !important;
    height: 80px;
    z-index: 1050;
    padding: 10px 0px !important;
  }
  .shingle-product-container .mobile-filter .filter-btns .filter-btn-icon {
    position: absolute;
    top: -2.5rem;
    z-index: 100;
    font-size: 2rem;
    left: calc(50% - 2rem);
  }
  .shingle-product-container .mobile-filter .filter-btns .filter-btn-text {
    z-index: 200;
    position: relative;
    background-color: transparent;
  }
}
@media (max-width: 568px) {
  .shingle-product-container #filtersModal .modal-dialog {
    margin: 0px;
  }
}
@media (max-width: 410px) {
  .shingle-product-container .row-header-settings {
    position: absolute;
    top: 280px;
    width: 100%;
    padding-left: 3px;
    padding-right: 25px;
  }
}
@media (max-width: 576px) {
  .shingle-product-container .product-container {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.shingle-product-container .blur-zone {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  background-image: linear-gradient(90deg, transparent 0%, white 80%, white 100%);
}
.shingle-product-container .new-color-banner {
  max-width: 91px;
  z-index: 1;
  left: -8px;
  top: 33px;
}

.component-product-variations .header-box img {
  max-width: 50px;
}
.component-product-variations .product-color-box {
  display: inline-block;
  width: 220px;
  height: 220px;
  scroll-snap-align: center !important;
  scroll-snap-stop: always !important;
}
.component-product-variations .product-color-box .product-color-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  overflow: hidden;
}
.component-product-variations .product-color-box .product-color-card .top-left-text {
  color: white;
  position: absolute;
  top: 8px;
  left: 15px;
  font-size: 16px;
  z-index: 100;
  font-weight: bold;
}
.component-product-variations .product-color-box .product-color-card .top-icon {
  cursor: pointer;
  color: white;
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 20px;
  z-index: 100;
}
.component-product-variations .product-color-box .product-color-card .bottom-icon {
  color: white;
  position: absolute;
  bottom: 15px;
  right: 10px;
  z-index: 100;
}
.component-product-variations .product-color-box .product-color-card > p {
  color: white;
  position: absolute;
  bottom: 0px;
  left: 15px;
  font-weight: bold;
  max-width: 150px;
  z-index: 100;
}
@media (max-width: 992px) {
  .component-product-variations .product-color-box .product-color-card > p {
    max-width: 105px;
  }
}
.component-product-variations .product-color-box .product-color-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
  top: 0;
  left: 0;
}
.component-product-variations .product-color-box .product-color-image-hover {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity linear 200ms;
}
.component-product-variations .product-color-box:hover .product-color-image-hover {
  opacity: 1;
  transition: opacity linear 200ms;
}
.component-product-variations .product-color-box {
  width: auto;
}
.component-product-variations .product-color-box .product-color-card {
  width: 100%;
}
@media (max-width: 768px) {
  .component-product-variations .product-color-box {
    width: 100%;
    height: 100%;
  }
}
.component-product-variations .dropdown.no-toggle-icon .dropdown-toggle::after {
  content: none;
}
@media (max-width: 768px) {
  .component-product-variations .variations-box {
    position: relative;
    overflow: hidden;
  }
  .component-product-variations .variations-box .row {
    flex-wrap: nowrap;
    overflow-x: auto;
  }
  .component-product-variations .variations-box .col {
    width: 50vw;
    height: 45vw;
  }
  .component-product-variations .variations-box .white-overlay {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100px;
    height: 100%;
    background-image: linear-gradient(to right, transparent, rgb(255, 255, 255));
  }
  .component-product-variations .variations-box .col:last-child {
    margin-right: 12rem;
  }
}

.component-simple-double-column .icon-box img {
  max-width: 50px;
}

.reusable-content-block {
  padding-left: 30px;
}
@media (max-width: 768px) {
  .reusable-content-block {
    padding-left: 40px;
    padding-right: 40px;
  }
}
.reusable-content-block .image-container {
  margin: 0 auto;
  width: 160px;
  height: 160px;
  margin-bottom: 30px;
  padding-right: 0px;
  padding-left: 0px;
}
.reusable-content-block .content-div {
  position: relative;
}
.reusable-content-block .content-image {
  width: 110px;
  height: 110px;
  object-fit: contain;
  position: absolute;
  top: 0;
  z-index: 1000;
  left: 25px;
  padding: 25px;
}
.reusable-content-block .image-container p {
  font-size: 9pt;
}
.reusable-content-block a {
  max-width: 220px;
}
@media (max-width: 768px) {
  .reusable-content-block a {
    max-width: 100%;
  }
}
.reusable-content-block .content-block-copy {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 992px) {
  .reusable-content-block .content-block-copy {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.featured-articles-component {
  padding-left: 0px !important;
}
@media (max-width: 576px) {
  .featured-articles-component {
    padding-right: 20px;
    padding-left: 20px !important;
  }
}
.featured-articles-component .section-header {
  position: relative;
}
.featured-articles-component .line {
  border-top: 2px solid #8d8d8d;
  overflow: clip;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .featured-articles-component .line {
    margin-top: 1rem !important;
  }
}
.featured-articles-component .section-nav img {
  width: 50px;
  height: 50px;
}
.featured-articles-component .featured-article-list .article-image {
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.featured-articles-component .featured-article-list h5 {
  font-weight: bolder;
}
.featured-articles-component .featured-article-list a {
  width: 220px;
  align-self: center;
}
.featured-articles-component p {
  font-size: 11pt;
}
.featured-articles-component .slick-track {
  display: flex !important;
}
.featured-articles-component .slick-slide {
  height: inherit !important;
}

.asphalt-main-banner-component p {
  font-size: 10pt;
}
.asphalt-main-banner-component .main-banner-carousel img {
  max-height: 420px;
  width: 100%;
  object-fit: contain;
}
@media (max-width: 992px) {
  .asphalt-main-banner-component .main-banner-carousel img {
    height: auto;
    width: 100%;
  }
}
.asphalt-main-banner-component .carousel-image {
  height: 420px;
  background-color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
@media (min-width: 992px) {
  .asphalt-main-banner-component .carousel-image {
    width: 70%;
  }
}
@media (max-width: 992px) {
  .asphalt-main-banner-component .carousel-image {
    align-items: start;
    height: auto;
  }
}
.asphalt-main-banner-component .carousel-row {
  position: relative;
  height: 440px;
}
@media (max-width: 992px) {
  .asphalt-main-banner-component .carousel-row {
    height: auto;
  }
}
.asphalt-main-banner-component .carousel-content {
  width: 30%;
  height: 420px;
  background-color: black;
  color: white;
  position: absolute;
  left: 70%;
  top: 0;
}
@media (max-width: 992px) {
  .asphalt-main-banner-component .carousel-content {
    width: 100%;
    position: initial;
    top: 200px;
    left: 0;
    height: 385px;
    z-index: 9999;
  }
}
@media (min-width: 992px) {
  .asphalt-main-banner-component .carousel-content h3 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .asphalt-main-banner-component .carousel-content h3 {
    margin-top: 0.8rem !important;
  }
}
.asphalt-main-banner-component .carousel-content img {
  max-height: 36px;
  width: auto;
}
.asphalt-main-banner-component .sub-carousel img {
  height: 120px;
  width: 100%;
  object-fit: cover;
  padding-right: 15px;
}
@media (max-width: 410px) {
  .asphalt-main-banner-component .sub-carousel img {
    height: 150px;
    padding-right: 0px;
  }
}
.asphalt-main-banner-component .sub-carousel p {
  padding: 3px 10px 0px 0px;
}
.asphalt-main-banner-component .sub-carousel .slick-list .slick-track div:last-child img {
  padding-right: 0px !important;
}
.asphalt-main-banner-component .sub-carousel .slick-list .slick-track .slick-current img {
  opacity: 0.3;
}
.asphalt-main-banner-component .header-link {
  text-decoration: none;
}
.asphalt-main-banner-component span {
  font-size: 10pt;
}
.asphalt-main-banner-component .read-more {
  text-decoration: none;
}
.asphalt-main-banner-component .carousel-indicator ul li {
  list-style: none;
}
.asphalt-main-banner-component .carousel-indicator ul li.slick-active i {
  color: #ffffff !important;
}
.asphalt-main-banner-component .slick-prev {
  left: 3%;
  top: 40%;
}
.asphalt-main-banner-component .slick-next {
  right: 5%;
  top: 40%;
}

@media (max-width: 992px) {
  .asphalt-life-navigation {
    margin-bottom: 0px;
  }
}
.asphalt-life-navigation .nav-item img {
  width: 45px;
  height: 30px;
  object-fit: contain;
}
.asphalt-life-navigation .navbar-brand img {
  height: 30px !important;
}

.atlas-pro-navigation {
  margin-bottom: 0px;
  width: 100%;
  z-index: 1000;
}
.atlas-pro-navigation .nav-item img {
  width: 45px;
  height: 30px;
  object-fit: contain;
}
.atlas-pro-navigation .navbar-brand img {
  height: 30px !important;
}
.atlas-pro-navigation .navbar-brand img {
  height: 25px !important;
}

.asphalt-life-article {
  margin-top: 1rem;
  margin-bottom: 1rem;
  /* the slides */
  /* the parent */
}
.asphalt-life-article .featured-image {
  width: 100%;
  object-fit: cover;
}
.asphalt-life-article .asphalt-life-related-articles-box {
  position: relative;
}
.asphalt-life-article .asphalt-life-related-articles-box .blur-zone {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 150px;
  background-image: linear-gradient(to left, white, white, transparent);
}
.asphalt-life-article .asphalt-life-related-articles img {
  width: 100%;
  height: 150px;
  object-fit: cover;
}
.asphalt-life-article .asphalt-life-related-articles .entry-title {
  height: 4rem;
}
.asphalt-life-article .related-article-container {
  height: 300px;
  position: relative;
}
.asphalt-life-article .article-attributes span {
  margin-right: 1rem;
  font-size: 10pt;
}
.asphalt-life-article .main-content {
  padding-right: 2.2rem;
}
@media (max-width: 992px) {
  .asphalt-life-article .main-content {
    padding-right: 0.5rem !important;
  }
}
.asphalt-life-article .news-copy img {
  max-width: 100%;
}
.asphalt-life-article .slick-slide {
  margin: 0 10px;
}
.asphalt-life-article .slick-list {
  margin: 0 -10px;
}
@media (max-width: 992px) {
  .asphalt-life-article .main-content {
    overflow-x: hidden;
  }
  .asphalt-life-article .blur-zone {
    width: 100px !important;
  }
  .asphalt-life-article .featured-image-mobile {
    object-fit: contain !important;
    width: 100%;
    max-height: 350px;
  }
}

.siderbar-event-component2 .banner {
  max-width: 100%;
  height: 60px;
  object-fit: contain;
  margin-bottom: 1rem;
  align-self: flex-start;
}
.siderbar-event-component2 .date-container {
  position: relative;
}
.siderbar-event-component2 .date-container img {
  width: 75px;
}
.siderbar-event-component2 .date-container .month {
  position: absolute;
  top: 0px;
  left: 25px;
}
.siderbar-event-component2 .date-container .date {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 3rem;
}

.siderbar-event-component .date-container {
  position: relative;
}
.siderbar-event-component .date-container img {
  width: 75px;
}
.siderbar-event-component .date-container .month {
  position: absolute;
  top: 0px;
  left: 25px;
}
.siderbar-event-component .date-container .date {
  position: absolute;
  top: 10px;
  left: 15px;
  font-size: 3rem;
}

.sidebar-atlas-login img {
  max-width: 50px;
  margin-top: 2rem;
}
.sidebar-atlas-login .form-container {
  padding-left: 1rem;
}

.sidebar-asphalt-shop-call .left-image {
  width: 75px;
  max-width: 75px;
}
.sidebar-asphalt-shop-call .asphalt-image {
  width: 75px;
}
.sidebar-asphalt-shop-call span {
  font-size: 1rem;
}

.siderbar-find-a-contractor img {
  max-width: 50px;
}

.component-form-block .g-recaptcha > div {
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}
.component-form-block .form-box {
  max-width: 70vw;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .component-form-block .form-box {
    max-width: unset;
  }
}

.component-interactive-color-wheel .slice-content {
  min-width: 200px;
}
.component-interactive-color-wheel #myCanvas {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border: 1px solid #000000;
  z-index: 0;
}
.component-interactive-color-wheel .donut {
  --donut-size: 300px;
  --donut-border-width: 20px;
  --donut-spacing: 0;
  --donut-spacing-color: 255, 255, 255;
  --donut-spacing-deg: calc(1deg * var(--donut-spacing));
  border-radius: 50%;
  height: var(--donut-size);
  margin: 40px;
  position: relative;
  width: var(--donut-size);
}
.component-interactive-color-wheel .donut-4 .container {
  width: 200px;
  height: 200px;
}
.component-interactive-color-wheel .donut-4 .pie {
  position: relative;
  margin: 1em auto;
  padding: 0;
  width: 20em;
  height: 20em;
  border-radius: 50%;
  list-style: none;
  overflow: hidden;
}
.component-interactive-color-wheel .donut-4 .slice {
  overflow: hidden;
  position: absolute;
  bottom: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform-origin: 0% 100%;
  box-sizing: border-box;
  padding: 10px;
}
.component-interactive-color-wheel .donut-4 .slice div {
  position: relative;
}
.component-interactive-color-wheel .donut-4 .slice img {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: scale(0.8);
  transform-origin: left bottom;
}
.component-interactive-color-wheel .donut-4 .slice-contents {
  width: 100%;
  height: 100%;
}
.component-interactive-color-wheel .donut-4 .slice {
  cursor: pointer;
}
.component-interactive-color-wheel .donut-4 .slice-contents:hover {
  opacity: 0.8;
  transition: linear 200ms;
}
.component-interactive-color-wheel .donut-4 .inner-pie {
  position: absolute;
  width: 11em;
  height: 11em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
  z-index: 1000;
}
.component-interactive-color-wheel .donut-4 #top,
.component-interactive-color-wheel .donut-4 #bottom,
.component-interactive-color-wheel .donut-4 #left,
.component-interactive-color-wheel .donut-4 #right,
.component-interactive-color-wheel .donut-4 #center {
  cursor: pointer;
}
.component-interactive-color-wheel .inner-pie {
  position: absolute;
  width: 7em;
  height: 7em;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: white;
  z-index: 1000;
}
.component-interactive-color-wheel .inner-pie img {
  max-width: 72%;
}
.component-interactive-color-wheel .preview-image {
  max-height: 320px;
  width: auto;
  object-fit: cover;
}
@media (max-width: 992px) {
  .component-interactive-color-wheel #indicator {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 768px) {
  .component-interactive-color-wheel .image-preview-container {
    display: none;
  }
}

.signature-select-component .header-section img {
  height: 90px;
}
.signature-select-component .bottom-container {
  background-color: #f1f1f1;
}
.signature-select-component .buttom-section {
  position: relative;
}
.signature-select-component .buttom-section .years {
  font-size: 6.5rem !important;
  font-weight: bolder;
  padding-bottom: 0px !important;
  margin-bottom: 0px !important;
}
@media (max-width: 1199px) {
  .signature-select-component .buttom-section .years {
    font-size: 5rem !important;
  }
}
@media (max-width: 992px) {
  .signature-select-component .buttom-section .years {
    font-size: 4rem !important;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .years {
    font-size: 6rem !important;
  }
}
@media (min-width: 1200px) {
  .signature-select-component .buttom-section .years {
    font-size: 6rem !important;
  }
}
.signature-select-component .buttom-section .icon {
  width: 60px;
}
.signature-select-component .buttom-section .line {
  height: 150px;
  border-left: 1px solid #8d8d8d;
  position: absolute;
  left: 48%;
  width: 1px;
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .line {
    padding-left: 1rem;
    padding-right: 1rem;
    height: 1px;
    border-bottom: 1px solid #8d8d8d;
    left: 0px;
    top: 55%;
    width: 100%;
  }
}
.signature-select-component .buttom-section .pin-icon {
  position: absolute;
  left: 94.5%;
  top: 95px;
  width: 70px;
}
@media (max-width: 992px) {
  .signature-select-component .buttom-section .pin-icon {
    display: none;
  }
}
.signature-select-component .buttom-section .greater-signs {
  height: 45px;
  margin-top: 2.8rem;
}
@media (max-width: 1199px) {
  .signature-select-component .buttom-section .greater-signs {
    margin-top: 2.2rem;
  }
}
@media (max-width: 992px) {
  .signature-select-component .buttom-section .greater-signs {
    margin-top: 1.5rem !important;
    height: 30px;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .greater-signs {
    margin-top: 2.8rem !important;
    height: 45px;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .left-column .item1 {
    order: 2;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .left-column .item2 {
    order: 1;
    margin-bottom: 1rem;
    padding-left: 4.5rem;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .right-column .item1 {
    order: 2;
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 768px) {
  .signature-select-component .buttom-section .right-column .item2 {
    order: 1;
    margin-bottom: 1rem;
    padding-left: 4.5rem;
  }
}
.signature-select-component .main-image-container .cta-buttons {
  width: 50px;
  position: absolute;
  top: 0;
  right: 0;
}
.signature-select-component .main-image-container-inner {
  position: relative;
}
.signature-select-component .main-image-container-inner > img {
  width: 100%;
}
.signature-select-component .main-image-container-inner .icons {
  position: absolute;
}
.signature-select-component .main-image-container-inner .icons .icon-index {
  border-radius: 50%;
  font-weight: bold;
  min-width: 22px;
  cursor: pointer;
}
@media (max-width: 768px) {
  .signature-select-component .main-image-container-inner .icons .icon-index {
    border-radius: 50%;
    font-weight: normal;
    font-size: 0.7rem;
    min-width: 17px;
  }
}
.signature-select-component .main-image-container-inner .icons .hover-card {
  position: relative;
  width: 300px;
  padding: 1.2rem;
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  opacity: 1;
  position: absolute;
  left: 50px;
  top: -125px;
  z-index: 1000;
}
@media (max-width: 992px) {
  .signature-select-component .main-image-container-inner .icons .hover-card {
    left: 35px;
  }
}
@media (max-width: 768px) {
  .signature-select-component .main-image-container-inner .icons .hover-card {
    top: 22px;
    left: -75px;
  }
}
.signature-select-component .main-image-container-inner .icon-1 {
  top: 28%;
  left: 41.5%;
}
.signature-select-component .main-image-container-inner .icon-2 {
  top: 33%;
  left: 53%;
}
.signature-select-component .main-image-container-inner .icon-3 {
  top: 42%;
  left: 37%;
}
.signature-select-component .main-image-container-inner .icon-4 {
  top: 39%;
  left: 61%;
}
.signature-select-component .main-image-container-inner .icon-5 {
  top: 15%;
  left: 37%;
}
.signature-select-component .main-image-container-inner .icon-6 {
  top: 48%;
  left: 43%;
}

.atlas-pro-portal-component {
  min-height: 70vh;
}
.atlas-pro-portal-component iframe {
  width: 1px;
  min-width: 100%;
  border: none;
}
.atlas-pro-portal-component #loading {
  /* COVER FULL PAGE */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 100vw;
  height: 100vh;
  /* SPINNER IMAGE */
  background-color: rgba(27, 27, 27, 0.7);
  background-position: center;
  background-repeat: no-repeat;
}
.atlas-pro-portal-component .spinner-border {
  position: absolute;
  top: 45%;
  left: 45%;
  color: #c31331;
}

.where-to-buy .container .logos-section img {
  max-width: 150px;
  height: 150px;
  object-fit: contain;
  align-self: center;
}
.where-to-buy a {
  text-decoration: none;
  color: #077bff;
}
.where-to-buy a:hover {
  color: #c31331;
}
.where-to-buy .logos-section p {
  color: #8d8d8d;
}
.where-to-buy .logos-section a:hover {
  color: #c31331;
}
.where-to-buy .bottom-section img {
  height: 75px;
  object-fit: contain;
  margin-left: 10px;
}
.where-to-buy .card-header {
  font-size: x-large;
  font-weight: bold;
}
.where-to-buy .card-footer a {
  font-size: large;
}
.where-to-buy .spinner-grow {
  height: 2rem;
  width: 2rem;
}
.where-to-buy #menards-banner {
  background-color: #00993d;
  color: white;
  border-radius: 7px;
}
.where-to-buy #menards-banner img {
  max-height: 25px;
  margin-top: 3px;
}
.where-to-buy #menards-banner h3 {
  font-size: 1.2rem;
}
.where-to-buy [x-cloak] {
  display: none !important;
}
.where-to-buy .section-banner {
  background-repeat: no-repeat;
  background-size: cover;
}
.where-to-buy .distance {
  line-height: 1.2;
}
.where-to-buy .path-image {
  max-height: 80px;
}
.where-to-buy .heading {
  top: 0.8rem;
  left: 60px;
}
.where-to-buy .heading img {
  max-height: 50px;
}
.where-to-buy .form-section {
  max-width: 450px;
  height: 80px;
}
.where-to-buy .form-section .input-group {
  width: auto !important;
}
@media (max-width: 768px) {
  .where-to-buy .form-section {
    margin-top: 15px;
  }
}
@media (max-width: 768px) {
  .where-to-buy .form {
    padding-left: 0 !important;
  }
}
.where-to-buy .contacts a {
  text-decoration: none;
}
.where-to-buy .location-div {
  border-right: solid 1px #8d8d8d;
}
@media (max-width: 768px) {
  .where-to-buy .location-div {
    border-right: none;
  }
}
@media (max-width: 768px) {
  .where-to-buy .logos {
    justify-content: flex-start !important;
  }
}
.where-to-buy #zipsearch {
  max-width: 250px;
}
.where-to-buy .search-pill {
  z-index: 0 !important;
}

.ventilation-calculator {
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/slick_slider.min.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/main.min.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/feature_page_styles.min.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/action_box.min.css */
  /*! CSS Used from: https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/atlas-corporate-styles.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/atlas-corporate-styles-main.min.css */
  /*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/atlas-css.css */
  /*! CSS Used from: https://www.atlasroofing.com/atlas-roof/styles/custom-style.css?t=1669086399 */
  /*! CSS Used from: Embedded */
  /*     // Extra small devices (portrait phones, less than 576px) */
  /*     // No media query since this is the default in Bootstrap */
  /*     // Small devices (landscape phones, 576px and up) */
  /*     // Medium devices (tablets, 768px and up) */
  /*     // Large devices (desktops, 992px and up) */
  /*     // Extra large devices (large desktops, 1200px and up) */
}
.ventilation-calculator :focus {
  outline: 0;
}
.ventilation-calculator button,
.ventilation-calculator input {
  color: #222;
}
.ventilation-calculator img {
  vertical-align: middle;
}
.ventilation-calculator p {
  margin: 0;
}
.ventilation-calculator p {
  font-size: 14px;
  font-weight: 400;
  color: #747474 !important;
}
.ventilation-calculator a {
  color: #3372df;
  text-decoration: none;
}
.ventilation-calculator section {
  display: block;
}
.ventilation-calculator a {
  background: 0 0;
}
.ventilation-calculator a:active,
.ventilation-calculator a:hover {
  outline: 0;
}
.ventilation-calculator strong {
  font-weight: 700;
}
.ventilation-calculator img {
  border: 0;
}
.ventilation-calculator svg:not(:root) {
  overflow: hidden;
}
.ventilation-calculator button,
.ventilation-calculator input {
  color: inherit;
  font: inherit;
  margin: 0;
}
.ventilation-calculator button {
  overflow: visible;
}
.ventilation-calculator button {
  text-transform: none;
}
.ventilation-calculator button {
  -webkit-appearance: button;
  cursor: pointer;
}
.ventilation-calculator button[disabled] {
  cursor: default;
}
.ventilation-calculator button::-moz-focus-inner,
.ventilation-calculator input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ventilation-calculator input {
  line-height: normal;
}
.ventilation-calculator input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.ventilation-calculator *,
.ventilation-calculator ::after,
.ventilation-calculator ::before {
  box-sizing: border-box;
}
.ventilation-calculator button {
  -moz-osx-font-smoothing: grayscale;
}
.ventilation-calculator a,
.ventilation-calculator p {
  transition: all 320ms ease-in-out;
}
.ventilation-calculator div.row {
  padding: 8px !important;
}
.ventilation-calculator a {
  text-decoration: none;
}
.ventilation-calculator a:hover {
  opacity: 0.7 !important;
  text-decoration: none !important;
  color: inherit !important;
}
.ventilation-calculator .show:hover {
  opacity: 1;
}
.ventilation-calculator *,
.ventilation-calculator ::after,
.ventilation-calculator ::before {
  box-sizing: border-box;
}
.ventilation-calculator section {
  display: block;
}
.ventilation-calculator p {
  margin-top: 0;
  margin-bottom: 1rem;
}
.ventilation-calculator strong {
  font-weight: bolder;
}
.ventilation-calculator a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.ventilation-calculator a:hover {
  color: #0056b3;
  text-decoration: underline;
}
.ventilation-calculator a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
.ventilation-calculator a:not([href]):not([tabindex]):focus,
.ventilation-calculator a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
.ventilation-calculator a:not([href]):not([tabindex]):focus {
  outline: 0;
}
.ventilation-calculator img {
  vertical-align: middle;
  border-style: none;
}
.ventilation-calculator svg {
  overflow: hidden;
  vertical-align: middle;
}
.ventilation-calculator label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.ventilation-calculator button {
  border-radius: 0;
}
.ventilation-calculator button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
.ventilation-calculator button,
.ventilation-calculator input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ventilation-calculator button,
.ventilation-calculator input {
  overflow: visible;
}
.ventilation-calculator button {
  text-transform: none;
}
.ventilation-calculator button,
.ventilation-calculator html [type=button] {
  -webkit-appearance: button;
}
.ventilation-calculator [type=button]::-moz-focus-inner,
.ventilation-calculator button::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
.ventilation-calculator input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
.ventilation-calculator .h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}
.ventilation-calculator .h3 {
  font-size: 1.75rem;
}
.ventilation-calculator .small {
  font-size: 80%;
  font-weight: 400;
}
.ventilation-calculator .container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ventilation-calculator .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.ventilation-calculator .col-12,
.ventilation-calculator .col-2,
.ventilation-calculator .col-5,
.ventilation-calculator .col-6,
.ventilation-calculator .col-lg-2,
.ventilation-calculator .col-lg-5,
.ventilation-calculator .col-lg-6,
.ventilation-calculator .col-md-1,
.ventilation-calculator .col-md-3,
.ventilation-calculator .col-md-5,
.ventilation-calculator .col-sm-4,
.ventilation-calculator .col-sm-8 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
.ventilation-calculator .col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}
.ventilation-calculator .col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}
.ventilation-calculator .col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.ventilation-calculator .col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.ventilation-calculator .order-1 {
  -ms-flex-order: 1;
  order: 1;
}
.ventilation-calculator .order-2 {
  -ms-flex-order: 2;
  order: 2;
}
.ventilation-calculator .order-3 {
  -ms-flex-order: 3;
  order: 3;
}
.ventilation-calculator .order-4 {
  -ms-flex-order: 4;
  order: 4;
}
.ventilation-calculator .order-5 {
  -ms-flex-order: 5;
  order: 5;
}
.ventilation-calculator .order-7 {
  -ms-flex-order: 7;
  order: 7;
}
.ventilation-calculator .order-8 {
  -ms-flex-order: 8;
  order: 8;
}
.ventilation-calculator .order-9 {
  -ms-flex-order: 9;
  order: 9;
}
.ventilation-calculator .order-10 {
  -ms-flex-order: 10;
  order: 10;
}
.ventilation-calculator .offset-3 {
  margin-left: 25%;
}
@media (min-width: 576px) {
  .ventilation-calculator .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .ventilation-calculator .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .ventilation-calculator .offset-sm-4 {
    margin-left: 33.333333%;
  }
}
@media (min-width: 768px) {
  .ventilation-calculator .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .ventilation-calculator .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .ventilation-calculator .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
}
@media (min-width: 992px) {
  .ventilation-calculator .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .ventilation-calculator .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .ventilation-calculator .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .ventilation-calculator .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .ventilation-calculator .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .ventilation-calculator .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .ventilation-calculator .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .ventilation-calculator .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .ventilation-calculator .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .ventilation-calculator .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .ventilation-calculator .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .ventilation-calculator .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .ventilation-calculator .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .ventilation-calculator .offset-lg-5 {
    margin-left: 41.666667%;
  }
}
.ventilation-calculator .form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ventilation-calculator .form-control {
    transition: none;
  }
}
.ventilation-calculator .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ventilation-calculator .form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ventilation-calculator .form-control::-webkit-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ventilation-calculator .form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ventilation-calculator .form-control:-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ventilation-calculator .form-control::-ms-input-placeholder {
  color: #6c757d;
  opacity: 1;
}
.ventilation-calculator .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.ventilation-calculator .form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.ventilation-calculator .col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5;
}
.ventilation-calculator .form-control-lg {
  height: calc(2.875rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}
.ventilation-calculator .form-group {
  margin-bottom: 1rem;
}
.ventilation-calculator .form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem;
}
.ventilation-calculator .form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem;
}
.ventilation-calculator .form-check-input:disabled ~ .form-check-label {
  color: #6c757d;
}
.ventilation-calculator .form-check-label {
  margin-bottom: 0;
}
.ventilation-calculator .form-check-inline {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem;
}
.ventilation-calculator .form-check-inline .form-check-input {
  position: static;
  margin-top: 0;
  margin-right: 0.3125rem;
  margin-left: 0;
}
.ventilation-calculator .btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media screen and (prefers-reduced-motion: reduce) {
  .ventilation-calculator .btn {
    transition: none;
  }
}
.ventilation-calculator .btn:focus,
.ventilation-calculator .btn:hover {
  text-decoration: none;
}
.ventilation-calculator .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.ventilation-calculator .btn:disabled {
  opacity: 0.65;
}
.ventilation-calculator .btn-block {
  display: block;
  width: 100%;
}
.ventilation-calculator .collapse:not(.show) {
  display: none;
}
.ventilation-calculator .card {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.ventilation-calculator .card-body {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1.25rem;
}
.ventilation-calculator .card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.ventilation-calculator .card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}
.ventilation-calculator .accordion .card:not(:first-of-type):not(:last-of-type) {
  border-bottom: 0;
  border-radius: 0;
}
.ventilation-calculator .accordion .card:not(:first-of-type) .card-header:first-child {
  border-radius: 0;
}
.ventilation-calculator .accordion .card:first-of-type {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ventilation-calculator .accordion .card:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.ventilation-calculator .border {
  border: 1px solid #dee2e6 !important;
}
.ventilation-calculator .border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}
.ventilation-calculator .border-0 {
  border: 0 !important;
}
.ventilation-calculator .d-none {
  display: none !important;
}
.ventilation-calculator .d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.ventilation-calculator .align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}
.ventilation-calculator .align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}
.ventilation-calculator .float-right {
  float: right !important;
}
.ventilation-calculator .h-100 {
  height: 100% !important;
}
.ventilation-calculator .mb-0 {
  margin-bottom: 0 !important;
}
.ventilation-calculator .mb-1 {
  margin-bottom: 0.25rem !important;
}
.ventilation-calculator .mt-2 {
  margin-top: 0.5rem !important;
}
.ventilation-calculator .mb-3 {
  margin-bottom: 1rem !important;
}
.ventilation-calculator .mt-4,
.ventilation-calculator .my-4 {
  margin-top: 1.5rem !important;
}
.ventilation-calculator .mb-4,
.ventilation-calculator .my-4 {
  margin-bottom: 1.5rem !important;
}
.ventilation-calculator .ml-4 {
  margin-left: 1.5rem !important;
}
.ventilation-calculator .my-5 {
  margin-top: 3rem !important;
}
.ventilation-calculator .my-5 {
  margin-bottom: 3rem !important;
}
.ventilation-calculator .p-0 {
  padding: 0 !important;
}
.ventilation-calculator .pr-0,
.ventilation-calculator .px-0 {
  padding-right: 0 !important;
}
.ventilation-calculator .px-0 {
  padding-left: 0 !important;
}
.ventilation-calculator .pt-1 {
  padding-top: 0.25rem !important;
}
.ventilation-calculator .px-3 {
  padding-right: 1rem !important;
}
.ventilation-calculator .px-3 {
  padding-left: 1rem !important;
}
.ventilation-calculator .pt-4 {
  padding-top: 1.5rem !important;
}
.ventilation-calculator .pb-4 {
  padding-bottom: 1.5rem !important;
}
.ventilation-calculator .mx-auto {
  margin-right: auto !important;
}
.ventilation-calculator .mx-auto {
  margin-left: auto !important;
}
@media (min-width: 576px) {
  .ventilation-calculator .mr-sm-3 {
    margin-right: 1rem !important;
  }
  .ventilation-calculator .px-sm-4 {
    padding-right: 1.5rem !important;
  }
  .ventilation-calculator .px-sm-4 {
    padding-left: 1.5rem !important;
  }
}
@media (min-width: 768px) {
  .ventilation-calculator .ml-md-3 {
    margin-left: 1rem !important;
  }
  .ventilation-calculator .ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .ventilation-calculator .p-md-3 {
    padding: 1rem !important;
  }
  .ventilation-calculator .mx-md-auto {
    margin-right: auto !important;
  }
  .ventilation-calculator .mx-md-auto {
    margin-left: auto !important;
  }
}
.ventilation-calculator .text-center {
  text-align: center !important;
}
.ventilation-calculator .font-weight-bold {
  font-weight: 700 !important;
}
.ventilation-calculator .text-white {
  color: #fff !important;
}
@media print {
  .ventilation-calculator *,
.ventilation-calculator ::after,
.ventilation-calculator ::before {
    text-shadow: none !important;
    box-shadow: none !important;
  }
  .ventilation-calculator a:not(.btn) {
    text-decoration: underline;
  }
  .ventilation-calculator img {
    page-break-inside: avoid;
  }
  .ventilation-calculator p {
    orphans: 3;
    widows: 3;
  }
}
.ventilation-calculator a,
.ventilation-calculator p,
.ventilation-calculator span {
  font-size: 1.6rem;
  font-weight: 400;
}
.ventilation-calculator a,
.ventilation-calculator p,
.ventilation-calculator span {
  font-size: 1.6rem;
  font-weight: 400;
}
.ventilation-calculator button:focus {
  outline: 0;
}
.ventilation-calculator .fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.ventilation-calculator .fa-info-circle:before {
  content: "\f05a";
}
.ventilation-calculator .fa-angle-down:before {
  content: "\f107";
}
.ventilation-calculator a {
  color: #c3112e;
  text-decoration: none;
  outline: 0;
}
.ventilation-calculator a:focus,
.ventilation-calculator a:hover {
  color: #c3112e !important;
}
.ventilation-calculator a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.ventilation-calculator .container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.ventilation-calculator .row {
  margin-left: -15px;
  margin-right: -15px;
}
.ventilation-calculator .col-md-1,
.ventilation-calculator .col-lg-2,
.ventilation-calculator .col-md-3,
.ventilation-calculator .col-sm-4,
.ventilation-calculator .col-md-5,
.ventilation-calculator .col-lg-5,
.ventilation-calculator .col-lg-6,
.ventilation-calculator .col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .ventilation-calculator .col-sm-4,
.ventilation-calculator .col-sm-8 {
    float: left;
  }
  .ventilation-calculator .col-sm-8 {
    width: 66.66666667%;
  }
  .ventilation-calculator .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ventilation-calculator .col-md-1,
.ventilation-calculator .col-md-3,
.ventilation-calculator .col-md-5 {
    float: left;
  }
  .ventilation-calculator .col-md-5 {
    width: 41.66666667%;
  }
  .ventilation-calculator .col-md-3 {
    width: 25%;
  }
  .ventilation-calculator .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .ventilation-calculator .col-lg-2,
.ventilation-calculator .col-lg-5,
.ventilation-calculator .col-lg-6 {
    float: left;
  }
  .ventilation-calculator .col-lg-6 {
    width: 50%;
  }
  .ventilation-calculator .col-lg-5 {
    width: 41.66666667%;
  }
  .ventilation-calculator .col-lg-2 {
    width: 16.66666667%;
  }
}
.ventilation-calculator section {
  display: block;
  clear: both;
}
.ventilation-calculator a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
.ventilation-calculator strong {
  font-weight: inherit;
}
.ventilation-calculator strong {
  font-weight: bolder;
}
.ventilation-calculator img {
  border-style: none;
}
.ventilation-calculator svg:not(:root) {
  overflow: hidden;
}
.ventilation-calculator button,
.ventilation-calculator input {
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}
.ventilation-calculator button,
.ventilation-calculator input {
  overflow: visible;
}
.ventilation-calculator button {
  text-transform: none;
}
.ventilation-calculator button,
.ventilation-calculator html [type=button] {
  -webkit-appearance: button;
}
.ventilation-calculator [type=button]::-moz-focus-inner,
.ventilation-calculator button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
.ventilation-calculator [type=button]:-moz-focusring,
.ventilation-calculator button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
.ventilation-calculator [type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.ventilation-calculator a,
.ventilation-calculator p,
.ventilation-calculator span {
  font-size: 1.6rem;
  font-weight: 400;
}
.ventilation-calculator img {
  max-width: 100%;
}
.ventilation-calculator a,
.ventilation-calculator div,
.ventilation-calculator input[type=number],
.ventilation-calculator p,
.ventilation-calculator section {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ventilation-calculator p {
  font-size: 14px;
  font-weight: 400;
}
.ventilation-calculator button:focus {
  outline: 0;
}
.ventilation-calculator section {
  display: block;
}
.ventilation-calculator a {
  background-color: transparent;
}
.ventilation-calculator a:active,
.ventilation-calculator a:hover {
  outline: 0;
}
.ventilation-calculator strong {
  font-weight: 700;
}
.ventilation-calculator img {
  border: 0;
}
.ventilation-calculator svg:not(:root) {
  overflow: hidden;
}
.ventilation-calculator button,
.ventilation-calculator input {
  margin: 0;
  font: inherit;
  color: inherit;
}
.ventilation-calculator button {
  overflow: visible;
}
.ventilation-calculator button {
  text-transform: none;
}
.ventilation-calculator button {
  -webkit-appearance: button;
  cursor: pointer;
}
.ventilation-calculator button[disabled] {
  cursor: default;
}
.ventilation-calculator button::-moz-focus-inner,
.ventilation-calculator input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.ventilation-calculator input {
  line-height: normal;
}
.ventilation-calculator input[type=radio] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
@media print {
  .ventilation-calculator *,
.ventilation-calculator :after,
.ventilation-calculator :before {
    color: #000 !important;
    text-shadow: none !important;
    background: 0 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
  }
  .ventilation-calculator a,
.ventilation-calculator a:visited {
    text-decoration: underline;
  }
  .ventilation-calculator img {
    page-break-inside: avoid;
  }
  .ventilation-calculator img {
    max-width: 100% !important;
  }
  .ventilation-calculator p {
    orphans: 3;
    widows: 3;
  }
}
.ventilation-calculator * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ventilation-calculator :after,
.ventilation-calculator :before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ventilation-calculator button,
.ventilation-calculator input {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
.ventilation-calculator a {
  color: #337ab7;
  text-decoration: none;
}
.ventilation-calculator a:focus,
.ventilation-calculator a:hover {
  color: #23527c;
  text-decoration: underline;
}
.ventilation-calculator a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ventilation-calculator img {
  vertical-align: middle;
}
.ventilation-calculator .h3 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.ventilation-calculator .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.ventilation-calculator .h3 {
  font-size: 24px;
}
.ventilation-calculator p {
  margin: 0 0 10px;
}
.ventilation-calculator .small {
  font-size: 85%;
}
.ventilation-calculator .text-center {
  text-align: center;
}
.ventilation-calculator .container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
.ventilation-calculator .row {
  margin-right: -15px;
  margin-left: -15px;
}
.ventilation-calculator .col-lg-2,
.ventilation-calculator .col-lg-5,
.ventilation-calculator .col-lg-6,
.ventilation-calculator .col-md-1,
.ventilation-calculator .col-md-3,
.ventilation-calculator .col-md-5,
.ventilation-calculator .col-sm-4,
.ventilation-calculator .col-sm-8 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}
@media (min-width: 768px) {
  .ventilation-calculator .col-sm-4,
.ventilation-calculator .col-sm-8 {
    float: left;
  }
  .ventilation-calculator .col-sm-8 {
    width: 66.66666667%;
  }
  .ventilation-calculator .col-sm-4 {
    width: 33.33333333%;
  }
}
@media (min-width: 992px) {
  .ventilation-calculator .col-md-1,
.ventilation-calculator .col-md-3,
.ventilation-calculator .col-md-5 {
    float: left;
  }
  .ventilation-calculator .col-md-5 {
    width: 41.66666667%;
  }
  .ventilation-calculator .col-md-3 {
    width: 25%;
  }
  .ventilation-calculator .col-md-1 {
    width: 8.33333333%;
  }
}
@media (min-width: 1200px) {
  .ventilation-calculator .col-lg-2,
.ventilation-calculator .col-lg-5,
.ventilation-calculator .col-lg-6 {
    float: left;
  }
  .ventilation-calculator .col-lg-6 {
    width: 50%;
  }
  .ventilation-calculator .col-lg-5 {
    width: 41.66666667%;
  }
  .ventilation-calculator .col-lg-2 {
    width: 16.66666667%;
  }
}
.ventilation-calculator label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}
.ventilation-calculator input[type=radio] {
  margin: 4px 0 0;
  margin-top: 1px\9 ;
  line-height: normal;
}
.ventilation-calculator input[type=radio]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ventilation-calculator .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ventilation-calculator .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.ventilation-calculator .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.ventilation-calculator .form-control:-ms-input-placeholder {
  color: #999;
}
.ventilation-calculator .form-control::-webkit-input-placeholder {
  color: #999;
}
.ventilation-calculator .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
.ventilation-calculator .form-group {
  margin-bottom: 15px;
}
.ventilation-calculator .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.ventilation-calculator .btn:active:focus,
.ventilation-calculator .btn:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.ventilation-calculator .btn:focus,
.ventilation-calculator .btn:hover {
  text-decoration: none;
}
.ventilation-calculator .big-feedback-icon {
  font-size: 50px;
  line-height: 1;
}
.ventilation-calculator .atlas-feedback-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 26px;
  opacity: 1;
}
.ventilation-calculator button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
}
.ventilation-calculator .atlas-feed-text-red {
  color: #ad001d;
}
.ventilation-calculator .btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.ventilation-calculator .btn[disabled] {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  box-shadow: none;
  opacity: 0.65;
}
.ventilation-calculator .btn-block {
  display: block;
  width: 100%;
}
.ventilation-calculator .collapse {
  display: none;
}
.ventilation-calculator .container-fluid:after,
.ventilation-calculator .container-fluid:before,
.ventilation-calculator .row:after,
.ventilation-calculator .row:before {
  display: table;
  content: " ";
}
.ventilation-calculator .container-fluid:after,
.ventilation-calculator .row:after {
  clear: both;
}
.ventilation-calculator .show {
  display: block !important;
}
.ventilation-calculator a {
  color: #c3112e;
  text-decoration: none;
}
.ventilation-calculator .text-center {
  text-align: center !important;
}
.ventilation-calculator .border-bottom {
  border-bottom: 1px dotted #cccccc;
}
.ventilation-calculator p {
  margin: 0px;
}
.ventilation-calculator div.row {
  padding: 15px !important;
}
.ventilation-calculator .calculator-step-header {
  background-color: #c20d2a;
  font-size: 13px;
}
.ventilation-calculator .atlas-form-control {
  border-radius: 0;
  min-height: 37px;
  font-size: 18px;
}
.ventilation-calculator div.row {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.ventilation-calculator .btn-atlas {
  border-radius: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 20px;
}
.ventilation-calculator .btn-atlas-grey {
  background-color: #afafaf;
}
.ventilation-calculator .btn-atlas-red {
  background-color: #c3102f;
}
.ventilation-calculator .atlas-step-title {
  font-weight: 500;
}
.ventilation-calculator .atlas-step-subtitle {
  font-size: 16px;
}
.ventilation-calculator .atlas-input-label {
  font-size: 16px;
  margin-bottom: 15px;
}
.ventilation-calculator .atlas-text-connector {
  font-size: 22px;
  font-weight: 900;
  color: #c3102f;
  margin-bottom: 18px;
}
.ventilation-calculator .atlas-text-red {
  color: #c3102f;
}
.ventilation-calculator .atlas-times-connector {
  font-weight: 900;
  font-size: 16px;
}
.ventilation-calculator .atlas-radio-form * {
  font-size: 16px;
  font-weight: 500 !important;
}
.ventilation-calculator .atlas-big-input {
  height: 51px;
  line-height: 1;
}
.ventilation-calculator .big-input-label {
  font-size: 18px;
  line-height: 1;
}
.ventilation-calculator .card-product-title {
  font-size: 18px;
  font-weight: 900;
}
.ventilation-calculator .card-product-subtext {
  font-size: 13px;
  font-weight: 500;
}
.ventilation-calculator .big-input-label-subtext {
  font-size: 12.5px;
  font-weight: 400;
  margin-top: 5px;
}
.ventilation-calculator .atlas-text-big {
  font-size: 36px;
  font-weight: 700;
}
.ventilation-calculator .step-one-angle,
.ventilation-calculator .step-two-angle,
.ventilation-calculator .step-three-angle {
  cursor: pointer;
}
.ventilation-calculator .step-one-angle span,
.ventilation-calculator .step-two-angle span,
.ventilation-calculator .step-three-angle span {
  font-size: 12px !important;
}
.ventilation-calculator .step-one-angle svg,
.ventilation-calculator .step-two-angle svg,
.ventilation-calculator .step-three-angle svg {
  width: 9px;
}
.ventilation-calculator .atlas-bg-blue {
  position: absolute;
  right: 0;
  left: 15%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(#0f99d6, #92eff7);
  z-index: 0;
}
.ventilation-calculator .atlas-product-img-container {
  z-index: 9;
}
.ventilation-calculator .atlas-product-img {
  max-width: 100%;
  max-height: auto;
}
.ventilation-calculator .atlas-img-col {
  overflow: hidden;
  height: 90px;
}
.ventilation-calculator span.lineal,
.ventilation-calculator span.qty {
  font-weight: 500 !important;
}
.ventilation-calculator span.exhaustNFVA,
.ventilation-calculator span.intakeNFVA {
  font-weight: 700 !important;
}
.ventilation-calculator .exhaust-card {
  cursor: pointer;
}
.ventilation-calculator .lineal,
.ventilation-calculator .qty {
  color: #c3102f;
}
@media (min-width: 420px) and (max-width: 575px) {
  .ventilation-calculator .atlas-product-img {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .ventilation-calculator .step-one-angle,
.ventilation-calculator .step-two-angle,
.ventilation-calculator .step-three-angle {
    font-size: 15.488px;
  }
  .ventilation-calculator .step-one-angle span,
.ventilation-calculator .step-two-angle span,
.ventilation-calculator .step-three-angle span {
    font-size: 15.488px !important;
  }
  .ventilation-calculator .step-one-angle svg,
.ventilation-calculator .step-two-angle svg,
.ventilation-calculator .step-three-angle svg {
    width: 12px;
  }
  .ventilation-calculator .calculator-step-header {
    background-color: #c20d2a;
    font-size: 18px;
  }
  .ventilation-calculator .atlas-product-img {
    max-width: initial;
    max-height: 60px;
  }
  .ventilation-calculator .atlas-big-input {
    height: 51px;
    line-height: 1;
  }
  .ventilation-calculator .big-input-label {
    font-size: 23px;
    line-height: 1;
  }
  .ventilation-calculator .big-input-label-subtext {
    font-size: 17px;
    font-weight: 400;
  }
}
.ventilation-calculator .hr1-cont-top {
  margin: 0 auto;
  /*       padding:  0 30px 250px; */
  font-size: 60px;
  font-weight: 900;
  text-shadow: 3px 3px 5px #000000;
}
.ventilation-calculator .hero-banner {
  background-image: url("http://www.atlasroofing.com/media/images/original/8153.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.ventilation-calculator .calculator-step-header {
  background-color: #c20d2a;
  font-size: 13px;
  /*       font-size: 18px; */
  /*       cursor: pointer; */
}
.ventilation-calculator .atlas-form-control {
  border-radius: 0;
  min-height: 37px;
  font-size: 18px;
  /*       max-width: 185px; */
}
.ventilation-calculator div.row {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.ventilation-calculator .btn-atlas {
  border-radius: 0;
  color: #ffffff;
  font-size: 19px;
  font-weight: 900;
  line-height: 1.25;
  margin-top: 15px;
  margin-bottom: 20px;
}
.ventilation-calculator .btn-atlas-grey {
  background-color: #afafaf;
}
.ventilation-calculator .btn-atlas-red {
  background-color: #c3102f;
}
.ventilation-calculator .atlas-step-title {
  font-weight: 500;
}
.ventilation-calculator .atlas-step-subtitle {
  font-size: 16px;
}
.ventilation-calculator .atlas-input-label {
  font-size: 16px;
  margin-bottom: 15px;
}
.ventilation-calculator .atlas-text-connector {
  font-size: 22px;
  font-weight: 900;
  color: #c3102f;
  margin-bottom: 18px;
}
.ventilation-calculator .atlas-text-red {
  color: #c3102f;
}
.ventilation-calculator .atlas-times-connector {
  font-weight: 900;
  font-size: 16px;
}
.ventilation-calculator .atlas-radio-form * {
  font-size: 16px;
  font-weight: 500 !important;
}
.ventilation-calculator .atlas-big-input {
  /*       max-width:169px; */
  height: 51px;
  line-height: 1;
}
.ventilation-calculator .big-input-label {
  font-size: 18px;
  line-height: 1;
}
.ventilation-calculator .card-product-title {
  font-size: 18px;
  font-weight: 900;
}
.ventilation-calculator .card-product-subtext {
  font-size: 13px;
  font-weight: 500;
}
.ventilation-calculator .big-input-label-subtext {
  font-size: 12.5px;
  font-weight: 400;
  margin-top: 5px;
}
.ventilation-calculator .atlas-text-big {
  font-size: 36px;
  font-weight: 700;
}
.ventilation-calculator .atlas-new-slide-modal-close {
  position: absolute;
  right: 15px;
  top: 15px;
  font-size: 32px;
  opacity: 1;
}
.ventilation-calculator .atlas-modal-btn {
  font-size: 24px;
  font-weight: 700;
  border-radius: 11px;
  padding-right: 25px;
  padding-left: 25px;
}
.ventilation-calculator .atlas-btn-green {
  background-color: #3ab9af;
  color: #ffffff;
}
.ventilation-calculator .atlas-btn-black {
  color: #ffffff;
  background-color: #080808;
}
.ventilation-calculator .atlas-modal-question {
  font-size: 36px;
}
.ventilation-calculator .atlas-modal-big-input {
  min-height: 63px;
  font-size: 25px;
}
.ventilation-calculator .contact-send-btn {
  padding-right: 60px;
  padding-left: 60px;
}
.ventilation-calculator .step-one-angle,
.ventilation-calculator .step-two-angle,
.ventilation-calculator .step-three-angle {
  cursor: pointer;
}
.ventilation-calculator .step-one-angle span,
.ventilation-calculator .step-two-angle span,
.ventilation-calculator .step-three-angle span {
  font-size: 12px !important;
}
.ventilation-calculator .step-one-angle svg,
.ventilation-calculator .step-two-angle svg,
.ventilation-calculator .step-three-angle svg {
  width: 9px;
}
.ventilation-calculator .atlas-bg-blue {
  position: absolute;
  right: 0;
  left: 15%;
  top: 0;
  bottom: 0;
  background-image: linear-gradient(#0f99d6, #92eff7);
  z-index: 0;
}
.ventilation-calculator .atlas-product-img-container {
  z-index: 9;
}
.ventilation-calculator .atlas-product-img {
  max-width: 100%;
  max-height: auto;
}
.ventilation-calculator .atlas-img-col {
  overflow: hidden;
  height: 90px;
}
.ventilation-calculator div.row.no-x-padding-row {
  /*       padding-left:0 !important; */
  /*       padding-right:0 !important; */
}
.ventilation-calculator .hero-top-text {
  font-weight: 900;
}
.ventilation-calculator .hr1-cont-top {
  margin: 0 auto;
  /*       padding:  0 30px 150px; */
  font-size: 60px;
  font-weight: 900;
  text-shadow: 3px 3px 5px #000000;
}
.ventilation-calculator .exhaust-selected .card-body,
.ventilation-calculator .intake-selected .card-body {
  border: 1px solid #c20d2a !important;
}
.ventilation-calculator span.lineal,
.ventilation-calculator span.qty,
.ventilation-calculator span.units {
  font-weight: 500 !important;
}
.ventilation-calculator span.exhaustNFVA,
.ventilation-calculator span.intakeNFVA {
  font-weight: 700 !important;
}
.ventilation-calculator .exhaust-card,
.ventilation-calculator .intake-card {
  cursor: pointer;
}
.ventilation-calculator .lineal,
.ventilation-calculator .qty,
.ventilation-calculator .units {
  color: #c3102f;
}
@media (max-width: 575px) {
  .ventilation-calculator .hero-top-text {
    margin-top: 20px;
    font-size: 32px;
  }
}
@media (min-width: 420px) and (max-width: 575px) {
  .ventilation-calculator .atlas-product-img {
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (min-width: 576px) {
  .ventilation-calculator .hero-banner {
    background-image: url("http://www.atlasroofing.com/media/images/original/8187.png");
    background-position: 0 0;
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .ventilation-calculator .hero-top-text {
    font-size: 50px;
  }
  .ventilation-calculator .hr1-cont-top {
    margin: 0 auto;
    /*         padding:  0 30px 250px; */
    font-size: 60px;
    font-weight: 900;
    text-shadow: 3px 3px 5px #000000;
  }
  .ventilation-calculator .step-one-angle,
.ventilation-calculator .step-two-angle,
.ventilation-calculator .step-three-angle {
    font-size: 15.488px;
  }
  .ventilation-calculator .step-one-angle span,
.ventilation-calculator .step-two-angle span,
.ventilation-calculator .step-three-angle span {
    font-size: 15.488px !important;
  }
  .ventilation-calculator .step-one-angle svg,
.ventilation-calculator .step-two-angle svg,
.ventilation-calculator .step-three-angle svg {
    width: 12px;
  }
  .ventilation-calculator .calculator-step-header {
    background-color: #c20d2a;
    font-size: 18px;
  }
  .ventilation-calculator .atlas-product-img {
    max-width: initial;
    max-height: 60px;
  }
  .ventilation-calculator .atlas-big-input {
    /*         max-width:169px; */
    height: 51px;
    line-height: 1;
  }
  .ventilation-calculator .big-input-label {
    font-size: 23px;
    line-height: 1;
  }
  .ventilation-calculator .big-input-label-subtext {
    font-size: 17px;
    font-weight: 400;
  }
  .ventilation-calculator .hero-banner {
    min-height: 170px;
  }
}
@media (min-width: 768px) {
  .ventilation-calculator .hero-banner {
    min-height: 170px;
  }
}
@media (min-width: 992px) {
  .ventilation-calculator .hero-banner {
    min-height: 220px;
  }
}
@media (min-width: 1200px) {
  .ventilation-calculator .hero-banner {
    min-height: 260px;
  }
}

.rangebar.range__field {
  border: 0;
}
.rangebar.range__field input[type=range] {
  appearance: none;
  bottom: -7px;
  position: relative;
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
}
.rangebar.range__field input[type=range]:focus {
  outline: 0;
}
.rangebar.range__field input[type=range]::-moz-focus-outer {
  border: 0;
}
.rangebar.range__field input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px var(--bs-white), 0px 0px 1px var(--bs-white);
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--bs-white);
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  margin-top: -7.5px;
  background-image: url("https://icon2.cleanpng.com/20180326/lce/kisspng-google-map-maker-google-maps-computer-icons-pin-5ab9097e1e45d0.617531101522076030124.jpg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  overflow: visible;
}
.rangebar.range__field input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px var(--bs-white), 0px 0px 1px var(--bs-white);
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--bs-white);
  cursor: pointer;
}
.rangebar.range__field input[type=range]::-ms-thumb {
  box-shadow: 1px 1px 1px var(--bs-white), 0px 0px 1px var(--bs-white);
  border: 0;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: var(--bs-white);
  cursor: pointer;
  height: 5px;
}
.rangebar.range__field input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: var(--bs-white);
  border-radius: 20px;
  border: 0;
}
.rangebar.range__field input[type=range]::-moz-range-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
  background: var(--bs-white);
  border-radius: 20px;
  border: 0;
}
.rangebar.range__field input[type=range]::-ms-track {
  width: 100%;
  height: 3px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
.rangebar.range__field input[type=range]::-ms-fill-lower,
.rangebar.range__field input[type=range]::-ms-fill-upper {
  background: var(--bs-white);
  border: 0;
  border-radius: 40px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0), 0px 0px 1px rgba(13, 13, 13, 0);
}
.rangebar.range__field .range__tick {
  fill: var(--bs-white);
}
.rangebar.range__field .range__tick:first-child {
  -webkit-transform: translateX(2px);
  -moz-transform: translateX(2px);
  -ms-transform: translateX(2px);
  -o-transform: translateX(2px);
  transform: translateX(2px);
}
.rangebar.range__field .range__tick:last-child {
  -webkit-transform: translateX(-3px);
  -moz-transform: translateX(-3px);
  -ms-transform: translateX(-3px);
  -o-transform: translateX(-3px);
  transform: translateX(-3px);
}
.rangebar.range__field svg.range__points .range__point {
  fill: white;
}
.rangebar.range__field svg.range__points .range__point.range-point-active {
  font-size: 30px;
}

.find-contractor .main-banner-container {
  background-size: cover;
}
@media (max-width: 480px) {
  .find-contractor .main-banner-container {
    background-size: auto;
    background-position: -746px 0px;
  }
}
.find-contractor .main-banner {
  justify-content: center;
}
@media (max-width: 992px) {
  .find-contractor .main-banner {
    padding-right: 0;
    padding-left: 0;
  }
}
.find-contractor .action-container {
  color: #ffffff;
}
@media (max-width: 992px) {
  .find-contractor .action-container {
    background-color: #c31331;
    right: 10px !important;
    padding: 8px;
  }
}
.find-contractor #change {
  background-color: white;
  color: #565656;
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  margin-top: -5px !important;
}
.find-contractor .form-container {
  background-color: #c31331;
  padding: 12px;
  border-radius: 3px;
}
@media (max-width: 992px) {
  .find-contractor .form-container {
    right: 10px !important;
  }
}
.find-contractor .form-container input {
  border-radius: 5px;
  border: none;
  margin-right: 8px;
  text-align: center;
  font-weight: bold;
}
.find-contractor .form-container input:focus {
  outline: none;
}
.find-contractor .result-header {
  font-size: 19px;
}
.find-contractor .big-text {
  font-size: 55px;
}
.find-contractor .card-item {
  border-radius: 0 !important;
}
.find-contractor .card-main-image {
  max-width: 200px;
}
.find-contractor .legend-image-holder img {
  max-height: 37px;
  vertical-align: middle;
  margin-right: 10px;
}
.find-contractor .right-content img {
  width: 100px;
  align-self: center;
}
.find-contractor .right-content button {
  min-width: 250px;
  font-weight: bold;
  margin-left: 1rem;
}
.find-contractor .right-content button:hover {
  color: black;
}
.find-contractor .modal-dialog {
  border-radius: 3px !important;
}
.find-contractor [x-cloak] {
  display: none !important;
}
.find-contractor .footer-content img {
  width: 100%;
  height: 250px;
}
.find-contractor .footer-content .footer-column {
  height: 100%;
}
.find-contractor table {
  border-collapse: separate;
  border-spacing: 0 2px;
}
.find-contractor table tr {
  font-size: 12px;
}
.find-contractor .legend-button {
  background-color: #2cb4ab;
  color: #fff;
  width: 104px;
  height: 28px;
  font-size: 11px;
  margin-left: 19px;
  margin-top: -10px;
}
@media (max-width: 480px) {
  .find-contractor .legend-button {
    position: absolute;
    top: 120px;
    left: -5px;
  }
}
.find-contractor .legend-icon {
  border-left: #e5e5e5 2px solid;
  border-top: #e5e5e5 2px solid;
  border-bottom: #e5e5e5 2px solid;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  padding: 15px 3px;
  height: 84px;
  width: 200px;
  text-align: center;
}
.find-contractor .legend-footnote {
  border-right: #e5e5e5 2px solid;
  border-top: #e5e5e5 2px solid;
  border-bottom: #e5e5e5 2px solid;
  border-top-right-radius: 9px;
  border-bottom-right-radius: 9px;
  background-color: #e5e5e5;
  padding: 10px 15px;
  font-size: 15px;
  height: 84px;
}
.find-contractor .footer-desc {
  height: 73px;
  overflow: hidden;
  transition: all 0.2s ease-out;
}
.find-contractor .pro-select {
  max-height: 40px;
}
.find-contractor .star-icon {
  font-size: 47px;
  color: #3372df;
}
.find-contractor .pointer:hover {
  color: #c31331 !important;
}
.find-contractor .pointer a:hover {
  color: #c31331 !important;
}
.find-contractor .find-contractor-link a {
  color: #86868e;
  text-decoration: underline;
}
.find-contractor .find-contractor-link {
  font-size: 1.2rem;
  font-weight: 400;
  width: 20em;
  display: inline;
  margin-left: 3em;
  background: rgba(255, 255, 255, 0.8509803922) !important;
}
.find-contractor .Gold {
  background-color: #fff7eb;
}
.find-contractor .Platinum {
  background-color: #f3f8fd;
}
.find-contractor .Silver {
  background-color: #f6f6f7;
}
.find-contractor .Diamond {
  background-color: #eaeef2;
}
.find-contractor .Default {
  background-color: #f6f6f7;
}

.request-quote .my-form-container {
  padding: 10px 220px;
}
@media (max-width: 992px) {
  .request-quote .my-form-container {
    padding: 3px 20px;
  }
}
.request-quote .my-form-container .my-input,
.request-quote select {
  font-size: 16px !important;
  border: #565656 solid 1px;
  height: 50px;
}
.request-quote .header-section {
  height: 130px;
}
.request-quote .header-section h2 {
  padding-left: 100px;
  padding-top: 40px;
  font-weight: 900;
  font-size: 3rem;
}
@media (max-width: 992px) {
  .request-quote .header-section h2 {
    padding-left: 20px;
    padding-top: 10px;
    font-weight: 800;
    font-size: 2rem;
  }
}
.request-quote [x-cloak] {
  display: none !important;
}
.request-quote .submit-button {
  width: 100%;
}

.hp42-calculator-container .hp42-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #e5e3e3;
  padding: 1rem;
}
.hp42-calculator-container .hp42-header__image {
  background: transparent url("https://www.atlasroofing.com/img/global-assets/hp42.png") no-repeat right top;
  background-size: contain;
  height: 65px;
  margin-right: 1rem;
  width: 150px;
}
.hp42-calculator-container .hp42-header__title-text {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-header__image {
    height: 150px;
    width: 225px;
  }
  .hp42-calculator-container .hp42-header__title-text {
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 700px) {
  .hp42-calculator-container .hp42-header__title-text {
    font-size: 2rem;
  }
}
.hp42-calculator-container .hp42-content {
  padding-top: 4rem;
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-content {
    padding-top: 6rem;
  }
}
.hp42-calculator-container .bfd {
  background: transparent url("https://www.atlasroofing.com/img/global-assets/bfd.png") no-repeat center center;
  background-size: contain;
  height: 175px;
  width: 250px;
}
.hp42-calculator-container .bfd--top-left,
.hp42-calculator-container .bfd--top-right {
  position: absolute;
  top: -3rem;
  left: 0;
  right: 0;
  bottom: auto;
  margin: auto;
}
.hp42-calculator-container .bfd--top-left:after {
  content: "Step 1 of 2";
  display: block;
  position: absolute;
  margin: 0 auto;
  bottom: -1.5rem;
  left: 0;
  right: 0;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
}
@media screen and (min-width: 900px) {
  .hp42-calculator-container .bfd {
    height: 250px;
    width: 320px;
  }
  .hp42-calculator-container .bfd.bfd--top-right {
    height: 275px;
    width: 400px;
  }
  .hp42-calculator-container .bfd--top-left {
    top: -3rem;
    left: 1rem;
    right: auto;
    bottom: auto;
  }
  .hp42-calculator-container .bfd--top-right {
    top: -3rem;
    left: auto;
    right: 3rem;
    bottom: auto;
  }
}
.hp42-calculator-container .hp42-form__image {
  background: transparent url("https://www.atlasroofing.com/img/global-assets/hp42.png") no-repeat right top;
  background-size: contain;
  height: 100px;
  width: 150px;
}
.hp42-calculator-container .hp42-button {
  border-radius: 5px;
  background: #819aa3;
  color: #fff;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto;
  padding: 1.5rem 0;
  text-align: center;
}
.hp42-calculator-container .hp42-button:focus,
.hp42-calculator-container .hp42-button:hover {
  background: #728e98;
}
.hp42-calculator-container .hp42-button.-red {
  background: #ba0721;
}
.hp42-calculator-container .hp42-button.-red:focus,
.hp42-calculator-container .hp42-button.-red:hover {
  background: #a1061d;
}
.hp42-calculator-container .hp42-button_row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hp42-calculator-container .hp42-button_row .hp42-button {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  margin-bottom: 0.5rem;
  width: 100%;
}
.hp42-calculator-container .hp42-social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 1rem auto;
}
.hp42-calculator-container .hp42-social-links > .hp42-social-link {
  margin: 0.5rem;
}
.hp42-calculator-container .hp42-social-link {
  background-color: #ba0721;
  border-radius: 50%;
  color: #fff;
  font-size: 2rem;
  height: 50px;
  line-height: 50px;
  text-align: center;
  width: 50px;
}
.hp42-calculator-container .hp42-social-link:focus,
.hp42-calculator-container .hp42-social-link:hover {
  background-color: #a1061d;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-button_row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0.5rem;
  }
  .hp42-calculator-container .hp42-button_row .hp42-button {
    margin-bottom: 0;
  }
}
.hp42-calculator-container .hp42-calculator {
  position: relative;
  background-color: #f7f7f7;
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.hp42-calculator-container .hp42-calculator .action-block {
  display: none;
  margin-top: 2rem;
}
.hp42-calculator-container .hp42-calculator .action-block .hp42-bold-text {
  font-size: 1rem;
  margin: 1rem auto;
}
.hp42-calculator-container .hp42-calculator .action-block .hp42-button {
  background-color: #ba0721;
  font-size: 0.9rem;
  padding: 1.5rem 0.5rem;
  margin: 2rem auto;
  width: 100%;
}
.hp42-calculator-container .hp42-calculator .action-block .hp42-button:focus,
.hp42-calculator-container .hp42-calculator .action-block .hp42-button:hover {
  backgrounnd-color: #a1061d;
}
.hp42-calculator-container .hp42-calculator .action-block.-active {
  display: block;
}
.hp42-calculator-container .hp42-calculator__info {
  color: #3a3f44;
  font-size: 0.9rem;
  font-weight: 700;
  margin-top: 150px;
  width: 98%;
}
.hp42-calculator-container .hp42-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #a6a6a6;
  clear: both;
  padding: 1rem 0;
}
.hp42-calculator-container .hp42-row.hp42-row--hidden {
  display: none;
}
.hp42-calculator-container .hp42-row .hp42-input,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hp42-calculator-container .hp42-row .hp42-input span,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] span {
  font-size: 0.9rem;
}
.hp42-calculator-container .hp42-row .hp42-input span:first-child,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  margin: 1rem auto;
  text-align: left;
  width: 100%;
}
.hp42-calculator-container .hp42-row .hp42-input span:last-child,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] span:last-child {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-top: -2.5rem;
  text-align: left;
  width: 35%;
}
.hp42-calculator-container .hp42-row .hp42-input input,
.hp42-calculator-container .hp42-row .hp42-input select,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] input,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] select {
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 60%;
}
.hp42-calculator-container .hp42-row.hp42-row--checkboxes {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hp42-calculator-container .hp42-row.hp42-row--checkboxes span:first-child {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  font-size: 0.9rem;
  margin: 1rem auto;
  text-align: left;
  width: 100%;
}
.hp42-calculator-container .hp42-row.hp42-row--checkboxes .hp42-checkboxes {
  margin: auto;
  width: 100%;
}
.hp42-calculator-container .hp42-row--with-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hp42-calculator-container .hp42-row--with-divider > label:first-child,
.hp42-calculator-container .hp42-row--with-divider > label:last-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hp42-calculator-container .hp42-row--with-divider > label:first-child > select,
.hp42-calculator-container .hp42-row--with-divider > label:last-child > select {
  height: 40px;
  width: 100%;
}
.hp42-calculator-container .hp42-divider {
  -ms-flex-item-align: end;
  align-self: flex-end;
  background-color: #ba0721;
  display: block;
  height: 150px;
  margin: 0 1rem;
  width: 2px;
}
.hp42-calculator-container .hp42-shingle-selection {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.hp42-calculator-container .hp42-shingle-selection .hp42-divider {
  display: none;
}
.hp42-calculator-container .hp42-shingle-selection label.hp42-select {
  -webkit-box-flex: 0;
  -ms-flex: 0;
  flex: 0;
  width: 100%;
}
.hp42-calculator-container .hp42-shingle-selection label.hp42-select:last-child {
  margin-top: 1rem;
}
.hp42-calculator-container .hp42-shingle-selection label.hp42-select > select {
  height: 60px;
  text-overflow: ellipsis;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-calculator {
    padding: 2rem;
  }
  .hp42-calculator-container .hp42-calculator .action-block .hp42-bold-text {
    font-size: 2rem;
  }
  .hp42-calculator-container .hp42-calculator .action-block .hp42-button {
    font-size: 1.2rem;
    margin: 2rem auto;
    width: 80%;
  }
  .hp42-calculator-container .hp42-calculator__info {
    font-size: 1rem;
  }
  .hp42-calculator-container .hp42-row {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 2rem 0;
  }
  .hp42-calculator-container .hp42-row--with-divider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .hp42-calculator-container .hp42-row--with-divider > label:first-child,
.hp42-calculator-container .hp42-row--with-divider > label:last-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hp42-calculator-container .hp42-row--with-divider > label:first-child > select,
.hp42-calculator-container .hp42-row--with-divider > label:last-child > select {
    height: 40px;
    width: 100%;
  }
  .hp42-calculator-container .hp42-shingle-selection .hp42-divider {
    display: block;
  }
}
@media screen and (min-width: 900px) {
  .hp42-calculator-container .hp42-calculator .action-block {
    display: none;
    margin-top: 2rem;
  }
  .hp42-calculator-container .hp42-calculator .action-block .hp42-bold-text {
    margin: 1rem auto;
  }
  .hp42-calculator-container .hp42-calculator .action-block .hp42-button {
    max-width: 600px;
    width: 60%;
  }
  .hp42-calculator-container .hp42-calculator .action-block.-active {
    display: block;
  }
  .hp42-calculator-container .hp42-calculator__info {
    float: right;
    margin-top: 2rem;
    padding-right: 1rem;
    width: 60%;
  }
  .hp42-calculator-container .hp42-shingle-selection {
    margin-top: 6rem;
  }
  .hp42-calculator-container .hp42-row .hp42-row__input {
    width: 135px !important;
  }
  .hp42-calculator-container .hp42-row .hp42-input,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hp42-calculator-container .hp42-row .hp42-input span:first-child,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] span:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem 1rem 1rem auto;
    text-align: right;
    width: auto;
  }
  .hp42-calculator-container .hp42-row .hp42-input span:last-child,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] span:last-child {
    -ms-flex-item-align: center;
    align-self: center;
    margin-top: auto;
    text-align: left;
    width: 25%;
  }
  .hp42-calculator-container .hp42-row .hp42-input input,
.hp42-calculator-container .hp42-row .hp42-input select,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] input,
.hp42-calculator-container .hp42-row .hp42-select[for=target_wind] select {
    -ms-flex-item-align: center;
    align-self: center;
    width: auto;
  }
  .hp42-calculator-container .hp42-row.hp42-row--checkboxes {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hp42-calculator-container .hp42-row.hp42-row--checkboxes span:first-child {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin: 1rem 1rem 1rem auto;
    text-align: right;
    width: auto;
  }
  .hp42-calculator-container .hp42-row.hp42-row--checkboxes .hp42-checkboxes {
    margin: auto;
    width: calc(150px + 25%);
  }
}
.hp42-calculator-container .hp42-stats {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hp42-calculator-container .hp42-stats .hp42-divider {
  display: none;
}
.hp42-calculator-container .stats-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hp42-calculator-container .stats-block:first-child,
.hp42-calculator-container .stats-block:last-child {
  width: 48%;
}
.hp42-calculator-container .stats-block__title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #ba0721;
  font-size: 1rem;
  font-weight: 700;
  margin: 0 auto 1rem;
  word-break: break-word;
  width: 100%;
}
.hp42-calculator-container .stats-block__title-text {
  text-align: center;
  width: 100%;
}
.hp42-calculator-container .stats-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}
.hp42-calculator-container .stats-block__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 0.9rem;
  font-weight: 700;
  text-align: center;
  width: 100%;
}
.hp42-calculator-container .stats-block__info > * {
  padding: 0.5rem 0;
}
.hp42-calculator-container .stats-block__info:first-child {
  margin-right: 1px;
}
.hp42-calculator-container .stats-block__info:last-child {
  margin-left: 1px;
}
.hp42-calculator-container .stats-block__info-name {
  color: #747474;
}
.hp42-calculator-container .stats-block__info-name p {
  color: #747474;
}
.hp42-calculator-container .stats-block__info-value {
  background-color: #ba0721;
  color: #fff;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-stats .hp42-divider {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    display: block;
    height: auto;
  }
  .hp42-calculator-container .stats-block {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hp42-calculator-container .stats-block__title {
    word-break: normal;
  }
  .hp42-calculator-container .stats-block__info {
    font-size: 0.9rem;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
  }
}
.hp42-calculator-container .hp42-select {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.hp42-calculator-container .hp42-select span {
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.hp42-calculator-container .hp42-select select {
  background-color: #fff;
  font-size: 1rem;
  font-weight: 500;
  height: 50px;
}
.hp42-calculator-container .hp42-select[for=target_wind] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.hp42-calculator-container .hp42-select[for=target_wind] span:first-child {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1rem;
}
.hp42-calculator-container .hp42-select[for=target_wind] span:last-child {
  margin-left: 1rem;
  width: 25%;
}
.hp42-calculator-container .hp42-select[for=target_wind] select {
  font-size: 1.5rem;
  font-weight: 700;
}
.hp42-calculator-container .hp42-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 100%;
}
.hp42-calculator-container .hp42-input span {
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.hp42-calculator-container .hp42-input span:first-child {
  text-align: right;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 1rem;
}
.hp42-calculator-container .hp42-input span:last-child {
  margin-left: 1rem;
  width: 25%;
}
.hp42-calculator-container .hp42-input input {
  background-color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  height: 50px;
  text-indent: 1rem;
  text-align: center;
}
.hp42-calculator-container .hp42-row--checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 700;
  margin: 1rem 0;
}
.hp42-calculator-container .hp42-row--checkboxes span:first-child {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
  margin-right: 1rem;
}
.hp42-calculator-container .hp42-row--checkboxes .hp42-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 1rem;
  width: calc(135px + 25%);
}
.hp42-calculator-container .hp42-checkbox {
  display: none;
}
.hp42-calculator-container .hp42-checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hp42-calculator-container .hp42-checkbox + label:before {
  content: "";
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e5e3e3;
  height: 35px;
  margin: 0 0.5rem 0 1rem;
  width: 35px;
}
.hp42-calculator-container .hp42-checkbox:checked + label:before {
  background-color: #ba0721;
}
.hp42-calculator-container .hp42-results {
  position: relative;
  background-color: #f7f7f7;
  color: #3a3f44;
  border-radius: 25px;
  padding: 1rem;
  max-width: 1200px;
  margin: 0 auto;
}
.hp42-calculator-container .hp42-results__step {
  display: block;
  font-size: 1rem;
  font-weight: 600;
  margin: 1rem 0;
  text-align: left;
}
.hp42-calculator-container .hp42-results__title {
  color: #ba0721;
  font-size: 2rem;
  font-weight: 700;
  margin: 1rem 0;
}
.hp42-calculator-container .hp42-results__subtitle {
  color: #3a3f44;
  font-size: 0.9rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.hp42-calculator-container .hp42-results-data__heading {
  background-color: #ba0721;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 700;
  padding: 1rem 0;
  text-align: center;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.hp42-calculator-container .hp42-results-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #3a3f44;
}
.hp42-calculator-container .hp42-results-row > * {
  padding: 0.5rem;
}
.hp42-calculator-container .hp42-results-row.-total {
  border-top: 1px solid #3a3f44;
}
.hp42-calculator-container .hp42-results-row:not(.hp42-results-row--full-width) > .hp42-results-column.-right {
  position: relative;
}
.hp42-calculator-container .hp42-results-row:not(.hp42-results-row--full-width) > .hp42-results-column.-right:before {
  content: "";
  border-left: 2px solid #ba0721;
  position: absolute;
  right: auto;
  left: 0;
  width: 2px;
  height: 80%;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  height: 125px;
  width: 100%;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width span {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  padding: 0;
  height: 30px;
  width: 90%;
  z-index: 2;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width span.labor-savings {
  top: -25%;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width p {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: -20%;
  left: 0;
  text-align: center;
  height: 30px;
  width: 90%;
  z-index: 2;
  font-size: 13px;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width .-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.hp42-calculator-container .hp42-results-row.hp42-results-row--full-width .-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  z-index: 1;
}
.hp42-calculator-container .hp42-results-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hp42-calculator-container .hp42-results-column span {
  font-size: 0.9rem;
  font-weight: 700;
}
.hp42-calculator-container .hp42-results-column span:only-child {
  text-align: left;
  width: 100%;
}
.hp42-calculator-container .hp42-results-column span:last-child:not(:first-child) {
  color: #ba0721;
  margin-top: 1rem;
}
.hp42-calculator-container .hp42-results-column .hp42-winner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ba0721;
  color: #fff;
  font-size: 1rem;
  font-weight: 700;
  text-align: center;
  padding: 1rem;
  width: 100%;
}
.hp42-calculator-container .hp42-results-column .hp42-winner:before {
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  content: "";
  background: transparent url("https://www.atlasroofing.com/img/global-assets/Atlas-Corporate-Logo-White.png") no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 60px;
  margin-bottom: 0.5rem;
}
.hp42-calculator-container .hp42-results-column.-right {
  background-color: #e4e4e4;
}
.hp42-calculator-container .hp42-column__heading {
  font-size: 1rem;
  font-weight: 700;
  word-break: break-word;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  max-width: 50%;
}
.hp42-calculator-container .hp42-column__heading .hp42-column__heading-text {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #3a3f44;
  text-align: left;
  width: 100%;
}
.hp42-calculator-container .hp42-column__heading.-left .filler {
  display: block;
  background: 0 0;
  height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hp42-calculator-container .hp42-column__heading.-right .hp42-img {
  display: block;
  background: transparent url("https://www.atlasroofing.com/img/global-assets/hp42.png") no-repeat center center;
  background-size: contain;
  height: 50px;
  width: 50px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.hp42-calculator-container .hp42-column__heading.-right:not(:before) {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hp42-calculator-container .hp42-results-footer {
  margin: 0 auto;
  width: 100%;
}
.hp42-calculator-container .atlas-stomp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 2rem auto;
}
.hp42-calculator-container .atlas-stomp span {
  color: #3a3f44;
  font-size: 2rem;
  font-weight: 700;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.hp42-calculator-container .atlas-stomp .elephant {
  display: block;
  background: transparent url("https://www.atlasroofing.com/img/global-assets/bfd-elephant.png") no-repeat center center;
  background-size: contain;
  height: 350px;
  width: 300px;
}
.hp42-calculator-container .share-savings {
  color: #3a3f44;
  font-size: 1.3rem;
  font-weight: 700;
  margin: 1.5em auto 0;
  text-align: center;
}
@media screen and (min-width: 600px) {
  .hp42-calculator-container .hp42-column__heading {
    font-size: 1.2rem;
    word-break: normal;
  }
  .hp42-calculator-container .hp42-column__heading .hp42-column__heading-text {
    width: auto;
  }
  .hp42-calculator-container .hp42-column__heading.-left .filler {
    display: none;
  }
  .hp42-calculator-container .hp42-column__heading.-right .hp42-column__heading-text {
    margin-left: 1rem;
  }
  .hp42-calculator-container .hp42-results-row > * {
    padding: 2rem;
  }
  .hp42-calculator-container .hp42-results-row.hp42-results-row--full-width {
    font-size: 1rem;
  }
  .hp42-calculator-container .hp42-results-row.hp42-results-row--full-width span.labor-savings {
    top: -13%;
  }
  .hp42-calculator-container .hp42-results-row.hp42-results-row--full-width p {
    bottom: -13%;
    font-size: 16px;
  }
  .hp42-calculator-container .hp42-results-column {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .hp42-calculator-container .hp42-results-column span:only-child {
    text-align: right;
  }
  .hp42-calculator-container .hp42-results-column span:last-child:not(:first-child) {
    color: #ba0721;
    margin-top: 0;
  }
  .hp42-calculator-container .hp42-results-column .hp42-winner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .hp42-calculator-container .hp42-results-column .hp42-winner:before {
    margin-left: 1rem;
    margin-right: 1rem;
  }
}
@media screen and (min-width: 900px) {
  .hp42-calculator-container .hp42-results__title {
    margin: 5rem 0 0;
  }
  .hp42-calculator-container .hp42-results__subtitle {
    margin-bottom: 3rem;
  }
  .hp42-calculator-container .hp42-column__heading {
    font-size: 1.5rem;
    font-weight: 700;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .hp42-calculator-container .hp42-column__heading.-left {
    margin-bottom: 0;
  }
  .hp42-calculator-container .hp42-column__heading.-left .filler {
    display: none;
  }
  .hp42-calculator-container .hp42-column__heading.-right .hp42-img {
    margin-right: 1rem;
  }
  .hp42-calculator-container .hp42-column__heading.-right:not(:before) {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .hp42-calculator-container .hp42-results-footer {
    margin: 3rem auto;
    width: 70%;
  }
  .hp42-calculator-container .atlas-stomp {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
.hp42-calculator-container .hp42-calculator-container-new {
  color: #3a3f44;
  font-family: "Myriad Pro", Helvetica, Arial, Sans-Serif;
  width: 100vw;
}
.hp42-calculator-container .hp42-bold-text {
  color: #3a3f44;
  font-size: 2rem;
  font-weight: 700;
}
.hp42-calculator-container .hp42-bold-text.-centered {
  text-align: center;
}
.hp42-calculator-container .hp42-bold-text.-red {
  color: #ba0721;
}
.hp42-calculator-container .hp42-link {
  color: #819aa3;
  display: block;
  font-size: 1rem;
  font-weight: 500;
  margin-top: 120px;
  text-decoration: none;
}
.hp42-calculator-container .hp42-link:focus,
.hp42-calculator-container .hp42-link:hover {
  color: #728e98;
}
@media screen and (min-width: 900px) {
  .hp42-calculator-container .hp42-link {
    margin-top: 0;
  }
}

.hp42-calculator-new-container .section-box .section-title {
  font-size: 1.5rem;
  font-weight: bold;
}
.hp42-calculator-new-container .section-3 input[type=number], .hp42-calculator-new-container .section-4 input[type=number] {
  width: 8rem;
  height: 3rem;
}
.hp42-calculator-new-container .hp42-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-right: 1rem;
  width: calc(135px + 25%);
}
.hp42-calculator-new-container .hp42-checkbox {
  display: none;
}
.hp42-calculator-new-container .hp42-checkbox + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hp42-calculator-new-container .hp42-checkbox + label:before {
  content: "";
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #e5e3e3;
  height: 35px;
  margin: 0 0.5rem 0 0;
  width: 35px;
}
.hp42-calculator-new-container .hp42-checkbox:checked + label:before {
  background-color: #ba0721;
}
.hp42-calculator-new-container select#target_wind {
  width: 8rem;
  height: 3rem;
  font-size: 1.5rem;
}
.hp42-calculator-new-container .result-box {
  background-color: rgba(183, 183, 183, 0.3529411765);
}
.hp42-calculator-new-container .result-box .product-row {
  font-weight: bold;
  font-size: 1.5rem;
}
.hp42-calculator-new-container .result-box .product-row-1 {
  border-bottom: 2px #b7b7b7 solid;
}

.hp42-calculator-result-container .main-title {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  background-color: #3D3D3D;
}
.hp42-calculator-result-container .competitor-col {
  background-color: #e3e3e3;
  text-align: center;
}
.hp42-calculator-result-container .atlas-col {
  background-color: #c31331;
  color: white;
  text-align: center;
}
.hp42-calculator-result-container table td {
  padding: 1rem;
}
.hp42-calculator-result-container table th {
  padding: 2rem 1rem 1rem 1rem;
}
.hp42-calculator-result-container table, .hp42-calculator-result-container th, .hp42-calculator-result-container td {
  border: none;
}
.hp42-calculator-result-container table tr.bd-bt {
  border-bottom: #bdbdbd solid 2px;
}
.hp42-calculator-result-container .hp42-winner img {
  max-width: 2.5rem;
  height: auto;
  object-fit: contain;
}

.featured-event-component {
  padding-left: 0px !important;
  min-height: 300px;
}
@media (max-width: 576px) {
  .featured-event-component {
    padding-right: 20px;
    padding-left: 20px !important;
  }
}
.featured-event-component .section-header {
  position: relative;
}
.featured-event-component .line {
  border-top: 2px solid #8d8d8d;
  overflow: clip;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .featured-event-component .line {
    margin-top: 1rem !important;
  }
}
.featured-event-component .section-nav img {
  width: 50px;
  height: 50px;
}
.featured-event-component .featured-event-list .article-image {
  height: 200px;
  width: 100%;
  object-fit: cover;
}
.featured-event-component .featured-event-list h5 {
  font-weight: bolder;
}
.featured-event-component .featured-event-list a {
  width: 220px;
  align-self: center;
}
.featured-event-component p {
  font-size: 11pt;
}
.featured-event-component .featured-article-nav {
  z-index: 1;
}
.featured-event-component #currentEvents, .featured-event-component #pastEvents {
  overflow-x: scroll;
  overflow-y: hidden;
}
.featured-event-component #currentEvents::-webkit-scrollbar, .featured-event-component #pastEvents::-webkit-scrollbar {
  display: none;
}
.featured-event-component #currentEvents, .featured-event-component #pastEvents {
  scrollbar-width: none;
}
.featured-event-component .main-date-holder {
  position: absolute;
  max-height: 60px !important;
  right: 20px;
  top: 6px;
}
.featured-event-component .date-display {
  position: absolute;
  right: 7%;
  top: 10px;
  color: black;
}
@media (max-width: 768px) {
  .featured-event-component .date-display {
    right: 13%;
  }
}
.featured-event-component .month-display {
  position: absolute;
  right: 5.5%;
  top: 48px;
  font-size: 12px;
  color: white;
}
@media (max-width: 768px) {
  .featured-event-component .month-display {
    right: 6.5%;
  }
}
.featured-event-component .blur {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 150px;
  background-image: linear-gradient(90deg, transparent 0%, white 80%, white 100%);
}
.featured-event-component .date-holder-container {
  right: 20px;
  top: 7px;
  max-height: 60px !important;
  width: 60px;
}
.featured-event-component .date-holder-container div:first-child {
  font-size: 2rem;
  line-height: 1.35;
}
.featured-event-component .date-holder-container div:last-child {
  font-size: 12px;
  line-height: 1.1;
}
.featured-event-component .spinners {
  min-height: 280px;
}

.date-holder-container div:first-child {
  font-size: 2rem;
  line-height: 1.35;
}

.date-holder-container div:last-child {
  font-size: 12px;
  line-height: 1.1;
}

.single-event .main-banner {
  width: 100%;
}
.single-event .date-container {
  width: 80px;
  margin-right: 1rem;
}
.single-event .month-span {
  left: 25px;
  top: 0px;
}
.single-event .date-span {
  left: 25px;
  top: 25px;
}
.single-event .calender-holder {
  color: #d50606;
  text-align: center;
  display: block;
  border: solid 1px #c52333;
  padding: 17px;
  border-radius: 5px;
  max-width: 150px;
}
.single-event .calender-holder a {
  text-decoration: none;
}
.single-event .modal-backdrop.show {
  opacity: 0.7;
}
.single-event [x-cloak] {
  display: none !important;
}

.asphalt-main-events-component p {
  font-size: 10pt;
}
.asphalt-main-events-component .main-banner-carousel-events img {
  height: 420px;
  object-fit: contain;
}
@media (max-width: 992px) {
  .asphalt-main-events-component .main-banner-carousel-events img {
    height: 200px;
  }
}
.asphalt-main-events-component .carousel-image {
  height: 420px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .asphalt-main-events-component .carousel-image {
    align-items: start;
  }
}
.asphalt-main-events-component .carousel-row {
  position: relative;
  width: 100%;
  height: 420px;
  background-color: #d8d8d8;
}
@media (max-width: 992px) {
  .asphalt-main-events-component .carousel-row {
    height: 520px;
  }
}
.asphalt-main-events-component .carousel-content {
  width: 25%;
  height: 420px;
  background-color: black;
  color: white;
  position: absolute;
  left: 75%;
  top: 0;
}
@media (max-width: 992px) {
  .asphalt-main-events-component .carousel-content {
    width: 100%;
    position: absolute;
    top: 200px;
    left: 0;
    height: 300px;
    z-index: 9999;
  }
}
@media (min-width: 992px) {
  .asphalt-main-events-component .carousel-content h3 {
    margin-top: 1.5rem !important;
  }
}
@media (max-width: 576px) {
  .asphalt-main-events-component .carousel-content h3 {
    margin-top: 0.8rem !important;
  }
}
.asphalt-main-events-component .carousel-content img {
  max-height: 36px;
  width: auto;
}
.asphalt-main-events-component .sub-carousel-image-container {
  height: 120px;
  background-color: #d8d8d8;
  display: flex;
  justify-content: center;
  align-items: center;
  background-size: cover;
}
@media (max-width: 410px) {
  .asphalt-main-events-component .sub-carousel-image-container {
    height: 150px;
  }
}
.asphalt-main-events-component .sub-carousel-events img {
  height: auto;
  width: 100%;
  object-fit: cover;
  zoom: 1.1;
}
@media (max-width: 410px) {
  .asphalt-main-events-component .sub-carousel-events img {
    height: 150px;
    padding-right: 0px;
  }
}
.asphalt-main-events-component .sub-slide {
  padding-right: 15px;
}
.asphalt-main-events-component .sub-slide:last-child {
  padding-right: 0;
}
.asphalt-main-events-component .sub-carousel-events p {
  padding: 3px 10px 0px 0px;
}
.asphalt-main-events-component .header-link {
  text-decoration: none;
}
.asphalt-main-events-component span {
  font-size: 10pt;
}
.asphalt-main-events-component .read-more {
  text-decoration: none;
}
.asphalt-main-events-component #main-carousel {
  overflow-x: scroll;
  overflow-y: hidden;
}
.asphalt-main-events-component #main-carousel::-webkit-scrollbar {
  display: none;
}
.asphalt-main-events-component #main-carousel {
  scrollbar-width: none;
}
@media (max-width: 992px) {
  .asphalt-main-events-component .sub-carousel-events {
    overflow-x: scroll !important;
    overflow-y: hidden;
  }
}
.asphalt-main-events-component .event-type {
  top: 5px;
  left: 15%;
  font-size: large;
}
.asphalt-main-events-component .main-date-holder {
  position: absolute;
  max-height: 60px !important;
  right: 20px;
  top: -10px;
}
.asphalt-main-events-component .date-holder-container {
  right: 20px;
  top: -10px;
  max-height: 60px !important;
  width: 60px;
}
.asphalt-main-events-component .date-holder-container span:first-child {
  font-size: 2rem;
  line-height: 1.2;
}
.asphalt-main-events-component .date-holder-container span:last-child {
  font-size: 12px;
}

.component-product-subtype-banner {
  top: 24px;
  position: relative;
}
.component-product-subtype-banner .component-product-subtype-banner-wrapper {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 60vh;
}
@media (max-width: 768px) {
  .component-product-subtype-banner .component-product-subtype-banner-wrapper {
    min-height: 20vh;
  }
}
.component-product-subtype-banner .circle-navigation {
  margin-top: -148px;
}
@media (max-width: 768px) {
  .component-product-subtype-banner .circle-navigation {
    margin-top: 0;
  }
}
.component-product-subtype-banner .video-bg video {
  object-fit: contain !important;
}
.component-product-subtype-banner .hero-circle {
  display: block;
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  position: relative;
  overflow: visible;
}
.component-product-subtype-banner .hero-circle .bg-image {
  display: block;
  width: 106%;
  position: absolute;
  top: 0;
  left: 0;
  inset: -3.2% -3% -3% -3%;
  z-index: 0;
  overflow: visible;
}
.component-product-subtype-banner .hero-circle .red-circle {
  position: relative;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 50%;
  background-color: #c41230;
  color: #fff;
  text-align: center;
}
.component-product-subtype-banner .hero-circle .red-circle .top-semicircle {
  display: block;
  position: absolute;
  inset: 0 0 50% 0;
  background-size: cover;
  clip-path: url("#semicircle");
  height: 50%;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle {
  position: absolute;
  inset: 50% 0 0 0;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 30px;
  padding-right: 30px;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle .go-arrow {
  float: right;
  margin-right: 26px;
  margin-top: 2px;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle h3 {
  font-size: 26px;
  padding-left: 40px;
  padding-right: 40px;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 20%;
}
.component-product-subtype-banner .hero-circle .red-circle .top {
  background-color: #c41230;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle .go-arrow {
  float: right;
  margin-right: 26px;
  margin-top: 2px;
  width: 36px;
  height: 36px;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle h3 {
  font-size: 24px;
  padding-left: 30px !important;
  padding-right: 30px !important;
  line-height: 1;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 20px;
}
.component-product-subtype-banner .hero-circle .red-circle .bottom-semicircle p {
  color: #fff;
  text-align: center;
  font-size: 15px;
  padding: 0 15% !important;
}
.component-product-subtype-banner .top-semicircle-bg-img {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-product-subtype-banner .bottom-semicircle-text {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 300ms ease all;
  -moz-transition: 300ms ease all;
  -o-transition: 300ms ease all;
  transition: 300ms ease all;
}
.component-product-subtype-banner .hero-circle .top-semicircle-bg-img .red-circle-copy {
  background-color: rgba(79, 79, 79, 0.8);
  display: none;
}
.component-product-subtype-banner .scale-red-circle {
  transform: scale(0.8);
  transition: linear 150ms;
  font-size: 1.2rem;
}
.component-product-subtype-banner .scale-red-circle:hover {
  transform: scale(0.9);
  transition: linear 150ms;
}

.product-category-banner-component img {
  max-width: 100%;
}
.product-category-banner-component .active-hightlight {
  border-top: 0.4rem solid #c31331;
  width: 100%;
  padding-top: 1rem;
}
.product-category-banner-component a {
  text-decoration: none;
  color: black;
}
.product-category-banner-component .product-link-2:hover {
  color: #c31331;
}
.product-category-banner-component .product-link:hover {
  transform: scale(1.1);
  transition: linear 150ms;
}
.product-category-banner-component .product-container {
  width: 200px;
}
.product-category-banner-component .product-container img {
  max-height: 105px;
}
.product-category-banner-component .big-image {
  transform: scale(1.4);
  margin-bottom: 1rem !important;
}
.product-category-banner-component .relatedProductsSlider {
  overflow-x: scroll;
  overflow-y: hidden;
}
.product-category-banner-component .relatedProductsSlider::-webkit-scrollbar {
  display: none;
}
.product-category-banner-component .relatedProductsSlider {
  scrollbar-width: none;
}
.product-category-banner-component .js-nav-button {
  max-width: 50px;
}
.product-category-banner-component .product-active {
  scroll-snap-align: center !important;
}

.proper-attic-ventilation-component .proper-attic-image-house {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 0;
}
.proper-attic-ventilation-component .attic-col-tex {
  z-index: 99;
}
@media (max-width: 991px) {
  .proper-attic-ventilation-component .proper-attic-image-house {
    position: relative;
  }
}
.proper-attic-ventilation-component img {
  max-height: 350px;
}
.proper-attic-ventilation-component a {
  min-width: 200px;
}
@media (max-width: 576px) {
  .proper-attic-ventilation-component a {
    min-width: 100%;
  }
}

.component-ventilation-calculator-banner {
  overflow: hidden;
  background-size: cover;
}
.component-ventilation-calculator-banner div.inner-wrapper {
  background: transparent linear-gradient(90deg, rgba(69, 150, 208, 0) 0%, #97CCEE 100%) 0% 0% no-repeat padding-box;
}
.component-ventilation-calculator-banner .side-image {
  position: absolute;
  right: -50px;
  bottom: 50px;
  transition: linear 100ms;
}
.component-ventilation-calculator-banner .side-image img {
  max-height: 50px;
}
.component-ventilation-calculator-banner :hover .ventilation-tape-image {
  display: none;
  height: 1000px !important;
  right: -100px !important;
  transition: right 2s ease-out 100ms;
}

.component-application-youre-looking-for-block .card-img {
  height: 200px;
  object-fit: cover;
}

.signature-select-install-component a {
  min-width: 200px;
}
@media (max-width: 576px) {
  .signature-select-install-component a {
    min-width: 100%;
  }
}

.component-color-matching-block .nav-link.active {
  color: black;
  background-color: transparent;
  border-bottom: 5px solid #c31331;
  border-radius: 0;
}
.component-color-matching-block .matcher-results {
  background-color: #EDEDED;
  border: 2px solid #cdcdcd;
  border-radius: 10px;
}

.component-homeowners-news .card-footer {
  border-top: none;
}
.component-homeowners-news .card {
  border: none;
}
.component-homeowners-news .card-img-top {
  border-radius: 4px;
  background-color: #CFCFCF;
  height: 250px;
  object-fit: cover;
}
.component-homeowners-news .search-box {
  max-width: 250px;
}
.component-homeowners-news .search-box input {
  height: 34px;
}
.component-homeowners-news .form-select {
  max-width: 250px;
  border-radius: 1.25rem;
  height: 34px;
}

.videos-component .video {
  height: 205px;
  width: 100%;
}
.videos-component .modal-video {
  height: 450px;
  width: 100%;
}
.videos-component .no-video {
  height: 450px;
  width: 100%;
  object-fit: contain;
}
.videos-component .video-column {
  height: 100%;
}
.videos-component a .play-icon {
  max-width: 70px !important;
  position: absolute !important;
  top: 35% !important;
  left: 40% !important;
  z-index: 1000;
}
.videos-component .search-box {
  max-width: 300px;
}
.videos-component .article-image {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.videos-component .form-select {
  max-width: 300px;
  border-radius: 1.25rem;
}
@media (max-width: 576px) {
  .videos-component .featured-videos-component {
    padding-right: 20px;
    padding-left: 20px !important;
  }
}
.videos-component .featured-videos-component .section-header {
  position: relative;
}
.videos-component .featured-videos-component .line {
  border-top: 2px solid #8d8d8d;
  overflow: clip;
  margin-top: 1.5rem;
}
@media (max-width: 992px) {
  .videos-component .featured-videos-component .line {
    margin-top: 1rem !important;
  }
}
.videos-component .featured-videos-component .section-nav img {
  width: 50px;
  height: 50px;
}
.videos-component .featured-videos-component .main-image {
  height: 205px;
  width: 100%;
  object-fit: cover;
}
.videos-component .featured-videos-component .featured-article-list h5 {
  font-weight: bolder;
}
.videos-component .featured-videos-component .featured-article-list a {
  width: 220px;
  align-self: center;
}
.videos-component .featured-videos-component p {
  font-size: 11pt;
}
.videos-component .blur-zone {
  position: absolute;
  top: 0;
  right: -30px;
  bottom: 0;
  width: 150px;
  background-image: linear-gradient(to left, white, white, transparent);
}
.videos-component .slick-track {
  display: flex !important;
}
.videos-component .slick-slide {
  height: inherit !important;
}

.component-colors-combinations .combinations {
  overflow-x: scroll;
  overflow-y: hidden;
}
.component-colors-combinations .combinations .combination {
  height: 150px;
  width: 400px;
  min-width: 400px;
  overflow: hidden;
}
.component-colors-combinations ::-webkit-scrollbar {
  width: 0px;
  background: transparent; /* make scrollbar transparent */
}
.component-colors-combinations .nav-button {
  max-width: 50px;
}

.component-search .related-content-carousel-item {
  position: relative;
}
.component-search .related-content-carousel-item .atlas-icon {
  max-width: 100px !important;
  position: absolute !important;
  top: 35% !important;
  left: 36% !important;
  z-index: 4;
}
.component-search .related-content-carousel-item .center-icon {
  max-width: 70px !important;
  position: absolute !important;
  top: 35% !important;
  left: 40% !important;
  z-index: 5;
}
.component-search .related-content-carousel-item .rcci-tag {
  position: absolute;
  z-index: 995;
  padding: 0 8px;
  top: 16px;
  left: 0;
  width: 60%;
  height: 30px;
  color: white;
  background: rgb(195, 19, 49);
  background: -moz-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb1831",endColorstr="#eeeeee",GradientType=1);
}
.component-search .related-content-carousel-item .rcci-tag .rcci-tag-text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.component-search .related-content-carousel-item .rcci-tag .rcci-tag-logo img {
  height: 18px;
}
.component-search .related-content-carousel-item .rcci-img-wrapper {
  position: relative;
  min-height: 220px;
  height: 220px;
  max-height: 250220pxpx;
  margin-bottom: 16px;
}
.component-search .related-content-carousel-item .rcci-img-wrapper .rcci-img-container {
  background-color: gray;
  min-height: 220px;
  height: 220px;
  max-height: 220px;
  display: block;
  z-index: 990;
  pointer-events: all;
  background-size: cover;
  background-position: center bottom;
}
.component-search .related-content-carousel-item .rcci-img-wrapper .rcci-hover-action {
  position: absolute;
  background-color: rgba(178, 28, 50, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 980;
  transition: opacity 0.25s;
}
.component-search .related-content-carousel-item .rcci-img-wrapper .rcci-hover-action .btn {
  background-color: #ffffff;
  color: #c31331;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 16px;
  cursor: pointer;
}
.component-search .related-content-carousel-item .rcci-img-wrapper:hover .rcci-hover-action {
  opacity: 1;
  z-index: 999;
}
.component-search .related-content-carousel-item .rcci-img-wrapper:hover {
  z-index: 998;
}
.component-search .related-content-carousel-item .rcci-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.component-search .related-content-carousel-item .rcci-content span {
  font-size: 12px;
}
.component-search .related-content-carousel-item .rcci-content p {
  font-size: 12px;
  margin: 8px 0 0;
}
.component-search .related-content-carousel-item .rcci-content .rcci-stars i {
  color: #AB0824;
  font-size: 14px;
}

.atlas-pro-page-tabs-component .nav-link.active {
  border-bottom: 4px solid black !important;
}
.atlas-pro-page-tabs-component .nav-tabs {
  border-bottom: 0px solid transparent;
}
.atlas-pro-page-tabs-component .nav-tabs .nav-link {
  border: 0px solid transparent;
}

.literature-component .view-button {
  text-decoration: none;
  color: black;
}
.literature-component .view-button:hover {
  color: #c31331;
}
.literature-component .resource-row {
  border-bottom: 1px solid black;
}
.literature-component .thumbnail-preview {
  width: 180px;
  padding: 1rem;
  position: absolute;
  top: 25px;
  visibility: hidden;
  z-index: 10;
}
.literature-component .thumbnail-preview img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.literature-component .tabs-container .tabs-card-body {
  background-color: white !important;
}
.literature-component #slick-prev {
  left: 5%;
}
.literature-component #slick-next {
  left: 90%;
}
.literature-component .mobile-select-section select {
  border-radius: 20px;
}
@media (max-width: 992px) {
  .literature-component .circles-pc-block, .literature-component .tabs-pc {
    display: none !important;
  }
}

.accordion-component .accordion-button:hover {
  background-color: #8B0000 !important;
}
.accordion-component .accordion-button i {
  font-size: 8pt;
}
.accordion-component .accordion-button p, .accordion-component .accordion-body p {
  margin-bottom: 0;
}
.accordion-component .accordion-button::after {
  content: none;
}
.accordion-component button:focus {
  outline: none !important;
}
.accordion-component .accordion {
  --bs-accordion-btn-focus-border-color: white !important;
  --bs-accordion-btn-focus-box-shadow: 0 !important;
}
.accordion-component .collapsed .fa-minus:before {
  content: "+" !important;
}

.submit-a-testimonial .image-loader {
  height: 300px;
  border: 3px dashed #8d8d8d;
  border-radius: 5px;
}
.submit-a-testimonial .image-loader.active {
  border: 3px solid #000;
}
.submit-a-testimonial .submit {
  width: 300px;
}

.ventilation-installation-instuctions-component .mobile {
  display: none;
}
.ventilation-installation-instuctions-component main,
.ventilation-installation-instuctions-component header {
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
}
.ventilation-installation-instuctions-component header {
  max-width: 900px;
  max-height: 250px;
  display: flex;
  align-items: baseline;
  margin-top: 60px;
}
.ventilation-installation-instuctions-component #logo-wrapper img {
  max-height: 185px;
}
.ventilation-installation-instuctions-component h1 {
  color: #B5B5B5;
  margin-left: 3rem;
  font-size: 3rem;
  align-self: flex-end;
}
.ventilation-installation-instuctions-component h1::first-line {
  text-transform: uppercase;
  color: #000;
  font-size: 4rem;
  font-weight: 900;
}
.ventilation-installation-instuctions-component h2.section-title {
  text-transform: uppercase;
  color: #F5F5F5;
  background-color: #000;
  font-size: 1.5rem;
  width: max-content;
  margin: 0 auto;
  padding: 9px 0;
}
.ventilation-installation-instuctions-component .btn-row {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.ventilation-installation-instuctions-component .btn,
.ventilation-installation-instuctions-component .btn-primary:hover {
  width: 213px;
  border-color: transparent;
  background-color: #B5B5B5;
  font-size: 23px;
  font-weight: bold;
}
.ventilation-installation-instuctions-component .btn-primary:active {
  background-color: #C41230;
}
.ventilation-installation-instuctions-component .btn-primary.on {
  background-color: #C41230;
}
.ventilation-installation-instuctions-component #enWrapper,
.ventilation-installation-instuctions-component #esWrapper,
.ventilation-installation-instuctions-component #frWrapper {
  background-color: #000;
  border-bottom: solid #000;
}
.ventilation-installation-instuctions-component .accordion-item {
  margin: 0;
  border-bottom: solid #000 1px;
}
.ventilation-installation-instuctions-component .accordion-button {
  background-color: #F5F5F5;
  border-left: solid #000;
  border-right: solid #000;
}
.ventilation-installation-instuctions-component .accordion-button::after {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #C41230 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #C41230;
}
.ventilation-installation-instuctions-component .accordion-button:not(.collapsed)::after {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #C41230 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #C41230;
  border-bottom: none;
}
.ventilation-installation-instuctions-component .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}
.ventilation-installation-instuctions-component .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #F5F5F5;
  border-bottom: solid #000 1px;
}
@media only screen and (max-width: 800px) {
  .ventilation-installation-instuctions-component .desktop {
    display: none;
  }
  .ventilation-installation-instuctions-component .mobile {
    display: block;
  }
  .ventilation-installation-instuctions-component #logo-wrapper img {
    max-width: 75px;
  }
  .ventilation-installation-instuctions-component .mobile img {
    max-width: 100%;
  }
  .ventilation-installation-instuctions-component header {
    width: 80%;
    margin-top: 33px;
    justify-content: center;
  }
  .ventilation-installation-instuctions-component h1 {
    color: #B5B5B5;
    margin-left: 1rem;
    font-size: 1rem;
    align-self: flex-end;
    width: min-content;
  }
  .ventilation-installation-instuctions-component h1::first-line {
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .ventilation-installation-instuctions-component h2.section-title {
    font-size: 1rem;
    padding: 9px 0;
    margin-bottom: 0;
  }
  .ventilation-installation-instuctions-component .btn-row {
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
  }
  .ventilation-installation-instuctions-component .btn-primary {
    margin-bottom: 1em;
    font-size: 23px;
    font-weight: bold;
  }
  .ventilation-installation-instuctions-component .spaceBelow {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .ventilation-installation-instuctions-component header {
    width: 80%;
    margin-top: 33px;
  }
  .ventilation-installation-instuctions-component h1 {
    color: #B5B5B5;
    margin-left: 1rem;
    font-size: 1rem;
    align-self: flex-end;
  }
  .ventilation-installation-instuctions-component h1::first-line {
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .ventilation-installation-instuctions-component .btn-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.shingles-installation-instructions-component .mobile {
  display: none;
}
.shingles-installation-instructions-component main,
.shingles-installation-instructions-component header {
  max-width: 1067px;
  margin-left: auto;
  margin-right: auto;
}
.shingles-installation-instructions-component header {
  max-width: 900px;
  max-height: 250px;
  display: flex;
  align-items: baseline;
  margin-top: 60px;
}
.shingles-installation-instructions-component #logo-wrapper img {
  max-height: 185px;
}
.shingles-installation-instructions-component h1 {
  color: #B5B5B5;
  margin-left: 3rem;
  font-size: 3rem;
  align-self: flex-end;
}
.shingles-installation-instructions-component h1::first-line {
  text-transform: uppercase;
  color: #000;
  font-size: 4rem;
  font-weight: 900;
}
.shingles-installation-instructions-component h2.section-title {
  text-transform: uppercase;
  color: #F5F5F5;
  background-color: #000;
  font-size: 1.5rem;
  width: max-content;
  margin: 0 auto;
  padding: 9px 0;
}
.shingles-installation-instructions-component .btn-row {
  clear: both;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.shingles-installation-instructions-component .btn,
.shingles-installation-instructions-component .btn-primary:hover {
  width: 213px;
  border-color: transparent;
  background-color: #B5B5B5;
  font-size: 23px;
  font-weight: bold;
}
.shingles-installation-instructions-component .btn-primary:active {
  background-color: #C41230;
}
.shingles-installation-instructions-component .btn-primary.on {
  background-color: #C41230;
}
.shingles-installation-instructions-component #enWrapper,
.shingles-installation-instructions-component #esWrapper,
.shingles-installation-instructions-component #frWrapper {
  background-color: #000;
  border-bottom: solid #000;
}
.shingles-installation-instructions-component .accordion-item {
  margin: 0;
  border-bottom: solid #000 1px;
}
.shingles-installation-instructions-component .accordion-button {
  background-color: #F5F5F5;
  border-left: solid #000;
  border-right: solid #000;
  font-size: 32px;
}
.shingles-installation-instructions-component .accordion-button::after {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #C41230 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #C41230;
}
.shingles-installation-instructions-component .accordion-button:not(.collapsed)::after {
  transform: matrix(-1, 0, 0, -1, 0, 0);
  background: #C41230 0% 0% no-repeat padding-box;
  opacity: 1;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #C41230;
  border-bottom: none;
}
.shingles-installation-instructions-component .accordion-button:focus {
  border-color: inherit;
  box-shadow: none;
}
.shingles-installation-instructions-component .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #F5F5F5;
  border-bottom: solid #000 1px;
}
@media only screen and (max-width: 800px) {
  .shingles-installation-instructions-component .desktop {
    display: none;
  }
  .shingles-installation-instructions-component .mobile {
    display: block;
  }
  .shingles-installation-instructions-component #logo-wrapper img {
    max-width: 75px;
  }
  .shingles-installation-instructions-component .mobile img {
    max-width: 100%;
  }
  .shingles-installation-instructions-component header {
    width: 80%;
    margin-top: 33px;
    justify-content: center;
  }
  .shingles-installation-instructions-component h1 {
    color: #B5B5B5;
    margin-left: 1rem;
    font-size: 1rem;
    align-self: flex-end;
    width: min-content;
  }
  .shingles-installation-instructions-component h1::first-line {
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .shingles-installation-instructions-component h2.section-title {
    font-size: 1rem;
    padding: 9px 0;
    margin-bottom: 0;
  }
  .shingles-installation-instructions-component .btn-row {
    /* flex-direction: column; */
    /* justify-content: center; */
    /* align-items: center; */
  }
  .shingles-installation-instructions-component .btn-primary {
    margin-bottom: 1em;
    font-size: 23px;
    font-weight: bold;
  }
  .shingles-installation-instructions-component .accordion-button {
    font-size: 1rem;
  }
  .shingles-installation-instructions-component .spaceBelow {
    margin-bottom: 1em;
  }
  .shingles-installation-instructions-component .paragraph-list {
    margin-left: -2em;
    list-style-position: inside;
  }
  .shingles-installation-instructions-component .paragraph-list li {
    margin-bottom: 1em;
  }
  .shingles-installation-instructions-component [class^=step] h5 {
    font-size: 1rem;
    font-weight: normal;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .shingles-installation-instructions-component header {
    width: 80%;
    margin-top: 33px;
  }
  .shingles-installation-instructions-component h1 {
    color: #B5B5B5;
    margin-left: 1rem;
    font-size: 1rem;
    align-self: flex-end;
  }
  .shingles-installation-instructions-component h1::first-line {
    text-transform: uppercase;
    color: #000;
    font-size: 1.5rem;
    font-weight: 900;
  }
  .shingles-installation-instructions-component .btn-row {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}

.try-atlas-component .main-image {
  max-height: 457px;
  width: 100%;
  object-fit: cover;
}

.warranty-transfer-component {
  min-height: 70vh;
}

.component-testimonials .component-header .header-img img {
  height: 90px;
}
.component-testimonials .component-header .header-nav {
  display: flex;
  justify-content: center;
  align-items: center;
}
.component-testimonials .component-header .header-nav img {
  cursor: pointer;
  width: 50px;
  height: auto;
}
.component-testimonials .component-body {
  position: relative;
}
.component-testimonials .component-body .tns-inner {
  margin-left: 0px !important;
}
.component-testimonials .component-body .fade-out-element {
  display: none;
  z-index: 999;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -8px;
  width: 10%;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
@media (min-width: 991px) {
  .component-testimonials .component-body .fade-out-element {
    display: block;
  }
}
.component-testimonials .component-body .testimonials-list {
  position: relative;
}
.component-testimonials .component-body .testimonials-list .testimonial-item {
  position: relative;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .atlas-icon {
  max-width: 100px !important;
  position: absolute !important;
  top: 35% !important;
  left: 36% !important;
  z-index: 4;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .center-icon {
  max-width: 70px !important;
  position: absolute !important;
  top: 35% !important;
  left: 40% !important;
  z-index: 5;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-tag {
  position: absolute;
  z-index: 995;
  padding: 0 8px;
  top: 16px;
  left: 0;
  width: 60%;
  height: 30px;
  color: white;
  background: rgb(195, 19, 49);
  background: -moz-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  background: linear-gradient(90deg, rgb(195, 19, 49) 0%, rgb(195, 19, 49) 65%, rgba(238, 238, 238, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bb1831",endColorstr="#eeeeee",GradientType=1);
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-tag .rcci-tag-text {
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #ffffff;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-tag .rcci-tag-logo img {
  height: 18px;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper {
  position: relative;
  min-height: 220px;
  height: 220px;
  max-height: 250220pxpx;
  margin-bottom: 16px;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper .rcci-img-container {
  background-color: gray;
  min-height: 220px;
  height: 220px;
  max-height: 220px;
  display: block;
  z-index: 990;
  pointer-events: all;
  background-size: cover;
  background-position: center bottom;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper .rcci-hover-action {
  position: absolute;
  background-color: rgba(178, 28, 50, 0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  z-index: 980;
  transition: opacity 0.25s;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper .rcci-hover-action .btn {
  background-color: #ffffff;
  color: #c31331;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  font-size: 12px;
  padding: 4px 16px;
  cursor: pointer;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper:hover .rcci-hover-action {
  opacity: 1;
  z-index: 999;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-img-wrapper:hover {
  z-index: 998;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-content h4 {
  font-size: 14px;
  font-weight: 600;
  margin: 0;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-content span {
  font-size: 12px;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-content p {
  font-size: 12px;
  margin: 8px 0 0;
}
.component-testimonials .component-body .testimonials-list .testimonial-item .rcci-content .rcci-stars i {
  color: #AB0824;
  font-size: 14px;
}
.component-testimonials .component-body .slick-slide {
  margin-left: 15px;
  margin-right: 15px;
}
.component-testimonials .component-body .slick-list {
  margin-left: -15px;
  margin-right: -15px;
  pointer-events: none;
}

.core-4-feature-component .logo {
  max-width: 200px;
}
.core-4-feature-component .main-image {
  max-height: 300px;
  z-index: 10;
  position: relative;
}
.core-4-feature-component .row-icons {
  max-width: 60vw;
  left: -1rem;
  z-index: 1;
}
@media (max-width: 768px) {
  .core-4-feature-component .row-icons {
    display: none;
  }
}

.two-columns-with-image-over-component {
  background-color: #EDEDED;
}
.two-columns-with-image-over-component .inner-row-1 {
  background: linear-gradient(to right, #c31331 80%, transparent 20%);
}
.two-columns-with-image-over-component .asset-container {
  min-height: 250px;
}
.two-columns-with-image-over-component .over-image {
  margin-bottom: -1px;
}
@media (max-width: 992px) {
  .two-columns-with-image-over-component .main-image {
    object-fit: contain;
  }
  .two-columns-with-image-over-component .inner-row-1 {
    background: #c31331;
  }
}
@media (min-width: 993px) {
  .two-columns-with-image-over-component .main-image {
    min-height: 300px;
  }
}

.before-after-component .header-nav img {
  cursor: pointer;
}
.before-after-component .before-after-slider {
  overflow-x: scroll;
  overflow-y: hidden;
  scrollbar-width: none;
}
.before-after-component .before-after-slider::-webkit-scrollbar {
  display: none;
}
.before-after-component .item-box {
  min-width: 350px;
  width: 350px;
  height: 125px;
  border-radius: 5px;
  overflow: hidden;
}
.before-after-component .item-box div {
  background-position: center;
  background-size: cover;
}
.before-after-component .item-box .before-img {
  width: 45%;
}
.before-after-component .item-box .mid-img {
  width: 10%;
}
.before-after-component .item-box .after-img {
  width: 45%;
}
.before-after-component .header-nav img {
  width: 63px;
  height: 54px;
}
@media screen and (max-width: 568px) {
  .before-after-component .header-nav img {
    width: 52px;
    height: 44px;
  }
}

.request-a-quote-form-component .display-inputs:focus {
  color: white;
  box-shadow: none;
  border-color: #ced4da;
}
.request-a-quote-form-component .display-recapta {
  z-index: 0;
}
.request-a-quote-form-component .recapta-image {
  max-width: 200px;
}
.request-a-quote-form-component .read-only-btn:hover {
  background-color: #c31331;
}
.request-a-quote-form-component .pin-icon {
  max-width: 80px;
}

.hp42-features-component .icon-text {
  left: 27.5%;
  top: 3px;
}
.hp42-features-component .content-div {
  max-width: 400px;
}
.hp42-features-component .identifier-icons {
  z-index: 2;
}
.hp42-features-component .hover-desc-container {
  z-index: 3;
  padding: 1rem;
  background: rgba(27, 27, 27, 0.8);
  font-size: 10pt;
}
.hp42-features-component .hover-title {
  z-index: 3;
}
.component-why-atlas-callout .interactive-pins-wrapper {
  position: absolute;
  z-index: 1000;
  bottom: -3rem;
  top: auto;
  right: 0;
}
.component-why-atlas-callout .interactive-pins-wrapper .interactive-pin-dropdown {
  z-index: -1;
}
.component-why-atlas-callout .arrow-up {
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 15px solid #c31331;
}
.component-why-atlas-callout .interactive-pin-dropdown {
  display: none;
  top: -100rem;
}
.component-why-atlas-callout .interactive-standalone-pin-dropdown {
  opacity: 0;
}
.component-why-atlas-callout .interactive-pin:hover .interactive-pin-dropdown {
  display: block;
  animation: fadeInDown; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 300ms; /* don't forget to set a duration! */
  margin-top: 0;
  right: 1.5rem;
  top: 6rem;
}
.component-why-atlas-callout .interactive-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.component-why-atlas-callout .interactive-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
@media (max-width: 768px) {
  .component-why-atlas-callout .interactive-pin:hover .interactive-pin-dropdown {
    top: 5.5rem;
  }
}
.component-why-atlas-callout .interactive-standalone-pin:hover .interactive-standalone-pin-dropdown {
  opacity: 1;
  animation: fadeIn; /* referring directly to the animation's @keyframe declaration */
  animation-duration: 700ms; /* don't forget to set a duration! */
  margin-top: 0;
}
.component-why-atlas-callout .interactive-standalone-pin:hover .hvr-grow-2 {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}
.component-why-atlas-callout .interactive-standalone-pin:hover .hvr-grow-3 {
  -webkit-transform: scale(1.5);
  transform: scale(1.5);
}
.component-why-atlas-callout .dropdown-toggle::after {
  display: none;
}
.component-why-atlas-callout .interactive-pin-dropdown-inner {
  max-width: 25rem;
}
@media (max-width: 768px) {
  .component-why-atlas-callout .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
}
.component-why-atlas-callout .interactive-banner-image-box {
  min-height: 300px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  margin-bottom: 5rem;
}
.component-why-atlas-callout .interactive-standalone-pin {
  position: absolute;
  bottom: 35%;
  left: 50%;
}
@media (max-width: 768px) {
  .component-why-atlas-callout .interactive-standalone-pin {
    bottom: 30%;
    right: 25%;
  }
}
.component-why-atlas-callout .first-col {
  background-image: linear-gradient(145deg, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0.5) 75%, rgba(255, 255, 255, 0.1) 100%);
}
.component-why-atlas-callout .interactive-pin {
  position: relative;
}
.component-why-atlas-callout .interactive-pin:hover .interactive-pin-dropdown {
  min-width: 350px;
  left: -12rem;
}
@media (max-width: 992px) {
  .component-why-atlas-callout .interactive-pin {
    position: initial;
  }
  .component-why-atlas-callout .interactive-pin:hover .interactive-pin-dropdown {
    left: auto;
  }
}
@media (max-width: 992px) {
  .component-why-atlas-callout .interactive-pin-dropdown-inner {
    max-width: 90vw;
  }
}
.component-why-atlas-callout .why-atlas-callout {
  z-index: 1000;
  width: 320px;
  position: absolute;
  height: 44px;
  text-align: left;
  color: white;
  border-bottom-right-radius: 22px;
  border-top-right-radius: 22px;
}
@media (max-width: 992px) {
  .component-why-atlas-callout .why-atlas-callout {
    margin-bottom: -2.7rem;
    bottom: 0;
  }
}
@media (max-width: 768px) {
  .component-why-atlas-callout .why-atlas-callout {
    margin-bottom: -2.3rem;
    height: 35px;
  }
}
.component-why-atlas-callout .why-atlas-callout span {
  text-shadow: 0px 3px 6px #007faa;
  padding-left: 3rem;
  line-height: 1.3;
}
.component-why-atlas-callout .why-atlas-callout img {
  max-height: 69px;
  position: absolute;
  bottom: 0;
  right: 10px;
}
@media (max-width: 992px) {
  .component-why-atlas-callout .why-atlas-callout img {
    max-height: 50px;
  }
}
.component-why-atlas-callout .why-atlas-callout .callout-link {
  text-decoration: none;
}
.component-why-atlas-callout .interactive-dropdown-callout {
  width: 320px !important;
}
@media (max-width: 768px) {
  .component-why-atlas-callout .interactive-dropdown-callout {
    max-width: 100% !important;
    margin-left: 1.5rem;
  }
}

.component-video-playlist .play-icon {
  width: 35px;
}
.component-video-playlist .thumb-container {
  background-size: cover;
  background-position: center;
  background-color: #515050;
  height: 100px;
  border-radius: 5px;
}
.component-video-playlist .video-item:hover {
  background-color: #7b7b7b;
  color: white;
}
.component-video-playlist .video-playlist {
  height: 350px;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #f1f1f1;
}
.component-video-playlist .video-player {
  height: 400px;
}

.roadshow-events-component {
  position: relative;
}
.roadshow-events-component .main-image {
  position: relative;
  top: -12rem;
}
.roadshow-events-component .main-image img {
  max-width: 24rem;
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .main-image {
    top: -4rem;
  }
  .roadshow-events-component .main-image img {
    max-width: 12rem;
  }
}
.roadshow-events-component .main-content {
  background-image: url("https://www.atlasroofing.com/resources/img/roadshow-bg.png");
  margin-top: -14rem;
  background-position-y: 15rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .main-content {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .main-top-container {
    text-align: center;
  }
}
.roadshow-events-component .logos-images img {
  max-width: 5rem;
}
.roadshow-events-component .text-blue {
  color: #0096D7;
}
.roadshow-events-component .bg-blue {
  background-color: #0096D7;
}
.roadshow-events-component .font-sport {
  font-family: "Sports-World";
}
.roadshow-events-component .font-sport * {
  font-family: "Sports-World";
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .next-event-box {
    text-align: center !important;
  }
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .event-countdown {
    justify-content: center !important;
  }
}
.roadshow-events-component .event-countdown .event-countdown-item {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.roadshow-events-component .event-countdown .event-countdown-item .counter {
  font-family: "DS-Digital";
  color: #F9F156;
  font-size: 3rem;
  background-color: black;
  padding: 0 1rem;
  border-radius: 5px;
}
.roadshow-events-component .event-countdown .event-countdown-item p {
  text-align: center;
  font-weight: bold;
}
.roadshow-events-component .schedule-title {
  background-image: url("https://www.atlasroofing.com/resources/img/schedule-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 3rem;
}
.roadshow-events-component .readmore-title {
  background-image: url("https://www.atlasroofing.com/resources/img/schedule-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 3rem;
  margin-top: -4rem;
}
.roadshow-events-component .event-info .event-date {
  width: 3.5rem;
  min-width: 3.5rem;
}
.roadshow-events-component .event-info .event-date > p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.3rem;
}
.roadshow-events-component .event-col :hover {
  background-color: #F9F156;
}
.roadshow-events-component .event-col :hover .event-date, .roadshow-events-component .event-col :hover .event-date * {
  background-color: #0096D7;
}
.roadshow-events-component .event-col :hover .event-title {
  color: #0096D7;
}
.roadshow-events-component .partners .partner img {
  max-height: 10rem;
}
.roadshow-events-component .partners .partner {
  height: 10rem;
}
.roadshow-events-component .partners {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 568px) {
  .roadshow-events-component .partners {
    margin-left: 0;
    margin-right: 0;
  }
}

.component-get-engaged {
  position: relative;
}
.component-get-engaged img.side-logo {
  position: absolute;
  bottom: 75px;
  right: 100px;
  width: 200px;
  height: auto;
}
@media screen and (max-width: 768px) {
  .component-get-engaged div.side-logo-box {
    position: relative;
  }
  .component-get-engaged img.side-logo {
    position: relative;
    top: 0;
    left: 0;
    margin-top: 1rem;
  }
}

.stadium-tour-component {
  position: relative;
}
.stadium-tour-component .main-image {
  position: relative;
  top: -12rem;
}
.stadium-tour-component .main-image img {
  max-width: 24rem;
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .main-image {
    top: -4rem;
  }
  .stadium-tour-component .main-image img {
    max-width: 12rem;
  }
}
.stadium-tour-component .main-content {
  background-image: url("https://www.atlasroofing.com/resources/img/roadshow-bg.png");
  margin-top: 1rem;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .main-content {
    margin-top: -2rem;
  }
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .main-top-container {
    text-align: center;
  }
}
.stadium-tour-component .logos-images img {
  max-width: 5rem;
}
.stadium-tour-component .text-blue {
  color: #0096D7;
}
.stadium-tour-component .bg-blue {
  background-color: #0096D7;
}
.stadium-tour-component .font-sport {
  font-family: "Sports-World";
}
.stadium-tour-component .font-sport * {
  font-family: "Sports-World";
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .next-event-box {
    text-align: center !important;
  }
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .event-countdown {
    justify-content: center !important;
  }
}
.stadium-tour-component .event-countdown .event-countdown-item {
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}
.stadium-tour-component .event-countdown .event-countdown-item .counter {
  font-family: "DS-Digital";
  color: #F9F156;
  font-size: 3rem;
  background-color: black;
  padding: 0 1rem;
  border-radius: 5px;
}
.stadium-tour-component .event-countdown .event-countdown-item p {
  text-align: center;
  font-weight: bold;
}
.stadium-tour-component .schedule-title {
  background-image: url("https://www.atlasroofing.com/resources/img/schedule-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1rem 3rem;
}
.stadium-tour-component .readmore-title {
  background-image: url("https://www.atlasroofing.com/resources/img/schedule-title-bg.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  padding: 0 3rem;
  margin-top: -4rem;
}
.stadium-tour-component .event-info .event-date {
  width: 3.5rem;
  min-width: 3.5rem;
}
.stadium-tour-component .event-info .event-date > p:first-of-type {
  font-size: 1.5rem;
  line-height: 1.3rem;
}
.stadium-tour-component .event-col :hover {
  background-color: #F9F156;
}
.stadium-tour-component .event-col :hover .event-date, .stadium-tour-component .event-col :hover .event-date * {
  background-color: #0096D7;
}
.stadium-tour-component .event-col :hover .event-title {
  color: #0096D7;
}
.stadium-tour-component .partners .partner img {
  max-height: 10rem;
}
.stadium-tour-component .partners .partner {
  height: 10rem;
}
.stadium-tour-component .partners {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}
@media screen and (max-width: 568px) {
  .stadium-tour-component .partners {
    margin-left: 0;
    margin-right: 0;
  }
}

.stormaster-changes {
  /* DESKTOP STYLING */
  /* END DESKTOP STYLING */
  /* MOBILE STYLING */
  /* END MOBILE STYLING */
  /* Media query for screens with a width less than or equal to 767px (mobile) */
  /* Media query for screens with a width greater than or equal to 768px (desktop) */
}
.stormaster-changes .custom-content-storm .custom-main-div {
  background: url("https://www.atlasroofing.com/img/StormMaster-Shake_Roof_Cutout.png");
  background-size: contain;
  background-repeat: no-repeat;
  max-height: 470px;
  margin-top: 1rem;
  margin-bottom: 0;
}
.stormaster-changes .custom-content-storm .pin-icon {
  max-width: 50px;
}
.stormaster-changes .custom-content-storm .custom-main-div .sherry {
  max-height: 470px;
  position: absolute;
  left: -85px;
}
.stormaster-changes .custom-content-storm .custom-main-div .background-div {
  background-color: #529ed4;
  max-height: 480px;
  height: 400px;
  z-index: -1;
  position: relative;
  left: 0;
  width: 100%;
  top: -350px;
}
.stormaster-changes .custom-content-storm .custom-main-div .header {
  height: 100px;
}
.stormaster-changes .custom-content-storm .custom-main-div .scotchgard-logo {
  max-width: 150px;
}
.stormaster-changes .custom-content-storm .custom-bottom-div {
  min-height: 450px;
  background-color: rgba(103, 115, 118, 0.7);
  padding: 1rem 0;
}
.stormaster-changes .custom-content-storm .custom-bottom-div .logo {
  max-width: 300px;
}
.stormaster-changes .custom-content-storm #moleculesVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
.stormaster-changes .custom-content-storm .sherry-holder .details {
  bottom: -65px;
  right: -55px;
  font-size: 9pt;
}
@media (min-width: 992px) {
  .stormaster-changes .custom-content-storm .custom-main-div .background-div {
    top: -360px;
  }
  .stormaster-changes .custom-content-storm .custom-main-div {
    background-position: -25px 80px;
  }
  .stormaster-changes .custom-content-storm .sherry-holder .details {
    bottom: 50px;
    right: -112px;
    font-size: 9pt;
  }
}
@media (min-width: 1199px) {
  .stormaster-changes .custom-content-storm .custom-main-div .background-div {
    top: -330px;
  }
  .stormaster-changes .custom-content-storm .custom-main-div {
    background-position: 0px 78px;
  }
  .stormaster-changes .custom-content-storm .sherry-holder .details {
    bottom: -57px;
    right: -82px;
    font-size: 9pt;
  }
}
@media (min-width: 1399px) {
  .stormaster-changes .custom-content-storm .custom-main-div {
    background-position: 0px;
  }
  .stormaster-changes .custom-content-storm .sherry-holder .details {
    bottom: -55px;
    right: -53px;
    font-size: 9pt;
  }
}
@media (max-width: 991px) {
  .stormaster-changes .custom-content-storm .custom-main-div {
    background-position: 0 158px;
  }
  .stormaster-changes .custom-content-storm .custom-main-div .background-div {
    min-height: 800px;
    top: -566px;
  }
}
@media (max-width: 991px) {
  .stormaster-changes .custom-content-storm .custom-main-div {
    background-position: bottom;
    overflow: hidden;
  }
  .stormaster-changes .custom-content-storm .custom-bottom-div .pin-icon {
    justify-content: start;
  }
  .stormaster-changes .custom-content-storm .custom-main-div,
.stormaster-changes .custom-content-storm .custom-main-div .background-div {
    min-height: 800px;
    top: -380px;
  }
  .stormaster-changes .custom-content-storm .sherry-holder {
    order: 2 !important;
  }
  .stormaster-changes .custom-content-storm .sherry {
    max-height: 402px !important;
    z-index: 0;
  }
  .stormaster-changes .custom-content-storm .content-holder {
    order: 1 !important;
  }
  .stormaster-changes .custom-content-storm .custom-main-div .header {
    display: flex;
    margin-bottom: 1rem !important;
    align-items: start;
  }
  .stormaster-changes .custom-content-storm .custom-bottom-div {
    position: relative;
  }
  .stormaster-changes .custom-content-storm .sherry-holder .details {
    bottom: -340px;
    right: 215px;
    font-size: 8.5pt;
  }
  .stormaster-changes .custom-content-storm .custom-main-div .sherry {
    left: 0px;
  }
}
@media (max-width: 410px) {
  .stormaster-changes .custom-content-storm .sherry-holder .details {
    bottom: -220px;
    right: 70px;
    font-size: 8.5pt;
  }
}
@media (max-width: 568px) {
  .stormaster-changes .custom-content-storm .custom-main-div .background-div {
    top: -455px;
  }
}
.stormaster-changes .visibility-hidden {
  visibility: hidden !important;
}
.stormaster-changes .first-section {
  position: relative;
  z-index: 15;
}
.stormaster-changes .first-section img {
  max-width: 13%;
}
.stormaster-changes .first-section .header-text {
  font-size: 2.5rem;
}
.stormaster-changes .text-orange {
  color: #c0843d;
  text-align: center;
  letter-spacing: 2px;
}
.stormaster-changes .second-section {
  position: relative;
  top: -15vh;
  width: 100%;
  height: 1000px;
  overflow-x: hidden;
  z-index: 0;
}
.stormaster-changes .icons-bg-container {
  position: relative;
  top: 35%;
  left: 15%;
  z-index: -1;
}
.stormaster-changes .boxes-container {
  z-index: 999;
}
.stormaster-changes .icons-bg-container img.icons-bg-main-image {
  max-width: 80%;
}
.stormaster-changes .box {
  position: absolute;
}
.stormaster-changes .box .box-header-img {
  width: 90%;
}
.stormaster-changes .box .box-number-icon {
  width: 30px;
}
.stormaster-changes .box-title {
  font-weight: bold;
  font-size: 1.2rem;
}
.stormaster-changes .box-1 {
  top: 10%;
  width: 22%;
  /*max-width: 300px;*/
}
.stormaster-changes .box-1-lines-icon img {
  width: 200px;
}
.stormaster-changes .box-2-lines-icon img {
  width: 200px;
}
@media only screen and (min-width: 993px) {
  .stormaster-changes .box-lines-static img {
    width: 50px;
  }
  .stormaster-changes .box-1-lines-icon {
    position: absolute;
    top: 6%;
    left: 11.5%;
  }
  .stormaster-changes .box-2-lines-icon {
    position: absolute;
    top: -3%;
    left: 22%;
  }
  .stormaster-changes .box-3-lines-icon {
    position: absolute;
    top: -4%;
    left: 39%;
  }
  .stormaster-changes .box-4-lines-icon {
    position: absolute;
    top: -4%;
    left: 50%;
  }
  .stormaster-changes .box-5-lines-icon {
    position: absolute;
    top: 6%;
    left: 55%;
  }
  .stormaster-changes .box-6-lines-icon {
    position: absolute;
    top: 33%;
    left: 44%;
  }
  .stormaster-changes .box-7-lines-icon {
    position: absolute;
    top: 33%;
    left: 23.5%;
  }
}
@media only screen and (min-width: 1350px) {
  .stormaster-changes .box-lines-static img {
    width: 60px;
  }
  .stormaster-changes .box-1-lines-icon {
    position: absolute;
    top: 6%;
    left: 11.5%;
  }
  .stormaster-changes .box-2-lines-icon {
    position: absolute;
    top: -3%;
    left: 22%;
  }
  .stormaster-changes .box-3-lines-icon {
    position: absolute;
    top: -4%;
    left: 39%;
  }
  .stormaster-changes .box-4-lines-icon {
    position: absolute;
    top: -4%;
    left: 50%;
  }
  .stormaster-changes .box-5-lines-icon {
    position: absolute;
    top: 6%;
    left: 55%;
  }
  .stormaster-changes .box-6-lines-icon {
    position: absolute;
    top: 33%;
    left: 44%;
  }
  .stormaster-changes .box-7-lines-icon {
    position: absolute;
    top: 33%;
    left: 23.5%;
  }
}
@media only screen and (min-width: 1600px) {
  .stormaster-changes .box-lines-static img {
    width: 65px !important;
  }
  .stormaster-changes .box-1-lines-icon {
    position: absolute;
    top: 10%;
    left: 12%;
  }
  .stormaster-changes .box-2-lines-icon {
    position: absolute;
    top: -1%;
    left: 22%;
  }
  .stormaster-changes .box-3-lines-icon {
    position: absolute;
    top: -2%;
    left: 39%;
  }
  .stormaster-changes .box-4-lines-icon {
    position: absolute;
    top: -2%;
    left: 50%;
  }
  .stormaster-changes .box-5-lines-icon {
    position: absolute;
    top: 10%;
    left: 55.5%;
  }
  .stormaster-changes .box-6-lines-icon {
    position: absolute;
    top: 35%;
    left: 44%;
  }
  .stormaster-changes .box-7-lines-icon {
    position: absolute;
    top: 35%;
    left: 23.5%;
  }
}
.stormaster-changes .box-2 {
  max-width: 400px;
  left: 25%;
  top: 10%;
}
.stormaster-changes .box-4 {
  max-width: 400px;
  left: 70%;
  top: 12%;
}
.stormaster-changes .box-3 {
  max-width: 400px;
  left: 50%;
  top: 10%;
}
.stormaster-changes .box-6 {
  max-width: 600px;
  left: 49%;
  top: 73%;
  /*bottom: 12%;*/
}
.stormaster-changes .box-7 {
  max-width: 700px;
  left: 0;
  /*top: 0;*/
  bottom: 5%;
}
.stormaster-changes .box-7-right-imgs-container {
  position: relative;
  top: -10%;
}
.stormaster-changes .box-7-right-img {
  max-width: 120px;
}
.stormaster-changes .box-7 .box-header-img {
  width: 50%;
}
.stormaster-changes .box-5 {
  width: 450px;
  left: 76%;
  top: 29%;
}
.stormaster-changes .box-lines-hidable {
  z-index: 5;
}
.stormaster-changes .box-lines-static {
  z-index: 15;
  pointer-events: auto;
}
@media (min-width: 927px) {
  .stormaster-changes .second-section {
    top: -5vh;
  }
}
@media (min-width: 1200px) {
  .stormaster-changes .second-section {
    top: -7vh;
  }
}
@media (min-width: 1445px) {
  .stormaster-changes .second-section {
    top: -8vh;
  }
}
@media (min-width: 1600px) {
  .stormaster-changes .second-section {
    top: -9vh;
  }
}
@media (min-width: 1700px) {
  .stormaster-changes .second-section {
    top: -10vh;
  }
}
@media (max-width: 926px) {
  .stormaster-changes .second-section {
    top: -5vh;
  }
}
@media (max-width: 1249px) {
  .stormaster-changes .main-container {
    margin-right: 3%;
  }
}
.stormaster-changes .m-container {
  font-size: 1rem;
  /*line-height: 3.5rem;*/
}
.stormaster-changes .m-first-section {
  position: relative;
  z-index: 15;
}
.stormaster-changes .m-first-section img {
  max-width: 33%;
}
.stormaster-changes .m-first-section .m-header-text {
  font-size: 1.75rem;
}
.stormaster-changes .m-second-section {
  position: relative;
  top: -1vh;
  width: 100%;
  height: 1050px;
  overflow-x: hidden;
  background: url("https://www.atlasroofing.com/resources/img/pinnacle-pristine/background-mobile.png");
  z-index: 10;
  padding: 10% 2%;
  color: white;
}
.stormaster-changes .m-box-title {
  font-weight: bold;
  font-size: 2rem;
}
.stormaster-changes .m-icons-bg-container {
  margin: 20% 0 0 20%;
  overflow: visible;
  position: absolute;
  /*top: 60%;*/
  left: 1%;
  z-index: -1;
}
.stormaster-changes .m-icons-container {
  margin: 20% 0 0 20%;
  overflow: visible;
  position: absolute;
  /*top: 60%;*/
  /*left: 10%;*/
  z-index: 1;
}
.stormaster-changes .m-icons-bg-container img {
  max-width: 140%;
}
.stormaster-changes .m-box-icon {
  position: absolute;
  width: 30px;
}
.stormaster-changes #m-box-1-icon {
  left: -9.5vw;
  top: -1vh;
}
.stormaster-changes #m-box-2-icon {
  left: 5vw;
  top: -2vh;
}
.stormaster-changes #m-box-3-icon {
  left: 18vw;
  top: -3vh;
}
.stormaster-changes #m-box-4-icon {
  left: 32vw;
  top: -3vh;
}
.stormaster-changes #m-box-5-icon {
  left: 42vw;
  top: 0vh;
}
.stormaster-changes #m-box-6-icon {
  left: 27.5vw;
  top: 4vh;
}
.stormaster-changes #m-box-7-icon {
  left: 3vw;
  top: 4vh;
}
.stormaster-changes #m-lines {
  position: absolute;
  top: 14%;
  left: 9%;
}
.stormaster-changes #m-vertical-line {
  position: absolute;
  border-left: 2px solid #c0c0c0;
  /*height: 850px;*/
}
.stormaster-changes #m-horizontal-line {
  position: absolute;
  border-bottom: 2px solid #c0c0c0;
  width: 850px;
  /*top: 850px;*/
}
.stormaster-changes .m-bottom-content {
  position: relative;
  letter-spacing: 10px;
  text-align: center;
  color: #c0843d;
  padding-bottom: 1rem;
}
.stormaster-changes .m-box-number-icon {
  width: 50px;
}
@media (min-width: 708px) {
  .stormaster-changes #m-lines {
    position: absolute;
    top: 17%;
    left: 6%;
  }
  .stormaster-changes .m-second-section {
    position: relative;
    top: -5vh;
  }
}
@media (max-width: 992px) {
  .stormaster-changes .m-container {
    display: block;
  }
  .stormaster-changes .main-container {
    display: none;
  }
  .stormaster-changes #moleculesVideo {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
  }
}
@media (min-width: 993px) {
  .stormaster-changes .m-container {
    display: none;
  }
  .stormaster-changes .main-container {
    display: block;
  }
}
.stormaster-changes .stormmaster-features .video-background {
  position: absolute;
  bottom: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  z-index: -1;
}
@media (min-aspect-ratio: 16/9) {
  .stormaster-changes .stormmaster-features .video-background video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .stormaster-changes .stormmaster-features .video-background video {
    width: auto;
    height: 100%;
  }
}
@media (max-width: 768px) {
  .stormaster-changes #moleculesVideo {
    display: none;
  }
  .stormaster-changes .custom-bottom-div {
    background: url("https://www.atlasroofing.com/resources/img/pinnacle-pristine/MoleculeBackgroundImage.png");
    background-blend-mode: darken;
  }
}

.core4-circle .p-relative {
  position: relative;
}
.core4-circle .p-absolute {
  position: absolute;
}
.core4-circle .p-fixed {
  position: fixed;
}
.core4-circle .p-static {
  position: static;
}
.core4-circle .box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 200px;
  border-radius: 25px;
  min-width: 40%;
  max-width: 45%;
  height: 200px;
  transition: height 0.5s ease;
}
.core4-circle .opened-box {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  min-height: 200px;
  border-radius: 25px;
  min-width: 40%;
  max-width: 45%;
  height: 330px;
  transition: height 0.5s ease;
}
.core4-circle .circle {
  z-index: 10;
  left: 50%;
  transform: translateX(-50%);
}
.core4-circle .box-container {
  z-index: 5;
}
.core4-circle .circle img {
  max-width: 400px;
  width: 90%;
}
.core4-circle .large-number {
  font-size: 3rem;
  font-weight: bolder;
  color: #BE9D63;
}
.core4-circle .pointer {
  cursor: pointer;
}
.core4-circle .to-top {
  margin-top: -100%;
}
.core4-circle .first-small {
  left: 80px;
  top: 90px;
}
.core4-circle .second-small {
  right: 110px;
  top: 90px;
}
.core4-circle .third-small {
  left: 50px;
  top: 30px;
}
.core4-circle .fourth-small {
  right: 110px;
  bottom: 100px;
}
.core4-circle .rotate-180 {
  transform: rotate(180deg);
}
.core4-circle .big-content {
  max-width: 400px;
}
@media (max-width: 1174px) {
  .core4-circle .circle img {
    width: 75%;
  }
  .core4-circle .first-small, .core4-circle .third-small {
    left: 15px;
  }
  .core4-circle .second-small, .core4-circle .fourth-small {
    right: 3.5rem;
  }
  .core4-circle .large-number {
    font-size: 2rem;
  }
  .core4-circle .big-content {
    width: 270px !important;
  }
  .core4-circle .opened-box {
    height: 400px !important;
  }
}
@media (max-width: 1457px) {
  .core4-circle .big-content {
    width: 300px;
  }
}
.core4-circle .ico {
  max-width: 70px;
}

/*# sourceMappingURL=styles.css.map */
