﻿/* Hero Slider */
.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: 100px;
    padding-bottom: 100px;
    /*background: url("/Themes/ThePouchHouse/Content/assets/images/SamplePage/hero-banner-sample.jpg") no-repeat;*/
}

    .ph-hero-banner .hero-caption .hero-caption-content {
        display: flex;
        /*align-items: center;*/
        padding-left:60px;
        margin-top:50px;
    }

        .ph-hero-banner .hero-caption .hero-caption-content .hero-title {
            /*font-size: 72px;
            line-height: 86px;
            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: 32px;
            line-height: 45px;*/
            /*color: var(--primary-white);*/
        }
/* Sample form */
.ph-hero-banner .hero-caption-form {
    display: flex;
    align-items: center;
}

    .ph-hero-banner .hero-caption-form .ph-form-container {
        display: flex;
        justify-content: flex-end;
        padding: 0;
    }

    .ph-hero-banner .hero-caption-form .ph-sample-form {
        width: 595px;
        min-height: 572px;
        background-color: rgba(255, 255, 255, 0.9);
        border: 1px solid var(--primary-grey);
        box-shadow: 0px 0px 50px rgba(0, 0, 0, 0.1);
        padding: 60px 30px 50px 30px;
        text-align: center;
        border-radius:25px;
    }
