/*
Theme Name: ET - Brand Theme
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Template: blankslate
Description: ET - Brand Theme
Version: 2025.4
Requires at least: 5.2
Tested up to: 6.5
Requires PHP: 7.4
Text Domain: blankslate
*/

html , body , html * {
	font-family: 'Montserrat', sans-serif;
	font-family: "Manrope", sans-serif;
}

html {
	overflow-x:hidden;
}

body {
	background-color:black;
	overflow-x:hidden;
}

.et-overlay::before {
	background: rgba(0, 0, 0, 0.85);
    width: 100vw;
    height: 100vh;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    content: "";
    z-index: 999;
    backdrop-filter: blur(5px);
}

div.et-brand-header {
    position:absolute;
    width:100%;
    top:0;
    left:0;
	border-bottom:1px solid rgba(255,255,255,0.5);
}

.et-brand-header::before {
	bottom:-1px;
	left:-100%;
	width:100%;
	position:absolute;
	content:"";
	height:1px;
	background-color: rgba(255,255,255,0.5);
}

.et-brand-header::after {
	bottom:-1px;
	right:-100%;
	width:100%;
	position:absolute;
	content:"";
	height:1px;
	background-color: rgba(255,255,255,0.5);
}

div.et-brand-header , div.et-brand-header * {
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    will-change: transform;
    z-index: 999;
}

div.et-brand-header.is-sticky
 {
    position: fixed;
    top: 0;
    padding: 0px;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    width:100%;
    z-index:999999;
    opacity:1;
}

div.et-brand-header.is-sticky .et-header {
    padding:1.5rem 1rem;
}

div.et-brand-header.is-sticky .et-header .et-logo {
    filter:none;
    /* max-width:200px; */
}

div.et-brand-header.is-sticky header #menu a , div.et-brand-header.is-sticky header #nav a {
    color:black;
    text-shadow:none;
}

.et-brand-header > .et-header {
	padding:2.05em 2em;
}

#et-mini-header {
	position: absolute;
    width: 43px;
    right: calc(-3.75% - 1px);
    top: 108%;
}

#et-mini-header nav.et-header.full-width {
	display: block !important;
    padding: 0;
}

#et-mini-header nav.et-header.full-width a {
    color: white;
    margin: 0;
    padding: 15px 0;
    display: block;
}

#et-mini-header nav.et-header , #et-mini-header-mobile nav.et-header {
	justify-content: flex-end;
	padding: 5px;
}
#et-mini-header-mobile nav.et-header a {
	color: white;
	margin: 5px 15px;
}

#et-mini-header > .et-header , #et-mini-header-mobile > .et-header {
	backdrop-filter: blur(15px);
}

.mobile-menu-nav .et-header.full-width {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#et-mini-header nav.et-header, #et-mini-header-mobile nav.et-header {
    justify-content: flex-end;
    padding: 5px;
}

#et-mini-header nav.et-header a, #et-mini-header-mobile nav.et-header a {
    color: white;
    margin: 5px 15px;
}

#nav-mobile {
	padding-bottom:2em;
}

div.et-brand-header.is-sticky .et-header .et-logo {
    filter:none;
    /* max-width:200px; */
}

div.et-brand-header.is-sticky header #menu a , div.et-brand-header.is-sticky header #nav a {
    color:black;
    text-shadow:none;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #000000;
    font-family: "Inter", sans-serif !important;
}

/*.incident-page-title {
    width: 100%;
    margin-top: -13.5em;
	margin-bottom:2.5em;
    background: white;
    box-sizing: border-box;
    border-radius: 6px;
    box-shadow: 0 2px 0 0 #e5e5e5;
    padding: 5em;
}
*/

.et-logo {
    display: block;
    width: 100%;
    max-width:105px;
	filter: saturate(0) invert(1) brightness(1000);
}

a {
    color:#337ab7;
}

a.wp-block-latest-posts__post-title {
	font-weight:bold;
	font-size:26px;
	color:rgb(119, 119, 119);
	margin-top:45px;
	display:block;
	max-width:fit-content;
}

.et-subsid-page-title p:first-of-type {
	font-size: 24px;
    color: white;
    line-height: 32px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
    margin: 25px 0;
    max-width: 65%;
}

.wp-block-latest-posts time.wp-block-latest-posts__post-date {
	margin-bottom:45px;
}

aside#sidebar {
	display:none;
}

.et-header {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: 1.5rem 1rem;
}

h1.incident-site-title , h1.incident-site-title * {
	font-family: "Bebas Neue", sans-serif !important;
    font-weight: 400;
    font-style: normal;
    color: white;
    font-size: 32px;
	text-decoration:none;
	margin:0;
}

h2.incident-blog-title {
	font-size:1em;
}

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

#menu .menu > ul , #menu-primary-nav , #menu-primary-nav-1 {
	margin:0;
	padding:0;
	display:flex;
}

#menu-primary-nav-1 {
    justify-content: space-evenly;
    margin-bottom: 45px;
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

#menu-primary-nav-1 li.menu-item {
    text-decoration: none;
    margin: 0 25px;
}

header #menu a , header #nav a {
    color: white;
    text-decoration: none;
    margin: 0 30px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
	padding:25px 0;
	text-shadow:none;
	position:relative;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #menu .current_page_item > a::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -23px;
    width: 100%;
    height: 12px;
    background: white;
}

header #menu a span, header #nav a span {
	font-family: "IBM Plex Mono", monospace;
}

header #menu a:hover , header #nav a:hover {
    color:rgba(255,255,255,0.5);
}

.menu-item-has-children::after {
	height: 24px;
    display: inline-block;
    width: 10px;
    background-position: 50%;
    background-size: 10px;
    background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 285 285'><path d='M282 76.5l-14.2-14.3a9 9 0 0 0-13.1 0L142.5 174.4 30.3 62.2a9 9 0 0 0-13.2 0L3 76.5a9 9 0 0 0 0 13.1l133 133a9 9 0 0 0 13.1 0l133-133a9 9 0 0 0 0-13z' style='fill:%23666'/></svg>");
    background-repeat: no-repeat;
    content: "";
    transition: all .2s;
    z-index: 9999999999;
    right: -4px !important;
    color: white !important;
    filter: brightness(100);
    position: absolute !important;
}

li.menu-item-has-children::after {
	-webkit-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
	backface-visibility:visible;
}

li.menu-item-has-children:hover::after {
    transform: scale(-1);
    opacity:0.5;
}

.menu > li.menu-item ul.sub-menu {
	height: 0px;
    top: 40px;
    width: 100%;
    position: absolute;
    height: fit-content;
    min-width: max-content;
    padding: 20px 15px;
    box-sizing: border-box;
    opacity: 0;
    pointer-events: none;
    transform: translateY(15px);
    background: #ffffff;
    backdrop-filter: blur(15px);
    border-radius: 5px;
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.45);
    margin-left: 15px;
    -webkit-transition: 0.25s all ease-in-out;
    -moz-transition: 0.25s all ease-in-out;
    -o-transition: 0.25s all ease-in-out;
    transition: 0.25s all ease-in-out;
}

.menu > li.menu-item-has-children > a::before {
    content: "";
    width: 100%;
    height: 25px;
    opacity: 0;
    background-image: url("/wp-content/uploads/2025/08/white-up-arrow.svg");
    transform:translateY(45px);
    position: absolute;
    left: 50%;
    background-position: center;
    background-size: 25px;
    background-repeat: no-repeat;
}

.menu > li.menu-item-has-children:hover > a::before {
	opacity:1 !important;
	transform: translateY(25px);
	-webkit-transition: 0.45s all ease-in;
	-moz-transition: 0.45s all ease-in;
	-o-transition: 0.45s all ease-in;
	transition: 0.45s all ease-in;
}

.menu > li.menu-item-has-children:hover > a:hover::before {
	opacity:1 !important;
}

#menu-primary-nav li.menu-item {
	margin:0 15px;
}

.menu > li.menu-item:has(ul.sub-menu) {
	min-height:fit-content;
	position:relative;
    will-change: all;
}

.menu > li.menu-item:has(ul.sub-menu):hover ul.sub-menu {
    display: block;
	pointer-events:all;
    height: fit-content;
	opacity:1;
	transform:translateY(0px);
    -webkit-transition: 0.45s all ease-in-out;
    -moz-transition: 0.45s all ease-in-out;
    -o-transition: 0.45s all ease-in-out;
    transition: 0.45s all ease-in-out;
}

#menu .menu > li.menu-item ul.sub-menu li {
    text-align: left;
    margin: 0;
}

.et-brand-header.slide-down .menu > li.menu-item:has(ul.sub-menu):hover ul.sub-menu {
    background: #ececec !important;
    box-shadow: none;
    outline: 0px;
    border-radius:5px;
}

.et-brand-header.slide-down .menu > li.menu-item-has-children:hover > a::before , .et-brand-header.slide-down .menu .menu-item-has-children::after {
    filter:invert(5%) sepia(0%) saturate(3071%) hue-rotate(119deg) brightness(114%) contrast(85%);
}

ul.sub-menu li a {
	padding: 5px 0 !important;
    display: block;
    margin: 0;
    color: #2e4c6a !important;
    text-shadow: none !important;
}

.et-subsid-header {
	background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position:relative;
    height:auto;
    color: #fff;
    text-align: center;
	position:relative;
	display:flex;
}

.et-subsid-header.Left , .et-subsid-header.Right {
	display:flex;
}

.et-subsid-header.Left header.et-subsid-page-title {
	align-self: flex-end;
    transform: none;
    left: 0;
    bottom: 0;
}

.et-subsid-header.Left header.et-subsid-page-title p:first-of-type {
	text-align:left;
}

 .et-subsid-header.Right header.et-subsid-page-title {
	align-self: flex-end;
    transform: none;
    bottom: 0;
}

.et-subsid-header.Right header.et-subsid-page-title p:first-of-type {
	text-align:right;
}

.et-subsid-header.Left header.et-subsid-page-title > h1 {
	text-align:left;
}

