/* PAGE-SPECIFIC STYLES FOR THE CONTACT PAGE */
#cs-navigation {
  background-color: #fff;
}
/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
@media only screen and (min-width: 0rem) {
  .cs-wave-contact {
    /* we're stretching the svg wider than the viewport so it's taller and has more of a presence */
    width: 48rem;
    height: auto;
    display: block;
    position: absolute;
    left: 50%;
    bottom: -1px;
    transform: translateX(-50%);
    z-index: 1;
  }
}
@media only screen and (min-width: 48rem) {
  .cs-wave-contact {
    width: 100%;
    left: 0;
    transform: none;
  }
}
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact-1184 {
    padding: var(--sectionPadding);
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-color: var(--two);
    position: relative;
    z-index: 4;
  }
  #contact-1184 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #contact-1184 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }
  #contact-1184 .cs-container {
    width: 100%;
    /* changes to 100% at tablet */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    flex-direction: column;
  }
  #contact-1184 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: var(--sectionPadding);
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    margin-bottom: 2rem;
  }
  #contact-1184 .cs-title {
    margin: 0 0 1.375rem 0;
    color: var(--six);
    font-size: 1.375rem;
  }
  #contact-1184 .cs-form {
    width: 100%;
    /* 24px - 48px top and bottom */
    /* 24px - 32px left and right */
    padding: 0;
    /* prevents flexbox from affecting height and width */
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
  }
  #contact-1184 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact-1184 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: var(--headerColor);
    background-color: #fff;
    background: linear-gradient(#fff, #fff) padding-box, #e98a16;
    border: 4px solid transparent;
    border-radius: 30px;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
  }
  #contact-1184 .cs-input::placeholder {
    color: var(--four);
    opacity: 0.6;
  }
  #contact-1184 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #contact-1184 .left-column {
    padding: var(--sectionPadding);
    padding-top: 7rem;
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    gap: 2rem;
  }
  #contact-1184 .left-column img {
    max-height: 21.875rem;
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: relative;
    top: 0;
    left: 0;
  }
  #contact-1184 .left-column ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 16px - 20px */
    gap: clamp(1rem, 2vw, 1.5rem);
  }
  #contact-1184 .left-column ul li {
    width: 100%;
    max-width: 31.25rem;
    margin: 0;
    /* 20px - 40px top & bottom */
    /* 16px - 32px left & right */
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
  }
  #contact-1184 .left-column ul li a {
    text-decoration: none;
    color: var(--three);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 1.125rem;
    gap: 0.5rem;
  }
  #contact-1184 .left-column ul li a img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 48rem) {
  #contact-1184 {
    padding: var(--sectionPadding);
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    padding-top: 8rem;
  }
  #contact-1184 .cs-container {
    max-width: 100%;
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    /* 16px - 52px */
    /* 48px - 80px */
    gap: clamp(3rem, 6vw, 5rem);
    gap: clamp(1rem, 2vw, 3.25rem);
  }
  #contact-1184 .cs-title {
    font-size: 2rem;
  }
  #contact-1184 .cs-content {
    width: 50%;
    max-width: 40.125rem;
    flex: none;
    margin-bottom: 0;
  }
  #contact-1184 .cs-form {
    padding: clamp(1.5rem, 4vw, 3rem) clamp(1.5rem, 3vw, 2rem);
  }
  #contact-1184 .cs-input {
    border-radius: 40px;
  }
  #contact-1184 .left-column {
    padding: var(--sectionPadding);
    max-height: unset;
    width: 50%;
  }
  #contact-1184 .left-column ul {
    padding-left: 3rem;
  }
  #contact-1184 .left-column img {
    max-height: 25rem;
  }
}
@media only screen and (min-width: 64rem) {
  #contact-1184 .left-column {
    padding-top: 1rem;
  }
  #contact-1184 .cs-content {
    margin-right: 12rem;
    position: relative;
    padding: 0;
    justify-content: center;
  }
  #contact-1184 .cs-form {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
  }
  #contact-1184 .cs-form .cs-button-solid {
    align-self: center;
  }
  #contact-1184 .cs-email,
  #contact-1184 .cs-phone {
    width: 48%;
  }
  #contact-1184 .left-column .cs-ourico {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
  }
}
