/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-70,
  #RPsbsr-70 {
    padding: var(--sectionPadding);
  }
  #RPsbs-70 .cs-container,
  #RPsbsr-70 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #RPsbs-70 .cs-container .cs-content,
  #RPsbsr-70 .cs-container .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 33.875rem;
    margin-right: auto;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #RPsbs-70 .cs-container .cs-content .cs-text,
  #RPsbsr-70 .cs-container .cs-content .cs-text,
  #RPsbs-70 .cs-container .cs-content .wysiwyg-wrapper p,
  #RPsbsr-70 .cs-container .cs-content .wysiwyg-wrapper p {
    margin-bottom: 1rem;
  }
  #RPsbs-70 .cs-container .cs-content .cs-text:last-of-type,
  #RPsbsr-70 .cs-container .cs-content .cs-text:last-of-type,
  #RPsbs-70 .cs-container .cs-content .wysiwyg-wrapper p:last-of-type,
  #RPsbsr-70 .cs-container .cs-content .wysiwyg-wrapper p:last-of-type {
    margin-bottom: 2rem;
  }
  #RPsbs-70 .cs-picture,
  #RPsbsr-70 .cs-picture {
    width: 95%;
    max-width: 18.75rem;
    margin: 0;
    position: relative;
    display: block;
    /* width divided by height */
    aspect-ratio: 312/335;
    z-index: 1;
  }
  #RPsbs-70 .cs-picture:before,
  #RPsbsr-70 .cs-picture:before {
    /* Top right box */
    content: "";
    width: 10rem;
    /* 202px - 248px */
    height: clamp(12.625rem, 25vw, 15.5rem);
    background: var(--primaryDark);
    opacity: 1;
    position: absolute;
    display: block;
    opacity: 0.2;
    /* 16px -20px */
    /* wrapped in a calc funtion to get a negative clamp value */
    top: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    right: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
  }
  #RPsbs-70 .cs-picture:after,
  #RPsbsr-70 .cs-picture:after {
    /* Bottom left box */
    content: "";
    width: 10rem;
    /* 202px - 248px */
    height: clamp(12.625rem, 25vw, 15.5rem);
    background: var(--primaryDark);
    opacity: 1;
    position: absolute;
    display: block;
    opacity: 0.2;
    /* 16px -20px */
    /* wrapped in a calc funtion to get a negative clamp value */
    bottom: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    left: calc(clamp(.5rem, 2.09vw, 1.25rem) * -1);
    z-index: -1;
  }
  #RPsbs-70 .cs-picture img,
  #RPsbsr-70 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #RPsbs-70 .cs-container,
  #RPsbsr-70 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    /* 60px - 128px */
    gap: clamp(3.75rem, 9.5vw, 8rem);
  }
  #RPsbs-70 .cs-container .cs-content,
  #RPsbsr-70 .cs-container .cs-content {
    width: 45%;
    margin: 0;
  }
  #RPsbs-70 .cs-picture,
  #RPsbsr-70 .cs-picture {
    /* 328px - 502px */
    width: clamp(20.5rem, 37.5vw, 31.375rem);
    /* 440px - 520px */
    height: clamp(27.5rem, 40vw, 32.5rem);
    /* 16px - 20px */
    margin: 0 0 0 clamp(1rem, 5vw, 1.25rem);
    max-width: 34.375rem;
    flex: none;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-70 {
    background-image: var(--sectionBackgroundGradient);
    border-top: var(--sectionBackgroundBorderTop);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48em) {
  #RPsbsr-70 .cs-container {
    justify-content: flex-end;
  }
  #RPsbsr-70 .cs-picture {
    /* 16px - 20px */
    margin-right: clamp(1rem, 5vw, 1.25rem);
    /* forces it to the left */
    order: 2;
  }
}
/*-- -------------------------- -->
<---       Gravity Forms        -->
<--- -------------------------- -*/
@media only screen and (min-width: 0em) {
  body .gform_wrapper {
    text-align: left;
  }
  body .gform_wrapper .gform_body .gform_fields {
    grid-row-gap: 1.75rem;
    grid-column-gap: 1.5rem;
  }
  body .gform_body .gform_fields .gfield input[type="date"],
  body .gform_body .gform_fields .gfield input[type="email"],
  body .gform_body .gform_fields .gfield input[type="password"],
  body .gform_body .gform_fields .gfield input[type="search"],
  body .gform_body .gform_fields .gfield input[type="text"],
  body .gform_body .gform_fields .gfield input[type="url"],
  body .gform_body .gform_fields .gfield input[type="tel"],
  body .gform_body .gform_fields .gfield textarea {
    background-color: rgba(244, 244, 244, 0.5);
    border-radius: 0.5rem;
    border: 1px solid rgba(0, 0, 0, 0.33);
    font-family: inherit;
    font-weight: 500;
    min-height: 2rem;
    line-height: 2;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 1.2rem;
  }
  body .gform_body .gform_fields .gfield input[type="date"]:focus,
  body .gform_body .gform_fields .gfield input[type="email"]:focus,
  body .gform_body .gform_fields .gfield input[type="password"]:focus,
  body .gform_body .gform_fields .gfield input[type="search"]:focus,
  body .gform_body .gform_fields .gfield input[type="text"]:focus,
  body .gform_body .gform_fields .gfield input[type="url"]:focus,
  body .gform_body .gform_fields .gfield input[type="tel"]:focus,
  body .gform_body .gform_fields .gfield textarea:focus {
    border-color: var(--primaryDark);
    outline: 0;
  }
  body .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice {
    margin-bottom: 0.6rem;
    margin-right: 1rem;
    padding-right: 0;
    cursor: pointer;
    display: block !important;
  }
  body .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice:last-child {
    padding-bottom: 0;
  }
  body .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice label {
    font-size: 1.2rem;
    margin-left: 0.2rem;
  }
  body .gform_wrapper .gform_body .gform_fields .gfield .gfield_label {
    letter-spacing: 0.05rem;
    font-size: 1.1rem;
    font-weight: 600;
  }
  body .gform_wrapper .gform_footer input[type="submit"] {
    font-size: 1rem;
    font-weight: bold;
    line-height: 3.125em !important;
    min-height: 3.125rem !important;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    width: auto;
    padding: 0 1.875rem;
    border-radius: 0.4rem;
    border: 1px solid var(--primaryDark);
    cursor: pointer;
    color: #fff;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    transition: color, background-color 0.3s;
    transition-delay: 0.1s;
  }
  body .gform_wrapper .gform_footer input[type="submit"]:hover {
    background-color: var(--primaryDark);
  }
  body .gform_wrapper .gform_footer input[type="submit"]:hover:before {
    width: 100%;
  }
  body .gform_wrapper.gravity-theme .gform_validation_errors {
    margin-bottom: 2rem;
    scroll-margin-top: 10px;
  }
  body .gform_wrapper.gravity-theme .gform_validation_errors > h2 {
    font-size: 1rem;
  }
  body .gform_confirmation_wrapper {
    background: #ffe;
    border-radius: 0.5rem;
    border: 1.5px solid #b3c8b1;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.11), 0 0 4px rgba(18, 25, 97, 0.04);
    padding: 1rem;
    position: relative;
    width: 100%;
    color: #4d5f0b;
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1.1rem;
  }
  .gform_anchor {
    scroll-margin-top: 7.5rem;
    outline: 0;
  }
  .gform_required_legend {
    display: none;
  }
}
@media only screen and (min-width: 641px) {
  body .gform_wrapper .gfield.gf_list_inline .gfield_radio .gchoice {
    display: inline-block !important;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbs-70 .cs-content .cs-title {
    font-size: 1.8rem;
  }
  #RPsbs-70 .cs-content .anonymous-complaint {
    margin-top: 2rem;
  }
  #RPsbs-70 .cs-content .anonymous-complaint h3 {
    color: var(--secondary);
    font-size: 1.5rem;
    font-weight: 600;
  }
}