.et-subsid-header.Right header.et-subsid-page-title > h1 {
	text-align:right;
}

.contact-btn {
	box-shadow:inset 0 0 0 2px rgba(255, 255, 255, 0.5);
	border-radius:6px;
	padding:.75em 1.25em;
}

.contact-btn:hover {
	background:rgba(255, 255, 255, 0.1);
}

.gt_switcher {
	width:auto !important;
}

.gt_switcher .gt_selected a {
	top:-3px;
	position:relative;
}

.gt_selected a::after {
    right: inherit !important;
    margin-left: 7px !important;
    color: white !important;
    filter: brightness(100);
    position: relative !important;
    top: 6px;
}

.incident-flex {
	display:flex;
	align-items:center;
	align-content:center;
	justify-content:space-between;
	flex-wrap:wrap;
}

.apttusdev-slider {
	min-height: 512px;
    background-size: auto !important;
    background-position: left !important;
	background-repeat:no-repeat;
	display:flex !important;
}

.apttusdev-carousel {
	max-width:1300px;
	width:100%;
	margin:0 auto;
	align-self:center;
	position:relative;
	top:4.5em;
}

.apttusdev-slider .apttusdev-title {
	color:#2f5384;
	font-size:2.5rem;
}

.apttusdev-slider .apttusdev-desc {
	color:#78a42b;
	margin-bottom: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.4;
}

.apttusdev-slider .apttusdev-btn {
	color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}

.wp-container-core-group-is-layout-12243e0f .est.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 400px !important;
    margin: 0 !important;
    padding: 1rem;
}

.est.grid .item {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 0.5rem 0;
}

.card-grid {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
    border-radius: 12px;
    /*margin: 2.5em 0;*/
}

.card-grid .card {
    margin: 10px 1.40%;
    text-align: center;
    min-height: 355px;
    background: white !important;
    box-sizing: border-box;
	border:none;
    display: flex;
    flex-direction: column;
    overflow:hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.035);
    -webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

.card .card-content {
    padding:25px;
}

.card .card-image {
    width: 100%;
    height: 250px;
    display: block;
    margin: 0;
    position: relative;
    background-size: 125%;
    background-position:center;
    background-repeat:no-repeat;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
    overflow:hidden;
}

.card:hover .card-image {
    background-size:175%;
}

.card h2 {
    text-align: left;
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 600;
}

.card p {
    text-align: left;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #000000;
}

.card:hover {
	transform:translateY(-10px);
	box-shadow: 0 45px 20px -44px rgba(0, 0, 0, 0.3);
}

.card:hover .card-button {
	color:#2f5384;
}

.card svg {
		-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

.card:hover .card-button svg , .card:hover .card-button {
	transform:translateX(5px);
}

.card .card-button {
    width: 100%;
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    max-width: fit-content;
    color: black;
    text-transform: uppercase;
    font-weight: 500;
    margin: 15px;
    background: transparent;
    padding: 8px 17px;
    font-size: 14px;
    border-radius: 10em;
		-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

.contBox i.fas,
.contBox i.fab {
    font-size: 50px;
}

.incident-box-wrapper {
	background: #fff;
    border-radius: 6px;
    /*box-shadow: 0 2px 0 0 #e5e5e5;*/
	box-shadow: 0 5px 5px rgba(0,0,0,0.035);
    margin: 0 0 2em 0;
    padding: 3em;
}

.gt_selected , .gt_option {
	background:transparent !important;
	border:none !important;
}

.gt_selected a , .gt_option a {
	color:black;
	border:none !important;
	margin:0 !important;
	padding: .5em 1em !important;
	max-width: fit-content;
}

.gt_selected a:hover {
    background: rgba(255, 255, 255, 0.2) !important;
    border-radius: 6px !important;
}

.presentation-grid .presentation-container {
	overflow: hidden;
    width: fit-content;
    display: flex;
    max-width: 100%;
}

a.presentation {
	background: white;
    padding: 1.5em;
    max-width: fit-content;
    border-radius: 7px;
    text-decoration: none;
    margin: 25px 0;
    display: flex;
    align-items: center;
    border: 1px solid #ececec;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
    flex: 0 0 32.5%;
    margin-right: .888888%;
	position:relative;
}

a.presentation h2 {
	font-weight: 200;
    color: #2b2b2b;
    font-size: 1.5em;
    text-align: left;
}

a.presentation svg.arrow {
	margin-left: 25px;
    transform: rotate(45deg);
    background: #f8f8f8;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 100em;
    border: 1px solid transparent;
		-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

a.presentation:hover svg.arrow {
	transform:rotate(90deg);
	border:1px solid #ccc;
}

a.presentation p.subDate {
	color: black;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
    background: transparent;
    padding: 5px 15px;
    border-radius: 100em;
    border: 1px solid #ececec;
}

a.presentation .pdficon {
	width: 25px;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: auto;
}

a.presentation .pdficon path {
	fill:#F40F02;
}

.presentation-grid-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

.slider-btn.next {
    background: #f0f0f0;
    border: none;
    font-size: 2em;
    padding: 0.5em 0.75em;
    cursor: pointer;
    transition: background 0.3s ease;
    z-index: 10;
    margin-left: 1rem;
}

.slider-btn.next:hover {
    background: #ddd;
}

.presentation-grid {
    overflow: hidden;
    width: 100%;
}

.presentation-container {
    display: flex;
    transition: transform 0.5s ease;
}


/* Teletownhall Card Styling */

.teletownhall-grid .teletownhall-container {
	overflow: hidden;
    width: fit-content;
    display: flex;
    max-width: 100%;
}

a.teletownhall {
	background: white;
    padding: 1.5em;
    max-width: 400px;
	width:100%;
    border-radius: 7px;
    text-decoration: none;
    margin: 25px 0;
    align-items: center;
    border: 1px solid #ececec;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
    flex: 0 0 100%;
    margin-right: .888888%;
	position:relative;
	min-height:250px;
		-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

a.teletownhall h2 {
	font-weight: 200;
    color: #2b2b2b;
    font-size: 1.5em;
    text-align: left;
}

a.teletownhall svg.arrow {
	margin-left: 25px;
    transform: rotate(45deg);
    background: #f8f8f8;
    padding: 10px;
    box-sizing: content-box;
    border-radius: 100em;
    border: 1px solid transparent;
		-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

a.teletownhall:hover {
	box-shadow: 0 5px 15px rgba(0, 0, 0, 0.065);
}

a.teletownhall:hover svg.arrow {
	transform:rotate(90deg);
	border:1px solid #ccc;
}

a.teletownhall:hover svg path {
			-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

a.teletownhall p.subDate {
	color: black;
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
    background: transparent;
    padding: 5px 15px;
    border-radius: 100em;
    border: 1px solid #ececec;
}

a.teletownhall .soundicon {
	width: 25px;
    position: absolute;
    display: block;
    top: 10px;
    right: 10px;
    height: auto;
}

a.teletownhall .soundicon path {
	fill:#ccc;
}

a.teletownhall:hover .soundicon path {
	fill:#2b2b2b;
}

/* End Teletownhall Card Styling */

/* Player */

	.player.active .play{
		display: none;
	}

	.player.active .pause{
		display: block;
		background: rgb(212 210 34 / 8%);
		color: rgb(212, 210, 34);
		border: 1px solid rgb(212, 210, 34);
	}

	.player .play{
		display: block;
	}

	.player .pause{
		display: none;
	}
.player i {
	position: absolute;
    bottom: 0;
    right: 0;
    padding: 15px;
    font-size: 1em;
    color: white;
    width: 50px;
    height: 50px;
    text-align: center;
    background: #212529;
    border-radius: 100em;
    margin: 15px;
    line-height: 20px;
	cursor:pointer;
}

a.teletownhall p.pillActivityMonitor {
    font-weight: 400;
    text-align: left;
    font-size: 10px;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
    color: rgb(212, 210, 34);
    padding: 5px 15px;
    border-radius: 100em;
    border: 1px solid rgb(212, 210, 34);
	opacity:0;
	margin-left:10px;
	transform:translateY(-25px);
	-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

a.teletownhall .pill-container {
	display:flex;
}

a.teletownhall p.pillActivityMonitor.playing {
	opacity:1;
	transform:translateY(0px);
}

/* End Player */

.list-card-container {
	display: flex;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.list-card {
background: white;
    padding: 1.5em;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 25px;
    align-items: center;
    border: 1px solid #ececec;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
    flex: 0 0 32%;
    margin-right: 1.333333333%;
    position: relative;
    min-height: 250px;
    font-weight: 300 !important;
    color: #2b2b2b;
    font-size: 1.5em;
    text-align: left;
}

.list-card a {
	    background: #f8f8f85e;
    box-sizing: content-box;
    border-radius: 100em;
    border: 1px solid #ececec;
    -webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
    position: absolute;
    bottom: 0;
    right: 0;
    height: 45px;
    display: block;
    width: 45px;
    text-align: center;
    line-height: 42px;
    margin: 15px;
	transform: rotate(45deg)
}

.list-card a:hover {
	transform: rotate(90deg);
      border: 1px solid #ccc;
}

.list-arrow {
	
}

/*
        Outline Item
*/


.list-outline-container {
    display: flex;
    align-items: stretch;
    align-content: center;
    flex-wrap: wrap;
    padding: 0;
}

.list-outline {
background: white;
    padding: 25px;
    border-radius: 7px;
    text-decoration: none;
    margin-top: 25px;
    align-items: center;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
    flex: 0 0 32%;
    margin-right: 1.333333333%;
    position: relative;
    min-height: 115px;
    font-weight: 300 !important;
    color: #2b2b2b;
    font-size: 18px;
    text-align: left;
    flex:0 0 100%;
}

.list-outline > a {
    background: #f8f8f85e;
    box-sizing: border-box;
    border-radius: 100em;
    border: 1px solid #ececec;
    -webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
    bottom: 0;
    right: 0;
    margin: 10px;
    height: 45px;
    display: block;
    width: 45px;
    text-align: center;
    position: absolute;
    line-height: 40px;
    transform: rotate(45deg);
}

.list-outline > p {
    font-weight:500;
}

.list-outline-container-nested {
    list-style-type: disc;
    margin-top: 15px;
    font-size: 20px;
    width: 100%;
    display: block;
}

.list-outline-container-nested li {
    margin-bottom: 7px;
    position: relative;
    border-bottom: 1px solid #ececec;
    font-size: 14px;
    padding-bottom: 10px;
}

.list-outline-nested a {
        box-sizing: content-box;
    border-radius: 100em;
    border:none;
    -webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
    bottom: 0;
    right: 0;
    height: 25px;
    display: block;
    width: 25px;
    text-align: center;
    position: absolute;
    line-height: 25px;
    transform: rotate(45deg);
    top:0px;
}

.list-outline-container-nested-nested {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ececec;
    margin: 5px 0;
    margin-top:10px;
    padding-bottom:5px;
}

.list-outline-nested-nested {
    border:none !important;
    font-size:13px !important;
}

/* End of Outline*/


#footer.iu-child-footer {
     padding: 4.5em 0 !important;
}

footer#footer {
    background: black !important;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    padding: 0 25px !important;
	max-width:93%;
	margin:0 auto;
	overflow:hidden;
}


#footer.iu-child-footer .col-6:nth-of-type(2) {
  text-align:right;
}

footer#footer ul.menu span {
    letter-spacing: 0.10em;
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    font-family: "IBM Plex Mono", monospace;
}

footer .col-12.text-center {
	text-align: center;
    font-family: 'Inter', sans-serif;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 0.10em;
}

#footer.iu-child-footer * {
  color:white;
}

#footer #menu-primary-nav-2 {
	padding:0;
}

.gt_switcher .gt_option a:hover {
    background: transparent !important;
}

.branded-admin-bar-logo {
	width:100% !important;
	height:100% !important;
	display:block !important;
}

/* Energy Transfer Subsid Company Theme */

#menu-primary-nav-1 li a {
    text-decoration:none;
    color:#F79C18;
}

#container-wrapper {
    /*background: linear-gradient(180deg, #ffffff 5%, transparent 35%, #ffffff 100%), url(http://cethou-wpapp01d:8085/wp-content/uploads/2025/05/subtle-white-bg-ptrn.png);*/
    background-size: 3%;
}

