@font-face {
  font-family: "Oswald";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://static.rainfocus.com/hdsupply/hdconnect24/static/staticfile/staticfile/Oswald-VariableFont_wght_1714685819078001HzKA.ttf") format("truetype");
}
@font-face {
  font-family: "Monserrat";
  font-style: normal;
  font-stretch: normal;
  font-display: swap;
  font-weight: 400;
  src: url("https://static.rainfocus.com/hdsupply/hdconnect24/static/staticfile/staticfile/Montserrat-VariableFont_wght_1714685818894001HsyQ.ttf") format("truetype");
}
:root {
  --arc-color-yellow: #FFC014;
  --arc-color-black: #010101;
  --arc-color-white: #ffffff;
  --arc-color-black-base: #000000;
  --arc-color-black-80: #00000080;
  --rf-brand-color-primary: var(--arc-color-yellow);
  --rf-brand-color-primary-hover: var(--arc-color-yellow);
  --rf-brand-color-on-primary: var(--arc-color-black);
  --rf-brand-font-family: "Monserrat", sans-serif;
  --rf-brand-font-family-heading: "Oswald", sans-serif;
  --rf-brand-color-text-body: var(--arc-color-black-base);
  --rf-brand-color-text-heading: var(--arc-color-black-base);
  --rf-comp-link-color: var(--arc-color-black-base);
  --rf-comp-link-font-decoration: underline;
  --rf-comp-link-hover-color: var(--arc-color-yellow);
  --rf-comp-button-space-padding: 16px 65px;
  --rf-comp-button-primary-color-border: var(--arc-color-yellow);
  --rf-comp-button-primary-color-background: var(--arc-color-yellow);
}

* {
  box-sizing: border-box;
}

.keep-bullets p.lighter-weight, .keep-bullets h1.lighter-weight, .keep-bullets h2.lighter-weight, .keep-bullets h3.lighter-weight, .keep-bullets h4.lighter-weight, .keep-bullets h5.lighter-weight, .keep-bullets h6.lighter-weight {
  font-weight: 300;
}
.keep-bullets p.body-lg {
  font-size: 36px;
  line-height: 44px;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .keep-bullets p.body-lg {
    font-size: 39px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media all and (min-width: 1024px) {
  .keep-bullets p.body-sm {
    font-size: 33px;
    line-height: 40px;
    margin-bottom: 20px;
  }
}

/* General button style */
a.onPeakbtn {
  background: none;
  border: none;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: inherit;
  display: inline-block;
  letter-spacing: 1px;
  margin: 15px 15px 15px 0px;
  outline: none;
  padding: 25px 80px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

a.onPeakbtn:after {
  content: "";
  position: absolute;
  z-index: -1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

/* Pseudo elements for icons */
a.onPeakbtn:before {
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

/* Icon separator */
a.onPeakbtn-sep {
  padding: 27px 50px 25px 160px;
}

a.onPeakbtn-sep:before {
  /*background: rgba(0,0,0,0.15);*/
  padding: 0;
}

/* Button 1 */
a.onPeakbtn-1 {
  background: #9fad3e;
  background-image: linear-gradient(-74deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.15) 40%);
  color: #fff;
}

a.onPeakbtn-1:hover {
  background: #666;
  background-image: linear-gradient(-74deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.15) 40%);
  font-family: sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
}

a.onPeakbtn-1:active {
  background: #4d4d4d;
  background-image: linear-gradient(-74deg, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.15) 40%);
  font-family: sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  top: 2px;
}

a.onPeakbtn-1:before {
  position: absolute;
  height: 100%;
  left: 20px;
  top: 0;
  line-height: 5.3;
  font-size: 100%;
  width: 100px;
}

/* Logo */
a.onPeakLogo:before {
  content: url(https://onpeak.s3.amazonaws.com/clipboard2019/creative-assets/onPeak-logo-white.svg);
}

.onPeakArrow {
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  top: 23px;
  right: 15px;
}

@-moz-document url-prefix() {
  .onPeakArrow {
    font-size: 26px;
    font-weight: bold;
    position: absolute;
    top: 22px;
    right: 15px;
  }
}
@media all and (min-width: 1024px) {
  .flex-box-section-full h2 {
    font-size: 41px;
    line-height: 61px;
    margin-bottom: 20px;
  }
}
.flex-box-section-full p {
  font-size: 33px;
  line-height: 40px;
  margin-bottom: 20px;
}
@media all and (min-width: 1024px) {
  .flex-box-section-full p {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 20px;
  }
}
.flex-box-section-full.list-table ul {
  background-color: white;
  padding: 10px 50px 54px 50px;
}
.flex-box-section-full.list-table ul li {
  color: #707070;
  border-bottom: 1px solid #707070;
  list-style: none !important;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
  display: grid !important;
  grid-template-columns: 1fr 1fr;
}
.flex-box-section-full.list-table ul li span {
  font-weight: 400;
}
.flex-box-section-full.list-table .element-container > .flex-box-section:has(ul), .flex-box-section-full.list-table .element-container > .flex-box-section:has(ul, a) > .element-container, .flex-box-section-full.list-table .element-container > .flex-box-section:has(ul) > .element-container > .keep-bullets {
  width: 100%;
}
@media all and (min-width: 769px) {
  .flex-box-section-full.list-table ul li {
    font-size: 31px;
    font-weight: 600;
    line-height: 80px;
  }
}
.flex-box-section-full.yellow-anchor a {
  --rf-comp-link-color: var(--arc-color-yellow);
  --rf-brand-color-primary-hover: var(--arc-color-yellow);
  --rf-comp-link-font-decoration: none;
  --rf-comp-link-hover-font-decoration: underline;
}

.main-landing-section h1 {
  font-size: 40px;
  font-weight: bold;
}
.main-landing-section .mdBtnR.mdBtnR-primary {
  border-radius: 29px;
}
.main-landing-section .element-container .keep-bullets:has(a) p {
  color: black;
  font-size: 17px;
}
.main-landing-section .element-container .keep-bullets span a {
  color: black;
  text-decoration: underline;
}
@media all and (min-width: 769px) {
  .main-landing-section h1 {
    font-size: 59px;
    font-weight: bold;
  }
  .main-landing-section .element-container .keep-bullets:has(a) p {
    font-size: 33px;
  }
}

.hotel-reservation-card {
  background-color: var(--arc-color-white);
}
.hotel-reservation-card h5 {
  font-size: 41px;
  line-height: 61px;
  text-transform: uppercase;
}
.hotel-reservation-card .card-heading {
  color: var(--arc-color-black-80);
  font-size: 35px;
  font-weight: 800;
}