/* Hubspot Lead Gen Form - the form is stored on Hubspot.com */
#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a h2 {
    font-family: Nunito;
    font-weight: 900;
    font-size: 50px;
    line-height: 60px;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .ph-form-icon {
    margin: 30px 0 60px 0;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .ph-status {
    color: var(--dark-default);
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-input,
#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a select {
    width: 100%;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a input,
#us_state-bcf50c46-506e-4c8d-b596-cf256551a45a select {
    border-radius: 60px;
    height: 48px;
    padding-left: 25px;
    border: 1px solid var(--border-gray);
    color: var(--dark-default);
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a textarea {
    border-radius: 24px;
    padding-left: 25px;
    border: 1px solid var(--border-gray);
    color: var(--primary-purple);
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-error-msgs {
    list-style: none;
    text-align: left;
    margin: 0;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-error-msg {
    font-size: 14px;
    color: var(--danger);
    padding-left: 5px;
}

/*#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-error-msgs .hs-main-font-element {
  display: none;
}*/

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .ph-error-msg {
    display: flex;
    margin-left: 13px;
    margin-top: 3px;
    font-size: 14px;
    color: var(--danger);
    padding-left: 5px;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs_error_rollup {
    margin-top: 25px;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-submit {
    margin-top: 25px;
}

    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-submit .hs-button {
        width: 100%;
        padding: 0;
        background: var(--primary-orange);
        border: 2px solid var(--primary-orange);
        border-color: var(--primary-orange);
        text-transform: uppercase;
        font-size: 20px;
        transition: .5s;
        font-family:Lato;
        font-weight:800;
        line-height:24px;
    }

        #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-submit .hs-button:hover {
            background-color: var(--primary-purple);
            border-color: var(--primary-purple);
            -webkit-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
            -moz-box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
            box-shadow: 0px 10px 25px 0px rgba(36,36,36,0.25);
        }

        #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-submit .hs-button:focus {
            outline: none;
            box-shadow: none;
        }

/*#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-form-field {
  display: none;
}*/

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a input.invalid {
    border: 2px solid var(--danger);
    background: url("/Themes/420Pouchhouse/Content/assets/images/Icons/warning-icon.png") no-repeat;
    background-size: 3px;
    background-position: right center;
    background-position-x: right;
    background-position-x: 95%;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a select.invalid {
    border: 2px solid var(--danger) !important;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a input.invalid:focus {
    border: none;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a input.ph-valid {
    border: 2px solid var(--success);
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .btn-primary,
#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-button {
    width: 100%;
    min-height: 58px;
    font-size: 20px;
    font-weight: 600;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #us_state-bcf50c46-506e-4c8d-b596-cf256551a45a {
    display: flex;
    width: 100%;
    max-width: 150px;
    border-radius: 60px;
    height: 48px;
    padding-left: 18px;
    border: 1px solid var(--border-gray);
    color: var(--dark-default);
    background-color: var(--primary-white);
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #how_did_you_hear_about_us___socail-bcf50c46-506e-4c8d-b596-cf256551a45a {
    width: 100%;
    border-radius: 60px;
    height: 48px;
    padding-left: 18px;
    border: 1px solid var(--border-gray);
    color: var(--dark-default);
    background-color: var(--primary-white);
}

    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #how_did_you_hear_about_us___socail-bcf50c46-506e-4c8d-b596-cf256551a45a:focus,
    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #how_did_you_hear_about_us___socail-bcf50c46-506e-4c8d-b596-cf256551a45a:hover,
    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #how_did_you_hear_about_us___socail-bcf50c46-506e-4c8d-b596-cf256551a45a:active,
    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #us_state-bcf50c46-506e-4c8d-b596-cf256551a45a:focus,
    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #us_state-bcf50c46-506e-4c8d-b596-cf256551a45a:hover,
    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #us_state-bcf50c46-506e-4c8d-b596-cf256551a45a:active {
        border: 2px solid var(--primary-blue);
        outline: none;
    }

.is-hidden {
    display: none;
}
/* Hubspot Confirmation Message */
.ph-sample-form .hbspt-form .submitted-message ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

    .ph-sample-form .hbspt-form .submitted-message ul li:nth-child(1) {
        font-size: 36px;
        font-weight: 800;
        line-height: 43px;
        color: var(--primary-purple);
    }

    .ph-sample-form .hbspt-form .submitted-message ul li:nth-child(2) {
        margin: 20px 0 35px 0;
        font-size: 18px;
        font-weight: 400;
        line-height: 1.25em;
        color: var(--dark-default);
        text-transform: uppercase;
    }

    .ph-sample-form .hbspt-form .submitted-message ul li:nth-child(3) {
        margin: 50px 0 60px 0;
    }

    .ph-sample-form .hbspt-form .submitted-message ul li:nth-child(4) {
        color: var(--primary-purple);
        font-size: 20px;
        line-height: 24px;
    }

    .ph-sample-form .hbspt-form .submitted-message ul li:nth-child(5) {
        font-size: 20px;
        line-height: 24px;
        margin-top: 25px;
    }

/* Product Section */
.ph-product-container {
    margin-top: 150px;
    margin-bottom: 100px;
}

    .ph-product-container .ph-product-box,
    .ph-product-container .ph-product-box {
        align-items: center;
    }

        .ph-product-container .ph-product-box .ph-product-title {
            font-size: 36px;
            line-height: 43px;
            font-weight: 900;
            color: var(--primary-purple);
        }

        .ph-product-container .ph-product-box .ph-product-text {
            max-width: 400px;
            font-size: 20px;
            line-height: 26px;
            color: var(--primary-dark);
        }
/* Product Slider */
.ph-product-slider .carousel-item img {
    width: 100%;
}

.ph-product-slider .ph-hero-image--mobile {
    display: none;
}

.ph-product-slider .carousel-inner .carousel-caption {
    top: 25%;
    max-width: 450px;
    margin-left: 50px;
}

    .ph-product-slider .carousel-inner .carousel-caption .hero-title {
        font-size: 72px;
        line-height: 86px;
        font-weight: 900;
        letter-spacing: 1px;
        color: var(--primary-white);
    }

    .ph-product-slider .carousel-inner .carousel-caption p {
        margin: 40px 0;
    }

.ph-product-slider .carousel-control-prev {
    left: -50px;
    filter: drop-shadow(-5px 4px 15px rgba(0, 0, 0, 0.1));
    opacity: 1;
    transition: .5s;
}

.ph-product-slider .carousel-control-next {
    right: -50px;
    filter: drop-shadow(-5px 4px 15px rgba(0, 0, 0, 0.1));
    opacity: 1;
    transition: .5s;
}

    .ph-product-slider .carousel-control-prev:hover,
    .ph-product-slider .carousel-control-next:hover {
        filter: drop-shadow(-5px 4px 15px rgba(0, 0, 0, 0.25));
    }

.ph-product-slider .carousel-control-prev-icon {
    background-image: url("/Themes/ThePouchHouse/Content/assets/images/HeroSlider/prev-slide-icon.svg");
    width: 64px;
    height: 64px;
}

.ph-product-slider .carousel-control-next-icon {
    background-image: url("/Themes/ThePouchHouse/Content/assets/images/HeroSlider/next-slide-icon.svg");
    width: 64px;
    height: 64px;
}

.ph-product-slider .carousel-indicators {
    bottom: -70px;
}

    .ph-product-slider .carousel-indicators button {
        background-color: var(--primary-white);
        border: 1px solid var(--primary-dark);
        width: 19px;
        height: 19px;
        border-radius: 50%;
        background-clip: revert;
        margin: 0 5px;
        opacity: 1;
    }

        .ph-product-slider .carousel-indicators button.active {
            background-color: var(--primary-blue);
            border: 1px solid var(--primary-blue);
            opacity: 1;
        }

.layflat-container .ph-product-box .ph-product-content {
    padding-right: 150px;
}

.standup-container .ph-product-box .ph-product-content {
    padding-left: 150px;
}
/* Message Section */
.ph-message-container {
    margin-top: 150px;
    margin-bottom: 0;
}

    .ph-message-container .ph-message-shape {
        position: relative;
    }

        .ph-message-container .ph-message-shape .ph-dot-circle::before {
            position: absolute;
            content: "";
            background: url("/Themes/ThePouchHouse/Content/assets/images/SamplePage/dotCircle.png");
            background-repeat: no-repeat;
            background-size: contain;
            width: 740px;
            height: 400px;
            top: 0;
            right: 0;
            opacity: .5;
            z-index: -1;
        }

    .ph-message-container .ph-message-box {
        text-align: center;
    }


.cusHsState {
    margin-left: 0px;
}

.cusHsZip {
    margin-left: unset;
}

#zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 105%;
}

.cusHsBtn {
width:512px;
}

#hsForm_9f8eb5ab-6052-4176-b273-3886628bd57b ul {
    list-style-type: none;
    text-align:left;
    margin-left:20px;
    margin-top:10px;
}

    #hsForm_9f8eb5ab-6052-4176-b273-3886628bd57b ul li {
        color: red;
    }

#hsForm_9f8eb5ab-6052-4176-b273-3886628bd57b .hs-error-msg {
    margin-bottom: 0px !important;
}




#firstname-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#lastname-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#email-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#phone-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#address_line_1-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#address_line_2-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#city-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

#us_state-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 243px;
}

    #us_state-9f8eb5ab-6052-4176-b273-3886628bd57b:focus, #us_state-9f8eb5ab-6052-4176-b273-3886628bd57b:active {
        outline: 2px solid var(--primary-blue);
        box-shadow: inset 0 1px 1px rgba(94,133,196,.075), 0 0 4px rgba(94,133,196, .35) !important;
    }

    #zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 243px;
    }