.entry-content {
    padding: 4em 0;
}

h2.wp-block-heading , h3.wp-block-heading {
    font-weight: 600;
    color: #F79C18;
}

.wp-block-list {
    padding:0;
}

.wp-block-list li {
    margin-bottom:5px;
}

.wp-block-list li a {
    color:#337ab7;
    text-decoration:none;
}

.wp-block-list li a:hover {
    text-decoration:underline;
}

/* End Energy Transfer Subsid Company Theme */

/* Begin Extra Admin Panel Settings for Nav */

.center-flex, .flex-three, .two-column, .full-width {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.flex-three .center {
    display: flex;
    width: 100%;
    margin: 0 auto;
    max-width: fit-content;
}

.center-flex {
    justify-content: center;
    gap: 2rem;
    margin:0 auto;
}

.flex-three .left,
.flex-three .center,
.flex-three .right {
    flex: 1;
    text-align: center;
}

.flex-three .left { text-align: left; }
.flex-three .right { text-align: right;align-content: flex-end;
    align-items: flex-end;
    justify-content: flex-end;
    display: flex; }

.full-width {
    width: 100%;
    padding: 1.5em 2em;
    max-width:none !important;
}

.centered-sm-wrapper {
    max-width: fit-content;
    margin-left: auto;
    margin-right: auto;
}

.centered-sm-wrapper .title-bar {
    align-self:flex-start;
}

.et-subsid-header.video-nav {
    overflow: hidden;
}
.et-subsid-header.video-nav .et-brand-header {
    background: rgba(255, 255, 255, 0);
    backdrop-filter: blur(10px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
.et-subsid-header.video-nav div.et-brand-header.is-sticky {
    background: white;
}
#et-video-overlay {
    display: block;
    width: 100vw;
    position: absolute;
    left: 0;
    top: 0;
    content: "";
}

/* Begin Dark Mobile Menu Fixes */

.expand-collapse-menu , .expand-collapse-menu::before, .expand-collapse-menu::after {
	display:block;
	width:20px;
	height:2px;
	background:white;
}

a.expand-collapse-btn , a.expand-open-btn {
	cursor:pointer;
	height:21px;
	z-index:9999999999;
	position:relative;
	display:block;
	-webkit-transition: 0.175s all ease-in-out !important;
    -moz-transition: 0.175s all ease-in-out !important;
    -o-transition: 0.175s all ease-in-out !important;
    transition: 0.175s all ease-in-out !important;
}

a.expand-open-btn {
    right: 0;
    /*padding: 25px;*/
    display: block;
    margin: 0;
    max-width: fit-content;
    position: relative;
    margin-left: auto;
    background: transparent;
    box-sizing: border-box;
    /*height: 70px;*/
	-webkit-transition: 0.175s all ease-in-out !important;
    -moz-transition: 0.175s all ease-in-out !important;
    -o-transition: 0.175s all ease-in-out !important;
    transition: 0.175s all ease-in-out !important;
}

a.expand-open-btn span::before {
	display:none;
}

a.expand-open-btn span {
	transform:rotate(45deg);
    position: relative;
    top: 50%;
	-webkit-transition: 0.175s all ease-in-out !important;
    -moz-transition: 0.175s all ease-in-out !important;
    -o-transition: 0.175s all ease-in-out !important;
    transition: 0.175s all ease-in-out !important;
}

.et-brand-header.slide-down .expand-collapse-menu , .et-brand-header.slide-down .expand-collapse-menu::before, .et-brand-header.slide-down .expand-collapse-menu::after {
	background:black;
}

a.expand-open-btn:hover span {
	transform: rotate(225deg) !important;
}

a.expand-open-btn span::after {
	transform: rotate(-90deg);
    top: -14px;
    left: 0px;
}

a.expand-collapse-btn:hover {
	transform:translateY(-5px);
}

.expand-collapse-menu::before , .expand-collapse-menu::after {
	position:absolute;
	content:"";
	margin-top:7px;
}

a.expand-collapse-btn .expand-collapse-menu::before {
	width:15px;
}

a.expand-collapse-btn .expand-collapse-menu::after {
	width:10px;
}

.expand-collapse-menu::after {
	margin-top:14px;
}

.mobile-menu-nav {
    top:0;
	left:0;
    position: fixed;
    width: 100%;
    z-index: 999999999;
   	visibility:hidden;
	opacity:0;
    height: 80vh;
	filter:blur(25px);
	background: linear-gradient(180deg, black 65%, transparent 100%);
	-webkit-transition: 0.35s all ease-in-out !important;
    -moz-transition: 0.35s all ease-in-out !important;
    -o-transition: 0.35s all ease-in-out !important;
    transition: 0.35s all ease-in-out !important;
}

.mobile-menu-open {
	opacity:1 !important;
	visibility:visible;
	filter:blur(0px);

    max-width: 93%;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    transform: translate(-50%, 0%);
    left: 50%;
}

.mobile-menu-close {
	opacity:0 !important;
	visibility:hidden;
}

.mobile-menu-nav .menu-primary-nav-container {
	width:100%;
	height:auto;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu {
    display: block !important;
    text-align: left;
    margin: 0px !important;
    width: 100%;
    height: 100%;
    max-width: none !important;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu li {
    margin: 0 !important;
    width: 100%;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu li a {
    color: white !important;
    font-weight: 500;
    padding: 1.25em;
    display: block;
	-webkit-transition: 0.275s all ease-in-out !important;
    -moz-transition: 0.275s all ease-in-out !important;
    -o-transition: 0.275s all ease-in-out !important;
    transition: 0.275s all ease-in-out !important;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu li a > span {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "IBM Plex Mono", monospace;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu li a:hover {
	box-shadow: inset 4px 0px 0px white;
    text-indent: 10px;
	color:#9e9e9e !important;
}

ul#menu-primary-nav li a {
	text-decoration:none;
}

/* End Dark Mobile Menu Fixes */

/* Carousel Slider */

.et-carousel-slide::before {
    background: linear-gradient(0deg, #000000 0%, transparent 55%);
    content: "";
    display: block;
    width: 100%;
    height: 100%;
}

.et-carousel-header {
	position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.et-carousel-wrapper {
    position: relative;
	width: 100%;
    height: 100%;
}

.et-carousel-slide {
	position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    color: white;
    align-items: center;
    background-attachment: fixed;

}

.et-carousel-slide.active {
    display: flex;
}

.et-carousel-content {
    max-width: 1060px;
    margin: 0 auto;
    text-align: left;
    border-radius: 12px;
    position: absolute;
    bottom: 4.5%;
    padding: 2em;
    left: 2%;
    width: 100%;
}

.et-carousel-button {
	display: inline-block;
    padding: 0.75rem 2.5rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    border-radius: 10em;
    float: left;
	-webkit-transition: 0.175s all ease-in-out;
    -moz-transition: 0.175s all ease-in-out;
    -o-transition: 0.175s all ease-in-out;
    transition: 0.175s all ease-in-out;
}

.et-carousel-button:hover {
	transform:translateY(-5px);
	box-shadow: 0px 3px 35px 0px #00a89d;
}

.et-carousel-next {
	position: absolute;
    bottom: 30px;
    right: 30px;
    background: rgb(255 255 255 / 7%);
    border: none;
    padding: 10px 20px;
    font-weight: bold;
    cursor: pointer;
    box-sizing: border-box;
    border-radius: 100em;
    backdrop-filter: blur(10px);
    border: 1px solid #ffffff05;
	-webkit-transition: 0.375s all ease-in-out;
    -moz-transition: 0.375s all ease-in-out;
    -o-transition: 0.375s all ease-in-out;
    transition: 0.375s all ease-in-out;
}

.et-carousel-next:hover {
	background: rgb(255 255 255 / 10%);
	transform:translateY(-15px);
}

.et-carousel-next svg {
    filter: invert(1);
}

.et-carousel-content h1 {
    font-size: 3.5em;
    font-weight: 200;
}

.et-carousel-content p {
	font-size: 16px;
    color: white;
    line-height: 28px;
    font-weight: 400;
    max-width: 80%;
    margin: 25px 0;
}
/* End Carousel Slider */

/* Begin 2 Column Block */

.two-col-modular-section , .one-col-modular-section , .OCLTST-Modular-Section {
    padding: 65px 20px;
}

.two-col-modular-section.two-col-modular-cta {
	padding:6rem 0;
}

.two-col-modular-section.Stretch , .Stretch {
	max-width:none;
	width:100%;
    position: relative;
    overflow: hidden;
}

.modular-inner.Wrapper , .Wrapper {
	max-width:1360px;
	/*max-width:85%;*/
	margin:0 auto;
    z-index: 1;
    position: relative;
}

.stretch {
    width: 100%;
}

.modular-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    align-items: center;
	justify-content: space-between;
}

.layout-inverted .modular-grid {
    flex-direction: row-reverse;
}

.modular-image {
	flex:0 0 45%;
}

.modular-image img {
    max-width: 100%;
    height: auto;
    display: block;
}

.modular-content {
    flex: 0 0 50%;
}

.one-col-modular-section .modular-content {
	flex:auto;
}

.two-col-modular-section .modular-content h2.heading.Large , .one-col-modular-section .modular-content h2.heading.Large {
	font-size:52px;
	font-weight:700;
	margin-bottom:0.5em;
}

.two-col-modular-section.two-col-modular-cta .modular-content h2.heading {
	font-weight:500;
}

.two-col-modular-section .modular-content h2.heading.Subscript , .one-col-modular-section .modular-content h2.heading.Subscript {
	font-size: 22px;
    font-weight: 600;
    margin-bottom: 1em;
    text-align: center;
}

.two-col-modular-section.two-col-modular-cta a.modular-cta-btn {
	border: 2px solid white;
    padding: 15px 45px;
    border-radius: 5px;
    color: white;
    text-decoration: none;
    font-weight: 600;
    background-color: transparent;
	-webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.two-col-modular-section.two-col-modular-cta a.modular-cta-btn:hover {
	background-color:white;
	color:black;
}

.modular-blurb , .modular-blurb > p {
	font-size: 1rem;
    font-weight: 400;
}

.left-themed_design_accent::after {
	content: "";
    left: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to right, #00a89d, rgba(0, 0, 0, 0));
    z-index: 0;
}

.right-themed_design_accent::after {
	content: "";
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to left, #00a89d, rgba(0, 0, 0, 0));
    z-index: 0;
}

.modular-blurb > p.lg-body , .lg-body {
	font-size: 36px;
    font-weight: bold;
    line-height: 46px;
    color: #0c203f;
    /*max-width: 85%;*/
    margin: 0 auto;
}

.modular-blurb > p.md-body , .md-body {
	font-size: 32px;
    font-weight: bold;
    line-height: 42px;
    color: #0c203f;
    margin: 0 auto;
}

/* End 2 Column Block */

/* Begin Block Tiered Section */

.Block-col_tiered_section {
	display: flex;
    align-items: center;
	width:100%;
	min-height: 575px;
    height: 100vh;
    align-content: stretch;
    justify-content: space-around;
	position:relative;
	background-size:cover;
	background-position:top;
	overflow:hidden;
}

.Block-col_tiered_section .block-section {
	padding: 2.5vw;
    flex: auto;
	width:100%;
	height:100%;
	background:transparent !important;
	border-right:1px solid white !important;
    min-height: 550px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
    -webkit-transition: .65s all ease-in-out;
    -moz-transition: .65s all ease-in-out;
    -o-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
}

.Block-col_tiered_section .block-section .block-col-tiered-section__inner{
	padding:3.5em 0;
	margin-top: 5em;
    -webkit-transition: .65s all ease-in-out;
    -moz-transition: .65s all ease-in-out;
    -o-transition: .65s all ease-in-out;
    transition: .65s all ease-in-out;
}

.Block-col_tiered_section .block-section .block-col-tiered-section__inner img {
	display:block;
	margin:0 auto;
	filter: invert(1) grayscale(1) brightness(1000);
	max-width: 35px;
    margin-bottom: 20px;
}

.Block-col_tiered_section .block-section .block-col-tiered-section__blurb {
	margin-top: 1.5em;
    text-align: center;
    transform: translateY(75px);
    width: 100%;
    left: 0;
    place-items: center;
	opacity:0;
    -webkit-transition: .45s all ease-in-out;
    -moz-transition: .45s all ease-in-out;
    -o-transition: .45s all ease-in-out;
    transition: .45s all ease-in-out;
}

.Block-col_tiered_section .block-section .block-col-tiered-section__blurb p {
	font-size:14px;
}

.Block-col_tiered_section .block-col-tiered-section__heading > h3 {
	text-transform:uppercase;
	font-family:"IBM Plex Mono", monospace;
	font-size:12px;
	text-align:center;
}

.block-section svg.service-arrow {
	position: absolute;
    bottom: 0;
    right: 0;
    margin: 15px;
} 

.service-close-btn {
	display:block;
	max-width:fit-content;
	padding:15px;
	cursor:pointer;
}

.block-section:hover .block-col-tiered-section__blurb {
	display:block;
	opacity:1;
	transform:translateY(15px);
	position:relative;
}

.block-section:hover .block-col-tiered-section__inner{
	margin-top: 1.5em;
}

.Block-col_tiered_section .service-mini-modal {
	position:absolute;
	width:100%;
	left:0;
	top:0;
	height:100%;
	background-size:cover !important;
	place-content:center;
	opacity:0;
	transform:translateY(150px);
	z-index:-1;
    -webkit-transition: 0.45s all ease-in-out;
    -moz-transition: .45s all ease-in-out;
    -o-transition: .45s all ease-in-out;
    transition: .45s all ease-in-out;
}

.Block-col_tiered_section .service-mini-modal.trenton {
	z-index:1;
	opacity:1;
	transform:translateY(0px);
}

.Block-col_tiered_section .block-section:nth-last-of-type(2) {
	border-right:none;
}

.Block-col_tiered_section .block-video {
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
}

.Block-col_tiered_section::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, black, transparent);
    pointer-events: none;
}

.Block-col_tiered_section::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, black, transparent);
    pointer-events: none;
}

.service-mini-modal p.service_subheading {
	background: #FFFFFF;
	border-radius: 4px;
	padding:4px 12px;
	font-size:14px;
	display:inline-block;
	color:black;
	font-weight:300;
	text-transform:uppercase;
	margin:15px 0;
}

.service-mini-modal div.service_blurb {
	max-width:none;
	margin:25px 0;
}

.service-mini-modal div.service_blurb > p {
	font-family: 'Inter';
	font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
	margin-bottom:25px;
}

.service-mini-modal .service-btn {
	border-radius: 4px;
	padding:15px;
	color:white;
	font-weight:600;
	font-size:12px;
	text-decoration:none;
	text-transform:uppercase;
	display:flex;
	max-width:fit-content;
	background:black;
}

.service-mini-modal .modal-icon {
	position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    height: 100%;
    place-content: center;
    place-items: center;
	backdrop-filter:blur(5px);
}

.service-mini-modal .modal-icon img {
	display:block;
	filter:invert(1) grayscale(1) brightness(1000);
}

/* End Block Tiered Section */

/* Begin LIRC Stat Section */

.flexed {
	display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1360px;
    margin: 0 auto;
}

.LIRC-Stat-Section .flexed {
	margin-top:45px;
}

.LIRC-Stat-Section__subtitle {
    background: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
	box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 8px;
}

.LIRC-Stat-Section__blurb p {
	font-style: normal;
    font-weight: 200;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.LIRC-Stat-Section__btn.btn {
    border-radius: 4px;
    padding: 15px;
    color: white;
    font-weight: 600;
    font-size: 12px;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    max-width: fit-content;
	background: #22C73B;
    margin: 25px 0;
}

.LIRC-Stat-Section__btn > svg {
	margin-left:30px;
}

.LIRC-Stat-Section-Left > img {
	width:475px;
	min-height:500px;
	display:block;
	object-fit:cover;
}

.LIRC-Stat-Section-Right {
    flex: 0 0 46%;
    margin-left: 25px;
}

h2.LIRC-Stat-Section__title {
    font-style: normal;
    font-weight: 800;
    font-size: 22px;
    line-height: 27px;
    color: #000000;
    margin: 10px auto;	
}

.LIRC-Stat-Section__statistic-container {
	display: flex;
    justify-content: space-around;
    box-sizing: border-box;
    background: rgba(193, 193, 193, 0.2);
    backdrop-filter: blur(37.5px);
    padding: 2.6em 0;
    max-width: 830px;
    margin: 2.5em auto;
    margin-top: -2.5em;
    text-align: center;
}

.LIRC-Stat-Section__statistic-group {
	width:115px;
}

.LIRC-Stat-Section__statistic-group > p:first-of-type {
	font-weight:700;
	font-size: 26px;
    margin-bottom: 5px;
}

.LIRC-Stat-Section__statistic-group p.int {
	text-shadow:none;
	filter:blur(0px);
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out;
}

.LIRC-Stat-Section__statistic-group p.int.countBlur {
	text-shadow:0 0 2.5px rgba(0,0,0,0.075);
	filter:blur(.75px);
}


.LIRC-Stat-Section__statistic-group > p:nth-of-type(2) {
	font-size:14px;
	line-height:1.125em;
}

.LIRC-Stat-Section__bottom-blurb {
    max-width: 620px;
    margin: 0 auto;
}

.LIRC-Stat-Section__bottom-blurb p {
	margin: 4em auto;
}


/* End LIRC Stat Section */

/* Styling for Offset Newsroom */

.news-grid.news-style-grid {
	position:relative;
}

.newsroom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
	width: max-content;
	transform: translate3d(0,0,0);
	will-change: transform;
	transition: none !important;
}

.news-grid.news-style-grid .newsroom-post {
	flex: 0 0 450px;
    margin-bottom: 2.25%;
	margin-right:0.5%;
    min-height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    text-decoration: none;
    height: 100%;
    display: flex;
	opacity:1;
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out;
}

.news-grid.news-style-grid .newsroom-post.featured {
	min-height:570px;
	box-shadow:0px 24px 44px -10px rgba(0, 0, 0, 0.5);
}

.news-grid.news-style-grid .newsroom-post.not-featured::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    background: linear-gradient(90deg, transparent 50%, white 90%);
    height: 100%;
}

.news-grid.news-style-grid .newsroom-post.not-featured {
	opacity: 0.25;
    filter: blur(.25em);
}

.news-grid.news-style-grid .newsroom-post:hover {
	box-shadow:0px 24px 44px -10px rgba(0, 0, 0, 0.35);
	transform:scale(1.05);
}

.news-grid.news-style-grid .newsroom-post:nth-of-type(even) {
	/*transform:translateY(5.25em);*/
}

.news-grid.news-style-grid .newsroom-post .newsroom-content {
	place-content:flex-end;
}

.news-grid.news-style-grid .newsroom-post .newsroom-content h2 {
	text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 5px;
    position: relative;
    top: 50px;
    color: white;
    font-family: "IBM Plex Mono", monospace;
}

.news-grid.news-style-grid .newsroom-post .newsroom-content .n-meta > p {
	font-style: normal;
	font-weight: 200;
	font-size: 22px;
	line-height: 32px;
	color: #FFFFFF;
}

.news-grid.news-style-grid .next-btn {
	position:absolute;
	width:75px;
	height:auto;
	line-height:35px;
	border-radius:100em;
	display:block;
	margin:0;
	right:0;
	bottom:0;
	background:black;
	border:1px solid white;
	text-align:center;
	cursor:pointer;
	z-index:999;
}

/* End Styling for Offest Newsroom */

/* Begin OCLTST-Modular-Section */

.OCLTST-Modular-Section.left-bars_design_accent::after {
    content: "";
    left: 0;
    top: 0;
    width: 85px;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to right, #22C73B 56px, #A8ECB2 25px);
    z-index: 0;
}

.OCLTST-Modular-Section.right-bars_design_accent::after {
    content: "";
    right: 0;
    top: 0;
    width: 85px;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to left, #22C73B 56px, #A8ECB2 25px);
    z-index: 0;
}

.OCLTST-Modular-Section__subtitle {
	background: #FFFFFF;
    font-size: 12px;
    display: inline-block;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 8px;
}

.OCLTST-Modular-Section__large-heading {
	font-style: normal;
	font-weight: 200;
	font-size: 42px;
	line-height: 51px;
	color: #000000;
	margin-bottom:45px;
}

.OCLTST-Modular-Section__small-text > p {
	font-style: normal;
	font-weight: 200;
	font-size: 28px;
	line-height: 34px;
	color: #000000;
}

/* End OCLTST-Modular-Section */

/* Start FAQ Section */

.FAQ-Section__statistic-group {
	max-width:1200px;
	margin:0 auto;
}

.FAQ-Section svg {
	filter: invert(1);
    position: absolute;
    right: 25px;
    top: 30px;
    background: black;
    display: block;
    transform: rotate(90deg);
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out;
}

.FAQ-Section .slide-active svg {
	transform: rotate(-90deg);
}

.FAQ-Section__statistic-group > div {
	display:none;
}

.FAQ-Section__subtitle {
	background: #FFFFFF;
    font-size: 12px;
    color: black;
    font-weight: 300;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid #ECECEC;
    border-radius: 4px;
    padding: 8px;
	margin: 3.5em auto !important;
    max-width: fit-content;
    display: block;
}

.FAQ-Section__statistic-group h2 {
	background: #FFFFFF;
	border: 1px solid #f8f8f8;
	border-radius: 0px;
	padding:25px;
	font-weight: 500;
	font-size: 24px;
	line-height: 29px;
	color: #04961A;
	position:relative;
	padding-left:45px;
	margin-bottom:1em;
	cursor:pointer;
	color:black;
    -webkit-transition: .35s all ease-in-out;
    -moz-transition: .35s all ease-in-out;
    -o-transition: .35s all ease-in-out;
    transition: .35s all ease-in-out;
}

.FAQ-Section__statistic-group h2:hover {
	color:#04961A;
}

.FAQ-Section__statistic-group h2.slide-active {
	color:#04961A;
	box-shadow: 0px 10px 10px -11px rgba(0, 0, 0, 0.15);
}

.FAQ-Section__statistic-group > div {
	margin-left:45px;
}

.FAQ-Section__statistic-group h2::after {
	content: "";
    left: 0;
    top: 0;
    width: 20px;
    height: 100%;
    position: absolute;
    display: block;
    background: linear-gradient(to right, #22C73B 15px, #A8ECB2 5px);
    z-index: 0;
}

/* End FAQ Section */

/* Begin Alt Scrolling Section */

.Scrolling-Section__container {
	max-width:97.5%;
	width:100%;
	margin:0 auto;
	height:100vh;
	overflow:hidden;
	margin-bottom:65px;
}

.Scrolling-Section__container-holder {
	max-width:97.5%;
	width:100%;
	margin:0 auto;
	height:100%;
	-webkit-transition: 1.35s all ease-in-out;
    -moz-transition: 1.35s all ease-in-out;
    -o-transition: 1.35s all ease-in-out;
    transition: 1.35s all ease-in-out;
}

.Scrolling-Section__container-group {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    flex-wrap: wrap;
	height:100%;
	position:relative;
	opacity:1;
	filter:blur(0px);
	transform:scale(1);
	-webkit-transition: .45s all ease-in-out;
    -moz-transition: .45s all ease-in-out;
    -o-transition: .45s all ease-in-out;
    transition: .45s all ease-in-out;
}

.Scrolling-Section__container-group.not-featured {
	opacity:0;
	transform:scale(0.85);
	filter:blur(10px);
}

.Scrolling-Section__container-group img {
	flex: 0 0 45.5%;
    min-width: 0;
    max-width: 525px;
	border-radius: 4px;
}

.Scrolling-Section__container .Scrolling-Section__container-group h1 {
	font-family: "Manrope", sans-serif;
    font-style: normal;
    font-weight: 600 !important;
    font-size: 48px;
    line-height: 58px;
    color: #000000;
    max-width: 1200px;
    flex: 0 0 55.5%;
}

.Scrolling-Section__container .next-btn {
	position: absolute;
    width: 75px;
    height: auto;
    line-height: 35px;
    border-radius: 100em;
    display: block;
    margin: 0;
    bottom: 10%;
    background: black;
    text-align: center;
    cursor: pointer;
    z-index: 999;
    right: 0;
}

.Scrolling-Section__container svg {
	transform: rotate(90deg);
    cursor: pointer;
}

/* End Alt Scrolling Section */

/* Begin Process Cards Section  */
.Process-Cards-Slider{
position:relative;
width:100%;
height:100vh;
background:black;
overflow:hidden;
}

/* WebGL renderer */
.Process-Cards-Slider__canvas{
position:absolute;
top:0;
left:0;
width:100%;
height:100vh;
z-index:20;
top:60%;
transform:translateY(-50%);
  cursor: grab;
  pointer-events: auto;
  touch-action: none;
}

.Process-Cards-Slider__canvas.is-dragging{
  cursor: grabbing;
}

/* Scroll driver */
.Process-Cards-Slider__scroll-area{
position:relative;
width:100%;
height:100vh;
}

/* Hidden DOM cards used as texture sources */
.Process-Cards-Slider__dom{
position:absolute;
top:-9999px;
left:-9999px;
opacity:0;
pointer-events:none;
}

.Process-Cards-Slider__card{
width:960px;
height:475px;
border-radius:12px;
background-size:cover;
background-attachment:fixed;
background-position:center center;
box-shadow:0 40px 120px rgba(0,21,204,0.85);
}

.Process-Cards-Slider__card::before {
	display:block;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	opacity:0.5;
	background:black;
	content:"";
	overflow:hidden;
	filter:blur(25px);
}

.card-inner{
width:100%;
height:100%;
/*background:#1d23275e; */
/*background:url(https://agency.pxlpier.com/wp-content/uploads/2026/03/le-carousel-d.jpg);*/
box-sizing:border-box;
border-radius:12px;
position:relative;
z-index:1;
overflow:hidden;
padding:60px;
/*border:1px solid #1d2327;*/
/*border: 1px solid rgba(255, 255, 255, 0.5);*/
}

.card-inner * {
	color:white;
}

.Process-Cards-Slider__card .card-subtitle {
	text-decoration: none;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 17px;
    color: #FFFFFF;
    margin-bottom: 15px;
	background:#FFDD00;
	padding:15px;
    color: black;
	display:inline-block;
    font-family: "IBM Plex Mono", monospace;
}

.Process-Cards-Slider__card .card-description p {
	font-size: 24px;
    color: white;
	margin:15px 0;
    line-height: 32px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 400;
}

.Process-Cards-Slider__canvas {
  cursor: grab;
}

.Process-Cards-Slider__canvas.is-dragging {
  cursor: grabbing;
}

.Process-Cards-Slider__canvas.is-focused {
  cursor: pointer;
}
/* End Process Card Section */

/* Begin Case Studies Section */
.Case-Studies-Slider-Section{
	position: relative;
	width:100%;
	background: black;
	color: #fff;
	overflow: hidden;
}

.Case-Studies-Slider-Section__container{
	position: relative;
}

.Case-Studies-Slider-Section__header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 40px;
	margin-bottom: 42px;
}

.Case-Studies-Slider-Section__header-left{
	max-width: 65%;
}

.Case-Studies-Slider-Section__heading {
	font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

.Case-Studies-Slider-Section__eyebrow{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.65);
	border-radius: 999px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .12em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 26px;
}

.Case-Studies-Slider-Section__cta{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 24px;
	min-width: 162px;
	height: 58px;
	padding: 0 24px;
	background: #ff5a00;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: .05em;
	transition: transform .3s ease, opacity .3s ease;
}

.Case-Studies-Slider-Section__cta:hover{
	transform: translateY(-2px);
	color: #fff;
}

.Case-Studies-Slider-Section__slider-shell{
	position: relative;
}

.Case-Studies-Slider-Section__indicators{
	position: absolute;
	top: -22px;
	left: 0;
	transform: translateX(-50%);
	z-index: 8;
	display: flex;
	gap: 10px;
}

.Case-Studies-Slider-Section__indicator{
	width: 18px;
	height: 6px;
	border: 0;
	padding: 0;
	background: rgba(255,255,255,.35);
	cursor: pointer;
	transition: width .3s ease, background .3s ease, opacity .3s ease;
}

.Case-Studies-Slider-Section__indicator.is-active{
	background: #1557ff;
	width: 25px;
}

.Case-Studies-Slider-Section__slides{
	position: relative;
	min-height: 825px;
}

.Case-Studies-Slider-Section__slide{
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	transform: translateX(60px);
	transition:
		opacity .65s ease,
		transform .75s cubic-bezier(.77,0,.18,1),
		visibility .65s ease;
	pointer-events: none;
}

.Case-Studies-Slider-Section__slide.is-active{
	opacity: 1;
	visibility: visible;
	transform: translateX(0);
	pointer-events: auto;
	z-index: 2;
}

.Case-Studies-Slider-Section__media-wrap{
	position: relative;
	width: 58%;
	max-width: 760px;
}

.Case-Studies-Slider-Section__image{
	position: relative;
	width: 100%;
	aspect-ratio: 0.92 / 1.0;
	overflow: hidden;
	background: #111;
}

.Case-Studies-Slider-Section__image img{
	display: block;
	width: 100%;
	min-height:825px;
	height: 100%;
	object-fit: cover;
}

.Case-Studies-Slider-Section__accent-bar{
	position: absolute;
	left: -8px;
	top: 30px;
	width: 12px;
	height: 46%;
	background: var(--case-study-accent-color, #1557ff);
}

.Case-Studies-Slider-Section__overlay{
	position: absolute;
	backdrop-filter: blur(14px);
	-webkit-backdrop-filter: blur(14px);
	color: #fff;
	background-color:rgba(0,0,0,0.35);
	z-index: 4;
}

.Case-Studies-Slider-Section__overlay--company{
	top: 70px;
	right: 100px;
	width: 45%;
	max-width: 520px;
	padding: 40px;
}

.Case-Studies-Slider-Section__overlay--solution{
	bottom: 75px;
	right: 0;
	width: 60%;
	max-width: 860px;
	padding: 40px;
}

.Case-Studies-Slider-Section__pill{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 13px;
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 999px;
	font-size: 10px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 18px;
}

.Case-Studies-Slider-Section__overlay-title{
    font-style: normal;
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
}

.Case-Studies-Slider-Section__overlay-copy{
	font-size: 24px;
    color: white;
    line-height: 32px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
    margin: 0.25em 0;
}

.Case-Studies-Slider-Section__overlay-copy br{
	content: "";
	display: block;
	margin-bottom: .2em;
}

@media (max-width: 1200px){
	.Case-Studies-Slider-Section__slides{
		min-height: 620px;
	}

	.Case-Studies-Slider-Section__media-wrap{
		width: 56%;
	}

	.Case-Studies-Slider-Section__overlay--company{
		width: 48%;
	}

	.Case-Studies-Slider-Section__overlay--solution{
		width: 56%;
		top: 270px;
	}
}

@media (max-width: 991px){
	.Case-Studies-Slider-Section{
		padding: 60px 0 80px;
	}

	.Case-Studies-Slider-Section__header{
		flex-direction: column;
		align-items: flex-start;
	}

	.Case-Studies-Slider-Section__slides{
		min-height: auto;
	}

	.Case-Studies-Slider-Section__slide{
		position: relative;
		inset: auto;
		opacity: 0;
		visibility: hidden;
		display: none;
		transform: none;
	}

	.Case-Studies-Slider-Section__slide.is-active{
		display: block;
		opacity: 1;
		visibility: visible;
	}

	.Case-Studies-Slider-Section__media-wrap{
		width: 100%;
		max-width: none;
	}

	.Case-Studies-Slider-Section__overlay{
		position: relative;
		top: auto !important;
		right: auto !important;
		width: 100% !important;
		max-width: none !important;
		margin-top: 20px;
	}

	.Case-Studies-Slider-Section__indicators{
		position: relative;
		top: auto;
		left: auto;
		transform: none;
		margin: 0 0 18px;
		justify-content: flex-start;
	}
}
/* End Case Studies Section */

/* Begin Styling for Blocks */

.inner-wrapper {
	max-width: 1360px;
	margin: 0 auto;
	padding: 65px 0;
	font-family: 'Inter', sans-serif;
}

.inner-wrapper * , .et-tiles * {
	font-family: 'Inter', sans-serif;
}

.inner-wrapper :where(h1, h2, h3, h4, h5, h6) , .et-tiles :where(h1, h2, h3, h4, h5, h6) {
	font-weight:300 !important;
}

.inner-wrapper p , .et-tiles p {
	font-weight:400;
    margin: 0 auto 2.025em auto;
}

html :where(.wp-block) {
    margin-bottom: 28px;
    margin-top: 28px;
    max-width: 1360px !important;
}

.no-accent::before {
	display:none !important;
}

.flip-accent::before {
	transform:scale(-1) !important;
	top:-2.5em !important;
}

/* End Styling for Blocks */

/* Fade in Styling for All Sections */

/*
#wrapper main#content section h1, #wrapper main#content section h2, #wrapper main#content section h3, #wrapper main#content section img, #wrapper main#content section p, #wrapper main#content section a {
	opacity:0;
	transform:translateY(-75px);
    -webkit-transition: .75s all ease-in-out;
    -moz-transition: .75s all ease-in-out;
    -o-transition: .75s all ease-in-out;
    transition: .75s all ease-in-out;
    will-change: opacity transform;
}
*/

#wrapper main#content .content-fade-in {
	opacity:1;
	transform:translateY(0px);
}

/* End Fade in Styling for All Sections */

@media screen and (max-width:1240px) {
    #et-video-overlay{
        position:relative;
    }
    .et-subsid-header.video-nav {
        height:auto;
    }
}

@media screen and (min-width:780px) {
	.incident-nav-mobile {
		display:none;
	}
}

@media screen and (max-width:780px) {
	.incident-nav-wrapper {
		display:none !important;
	}
	.incident-nav-mobile {
		display:block;
	}
	.et-subsid-header.video-nav {
		margin-top:100px;
	}
	#et-mini-header {
		display:none;
	}
}

/* End Extra Admin Panel Settings for Nav */

@media screen and (max-width:520px) {
    header.et-subsid-page-title h1.entry-title {
        word-wrap: break-word;
        font-size:2.25em !important;
    }
    #menu-primary-nav-1 {
        display:block;
    }
    #footer.iu-child-footer .text-right ul , #footer.iu-child-footer .text-left ul , #footer.iu-child-footer ul.copyright {
        margin:0;
        padding:0;
    }
    #footer.iu-child-footer .copyright {
        margin-top:25px !important;
        margin-bottom:25px !important;
    }
}

