:root {
  --color-orange: #ff8d2a;
  --color-navy: #0c314b;
  --color-black: #000000;
  --color-white: #ffffff;
}

*, 
*::before, 
*::after
 {
  box-sizing: border-box;
}

*:focus {
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html, body {
  font-family: 'Arial';
  overflow-x: hidden;
  padding: 0;
  margin: 0;
}

h1,
h2,
h3,
p,
ul {
  margin: 0;
  padding-bottom: 25px;
}

h1 {
  padding-bottom: 0;
}

h2 {
  color: var(--color-navy);
}

p,
ul {
  line-height: 1.5;
  font-size: 18px;
}

ul {
  padding: 0;
  list-style: none;
  padding-left: 75px;
  padding-right: 50px;
}

ul li {
  font-weight: 800;
  border-bottom: 1px solid gainsboro;
  padding: 10px 0px;
  position: relative;
}

ul li svg {
  position: absolute;
  left: -45px;
  height: 30px;
  width: 30px;
  top: 20px;
  color: var(--color-orange);
}

.lpt-container {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

.lpt-row {
  display: flex;
  column-gap: 100px;
}

.lpt-row > div, 
.lpt-row > img, 
.lpt-row > input {
  flex: 1;
}

.rsi-lp-template nav {
  background-image: url('../assets/images/bg-4.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 35px 0;
}

.rsi-lp-template nav svg {
  width: 125px;
  height: auto;
}

nav .lpt-col-left {
  align-content: center;
}

nav .lpt-col-right {
  align-content: center;
  text-align: right;
}

.lpt-phone {
  display: block;
  font-size: 28px;
  color: var(--color-white);
  text-decoration: none;
  font-weight: 600;
}

.lpt-btn {
  background: var(--color-orange);
  color: var(--color-navy);
  font-weight: 600;
  text-decoration: none;
  padding: 15px 25px;
  display: inline-block;
  border-radius: 5px;
  margin-top: 5px;
  border: 0;
  font-size: 16px;
  transition: all 0.2s;
}

.lpt-btn:hover {
  background: var(--color-white);
  color: var(--color-navy);
  cursor: pointer;
}

.rsi-lp-template header {
  background-image: url('../assets/images/bg-3.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 75px 0;
  background-attachment: fixed;
}

.rsi-lp-template header h1 {
  color: var(--color-white);
  font-weight: 800;
  font-size: 42px;
  text-align: center;
}

.rsi-lp-template main {
  padding-top: 100px;
}

.rsi-lp-template section {
  padding-bottom: 100px;
  position: relative;
}

.rsi-lp-template section h2 {
  font-size: 21px;
}

.lpt-form {
  background-image: url('../assets/images/bg-2.jpg');
  background-size: cover;
  background-position: center;
  box-shadow: 15px 15px var(--color-orange);
  color: var(--color-white);
  padding: 75px;
  text-align: center;
}

.lpt-form h2 {
  color: var(--color-orange);
  padding-bottom: 12px;
  font-size: 38px;
}

.lpt-form form .lpt-row {
  text-align: left;
}

.lpt-form p {
  font-size: 14px;
  font-style: italic;
  margin-top: 15px;
}

form .lpt-row {
  display: flex;
  column-gap: 15px;
}

.lpt-form input,
.lpt-form-download input {
  border: 0;
  padding: 15px 10px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 15px;
}

.lpt-form input.lpt-btn {
  width: auto;
  margin: 0;
  padding: 15px 25px;
}

.lpt-section-02 .lpt-content {
  width: 850px;
  max-width: 100%;
  text-align: center;
  margin: auto;
}

.lpt-section-02 .lpt-content p {
  font-style: italic;
}

.lpt-btn-secondary {
  background: var(--color-navy);
  color: var(--color-white);
}

.lpt-btn-secondary:hover {
  background: var(--color-orange);
  color: var(--color-navy);
}

.lpt-section-03 h2 {
  margin-left: -100px;
  padding-bottom: 40px;
}

img {
  max-width: 100%;
}

.lpt-section-03 img {
  margin-top: -75px;
  max-width: calc(100% + 50px);
}

.lpt-section-03 p strong {
  display: block;
}

.lpt-form-download {
  background-image: url('../assets/images/bg-5.jpg');
  background-size: cover;
  background-position: center;
  padding: 75px;
  margin: auto;
  margin-left: 0;
  width: 950px;
  max-width: 80%;
  border-radius: 50px;
  background-attachment: fixed;
}

.lpt-form-download h2 {
  color: var(--color-white);
}

.lpt-form-download .lpt-content {
  width: 85%;
  max-width: 100%;
}

.lpt-section-04 .lpt-container {
  position: relative;
}

.lpt-section-04 form img {
  position: absolute;
  bottom: -50px;
  top: 50px;
  right: 50px;
  width: 350px;
}

.lpt-form-download .lpt-btn {
  margin: 0;
  margin-bottom: 13px;
}

.lpt-section-04 h2 {
  margin-bottom: 10px;
}

.lpt-section-05 {
  text-align: center;
  padding-top: 100px;
}

.lpt-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 25px;
  padding-top: 25px;
  max-width: 100%;
  margin: auto;
  justify-content: center;
  padding-bottom: 25px;
}

.lpt-logos img {
  width: 160px;
  padding-bottom: 25px;
  height: 100px;
  object-fit: contain;
}

.lpt-certs {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: center;
  column-gap: 50px;
  padding-top: 25px;
  max-width: 100%;
  margin: auto;
}

.rsi-resources .lpt-container {
        gap: 50px;
    display: flex;
    flex-direction: column;
}

.resource-modal {
    width: 1000px;
    max-width: 85%;
    margin: auto;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: fit-content;
}

.resource-modal button {
    position: absolute;
    right: 20px;
    top: 16px;
    background: transparent;
    box-shadow: none;
    border: none;
    color: white;
    font-size: 21px;
    transition: all 0.2s;
}

.resource-modal button:hover {
    cursor: pointer;
    color: var(--color-orange);
}

footer {
  background-image: url('../assets/images/bg-2.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 65px 0 75px 0;
  color: var(--color-white);
}

footer svg {
  width: 125px;
  height: auto;
}

footer .lpt-col-right {
  text-align: right;
}

footer .lpt-col-left {
  font-style: italic;
  flex: 50%;
}

footer .lpt-col-left p:last-child {
  font-weight: 800;
}

footer .lpt-col-left p a {
  text-decoration: none;
  color: var(--color-white);
}

footer p {
  font-size: 16px;
  padding-bottom: 50px;
}

.light-left {
  position: absolute;
  top: -35%;
  left: -25%;
  opacity: .15 !important;
  width: 50%;
  z-index: -1;
}

.light-right {
  position: absolute;
  top: -75%;
  right: -25%;
  opacity: .15 !important;
  width: 60%;
  z-index: -1;
}

#customForm label {
  display: none;
}

.hs-error-msgs {
  display: none !important;
}

.form-columns-1 {
  display: inline-flex !important;
}

.form-columns-2 {
  width: 97% !important;
  margin: auto !important;
}

fieldset.form-columns-1 .hs-input {
  width: 100% !important;
}

fieldset.form-columns-1 .input {
  margin-right: 8px !important;
}

#form-dl-checklist {
  width: 100%;
}

#form-dl-checklist form {
  display: flex;
  gap: 8px;
}

#form-dl-checklist form > div {
  flex: 1;
  min-width: 0; 
  box-sizing: border-box;
}

.rsi-resources.rsi-resources-docs .lpt-row {
display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 75px 50px;
}