/*-- -------------------------- -->
<---       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-content,
  #RPsbsr-70 .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-content .cs-title,
  #RPsbsr-70 .cs-content .cs-title {
    font-size: clamp(1.9375rem, 3.9vw, 2.5rem);
  }
  #RPsbs-70 .cs-content .cs-text,
  #RPsbsr-70 .cs-content .cs-text {
    margin-bottom: 1rem;
    font-size: 1.2rem;
  }
  #RPsbs-70 .cs-content .cs-text:last-of-type,
  #RPsbsr-70 .cs-content .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #RPsbs-70 .cs-content .list-1405,
  #RPsbsr-70 .cs-content .list-1405 {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }
  #RPsbs-70 .cs-content .list-1405 .cs-li,
  #RPsbsr-70 .cs-content .list-1405 .cs-li {
    font-size: 1.2rem;
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    /* push icon top the top so if the list item goes to two lines the icon stays at the top */
    align-items: center;
    gap: 0.625rem;
  }
  #RPsbs-70 .cs-content .list-1405 .cs-icon,
  #RPsbsr-70 .cs-content .list-1405 .cs-icon {
    width: 1.5rem;
    padding: 0.1rem;
    height: auto;
    /* adds extra space between the icon and top of parent so it's more centered */
    margin-top: 1px;
    display: block;
    background-color: var(--primary);
    border-radius: 50%;
  }
  #RPsbs-70 .cs-content .cs-button-solid,
  #RPsbsr-70 .cs-content .cs-button-solid {
    margin-top: 1.3rem;
  }
  #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;
    border-radius: 1rem;
    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;
    border-radius: 1rem;
    position: absolute;
    display: block;
    /* 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;
    border-radius: 1rem;
    position: absolute;
    display: block;
    /* 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;
    border-radius: 1rem;
  }
}
/* 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-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);
    flex: none;
    max-width: 34.375rem;
  }
  #RPsbs-70 .cs-content,
  #RPsbsr-70 .cs-content {
    width: 45%;
    margin: 0;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #RPsbsr-70 {
    background-color: #f7f7f7;
  }
}
/* 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;
  }
}
/*-- -------------------------- -->
<---        Body Content        -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #content-page-1399 {
    padding: var(--sectionPadding);
    background-color: #fff;
    /* clips the wave background from causing overflow issues when it goes off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #content-page-1399 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
  }
  #content-page-1399 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 46.125rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #content-page-1399 .cs-content .cs-title {
    width: 100%;
    max-width: auto;
    font-size: 2.4rem;
    color: var(--primary);
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #content-page-1399 .cs-container {
    align-items: center;
    justify-content: center;
  }
  #content-page-1399 .cs-content {
    width: 100%;
    max-width: 53.125rem;
    /* prevents flexbox from squishing it */
    flex: none;
  }
}
/*-- -------------------------- -->
<---        FAQ        -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  #faq-489 {
    margin-bottom: 3rem;
  }
}
@media only screen and (min-width: 0rem) {
  .post-body h2,
  .post-body h3,
  .post-body h4,
  .post-body h5,
  .post-body h6 {
    font-weight: 700;
    text-align: inherit;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
  }
  .post-body h2 {
    font-size: 1.875rem;
    margin-top: 2rem;
  }
  .post-body h3 {
    font-size: 1.5rem;
    color: var(--primary);
    margin-top: 2rem;
  }
  .post-body h4,
  .post-body h5,
  .post-body h6 {
    font-size: 1.25rem;
  }
  .post-body p {
    font-size: 1.2rem;
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  .post-body p:last-of-type {
    margin-bottom: 2rem;
  }
  .post-body p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    filter: brightness(120%);
  }
  .post-body p a:hover {
    text-decoration: none;
  }
  .post-body ol,
  .post-body ul {
    padding-left: 1.5rem;
    margin: 0 0 2rem 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  .post-body ol li,
  .post-body ul li {
    font-size: 1.2rem;
    color: var(--bodyTextColor);
  }
  .post-body img {
    max-width: 100%;
    height: auto;
  }
  .post-body img.alignleft,
  .post-body img.alignright,
  .post-body img.aligncenter {
    float: none;
    display: block;
    margin: 1rem auto;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  .post-body img.alignleft {
    float: left;
    margin: 0 1rem 0.3rem 0;
  }
  .post-body img.alignright {
    float: right;
    margin: 0 0 0.3rem 1rem;
  }
}
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #faq-489 {
    padding: var(--sectionPadding);
    background: #fafbfc;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
  }
  #faq-489 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    /* 40px - 48px */
    gap: clamp(2.5rem, 5vw, 3rem);
  }
  #faq-489 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #faq-489 .cs-content .cs-title {
    /* 17 characters wide including spaces */
    max-width: 17ch;
  }
  #faq-489 .cs-content .cs-text {
    /* 32px - 48px */
    margin-bottom: clamp(2rem, 3vw, 3rem);
  }
  #faq-489 .cs-faq-group {
    max-width: 46.25rem;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.25rem;
  }
  #faq-489 .cs-faq-group .cs-faq-item {
    list-style: none;
    width: 100%;
    /* prevents border from affecting width and height */
    box-sizing: border-box;
    background-color: #fff;
    border: 1px solid #f1f1f4;
    transition: border 0.3s, padding 0.3s, border-color 0.3s;
  }
  #faq-489 .cs-faq-group .cs-faq-item:hover {
    border-color: var(--primary);
  }
  #faq-489 .cs-faq-group .cs-faq-item.active {
    padding-bottom: 1rem;
    border-color: var(--primary);
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button {
    /* 20px - 25px */
    font-size: 1.3rem;
    line-height: 1.2em;
    text-align: left;
    font-weight: bold;
    padding: 1rem 1.5rem;
    border: none;
    background: transparent;
    color: var(--headerColor);
    display: block;
    width: 100%;
    position: relative;
    transition: background-color 0.3s, color 0.3s;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button:hover {
    cursor: pointer;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button:before {
    /* horizontal line */
    content: "";
    width: 1rem;
    height: 0.1875rem;
    background-color: currentColor;
    opacity: 1;
    border-radius: 1px;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%);
    transition: transform 0.5s, opacity 0.3s;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button:after {
    /* vertical line */
    content: "";
    width: 1rem;
    height: 0.1875rem;
    background-color: currentColor;
    opacity: 1;
    border-radius: 1px;
    position: absolute;
    display: block;
    top: 50%;
    right: 1.5rem;
    transform: translateY(-50%) rotate(90deg);
    transform-origin: center;
    transition: transform 0.5s;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button[aria-expanded="true"] {
    color: var(--primary);
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button[aria-expanded="true"]:before {
    transform: translateY(-50%) rotate(180deg);
    opacity: 0;
    background-color: var(--primary);
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button[aria-expanded="true"]:after {
    transform: translateY(-50%) rotate(360deg);
    background-color: var(--primary);
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button[aria-expanded="true"] + .cs-item-p {
    height: auto;
    margin-top: 0.5rem;
    opacity: 1;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-button .cs-button-text {
    width: 80%;
    display: block;
  }
  #faq-489 .cs-faq-group .cs-faq-item .cs-item-p {
    /* 14px - 16px */
    font-size: 1.1rem;
    line-height: 1.5em;
    width: 90%;
    height: 0;
    margin: 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    opacity: 0;
    color: var(--bodyTextColor);
    /* clips the text so it doesn't show up */
    overflow: hidden;
    transition: opacity 0.3s, padding-bottom 0.3s;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 48rem) {
  #faq-489 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 3.25rem;
  }
  #faq-489 .cs-content {
    margin-top: 3.125rem;
  }
  #faq-489 .cs-content .cs-title,
  #faq-489 .cs-content .cs-topper {
    text-align: left;
    margin-left: 0;
  }
  #faq-489 .cs-faq-group {
    width: clamp(56%, 58vw, 58%);
    flex: none;
  }
}