#how_did_you_hear_about_us___socail-9f8eb5ab-6052-4176-b273-3886628bd57b {
    width: 511px;
}

    #how_did_you_hear_about_us___socail-9f8eb5ab-6052-4176-b273-3886628bd57b:focus, #how_did_you_hear_about_us___socail-9f8eb5ab-6052-4176-b273-3886628bd57b:active {
        outline: 2px solid var(--primary-blue);
        box-shadow: inset 0 1px 1px rgba(94,133,196,.075), 0 0 4px rgba(94,133,196, .35) !important;
    }

#hsForm_9f8eb5ab-6052-4176-b273-3886628bd57b fieldset {
    max-width: unset !important;
}

/* Breakpoints */
@media only screen and (max-width: 1600px) {
    .ph-hero-banner .hero-caption-form .ph-form-container {
        padding: 0;
    }
}

@media only screen and (max-width: 1400px) {
    .ph-hero-banner .hero-caption-form .ph-sample-form {
        width: 476px;
        padding: 60px 40px 50px 40px;
    }

    .cusHsState {
        margin-left: 5px;
    }

    .cusHsZip {
    margin-left:-10px
    }

    .cusHsBtn {
        margin-left: -5px;
        width: 95%;
    }

    #firstname-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #lastname-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #email-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #phone-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #address_line_1-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #address_line_2-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #city-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #us_state-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }

    #zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 90%;
        margin-left: 10px;
    }

    #how_did_you_hear_about_us___socail-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px) {
}

@media only screen and (max-width: 1200px) {
    .ph-hero-banner .hero-caption {
        padding-top: 0;
    }

        .ph-hero-banner .hero-caption .hero-caption-content p {
            margin-right: 15px;
        }

    .ph-hero-banner .hero-caption-form .ph-form-container {
        justify-content:center;        
    }

    .ph-hero-banner .hero-caption-form .ph-sample-form {
        width: unset !important;
    }

    .RequestASampleHeader .content {
        position: relative !important;
        left: 50% !important;
    }

    .RequestASampleHeader h1 {
        font-size: 60px !important;
    }

    .cusHsState {
        /*margin-left: -7px;*/
    }

    .cusHsZip {
    margin-left:-15px;
    }

    #zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
        width: 95%;
    }
}

@media only screen and (max-width: 992px) {
    .ph-hero-banner .ph-hero-container {
        max-width: 98%;
    }

    .ph-hero-banner .hero-caption .hero-caption-content .hero-title {
        font-size: 50px;
        line-height: 1.25;
    }

    .ph-hero-banner .hero-caption .hero-caption-content p {
        font-size: 22px;
        line-height: 1.25;
    }

    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .hs-error-msg {
        font-size: 12px;
        line-height: 1.25;
    }

    .layflat-container .ph-product-box .ph-product-content {
        padding-right: 50px;
    }

    .standup-container .ph-product-box .ph-product-content {
        padding-left: 50px;
    }

    .ph-product-slider .carousel-control-prev {
        left: 5px;
    }

    .ph-product-slider .carousel-control-next {
        right: 5px;
    }

    .standup-container .ph-product-box .ph-product-content {
        padding: 0 20px;
        padding-left: 50px;
    }

    .standup-container .ph-product-box .ph-product-slider-wrapper {
        padding: 0 20px;
    }
}