/* Mobile Fixes */

#menu-mobile .menu > li.menu-item-has-children > a::before {
	display:none;
}

#menu-mobile .menu > li.menu-item:has(ul.sub-menu):hover a::before {
    display:none !important;
}

#menu-mobile .menu > li.menu-item-has-children::after {
	top: 5px;
    right: 32px !important;
	height:48px;
	width:20px;
	background-size:20px;
}

#menu-mobile .menu > li.menu-item ul.sub-menu {
	border-radius: 0;
    color: white !important;
    font-weight: 500;
    display: block;
    position: relative;
    padding: 0;
    background: transparent !important;
    box-shadow: none;
    height: 0px;
}

#menu-mobile .menu-primary-nav-container ul.menu li {
	margin: 0;
    width: 100%;
}

#menu-mobile .menu-primary-nav-container ul.sub-menu li a {
    padding: 1.25em !important;
    font-size: 14px;
    box-shadow: none;
}

#menu-mobile .menu > li.menu-item:has(ul.sub-menu):hover {
    background: #1e1e1e;
}

/* End Mobile Fixes */

/* Fixes */

.flexed-content {
	display:flex;
	justify-content:space-between;
	color:#A5A5A5;
}

.count {
    color: #A5A5A5;
}

.stylistic-nav #carousel-next {
	position: absolute;
    bottom: 65px;
    right: 0;
    appearance: none;
    border: none;
    color: white;
    background: black;
    padding: 0;
    width: 85px;
    height: 85px;
    text-align: center;
}

