/*
Theme Name: ET - Subsidiary Company Theme (Newly Acquired)
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Template: blankslate
Description: BET - Subsidiary Company Theme (Newly Acquired)
Version: 2024.2
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;
}

body {
    background-color: white;
}

a {
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

p a,
.ps-list.wp-block-list li a {
    color: #D4D222;
    text-decoration: none;
    font-weight: 600;
}

.ps-list.wp-block-list li a {
    color: #000;
}

p a:hover,
.ps-list.wp-block-list li a:hover {
    color: #D4D222;
    text-decoration: underline;
}

.wp-block-group__inner-container {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 800ms ease, transform 800ms ease;
  will-change: opacity, transform;
  visibility: hidden;
}

.wp-block-group__inner-container.is-visible {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

.wp-block-group__inner-container[data-delay] {
  transition-delay: var(--delay, 0ms);
}

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: 1rem 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;
}

p {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.75;
    color: #000000;
}

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

.bg-light-grey {
    background: #f7f7f7;
}

.et-subsid-page-title {
    width: 100%;
    box-sizing: border-box;
    padding: 4em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.et-logo {
    display: block;
    width: 90%;
    max-width: 175px;
}

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

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

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

h3.wp-block-heading {
    font-weight: 700;
    text-transform: uppercase;
}

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

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

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

@media (min-width: 782px) {
    #menu-primary-nav-1,
    #menu-policies-nav {
        display: flex;
    }
    
}

#menu-primary-nav-1 li.menu-item,
#menu-policies-nav 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-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

header #menu a:hover,
header #nav a:hover {
    color: #34c6f4;
}

.et-subsid-header {
    position: relative;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-position: center -180px;
    background-size: cover;
    height: 80vh;
    color: #fff;
    text-align: center;
}

.et-subsid-header:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.10);
    z-index: 1;
}

.et-subsid-page-title {
    z-index: 9;
}

.contact-btn {
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
    border-radius: 6px;
    padding: 0.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-block-group {
    padding: 80px 15px;
}

.wp-block-group.p-bottom-0 {
    padding-bottom: 0px;
}

.wp-block-group.p-top-0 {
    padding-top: 0px;
}

.wp-block-button a {
    position: relative;
    background: #D4D222;
    border: 2px solid #D4D222;
    padding: 10px 32px 10px 22px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
}

.wp-block-button a:hover {
    background: none;
}

.wp-block-button a:after {
    content:'\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.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 {
    -webkit-transition: 0.5s all ease;
    -moz-transition: 0.5s all ease;
    -o-transition: 0.5s all ease;
    transition: 0.5s all ease;
}

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

.card-grid .card {
    margin: 10px 1.4%;
    text-align: center;
    min-height: 355px;
    background: white !important;
    box-sizing: border-box;
    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:hover .card-button svg path {
    fill: #34c6f4 !important;
}

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

#et-mini-header {
    background: rgb(0 0 0 / 15%);
}
.et-subsid-header div.et-brand-header.is-sticky #et-mini-header {
    background-color: #34c6f4 !important;
}
#et-mini-header nav.et-header {
    justify-content: flex-end;
    padding: 5px;
}
#et-mini-header nav.et-header a {
    color: white;
    margin: 5px 15px;
}

@media screen and (max-width: 960px) {
    .card-grid {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

@media screen and (max-width: 720px) {
    .card-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}

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

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

.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: #34c6f4;
}

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

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

h2.entry-subtitle {
    font-size: 1.2rem;
}

ul.wp-block-list {
    list-style: disc;
}

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

.wp-block-list.ps-list {
    font-size: 14px;
    list-style: none;
}

.wp-block-list.ps-list li {
    position: relative;
    border-bottom: 1px solid #0000001a;
    padding: 20px 0 20px 30px;
}

.wp-block-list.ps-list li:last-child {
    border: none;
}

.wp-block-list.ps-list li:before {
    content:'\f061';
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab {
    margin-bottom: -1px;
}

.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab li,
.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab li:hover {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    background: #f7f7f7;
}

.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab li:hover {
    border: 1px solid #e5e5e5;
}

.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab li .gutena-tab-title-text {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
}

.ps-tabs.wp-block-gutena-tabs .gutena-tabs-tab li.active {
    border-radius: 0;
    border: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}

.ps-tabs .gutena-tabs-content {
    border-top: 1px solid #e5e5e5;
    padding-top: 40px;
}

.ps-hr {
    color: #000;
    border-color: #000;
    background: #000;
    opacity: 100%;
    max-width: 50%;
    margin: 25px auto 0;
}

.ps-full-col {
    gap: 0;
}

.ps-tile,
.ps-tile-g {
    position: relative;
    padding: 50px 0;
    height: 100%;
}

.ps-tile-p {
    padding: 20px;
}

.ps-tile-g {
    background: #f7f7f7;
}

.ps-tile-d,
.ps-tile-u,
.ps-tile-d-g,
.ps-tile-u-g,
.ps-vid a,
.ps-vid-b a {
    position: relative;
}

.ps-tile p,
.ps-tile-g p {
    padding: 0 20px;
}

.ps-tile-d:after,
.ps-tile-u:after,
.ps-tile-d-g:after,
.ps-tile-u-g:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 40px 40px 40px;
    border-color: transparent transparent #fff transparent;
    transform: translate(-50%, 0) rotate(0deg);
}

.ps-tile-d:after,
.ps-tile-d-g:after {
    bottom: unset;
    top: 0;
    transform: translate(-50%, 0) rotate(180deg);
}

.ps-tile-d-g:after,
.ps-tile-u-g:after {
    border-color: transparent transparent #f7f7f7 transparent;
}

.ps-vid a:after,
.ps-vid-b a:after {
    content: '\f04b';
    font-family: "Font Awesome 6 Free";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 70px;
    height: 70px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 50%;
    font-weight: 900;
    font-size: 45px;
    padding-left: 20px;
}

.ps-vid-b a:after {
    color: #000;
    border: 3px solid #000;
}

@media (max-width: 781px) {
    .ps-tile-d:after,
    .ps-tile-u:after,
    .ps-tile-d-g:after,
    .ps-tile-u-g:after {
        display: none;
    }
}

.ps-accord.esab-854aid5d.wp-block-esab-accordion .esab__container > .wp-block-esab-accordion-child.esab__active_accordion {
    border: 1px solid #000;
}

.ps-accord.esab-854aid5d.wp-block-esab-accordion .esab__active_accordion > .esab__head {
    background: #f7f7f7;
}

.ps-accord.esab-854aid5d.wp-block-esab-accordion .esab__active_accordion .esab__heading_txt > .esab__heading_tag {
    color: #000;
}

.ps-accord.esab-854aid5d.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg,
.ps-accord.esab-854aid5d.wp-block-esab-accordion .esab__active_accordion > .esab__head .esab__icon svg path {
    fill: #000;
}

.ps-accord.esab-854aid5d.wp-block-esab-accordion .wp-block-esab-accordion-child > .esab__active.esab__body {
    border-color: #000;
    background: #fff;
}

/* 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: 1em 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: "";
}

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

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

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: 100vh;
    background: #ececec;
}

.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: black !important;
    font-weight: 600;
    padding: 30px;
    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;
}

.mobile-menu-nav .menu-primary-nav-container ul.menu li a:hover {
    background-color: white;
}

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

@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-subsid-header.video-nav div.et-brand-header {
        background: #fff;
    }
}

/* 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,
    #menu-policies-nav {
        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: 25px 0 !important;
    }
}
