/* Specific style pertaining to this block only, to be used whenever your block is displayed both front-end and back-end */

.interior-hero {
margin-top:0 !important;
}
.custom-access-plus-hero {
	padding: 4rem 0;
	background-color: #223d65;
	background: linear-gradient(109deg, rgb(33 59 97), hsl(216deg 28% 44%)); /* fallback */
	background-position-y: center;
	background-position-x: left;
	height: 34rem;
	position: relative;
	background-size: cover;
	background-repeat: no-repeat;
	display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
	justify-content: left;
    align-items: flex-end;
    -webkit-box-align: flex-end;
  -webkit-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
	justify-content: flex-start;
	display: block;
}
.custom-access-plus-hero svg {
	max-width: 100%;
	height: auto;
}

.custom-access-plus-hero .custom-access-plus-hero-copy {
	width: 50%;
	max-width: 48rem;
	min-width: 42rem;
	padding: 5rem 5rem 5rem 0rem;
	color: white;
	text-align: left;
	background: none !important;
}
.custom-access-plus-hero .custom-access-plus-hero-headline {
  font-size: 0;
	line-height: 1;
	display: block;
}


.custom-access-plus-hero .custom-access-plus-hero-copy > p {
	font-family: var(--global--font--accent);
	line-height: 1.15;
	font-style: italic;
}
.custom-access-plus-hero .custom-access-plus-hero-headline + p,
.custom-access-plus-hero .custom-access-plus-hero-copy > p + p {
	margin-top: 1rem;
}
.custom-access-plus-hero .custom-access-plus-hero-sub-headline {
	font-size: 2.5rem;
}
.custom-access-plus-hero .custom-access-plus-hero-tag {
	font-size: 1.75rem;
	max-width: 34ch;
}

.custom-access-plus-hero .custom-access-plus-hero-headline + .custom-access-plus-hero-sub-headline {
	margin-top: 0.65rem;
}


.interior-hero {
	position: relative;
		display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex;
	justify-content: left;
    align-items: flex-end;
    -webkit-box-align: flex-end;
  -webkit-flex-align: flex-end;
  -ms-flex-align: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
	justify-content: left;
    align-items: flex-end;
	background-size: cover;
	background-position: center center !important;
	background: linear-gradient(15deg, #405270, #547395); /* fallback */
    padding: 0rem 1rem 1rem 3rem;
    min-height: 592px;
}

.hero-short {
	min-height: 328px;
}


.interior-hero .interior-hero-copy {
	
	color: #fff;
	z-index: 0;
    width: 60%;
	z-index: 1;
    position: relative;
	/*background: hsl(216deg 28% 23% / 60%);
	padding: 2rem;
	text-align: center;*/
	
}

.interior-hero .interior-hero-copy > * {
	color: inherit;
	margin: 0 auto 1rem;
    font-size: 24px;
    font-family: "din-2014",sans-serif;
}

.interior-hero .interior-hero-copy > h1 {
	font-family: "din-2014",sans-serif;
	font-size: 80px;
    font-weight: 700;
    text-shadow: 0px 0px 20px rgba(0, 0, 0, 0.4980392156862745);
  -webkit-text-shadow:0px 0px 20px rgba(0, 0, 0, 0.4980392156862745);
  -moz-text-shadow:0px 0px 20px rgba(0, 0, 0, 0.4980392156862745);
}

.interior-hero a {
	color: #fff;
}

.interior-hero:before {
    content: "";
    background: transparent linear-gradient(204deg, #00000000 0%, #0000001C 48%, #0000009E 100%) 0% 0% no-repeat padding-box;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
   
    
}


@media only screen and (max-width: 64em) {
	.custom-access-plus-hero {
		justify-content: center;
		/*background-position-x: calc(50% + 22vw);*/
	}
	.custom-access-plus-hero .custom-access-plus-hero-copy {
		text-align: center;
	}
}

@media only screen and (max-width: 35em) {
	.custom-access-plus-hero {
		background-position-y: center;
    background-position-x: right;
		padding: 0;
		height: auto;
		align-items: flex-end;
	}
	.custom-access-plus-hero .custom-access-plus-hero-copy {
		width: 100%;
		min-width: unset;
		padding: 6rem 1rem 3rem;
		background: linear-gradient(0deg, hsl(216deg 50% 15%), transparent);
	}
	.custom-access-plus-hero .custom-access-plus-hero-sub-headline {
		font-size: 6vw;
	}
	.custom-access-plus-hero .custom-access-plus-hero-tag {
		font-size: 5vw;
	}
    
    .interior-hero .interior-hero-copy p{
        display: none;
    }
    
    .interior-hero .interior-hero-copy {
   width: 100%;
    z-index: 1;
    position: relative;
}
    
    .interior-hero .interior-hero-copy > h1 {
    font-size: 3.25rem;
}
    
    .interior-hero{
        padding: 0rem 1rem 1rem 2rem;
            min-height: 500px;
    }
    .hero-short {
    	min-height: 240px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .interior-hero{
      min-height: 500px;
    }

    .hero-short {
    	min-height: 300px;
    }
    
    .interior-hero .interior-hero-copy{
        width: 90%;
		    z-index: 1;
    position: relative;
    }
	
	.interior-hero .interior-hero-copy > *{
		max-width: max-content !important;
		margin-left: 0;
	}
}