.et-shero-slider-wrapper .et-carousel-slide.fade-out , .et-shero-slider-wrapper .et-carousel-slide {
	opacity:0;
	transform:scale(1.025);
	filter:blur(5px);
	display:block !important;
	position:absolute !important;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    transition: 0.5s all ease-in-out;
}

.et-shero-slider-wrapper .et-carousel-slide.fade-out .wf-accent , .et-shero-slider-wrapper .et-carousel-slide .wf-accent {
    -webkit-transition: 1.025s all ease-in-out;
    -moz-transition: 1.025s all ease-in-out;
    -o-transition: 1.025s all ease-in-out;
    transition: 1.025s all ease-in-out;
	transform:scale(1);
}

.et-shero-slider-wrapper .et-carousel-slide.fade-out .et-carousel-content , .et-shero-slider-wrapper .et-carousel-slide .et-carousel-content {
    -webkit-transition: 1.025s all ease-in-out;
    -moz-transition: 1.025s all ease-in-out;
    -o-transition: 1.025s all ease-in-out;
    transition: 1.025s all ease-in-out;
	transition-delay:0.35s;
	right:-100%;
	filter:blur(50px);
}

.et-shero-slider-wrapper .et-carousel-slide.fade-out .et-carousel-content::before , .et-shero-slider-wrapper .et-carousel-slide .et-carousel-content::before {
    -webkit-transition: 1.025s all ease-in-out;
    -moz-transition: 1.025s all ease-in-out;
    -o-transition: 1.025s all ease-in-out;
    transition: 1.025s all ease-in-out;
	transition-delay:.75s;
	width:0%;
}

