/* 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 .content-p p {
		color: #000;
		font-family: Lato;
		font-size: 20px;
		font-style: normal;
		font-weight: 400;
		line-height: 30px; 
	}

.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;
    }

	.ph-page-row .get-in-touch .contact-information .pouch-house h3 {
		color: var(--Cobalt-Blue, #005F9B);
		font-family: Lato;
		font-size: 30px;
		font-style: normal;
		font-weight: 900;
		line-height: normal;
	}
.ph-page-row .get-in-touch .contact-information .contact-link {
  text-decoration: none;
  /*color: var(--dark-default);*/
  color: #000
}
.ph-page-row .get-in-touch .contact-information .contact-link:hover {
  color: var(--primary-orange);
}
    .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);*/
        }

.hero-caption-form-title {
	color: #000;
	text-align: center;
	/* H2 */
	font-family: Lato;
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
	line-height: 50px; /* 111.111% */
}
.topic-title {
	color: #000;
	font-family: Lato;
	font-size: 45px;
	font-style: normal;
	font-weight: 900;
	line-height: 50px;
}
/* Breakpoints */
@media only screen and (max-width: 1600px) {
	.item-top {
		margin-top: 25px;
	}
}
@media only screen and (max-width: 1400px) {
	.ph-container {
	max-width:1150px !important;
	}
	.item-top {
	margin-top:42px !important;
	}
}
@media only screen and (max-width: 1200px) {
	.item-top {
		margin-top: 25px !important;
	}
}
@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("/Themes/420Pouchhouse/Content/images/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: 19%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white !Important;
        font-family: Nunito;
        font-weight: 900;
    }

.ContactUsHeader-420ph {
	background-image: linear-gradient(90deg, rgba(0, 71, 187, 0.90) 0%, rgba(0, 147, 197, 0.90) 48.96%, rgba(108, 190, 69, 0.90) 100%), url("/Themes/420Pouchhouse/Content/images/ContactUsHeaderImage.jpg");
}

	.ContactUsHeader-420ph .content h1 {
		color: #FFF;
		font-family: Lato;
		font-size: 65px;
		font-style: normal;
		font-weight: 900;
		line-height: 75px; 
	}

#ContactUsForm {
	/*border-radius: 25px;*/
	border-radius: 20px;
	border: 1px solid #DCDCDC;
	background: #FFF;
	box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.10);
}

    #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;
}

.ph-form {
    padding: 40px;
}

#hsForm_377de9aa-ea31-4942-bd66-04d6f274796d ul {
	list-style-type: none;
	text-align: left;
	margin-left: 10px;
	margin-top: 10px
}
	#hsForm_377de9aa-ea31-4942-bd66-04d6f274796d ul li {
		color: red;
	}
#hsForm_377de9aa-ea31-4942-bd66-04d6f274796d .hs-error-msg {
	margin-bottom: 0px !important;
}
.form-control:focus,
.form-control:active,
.form-select:focus,
.form-select:active,
input:focus,
input:active,
textarea:focus,
textarea:active,
select:focus,
select:active{
	outline: 2px solid var(--primary-blue) !important;
	box-shadow: inset 0 1px 1px rgba(94,133,196,.075), 0 0 4px rgba(94,133,196, .35) !important;
}