/*#region Generic*/
a[href^='tel'] {
    display: inline-block
}

#home-insemination-page section .cta a {
    color: #a72f88;
}

section {
    padding-bottom: 3rem;
    padding-top: 3rem;
}

/*#endregion Generic*/

/*#region HERO*/
.hero {
    padding-top: 0;
}

#home-insemination-page section.hero {
    color: #000;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: right -30vw top 0;
    background-size: auto 80vw;
}

.hero .header-title {
    height: 80vw; /* match background image height*/
    margin: 0;
    display: flex;
    align-items: flex-end;
    padding-bottom: 2rem;
}

.hero .copy {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

.hero .hero-cta {
    text-align: center;
}

@media (min-width:768px) {
    .hero .hero-body {
        margin-bottom: 2rem;
    }

    .hero .header-title {
        height: auto;
        margin-top: 1em;
    }

    .hero .hero-cta {
        text-align: left;
    }
}

@media (min-width:992px) {
    #home-insemination-page section.hero {
        background-position: bottom 40% right;
        background-size: cover;
    }

        #home-insemination-page section.hero .hero-body .copy {
            margin-top: 0;
            font-size: 16px;
        }
}

@media (min-width: 1200px) {
    .hero .header-title {
        margin-top: 2em;
    }

    #home-insemination-page section.hero .hero-body {
        padding-bottom: 12rem;
    }
}


/*#endregion HERO*/



/*#region STEPS*/
#home-insemination-page .steps-section {
    padding-top: 20px;
    background-color: #0396CC1A;
}

    #home-insemination-page .steps-section .steps .aligned-row {
        display: flex;
        margin-top: 30px;
        flex-wrap: wrap;
        justify-content: center;
    }


        #home-insemination-page .steps-section .steps .aligned-row .col {
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 20px;
            flex-basis: 43%;
        }

            #home-insemination-page .steps-section .steps .aligned-row .col .img-container {
                height: 70px;
            }

            #home-insemination-page .steps-section .steps .aligned-row .col img {
                max-height: 70px;
                max-width: 90px;
            }

        #home-insemination-page .steps-section .steps .aligned-row .text-container {
            background: #fff;
            border-radius: 6px;
            border: 1px solid #b0d7d5;
            padding: 30px 20px 10px 20px;
            text-transform: uppercase;
        }

            #home-insemination-page .steps-section .steps .aligned-row .text-container h2 {
                color: #043C7A;
                font-weight: 600;
                font-size: 22px;
                letter-spacing: -2px;
                margin-bottom: .5rem;
            }

    #home-insemination-page .steps-section .btn {
        margin-top: 15px;
    }

@media(min-width:768px) {
    #home-insemination-page .steps-section .steps .aligned-row .col {
        flex-basis: 30%;
    }
}

@media(min-width:992px) {
    #home-insemination-page .steps-section .steps .aligned-row .col {
        flex: 1;
    }
}


/*#endregion STEPS*/


/*#region HOW & FAQ*/
#faq {
    background-color: #6868681A;
}

.two-col {
    padding-top: 30px;
    padding-bottom: 30px;
}

    .two-col .text-container {
        margin-bottom: 2rem;
    }

    .two-col .container .video img {
        width: 100%;
    }

@media(min-width:768px) {
    #faq.two-col .container {
        flex-direction: row-reverse;
    }

    .two-col {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

        .two-col .container {
            display: flex;
        }

            .two-col .container > div {
                flex: 1 50%;
            }

            .two-col .container .video {
                display: flex;
            }

                .two-col .container .video img {
                    height: 100%;
                    width: auto;
                }

    #how-to .container .video {
        justify-content: flex-end;
    }

    #faq .container .video {
        justify-content: flex-start;
    }
}

@media(min-width:768px) and (max-width:992px) {
    .two-col .container .video img {
        height: 90%;
    }
}

@media(min-width:992px) {
    .two-col .container > div {
        align-self: center;
    }
}
/*#endregion HOW & FAQ*/
/*#region Questions*/
.footer {
    padding-top: 100vw;
    background-size: auto 100vw;
    background-repeat: no-repeat;
    background-position: top left;
}

    .footer .questions {
        margin-bottom: 3rem;
    }

    .footer a {
        margin-top: 1rem;
    }

@media (min-width: 768px) {
    .footer {
        padding-top: 0;
        background-size: cover;
    }

        .footer .container {
            padding-left: 50%;
        }
}

@media (min-width: 1200px) {
    .footer {
        padding-top: 4rem;
        padding-bottom: 3rem;
        background-size: auto 100%;
    }

        .footer .container {
            padding-left: 15%;
            display: flex;
            justify-content: space-between;
        }
}

@media (min-width: 1500px) {
    .footer {
        background-size: auto 125%;
    }

    .footer .container {
        padding-left: 5%;
    }
}
/*#endregion Questions*/

#videoModal .modal-header {
    padding-bottom: 0;
    border: 0;
    font-size: 16px;
}

/*Hide master footer*/
.footer-container #questions {
    display: none;
}