.et-shero-slider-wrapper .et-carousel-slide.fade-in {
	opacity:1;
	filter:blur(0px);
	transform:scale(1);
	display:block !important;
	position:absolute !important;
}

.et-shero-slider-wrapper .et-carousel-slide.fade-in .wf-accent {
	transform:scale(1.135) !important;
}

.et-shero-slider-wrapper .et-carousel-slide.fade-in .et-carousel-content {
	right:0%;
	filter:blur(0px);
}

.et-shero-slider-wrapper .et-carousel-slide.fade-in .et-carousel-content::before {
	width:100%;
}

/* End Misc Fixes */

/* Begin Pixel Pier Home Hero */

.pixelpier-pill-btn {
    width: auto;
	max-width:fit-content;
    height: auto;
    border-radius: 100em;
    display: block;
	padding:20px 40px;
    background: black;
    text-align: center;
	text-decoration:none;
	color:white;
	font-size:16px;
	text-transform:uppercase;
}

.pixelpier-pill-subtitle {
	background: transparent;
    font-size: 12px;
    display: block;
    max-width: fit-content;
    color: white;
    font-weight: 300;
    text-transform: uppercase;
    box-sizing: border-box;
    border: 1px solid white;
    border-radius: 100em;
    margin-bottom: 45px;
    padding: 10px 15px;
	font-family: "IBM Plex Mono", monospace;
}

