/*PARAGRAPH BANNERS*/
.comp-banner { width: 100%; position: relative; }
.comp-banner-media { width: 100%; }

.comp-banner-media img { width: 100% }
.comp-banner-content-cntnr { z-index: 6; text-align: center; width: 75%; margin: auto; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.comp-banner-content { }
.full-width .comp-banner-media { /*opacity: 0.5; */}
.full-screen .comp-banner-media { height: 100vh; }
.full-screen .comp-banner-media article { height: 100%; }
.full-width-container .comp-banner-media video,
.full-width .comp-banner-media video { width: 100%; }
.banner-max-width .comp-banner-media { height: 50vh; }
.banner-max-width .comp-banner-media img,
.banner-max-width .comp-banner-media video { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; object-fit: cover; object-position: center; }
.full-screen .blazy--field-media-image div { height: 100vh; }
.full-screen .comp-banner-media video,
.full-screen .comp-banner-media img { width: 100%; min-height: 100vh; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; object-fit: cover; object-position: center; }
.comp-banner button { margin-top: 2rem; font-weight: 900; }
.comp-banner button a { font-size: 1.2rem; line-height: 2; border-bottom: 1px solid var(--primary); color: var(--primary); padding: .3rem 1rem; -webkit-transform: scale(1); transform: scale(1); -webkit-transition: 0.3s; transition: 0.3s; }

.full-screen .comp-banner-media video,
.full-screen .comp-banner-media img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; overflow: hidden; object-fit: cover; object-position: center; }
.full-screen .comp-banner-media video,
.full-screen .comp-banner-media img {min-height: calc(100vh - 130px);}
.full-screen .comp-banner-media { height: calc(100vh - 130px); }


.full-screen.space-3-4 .comp-banner-media,
.full-screen.space-3-4 .comp-banner-media video,
.full-screen.space-3-4 .comp-banner-media img { min-height: calc(100vh - 33vh); height: calc(100vh - 33vh);}

 


.enable-top-padding,
.padding-top-enable { padding-top: 2rem; }
.enable-bottom-padding,
.padding-bottom-enable { padding-bottom: 2rem; }
.enable-top-margin,
.margin-top-enable { margin-top: 2rem !important; }
.enable-bottom-margin,
.margin-bottom-enable { margin-bottom: 2rem !important; }


.dark-background .comp-banner-media .media {opacity: 0.8;}
.dark-background .comp-banner-media:before { background: #000; }
.hp-hero-banner .comp-banner-media:before { background: #000; }
.hero-banner .comp-banner-media:after { content: ""; position: absolute; width: 100%; height: 100%; display: table; }

.comp-banner-media:before {  }


/* Small only */
@media screen and (max-width:39.9375em) {
    .comp-banner button a,
    .comp-banner button a:hover { padding: .3rem 0rem; }
    .comp-banner button { margin-top: 0.5rem; }
    .hero-banner .comp-banner-media:before { content: ""; position: absolute; width: 100%; height: 100%; display: table; z-index: 1; Background: linear-gradient(136deg, #1b202e 37%, #1b202ebf 55%, #1063fe00 85%, #1b202e00 49%); }
    .hero-banner .banner-subtitle { background: transparent; font-size: 2.2rem; background-clip: unset; -webkit-background-clip: unset; -webkit-text-fill-color: unset; color: #fff; }
    .hero-banner .comp-banner-media:before { Background: linear-gradient(134deg, #1b202e 29%, #1b202e 23%, #1b202e8c 100%); }
}




/* Medium and up */
@media screen and (min-width:40em) {
    .hero-banner .comp-banner-media:before { content: ""; position: absolute; width: 100%; height: 100%; display: table; z-index: 1; Background: linear-gradient(136deg, #1b202e 37%, #1b202ebf 55%, #1063fe00 85%, #1b202e00 49%); }
}


/* Large and up */
@media screen and (min-width:64em) {
    .hero-banner .comp-banner-content-in { width: 50%; }
    .hero-banner .comp-banner-media:before { content: ""; position: absolute; width: 100%; height: 100%; display: table; z-index: 1; Background: linear-gradient(90deg, #1b202e 00%, #1b202ebf 40%, #1063fe00 60%, #1b202e00 100%); }
}




