/*
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;
}

body {
	background-color:white;
}

.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:fixed;
    width:100%;
    top:0;
    left:0;
}

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 {
	/*border-top: 1px solid rgba(255, 255, 255, 0.15);
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
	*/
    backdrop-filter: blur(15px);
}

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

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

#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: "Manrope", 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-subsid-page-title {
	width: 100%;
	max-width:1060px;
    box-sizing: border-box;
    padding: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index:1;
}

.et-logo {
    display: block;
    width: 100%;
    max-width:165px;
    filter: grayscale(1000000) brightness(100000) drop-shadow(0px 3px 3px rgba(0, 0, 0, 1));
}

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 {
	color: black;
    font-size: 1.65em;
    line-height: 1.25em;
    font-weight: 200;
}*/

.et-subsid-page-title p:first-of-type {
	font-size: 16px;
    color: white !important;
    line-height: 28px;
    font-weight: 400;
    margin: 25px 0;
}

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

.incident-jumbotron-divider {
	border-bottom: solid 47px #1a80ae;
	display:block;
	margin:25px auto;
	width:100%;
}

/*.incident-page-title h1.entry-title {
	color: #646464;
    font-weight: 400;
	text-align:center;
	font-size:3.25em;
}
*/

.et-subsid-page-title h1.entry-title {
	color: white;
    font-weight: 700;
    text-align: left;
    font-size: 55px;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
	text-shadow:2px 2px 4px #000000;
}

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 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    text-shadow: 2px 2px 4px #000000;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
	padding:25px 0;
	text-shadow:none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

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;
}

.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;
}


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

#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;
}

h1.entry-title {
    font-size: 62px;
    font-weight: 600;
    text-transform: uppercase;
    color:white;
}

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;
    position: fixed;
    width: 100%;
    z-index: 999999999;
    display: none;
    height: 80vh;
	background: linear-gradient(180deg, black 65%, transparent 100%);
}

.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: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;
    align-content: stretch;
    justify-content: space-around;
    background: gray;
	position:relative;
	background-size:cover;
	background-position:top;
	overflow:hidden;
}

.Block-col_tiered_section .block-section {
	padding: 2.5vw;
    flex: auto;
    margin-left: 2%;
    margin-right: 2%;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    min-width: 400px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
	position:relative;
	overflow:hidden;
	cursor:pointer;
}

.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);
}

.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-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);
}

.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-bottom:15px;
}

.service-mini-modal div.service_blurb {
	max-width:60%;
}

.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 {
}

.newsroom-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
	transform: translateX(0px);
    -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;
}

.news-grid.news-style-grid .newsroom-post {
	flex: 0 0 47.375%;
    margin-bottom: 5.25%;
	margin-right:2.5%;
    min-height: 440px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 4px;
    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);
}

.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;
	padding:25px;
}


.news-grid.news-style-grid .newsroom-post .newsroom-content h2 {
	text-decoration: none;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    color: #FFFFFF;
	margin-bottom:10px;
    text-transform: uppercase;
}

.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;
	left:0;
	bottom:0;
	background:black;
	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 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:400 !important;
	margin:0 0 0.75em 0;
}

.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;
	}
}

/* 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 */