.pixelpier-theme-wrapper {
	width: 100%;
    position: relative;
    display: block;
    place-content: center;
    place-items: center;
    flex-grow: 1;
    max-width: 93%;
    margin: 0 auto;
    border-left: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 1px solid rgba(255, 255, 255, 0.5);
}

/* End Pixel Pier Home Hero */

/* Begin MLHS */

.MLHS {
	margin: 5em 0;
	width:100%;
}
.MLHS__container {
	display: flex;
    align-items: center;
	justify-content:space-between;
}
.MLHS__container-right {
	max-width:960px;
}
.MLHS__container-right h1 {
	font-size: 56px;
    font-family: "Instrument Serif", serif;
    color: white;
    line-height: normal;
}

/* End MLHS */

/* Begin Centered CTA Section */

.Centered-CTA-Section{
	position: relative;
	padding: 0;
	width:100%;
	margin:7.5em 0;
}

.Centered-CTA-Section::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(180deg, black, transparent);
    pointer-events: none;
}

.Centered-CTA-Section::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 150px;
    position: absolute;
    z-index: 1;
    background: linear-gradient(0deg, black, transparent);
    pointer-events: none;
}

.Centered-CTA-Section__background{
	position: relative;
	min-height: 560px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-attachment:fixed;
	background-attachment:scroll;
}

.Centered-CTA-Section__overlay{
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
	z-index: 1;
}

.Centered-CTA-Section__container{
	position: relative;
	z-index: 2;
	width: 100%;
}

.Centered-CTA-Section__content{
	max-width: 560px;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}

.Centered-CTA-Section__subtitle{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid rgba(255,255,255,.75);
	border-radius: 999px;
	font-size: 11px;
	line-height: 1;
	letter-spacing: .1em;
	text-transform: uppercase;
	color: #fff;
	margin-bottom: 24px;
}

.Centered-CTA-Section__title{
    font-weight: 300;
    font-size: 36px;
    line-height: 48px;
    color: #FFFFFF;
    margin-bottom: 25px;
}

.Centered-CTA-Section__link{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 22px;
	min-width: 160px;
	height: 58px;
	padding: 0 24px;
	background: #ff5a00;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	transition: transform .3s ease, opacity .3s ease;
}

.Centered-CTA-Section__link:hover{
	transform: translateY(-2px);
	color: #fff;
}

@media (max-width: 991px){
	.Centered-CTA-Section__background{
		min-height: 460px;
	}
}

/* End Centered CTA Section */

/* Begin Horizontal Content Slider Section */

.Horizontal-Content-Slider{
	position: relative;
	width:100%;
	background: #000;
	overflow: hidden;
}

.Horizontal-Content-Slider__container{
	position: relative;
}

.Horizontal-Content-Slider__slides{
	position: relative;
	min-height: 560px;
}

.Horizontal-Content-Slider__slide{
	position: absolute;
	inset: 0;
	overflow: hidden;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.Horizontal-Content-Slider__slide.is-active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
	position:absolute;
}

.Horizontal-Content-Slider__bg-wrap{
	position: absolute;
	inset: 0;
	overflow: hidden;
}

.Horizontal-Content-Slider__bg{
	position: absolute;
	inset: -6%;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment:fixed;
	will-change: transform, opacity, clip-path;
}

.Horizontal-Content-Slider__overlay{
	position: absolute;
	inset: 0;
	background: rgba(0,0,0,.5);
}

.Horizontal-Content-Slider__content{
	position: relative;
	z-index: 3;
	min-height: 560px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	color: #fff;
	will-change: transform, opacity;
}

.Horizontal-Content-Slider__subtitle{
	margin-bottom: 18px;
}

.Horizontal-Content-Slider__title{
	font-size: 42px;
    color: white;
	max-width:960px;
    line-height: 56px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
	will-change: transform, opacity, filter;
}

.Horizontal-Content-Slider__nav{
	position: absolute;
	left: 0;
	right: 0;
	bottom: 28px;
	z-index: 5;
}

.Horizontal-Content-Slider__indicators{
	display: flex;
	align-items: center;
	gap: 10px;
}

.Horizontal-Content-Slider__indicator{
	position: relative;
	width: 14px;
	height: 4px;
	border: 0;
	padding: 0;
	background: rgba(255,255,255,.35);
	cursor: pointer;
	overflow: hidden;
}

.Horizontal-Content-Slider__indicator-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #1557ff;
}

.Horizontal-Content-Slider__indicator.is-active{
	background: rgba(255,255,255,.16);
}

@media (max-width: 991px){
	.Horizontal-Content-Slider__slides,
	.Horizontal-Content-Slider__content{
		min-height: 420px;
	}

	.Horizontal-Content-Slider__content{
		padding-top: 60px;
		padding-bottom: 90px;
	}

	.Horizontal-Content-Slider__title{
		/*font-size: clamp(30px, 7vw, 48px);*/
	}
}

.Horizontal-Content-Slider::before {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    top: 0;
    height: 150px;
    position: absolute;
    z-index: 999;
    background: linear-gradient(180deg, black, transparent);
    pointer-events: none;
}

.Horizontal-Content-Slider::after {
    content: "";
    display: block;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 150px;
    position: absolute;
    z-index: 999;
    background: linear-gradient(0deg, black, transparent);
    pointer-events: none;
}

/* End Horizontal Content Slider Section */

/* Parallax LTRC Section */

.Parallax-Left-Title-Right-Content-Section{
	position: relative;
	background: #000;
	color: #fff;
}

.Parallax-Left-Title-Right-Content-Section__container{
	position: relative;
}

