/*styles for the template partial hero-type-2 and hero-type-2 type 1*/
.title h3
{
	text-transform: uppercase;
}

.white-bg p
{
	padding: 5px 25px;
    font-size: 14px;
    line-height: 1.7;
}


section.hero-type-2{
	position: relative;
    margin-top:100px;
}

section.hero-type-2 .bg-overlay {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.75) 0%, rgba(0, 0, 0, 0) 100%);
}

section.hero-type-2 .section-title {
    font-size: 20px;
    text-transform: uppercase;
    font-weight: 100;
    margin-bottom:0;
    color:#fff!important;
}

section.hero-type-2 .section-subtitle {
    font-size: 60px;
    text-transform: uppercase;
    color:#fff!important;
}

section.hero-type-2 .content{
    z-index: 2;
    padding:40px;
}

section.hero-type-2 .content p {
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    margin: 40px 0 0;
}

section.hero-type-2 .cta-wrapper {
    padding: 20px 40px;
    z-index: 1;
    overflow: hidden;
}

section.hero-type-2 .cta-wrapper .cta {
    display: flex;
    margin-left: -50%;
}

/***********************/
/* Responsive styles */
/***********************/
@media (max-width: 768px){
    
    section.hero-type-2 .section-subtitle {
        font-size: 48px;
    }

}

@media (min-width: 768px){

    section.hero-type-2{
        margin-top:180px;
    }

}

@media (max-width: 992px){

    section.hero-type-2 .cta-wrapper {
        border-bottom: solid 40px;
    }

    section.hero-type-2 .bg-cover.bg-full-bleed {
        position: relative;
        height: 45vw;
    }

    section.hero-type-2 .bg-overlay{
        display: none;
    }
}


@media (min-width: 992px){


    section.hero-type-2 .cta-wrapper{
        position: absolute;
        right: 0;
        bottom: 0;
        width: 50%;
        max-width: 560px;
        /*padding: 40px 80px;*/
    }

    section.hero-type-2{
        min-height:600px;
        height: 41.5vw;
    }

    section.hero-type-2{
        margin-top:230px;
    }

    section.hero-type-2 .content{
        position: absolute;
        left:-57px;
        top:-120px;
        padding:80px;
    }

    section.hero-type-2 .content p{
        margin-left:40%;
    }

}

@media (min-width: 1200px){

    section.hero-type-2 .section-title,
    section.hero-type-2 .section-subtitle{
        margin-left:30%;
    }

}

@media (min-width: 1800px){

	section.hero-type-2 .cta {
	    padding: 5px 75px;
	}

}


/* Home Page Hero type text change for retina displays and other lower res */ 
@media (min-width: 920px) and (max-width: 1440px){
	section.hero-type-1 .section-title{
	}

	.home section.hero-type-1 .section-subtitle{
	width:100%;		
	}
}

/* Changing the padding for the FAQS */

@media (min-width: 992px){

    section.hero-type-2 .section-title,
    section.hero-type-2 .section-subtitle{
        margin-left:30%;
    }
}

/* Changing Hero Type 2 overlay */ 

section.hero-type-2 .bg-overlay {
    background: linear-gradient(
    180deg
    , rgb(0 0 0 / 25%) 0%, rgb(0 0 0 / 0%) 100%);
    }