@media only screen and (max-width: 768px) {
}

@media only screen and (max-width: 767px) {
    #PHSamplePage .row,
    #PHSamplePage .col,
    #PHSamplePage .col-md-6 {
        margin-left: 0;
        margin-right: 0;
    }

    .ph-hero-banner .hero-caption {
        background-position: top center;
    }

        .ph-hero-banner .hero-caption .hero-caption-content {
            padding-top: 100px;
        }

    .ph-hero-banner .hero-caption-form {
        padding-bottom: 100px;
    }

    .ph-hero-banner .hero-caption .hero-caption-content .hero-title {
        text-align: center;
    }

    .ph-hero-banner .hero-caption .hero-caption-content p {
        text-align: center;
    }

    .ph-hero-banner .hero-caption-form .ph-sample-form {
        width: 100%;
    }

    .layflat-container .ph-product-box .ph-product-content {
        padding: 0 20px;
    }

    .standup-container .ph-product-box .ph-product-content {
        padding: 0 20px;
    }

    .hs-form-9f8eb5ab-6052-4176-b273-3886628bd57b_af0ddea6-f1b7-4f89-bf31-ee497ed56359 fieldset.form-columns-2 .input {
    margin-right:0px;
    }

    .cusHsZip {
        margin-left: -20px;
    }

    #zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
        /*margin-left: 20px;
        width: 94%;*/
        margin-left:17px;
    }
}

@media only screen and (max-width: 576px) {
    .ph-hero-banner .hero-caption .hero-caption-content {
        padding: 100px 40px 20px 40px;
    }

        .ph-hero-banner .hero-caption .hero-caption-content .hero-title {
            font-size: 40px;
            line-height: 1.25;
        }

        .ph-hero-banner .hero-caption .hero-caption-content p {
            margin: 40px 0;
            font-size: 18px;
            line-height: 1.25;
        }

    .ph-hero-banner .hero-caption-form {
        padding-left: 25px;
        padding-right: 25px;
    }

    .ph-hero-banner .hero-caption {
        /*background: url("/Themes/ThePouchHouse/Content/assets/images/SamplePage/mobile-hero-banner-sample.jpg") no-repeat;*/
        background-size: cover;
    }

    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a h2 {
        font-size: 20px;
        line-height: 1.25;
    }

    #hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a #us_state-b6081e88-1b6a-40e8-928c-95ada16491f1 {
        max-width: 100%;
    }

    .ph-product-container {
        margin-top: 65px;
        margin-bottom: 100px;
    }

    .layflat-container .ph-product-box .ph-product-slider-wrapper {
        padding: 0 20px;
    }

    .ph-message-container .ph-message-shape .ph-dot-circle::before {
        opacity: .35;
    }

    .standup-container {
        margin-top: 125px;
    }

    .cusHsState {
        margin-left: unset;
    }
}

@media only screen and (max-width: 460px) {
    .cusHsZip {
    margin-left:unset;
    }
    #zip-9f8eb5ab-6052-4176-b273-3886628bd57b {
    margin-left:0px;
    }
}


.RequestASampleHeader {
    background-image: var(--Gradient, 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/RequestASample.jpg");
    background-repeat: no-repeat;
    position: relative;
    height: 200px;
    width: 100%;
    background-position:center;
}

    .RequestASampleHeader::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%);*/
    }

    .RequestASampleHeader .content {
        position: absolute;
        top: 50%;
        left: 27%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: white !Important;
        font-family: Nunito;
        font-weight:900;
    }

.RequestASampleFormText {
    width:100%;
}

    .RequestASampleFormText h1 {
        color: #000;
        /* H2 */
        font-family: Lato;
        font-size: 45px;
        font-style: normal;
        font-weight: 900;
        line-height: 50px; /* 111.111% */
    }

    .RequestASampleFormText p {
        color: #000;
        /* P */
        font-family: Lato;
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 30px; /* 150% */
    }

.RequestASampleFormImage img {
    width: 100%;
}

#hsForm_bcf50c46-506e-4c8d-b596-cf256551a45a .submitted-message ul li {
    color: black !important;
}

.RequestASampleHeader .span-h1 {
    display:block;
    margin-top:0;
    margin-bottom:0.5rem;
    color: #FFF;
    font-family: Lato;
    font-size: 65px;
    font-style: normal;
    font-weight: 900;
    line-height: 75px; 
}

.hs-main-font-element {
margin-bottom:30px;
}

.hs-main-font-element h2 {
    color: #000;
    text-align: center;
    font-family: Lato;
    font-size: 45px;
    font-style: normal;
    font-weight: 900;
    line-height: 50px;
}