.Parallax-Left-Title-Right-Content-Section__row{
	position: relative;
	height: 100vh;
	min-height: 100vh;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.Parallax-Left-Title-Right-Content-Section__row-inner{
	width: 100%;
	display: grid;
	grid-template-columns: minmax(180px, 240px) minmax(0, 1fr);
	column-gap: clamp(40px, 8vw, 160px);
	align-items: center;
}

.Parallax-Left-Title-Right-Content-Section__left,
.Parallax-Left-Title-Right-Content-Section__right{
	position: relative;
}

.Parallax-Left-Title-Right-Content-Section__subtitle{
	margin: 0;
	font-size: 12px;
	line-height: 1.2;
	font-family: "IBM Plex Mono", monospace;
	text-transform:uppercase;
	font-weight: 400;
	color: #fff;
	max-width: 180px;
	will-change: transform, opacity;
}

.Parallax-Left-Title-Right-Content-Section__description{
	margin: 0;
	max-width: 720px;
	font-size: 42px;
	line-height: 56px;
	font-weight: 300;
	letter-spacing: -.003em;
	color: rgba(255,255,255,.32);
	will-change: transform, opacity;
}

.Parallax-Left-Title-Right-Content-Section__description p{
	font-size: 32px;
    color: white;
    max-width: 960px;
    line-height: 42px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
    will-change: transform, opacity, filter;
}

.Parallax-Left-Title-Right-Content-Section__description .word{
	display: inline-block;
	opacity: .18;
	color: rgba(255,255,255,.22);
	will-change: opacity, color, transform;
	transition: opacity .18s linear, color .18s linear;
}

.Parallax-Left-Title-Right-Content-Section__description .word.is-on{
	opacity: 1;
	color: rgba(255,255,255,1);
}

@media (max-width: 991px){
	.Parallax-Left-Title-Right-Content-Section__row{
		height: auto;
		min-height: 100vh;
		padding: 100px 0;
	}

	.Parallax-Left-Title-Right-Content-Section__row-inner{
		grid-template-columns: 1fr;
		row-gap: 28px;
	}

	.Parallax-Left-Title-Right-Content-Section__subtitle{
		max-width: none;
	}

	.Parallax-Left-Title-Right-Content-Section__description{
		/*font-size: clamp(28px, 7vw, 46px);*/
		max-width: none;
	}
}

/* End Parallax LTRC Section */

/* Begin Recent Works Slider Section */

.Recent-Work-Slider-Section{
	position: relative;
	background: #000;
	color: #fff;
	/*padding: 90px 0 120px;*/
	overflow: hidden;
	width:100%;
}

.Recent-Work-Slider-Section__container{
	position: relative;
}

.Recent-Work-Slider-Section__header{
	text-align: center;
	max-width: 860px;
}

.Recent-Work-Slider-Section__subtitle{
	margin-bottom: 22px;
	display: inline-flex;
}

.Recent-Work-Slider-Section__title{
    font-size: 32px;
    color: white;
    line-height: 42px;
    font-family: "Inter", sans-serif !important;
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
	font-weight:300 !important;
}

.Recent-Work-Slider-Section__slider-wrap{
	position: relative;
}

.Recent-Work-Slider-Section__slider{
	position: relative;
	min-height: 900px;
}

.Recent-Work-Slider-Section__slide{
	position: absolute;
	inset: 0;
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	z-index: 1;
}

.Recent-Work-Slider-Section__slide.is-active{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
	z-index: 2;
}

.Recent-Work-Slider-Section__slide-inner{
	position: relative;
	min-height: 760px;
}

.Recent-Work-Slider-Section__media-wrap{
	position: relative;
	width: 100%;
	max-width: 100%;
	height: 425px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

.Recent-Work-Slider-Section__main-image{
	position: relative;
	width: min(78vw, 1140px);
	height: 100%;
	overflow: hidden;
	z-index: 3;
	box-shadow: 0 12px 50px rgba(0,0,0,.28);
}

.Recent-Work-Slider-Section__main-image img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Recent-Work-Slider-Section__side-preview{
	position: absolute;
	top: 40px;
	width: min(19vw, 170px);
	height: 70%;
	overflow: hidden;
	z-index: 1;
	opacity: .62;
	filter: brightness(.8);
}

.Recent-Work-Slider-Section__side-preview img{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.Recent-Work-Slider-Section__side-preview--left{
	left: 0;
	transform: translateX(-32%);
}

.Recent-Work-Slider-Section__side-preview--right{
	right: 0;
	transform: translateX(32%);
}

.Recent-Work-Slider-Section__content-card{
	position: relative;
	z-index: 5;
	width: min(60vw, 1060px);
	margin: -92px auto 0;
	padding: 34px 42px 28px;
	background: linear-gradient(135deg, rgba(65,65,65,.35) 0%, rgba(12,12,12,.92) 45%, rgba(0,0,0,.96) 100%);
	backdrop-filter: blur(18px);
	-webkit-backdrop-filter: blur(18px);
	box-shadow: 0 18px 60px rgba(0,0,0,.28);
}

.Recent-Work-Slider-Section__company-name{
	display: inline-block;
	margin-bottom: 18px;
	font-size: 12px;
	line-height: 1;
	letter-spacing: .14em;
	text-transform: uppercase;
	color: rgba(255,255,255,.78);
}

.Recent-Work-Slider-Section__description{
    font-size: 32px;
    color: white;
    line-height: 42px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
    margin-bottom: 25px;
}

.Recent-Work-Slider-Section__services{
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.Recent-Work-Slider-Section__service-tag{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	background: #f2db00;
	color: #000;
	font-size: 13px;
	line-height: 1;
	letter-spacing: .04em;
	font-family: monospace;
	white-space: nowrap;
}

.Recent-Work-Slider-Section__nav{
    position: absolute;
    left: 0;
    right: 0;
    top: -20px;
    z-index: 8;
    padding: 0;
}

.Recent-Work-Slider-Section__indicators{
	display: flex;
	align-items: center;
	gap: 10px;
	max-width: 1140px;
	margin: 0 auto;
	padding-left: 0;
}

.Recent-Work-Slider-Section__indicator{
	position: relative;
	width: 14px;
	height: 4px;
	border: 0;
	padding: 0;
	background: rgba(255,255,255,.28);
	cursor: pointer;
	overflow: hidden;
}

.Recent-Work-Slider-Section__indicator-fill{
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 100%;
	background: #0d63ff;
}

.Recent-Work-Slider-Section__indicator.is-active{
	background: rgba(255,255,255,.14);
}

@media (max-width: 1199px){
	.Recent-Work-Slider-Section__slider,
	.Recent-Work-Slider-Section__slide-inner{
		min-height: 690px;
	}

	.Recent-Work-Slider-Section__media-wrap{
		height: 460px;
	}

	.Recent-Work-Slider-Section__content-card{
		width: min(72vw, 960px);
	}
}

@media (max-width: 991px){
	.Recent-Work-Slider-Section{
		padding: 70px 0 100px;
	}

	.Recent-Work-Slider-Section__slider,
	.Recent-Work-Slider-Section__slide-inner{
		min-height: 620px;
	}

	.Recent-Work-Slider-Section__media-wrap{
		height: 360px;
	}

	.Recent-Work-Slider-Section__main-image{
		width: 100%;
	}

	.Recent-Work-Slider-Section__side-preview{
		display: none;
	}

	.Recent-Work-Slider-Section__content-card{
		width: calc(100% - 40px);
		margin-top: -56px;
		padding: 24px 24px 22px;
	}

	.Recent-Work-Slider-Section__description{
		max-width: 100%;
	}
}

/* End Recent Works Slider Section */

/* Start Video */

.feature-video-section {
  height: 100%;
  max-width:1060px;
  width:100%;
  display:block;
  margin:0 auto;
}

.video-wrapper {
  position: sticky;
  width:100%;
  top: 10vh;
  transform: scale(1);
  transform-origin: center center;
  display:block;
  aspect-ratio: 16 / 9;
}

/* End Video */

/* Begin Subpage Hero Section */
.left-sub-container {
	min-width: 775px;
    flex: 0 0 55%;
    min-height: 575px;
    display: block;
    background-size: cover;
	clip-path: inset(0 90% 0 0);
	will-change: clip-path, transform;
}

.right-sub-container {
	flex: 0 0 calc(205px + 45%);
    min-height: 410px;
    display: block;
    padding: 3.5em;
    background: rgba(0, 0, 0, 0.025);
    backdrop-filter: blur(75px);
    top: 207px;
    position: relative;
    left: -205px;
	place-content:center;
	clip-path: inset(0 0 0 90%);
	will-change: clip-path, transform;
}

.right-sub-container h2 {
	font-size: 32px;
    color: white;
    line-height: 42px;
    font-family: "Inter", sans-serif !important;
    text-align: left;
    font-weight: 300;
}

/* End Subpage Hero Section */

/* Reveal Animation */
/* ========================================
   GENERIC REVEAL
======================================== */
.reveal-item{
	opacity: 0;
	transform: translate3d(0, 60px, 0) scale(.985);
	filter: blur(8px);
	will-change: transform, opacity, filter;
	transition:
		opacity .9s cubic-bezier(.22, 1, .36, 1),
		transform 1s cubic-bezier(.175, .885, .32, 1.18),
		filter .9s cubic-bezier(.22, 1, .36, 1);
}

.reveal-item.is-visible{
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

.reveal-up{
	transform: translate3d(0, 70px, 0) scale(.985);
}

.reveal-left{
	transform: translate3d(-70px, 0, 0) scale(.985);
}

.reveal-right{
	transform: translate3d(70px, 0, 0) scale(.985);
}

.reveal-pop{
	transform: translate3d(0, 35px, 0) scale(.92);
}

/* ========================================
   HERO-SPECIFIC ANIMATION
======================================== */
.et-subsid-header{
	position: relative;
	overflow: hidden;
}

.et-subsid-header .hero-fade-layer{
	opacity: 0;
	transform: scale(1.06);
	filter: blur(14px);
	will-change: opacity, transform, filter;
	transition:
		opacity 1.25s cubic-bezier(.22, 1, .36, 1),
		transform 1.4s cubic-bezier(.22, 1, .36, 1),
		filter 1.2s cubic-bezier(.22, 1, .36, 1);
}

.et-subsid-header .hero-fade-layer.is-visible{
	opacity: 1;
	transform: scale(1);
	filter: blur(0);
}

.et-subsid-header .hero-reveal-item{
	opacity: 0;
	transform: translate3d(0, 48px, 0) scale(.985);
	filter: blur(10px);
	will-change: opacity, transform, filter;
	transition:
		opacity .95s cubic-bezier(.22, 1, .36, 1),
		transform 1.05s cubic-bezier(.175, .885, .32, 1.18),
		filter .95s cubic-bezier(.22, 1, .36, 1);
}

.et-subsid-header .hero-reveal-item.is-visible{
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

.et-subsid-header .hero-cards-wrap{
	opacity: 0;
	transform: translate3d(0, 90px, 0) scale(.96);
	filter: blur(12px);
	will-change: opacity, transform, filter;
	transition:
		opacity 1.1s cubic-bezier(.22, 1, .36, 1),
		transform 1.15s cubic-bezier(.175, .885, .32, 1.12),
		filter 1.1s cubic-bezier(.22, 1, .36, 1);
}

.et-subsid-header .hero-cards-wrap.is-visible{
	opacity: 1;
	transform: translate3d(0, 0, 0) scale(1);
	filter: blur(0);
}

.et-subsid-header .hero-card-reveal{
	opacity: 0;
	transform: translate3d(0, 55px, 0) rotate(-2deg) scale(.94);
	filter: blur(10px);
	will-change: opacity, transform, filter;
	transition:
		opacity 1s cubic-bezier(.22, 1, .36, 1),
		transform 1.15s cubic-bezier(.175, .885, .32, 1.14),
		filter 1s cubic-bezier(.22, 1, .36, 1);
}

.et-subsid-header .hero-card-reveal.is-visible{
	opacity: 1;
	transform: translate3d(0, 0, 0) rotate(0deg) scale(1);
	filter: blur(0);
}

@media (prefers-reduced-motion: reduce){
	.reveal-item,
	.reveal-item.is-visible,
	.et-subsid-header .hero-fade-layer,
	.et-subsid-header .hero-fade-layer.is-visible,
	.et-subsid-header .hero-reveal-item,
	.et-subsid-header .hero-reveal-item.is-visible,
	.et-subsid-header .hero-cards-wrap,
	.et-subsid-header .hero-cards-wrap.is-visible,
	.et-subsid-header .hero-card-reveal,
	.et-subsid-header .hero-card-reveal.is-visible{
		opacity: 1 !important;
		transform: none !important;
		filter: none !important;
		transition: none !important;
	}
}
/* End Reveal Animation */