/* Contact Page */
.ph-page-container {
    margin-top: 0px !important;
}

.ph-page-row .get-in-touch {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.ph-page-row .get-in-touch .content {
  padding: 10px;
}

    .ph-page-row .get-in-touch .content h1 {
        margin-bottom:20px;
    }

    .ph-page-row .get-in-touch .content p {
        font-family: Lato;
        font-weight: 400;
        font-size: 20px;
    }

.ph-page-row .get-in-touch .contact-information {
  margin-top: 35px;
}

    .ph-page-row .get-in-touch .contact-information h3 {
        font-family: Nunito;
        color: #685BC7 !important;
    }

.ph-page-row .get-in-touch .contact-information .contact-link {
  text-decoration: none;
  color: var(--dark-default) !important;
}
.ph-page-row .get-in-touch .contact-information .contact-link:hover {
  color: var(--primary-orange) !important;
}
    .ph-page-row .get-in-touch .content .ph-items-group {
        min-height: 120px;
        margin-top: 25px;
    }
.ph-page-row .get-in-touch .content .ph-social-list-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.ph-page-row .get-in-touch .content .ph-social-list-icons li {
  display: inline-block;
  margin-right: 10px;
}
.ph-page-row .get-in-touch .content .ph-social-list-icons li:last-child {
  margin-right: 0;
}
.ph-page-row .get-in-touch .content .ph-social-list-icons li img {
  width: 36px;
}
.ph-page-row .get-in-touch .content .ph-social-list-icons li img:hover {
  opacity: .75;
}
/* Map */
.ph-map-container {
  margin-top: 50px;
}
.ph-map-container .ph-map-item {
  padding-top: 50px;
}
/* Contact Form */
.ph-form-container .ph-form-item {
  margin-top: -115px;
  position: relative;
}
    .ph-form-container .ph-form-item .ph-contact-form {
        width: 750px;
        margin: 0 auto;
        background: var(--primary-white);
    }

.ph-hero-banner .hero-item .ph-hero-image--desktop {
    width: 100%;
    height: 790px;
}

.ph-hero-banner .ph-hero-image--mobile {
    display: none;
}

.ph-hero-banner .ph-hero-container {
    margin: 0 auto;
    padding: 0;
}

.ph-hero-banner .hero-caption {
    display: flex;
    height: 100%;
    min-height: 1000px;
    padding-top: 15px;
    padding-bottom: 15px;
    /*background: url("/Themes/ThePouchHouse/Content/assets/images/SamplePage/hero-banner-sample.jpg") no-repeat;*/
}

    .ph-hero-banner .hero-caption .hero-caption-content {
        align-items: center;
        /*padding-left: 60px;*/
        margin-top:60px;
    }

        .ph-hero-banner .hero-caption .hero-caption-content .hero-title {
            font-size: 30px;
            line-height: 41px;
            font-weight: 900;
            letter-spacing: 1px;
            /*color: var(--primary-white);*/
        }

        .ph-hero-banner .hero-caption .hero-caption-content p {
            /*margin: 40px 70px 40px 0;*/
            font-size: 20px;
            line-height: 30px;
            /*color: var(--primary-white);*/
        }

/* Breakpoints */
@media only screen and (max-width: 1600px) {}
@media only screen and (max-width: 1400px) {}
@media only screen and (max-width: 1200px) {}
@media only screen and (max-width: 992px) {
  .ph-map-container {
    margin-top: 0;
  }
  .ph-form-container {
    margin-top: -35px;
  }
  .ph-form-container .ph-form-item {
    margin-top: -60px;
  }
  .ph-form-container .ph-form-item .ph-contact-form {
    width: 100%;
  }
}
@media only screen and (max-width: 991px) {
    .ph-page-row .get-in-touch-pic {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

    .ph-page-row .get-in-touch .content .ph-items-group {
        min-height: revert;
        margin-bottom: 25px;
    }

    #LastName {
        margin-top: 25px;
    }

    #ContactUsForm {
        margin-top: 50px;
    }

    .ContactUsHeader .content {
        left: 50% !important;
    }
}
@media only screen and (max-width: 768px) {
  .ph-map-container {
    max-width: 100%;
    margin: 0;
    padding: 0;
  }
  .ph-map-container .ph-map-item {
    padding-top: 25px;
  }
}
@media only screen and (max-width: 767px) {
  .ph-page-row:last-child {
    padding-bottom: 25px;
  }
  .ph-page-row .get-in-touch .content {
    padding: 50px 0 0 0;
  }
  .ph-page-row .get-in-touch .content h2 {
    text-align: revert;
    margin-bottom: 10px;
  }
  .ph-page-row .get-in-touch .content p {
    text-align: revert;
  }
  .ph-page-row .get-in-touch .content .ph-items-group p {
    font-size: 18px;
  }
  .ph-form-container .ph-form-item .ph-form {
    padding: 30px;
  }
}
@media only screen and (max-width: 576px) {
  .ph-form-container {
    margin-top: -80px;
  }
  .ph-page-row .get-in-touch .content {
    max-width: 220px;
  }
  .ph-map-container .ph-map-item .ph-image {
    max-width: revert;
    height: 390px;
  }
}

.ContactUsHeader {
    background-image: linear-gradient(90deg, rgba(0, 71, 187, 0.9) 0%, rgba(104, 91, 199, 0.9) 47.4%, rgba(214, 37, 152, 0.9) 100%), url("/images/uploaded/ContactUsHeaderImage.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    width: 100%;
}

    .ContactUsHeader::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        /*background-image: linear-gradient(90deg, rgba(0, 71, 187, 0.9) 0%, rgba(104, 91, 199, 0.9) 47.4%, rgba(214, 37, 152, 0.9) 100%);*/
    }

    .ContactUsHeader .content {
        position: absolute;
        top: 50%;
        left: 22%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white !Important;
        font-family: Nunito;
        font-weight: 900;
    }

#ContactUsForm {
    border-radius: 25px;
}

    #ContactUsForm .form-control {
        font-size: 18px !important;
        font-family: Lato;
    }

    #ContactUsForm select {
        font-size: 18px !important;
        font-family: Lato;
    }

    #ContactUsForm button {
        background-color: #FFA300 !important;
        color: black !important;
        border: none !important;
        font-weight: 800;
        line-height: 24px;
        font-family: Lato;
    }

    #ContactUsForm p {
        margin-bottom: 50px;
    }

.hero-caption-form {
    margin-top: 70px !important;
}

.ph-form {
    padding: 40px;
}