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

p em {
    font-style: italic;
}

.header h3 {
    font-size: 35px;
    font-weight: 600;
    text-shadow: 2px 2px 4px #000000;
}

.home h4 {
    max-width: 800px;
    margin: 0 auto;
}

.contBox h6 {
    font-size: 17px;
    font-weight: 600;
}

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

.et-subsid-page-title {
	width: 100%;
    box-sizing: border-box;
    position: absolute;
    top: 65%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 800px;
}

.home .et-subsid-page-title {
    top: 60%;
}

.et-logo {
    display: block;
    max-width: 415px;
    width: 100%;
    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;
}

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

p.n-date {
    margin-bottom: 0;
}

.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;
    font-size: 55px;
    text-transform: uppercase;
    position: relative;
}

aside#sidebar {
	display:none;
}

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

#et-mini-header {
    		background: rgb(0 0 0 / 15%);
		}
		.et-subsid-header div.et-brand-header.is-sticky #et-mini-header {
			background-color:#F79C18 !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;
		}

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

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

.home .et-subsid-header {
    background-position: center;
}

.newsroom-post {
    margin-bottom: 60px;
}

.newsroom-btn.btn {
    border: 1px solid #ccc;
    border-radius: 0;
}

.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;
    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 15px;
    min-height: 300px;
}

.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;
    color: orange !important;
    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-btn {
	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-btn svg , .card:hover .card-btn {
	transform:translateX(5px);
}

.card:hover .card-btn svg path {
	fill:#F79C18 !important;
}

.card .card-btn {
    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;
}

@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: .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 .row div {
    margin-bottom: 15px;
}

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

#footer .legal {
    margin
}

.footer-nav > a {
    margin-right: 10px;
}

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

.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.wp-block-heading , h3.wp-block-heading {
    text-transform: uppercase;
    font-size: 17px !important;
    font-weight: 600;
    color: #F79C18;
}

ul.wp-block-list {
    list-style-type: 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;
}

/* 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 .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: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: black;
    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: 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 (max-width:992px) {
     #menu-primary-nav-1 {
        display:block;
    }
}

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