/*
Theme Name: BlankSlate IU Child
Theme URI: https://opencollective.com/blankslate
Author: Bryan Hadaway
Author URI: https://opencollective.com/blankslate#section-contributors
Template: blankslate
Description: Blankslate Incident Updates Child Theme
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: "Inter", sans-serif;
}

body {
	background-color:#e4e7ea !important;
}

p {
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

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

.incident-page-title {
    position: relative;
	width: 100%;
    margin-top: -13.5em;
    margin-bottom: 2.5em;
    background: white;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 4em;
    /* backdrop-filter: blur(250px); */
    border: 1px solid #ececec;
}

.musicMonitor {
	display:flex;
	width:100%;
	top:0;
    background: rgb(0, 0, 0, 0.35);
    border-bottom: 1px solid #ffffff12;
    backdrop-filter: blur(25px);
	position:fixed;
	z-index:99999999999;
	padding:1rem;
	color:black;
	opacity:0;
	transform:translateY(-50px);
	-webkit-transition: 0.275s all ease-in-out;
    -moz-transition: 0.275s all ease-in-out;
    -o-transition: 0.275s all ease-in-out;
    transition: 0.275s all ease-in-out;
}

.musicMonitor p {
	color:white;
	margin:0;
	font-size:12px;
	font-weight:700;
}

.musicMonitor.shown {
	transform:translateY(0px);
	opacity:1;
    position: fixed;
    top: 0;
}

.musicMonitor .titlePlaying {
	font-weight:300;
}

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

.incident-page-title p {
    color: black;
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}

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

.incident-page-title h1.entry-title {
	color: #1a80ae;
    font-weight: 700;
    text-align: left;
    font-size: 1.025em;
    text-transform: uppercase;
    position: relative;
    max-width: fit-content;
}

.incident-page-title h1.entry-title::before {
    content: "";
    display: block;
    width: 10%;
    height: 7px;
    background: #1a80ae;
    position: relative;
    left: 0;
    top: -15px;
    margin-top: 25px;
}

aside#sidebar {
	display:none;
}

.apttus-header {
	display: flex;
    align-items: center;
    align-content: center;
    justify-content: space-between;
    padding: .5rem 1rem;
	border-bottom:1px solid rgba(255,255,255,0.15);
}

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

.entry-content h2 {
    margin-top: 1.5em;
}

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

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

#menu .menu > ul {
	margin:0;
	padding:0;
	display:flex;
}

header #menu a , header #nav a {
	color: white !important;
    text-decoration: none;
    margin: 0 15px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
}

.incident-header {
	background-attachment: scroll, fixed;
    background-color: #1a80ae;
    color: #fff;
    padding-bottom:28em;
    text-align: center;
}

.back-container {
    position: absolute;
    top: 10px;
    left: 10px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.back-container p {
    display: inline-block;
    color: #1a80ae;
    text-transform: uppercase;
    margin: 0;
    font-weight: normal;
}

.btn-back {
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: contain;
    border: none;
    padding: 0;
	border-radius:100em;
	margin-right:10px;
}

.btn-back svg {
	transform:scale(-1);
	filter:invert(1);
}

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

/* .card-grid {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    align-content: flex-end;
    flex-wrap: wrap;
}

.card-grid .card {
flex: 0 0 28%;
    text-align: center;
    box-sizing: border-box;
    border-radius: 25px;
    background: #1a80ae;
    margin-bottom: 3em !important;
    padding: 15px;
    margin: auto;
    width: 100%;
    max-width: 215px;
    height: 285px;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: stretch;
}

.card .card-image {
    width: 45px;
    height: 45px;
    display: block;
    margin-bottom: 25px;
    background: #ffffff;
    border-radius: 100em;
    padding: 12px;
    margin-left: auto;
    margin-right: auto;
}

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

.card h2 {
	line-height: 1.25em;
    font-size: 1.35em;
    color: white;
    font-weight: 300;
}

.card p {
	color: #2f5384;
}

.card .card-button {
    color: #fff;
    background-color: #868e96;
    border-color: #868e96;
    width: 100%;
    align-self: flex-end;
    display: block;
    position: relative;
    margin-top: auto;
}
*/

.grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    max-width: 400px;
    padding: 1rem;
}

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

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

.card-grid .card {
    flex: 0 0 30.5%;
    margin: 10px 1.40%;
    border-radius: 12px;
    text-align: center;
    min-height: 355px;
    background: white !important;
    padding: 20px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    border: 1px solid #ececec !important;
	box-shadow:0 5px 5px rgba(0,0,0,0.075);
    /*box-shadow: 0 45px 20px -44px rgba(0, 0, 0, 0.1);*/
	-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-image {
	max-width: 30px;
    width: 100%;
    height: 100%;
    display: block;
    margin: 25px 0;
}

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

.card h2 {
    font-weight: 200;
    color: #78a42b;
    font-size: 1.75em;
    text-align: left;
}

.card p {
	color: #2f5384;
	text-align:left;
}

.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:#2f5384 !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;
}

.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: 100%;
    display: flex;
    max-width: 100%;
    flex-wrap: wrap;
}

a.teletownhall {
    background: white;
    padding: 1.5em;
    max-width: 400px;
    width: 100%;
    border-radius: 7px;
    flex: 0 0 32%;
    text-decoration: none;
    margin: 25px 0;
    align-items: center;
    border: 1px solid #ececec;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.025);
    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.active .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: 4em 0 6em 0 !important;
}


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