#HomeLink_a{
	text-decoration: none;
	text-shadow:none;
	background: none;
	position: relative;
	top: 4px;
}

#HomeLink{
	font-family: Josefin Sans;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
}


.banner{
	position:fixed;
	top:0px;
	left:0px;
	height:100px;
	width:100%;
	z-index:10;
}

.red_banner{
	position:absolute;
	left:0px;
    top:0px;
	width: 100%;
    height: 40px;
	background-color: #400000;
	display:flex;
	flex-direction:row;
	align-items: center;
	justify-content: center;
	color: white;
	font-size:13px;
}

#SignUpOrLogin{
	position: absolute;
	top:0px;
	right:2px;
	height:40px;
	/* z-index: 3; */
	padding:5px 15px 5px 20px;
	color:white;
	text-align:center;
	border:none;
	border-left: inset 1px white;
	background-color:transparent;
	cursor:pointer;	
}

.blue_banner{
	position:absolute;
	left:0px;
	width:100%;
	top:50px;
	height:40px;
}

.blue_banner_container{
    position:absolute;
	top:0px;
	height: 100%;
	width:50%;
}

#bbc_left{
	left:0px;
}

#bbc_right{
	right:0px;
}

.blue_banner_left{
   	position:absolute;
	left:0px;
	right:60px;
	height:100%;
	display: flex;
	flex-direction: row;
}

.blue_banner_right{
	position:absolute;
    right:0px;
	left:60px;
	height:100%;
	display: flex;
	flex-direction: row;
}

.clip_corner{
	position:absolute;
	top:0px;
	width:60px;
	background-color: #000034;
	border:none;
	height:100%;
}

#cc_left{
	right:0px;
}
 
#cc_right{
	left:0px;
}
 

#banner_mods{
	position:absolute;
	top:40px;
	margin-left: 50%;
	left:-60px;
}

#red_triangle{
	position:absolute;
	background-color: #400000;
	height:60px;
	width:120px;
	clip-path: path("m 0,0 l 60,20 l 60, -20 z");
	top:0px;
	left: 0px;
}

#white_outline{
	position:absolute;
	background-color: #fffff8;
	height:50px;
	width:120px;
	clip-path: path("m 0,0 l 60,20 l 60, -20 v 10 l -45,15 v 26 h -30 v-26 l -45,-15 z");
	top:0px;
	left: 0px;
}

@media (prefers-color-scheme: dark) {
	#white_outline{
		background-color: #151515;
	}
}

.blue_banner_content_left{
	width:100px;
	flex-grow:1;
}

.blue_banner_content_right{
	width:100px;
	flex-grow:1;
}

.bu_nav_button {
	height:100%;
	width:100%;
	background-color: #000034;
	border:none;
	color: white;
	text-decoration: none;
	cursor: pointer;
	display:flex;
	align-items: center;
	justify-content: center;
}

.bu_nav_button:hover {
	background-color: #0c0c0c;
}

.blue_banner_content_left .bu_nav_button:not(:first-child) {
	border-left: solid 1px gray;
}

.blue_banner_content_right .bu_nav_button:not(:last-child) {
	border-right: solid 1px gray;
}

#search_form{
	width:100%;
}

.dropbtn {
  border: none;
  background-color:transparent;
}

#BU_subpage_status{
}

.dropdown_content{
	display: none;
	background-color: #f9f9f9;
	/* box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2); */
	position: fixed;
	top:90px;
	right:0px;
	left:0px;	
}



.bu_nav_dropdown_button {
	text-align: center;
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: blockwidth:100%;
}

.dropdown_content button i {
	text-align: left;
}

.dropdown_content div:hover {
	background-color: #f1f1f1;
}

.nav_dropdown:hover .dropdown_content {
	display: block;
}

.hide_p > p{
	display:none;
}

@media screen and (min-width: 600px) {
	.status{
		display:inline;
	}
	
	.nav_dropdown:hover .dropdown_content {
		width: block;
	}
	
	.dropdown_content{
		position:absolute;
		top:40px;
	}
	
	#dropdown_content_left{
		right:-45px;
		left:0px;
	}

	#dropdown_content_right{
		left:-45px;
		right:0px;
	}
	
/* 	.bu_nav_dropdown_button p{
		display:none;
	} */
}

#Details{
	position:fixed;
	left:0px;
	top:115px;/*135px */
	width:100%;
	bottom:15px;
	z-index:1;
	overflow-x: hidden;
	overflow-y: auto;
	scrollbar-width:none;
	/*scroll-snap-type: y mandatory;*/
}

@media screen and (min-width: 600px) {
	#Details{
		scrollbar-width:auto;
	}
}

.Details_flex_container, .flex_container{
    display: flex;
	flex-direction: column;
	min-width: 320px;
	/* max-width: 150rem; */
	margin: 0 auto 0 auto;
	height:100%;
	width:90%;
	align-items:center;
}

@media screen and (min-width: 600px) {
	.Details_flex_container{
		width:70%;
		max-width:1100px;
	}
}

/* To Do List */
.ToDoList{
	width:100%;
	height: 100%;
}

#TDL_headers{
	border:none;
	border-bottom: solid 1px;
	border-radius: 0px;
}

#TDL_headers .TDL{
	top:50%;
	transform: translateY(-50%);
}

.h1_TDL_header{
	font-weight: bold;
	font-size:20px;
	margin: 10px 0 10px;
}

p{
	font-size:20px;
	margin:0px;
}

.Details_Tile_TDL{
	position:relative;
	width:100%;
	min-height:100px;
	display:flex;
	flex-direction:row;
	padding: 0px;
	border:solid 1px;
	margin-bottom:25px;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.8); */
	background-color: #000034;
	border-radius:12px;
}



/* .TDL{
	position:absolute;
	text-align: center;
	top:0px;
	height:100px;
} */

/* commenting out since the Federal government doesn't have its committees and how they align figured outddddd
.TDL_Category{
	left:0px;
	width:76px;
	height:75px;
	border-right: solid 1px;
} */

.TDL_Status_Squares{
	position:absolute;
	display:flex;
	flex-direction:column;
	left:0px;
	width:25px;
	top:0px;
	height: 100%;
}

.TDL_Status_Square{
	flex-grow:1;
	width:24px;
	height: 24px;
	background-color: transparent;
	border-right: solid white 1px;
	border-top: solid white 1px;
}

.TDL_Status_Square:first-child{
	border-top: none;
	border-top-left-radius: 12px;
}

.TDL_Status_Square:last-child{
	border-bottom-left-radius: 12px;
}

.TDL_Red{
	background-color: #400000;
}

.TDL_Yellow{
	background-color: #edb908;
}

.TDL_Green{
	background-color: #004000;
}


.TDL_Problem_Title{
	flex-grow:1;
	cursor: pointer;
	text-align:center;
	min-height:100px;
	display:flex;
	align-items:center;
	justify-content:center;
	margin-left:25px;
	margin-right:25px;
}

.TDL_Problem_Title p{
	font-size:25px;
}


#TDL_toolbar{
	position: absolute;
	height:100%;
	right:0px;
	width:25px;
}

#TDL_toolbar_button_reposition{
	height:100%;
	border-radius: 0 10px 10px 0;
}


/* Problem Details */

/* .Details{
	display: flex;
	flex-direction: column;
	padding: 10px;
} */


.Problem_Definition{
	width:100%;
	position:relative;
}

.Background_Info, .Parent_Sol, .Actions_Taken{
	width:100%;
}


/* .Problem_Name{
	width:100%;
	justify-content:center;
}

.Problem_Name_P{
	font-size:40px;
	margin:10px
} */


.share{
	float:right;
	background-color:transparent;
	font-size:40px;
	border:none;
	outline:none;
	padding:0px;
	margin-right:5px;
	margin-top:10px;
}

.timer{
	float:left;
	margin-left:5px;
}

.share:hover, .timer:hover{
	cursor:pointer;
}

/* .Problem_Statement{
	padding:15px;
	background-color: #F9F9F9;
	height:100%;
} */

.Details_Tile{
	width:100%;
	/* flex-grow: 1; */
	padding: 0px;
	overflow-x: hidden;
	position:relative;
	margin-bottom: 75px;
	/* box-shadow: 0 1px 3px rgba(0,0,0,0.8); */
	/* background-color: #F9F9F9; */
}

.Details_center li:not(:last-child) .Details_Tile{
	margin-bottom: 20px;
}

.Details_Tile_Banner{
/* 	display:flex;
	flex-direction:row; */
	background-color:#808080;
	color: white;
	padding:10px;
	border-radius: 10px 10px 0 0;
}


/* .Problem_Name_Text p{
	font-size: 20px;
} */

.Details_Tile_Banner_Title, .Details_Tile_Banner_Title > p{
/* 	flex-grow:1;
	padding:10px; */
	width:100%;
	text-align:center;
	font-size:30px;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* .Details_Tile_Banner_Date{
	width:200px;
	padding:10px;
} */



.Details_Tile_Content{
	padding: 15px;
}

@media screen and (min-width: 600px) {
	.Details_Tile_Content{
		padding:25px;
	}
}

/* .Improvement{
	padding-bottom:25px;
	border-bottom: solid gray 1px;
}


.PS_Rephrasing_Details{
	padding-left:15px;
}


.Divider{
	height:0px;
	width:74.5%;
	display: block;
    margin-left: 25.3%;
    border-bottom: solid 3px #000080;
	margin-top:10px;
	margin-bottom:10px;
}

#Solutions:hover{
	cursor:pointer;
}


.Sol{
	margin-bottom:10px;
}

.Pro_Con_Title{
	border-bottom: solid gray 1px;
	text-align: center;
}

.Parent_Pro_Con{
	width: 48%;
	margin-right:1%;
	display:inline-block;
	vertical-align:top;
} */

.Solution_Pros_Cons{
	margin-top: 30px;
}

.Container_Header_Pros_Cons{
	display:flex;
	flex-direction:row;
	width:100%;
}

.Header_Pros_Cons{
	width:50%;
	text-align:center;
}

.Pro_Con{
	border-top:solid gray 1px;
}


.Pro{
	padding-right:30px;
	text-align:left;
}

.Con{
	padding-left:30px;
	text-align:right;
}
/* .response{
	margin: 5px 0px 5px 10px;
	padding-left:2px;
	border-left: solid 1px black;
} */

.addnew{
	display:none;
	width:300px;
	margin: 30px auto auto auto;
	padding:5px;
	color:white;
	background-color: #581c12;/*#6f2417, #012060;*/
	text-align:center;
	border-style: solid solid solid solid;
	border-radius:10px;
	border-width:3px;
	border-color: #dbdbdb;
	cursor:pointer;
}

.addnew_answer{
	position:relative;
	display:none;
	width:200px;
	margin-left:50%;
	left:-100px;
	margin-top:10px;
	padding:5px;
	color:white;
	background-color: #581c12;/*#6f2417, #012060;*/
	text-align:center;
	border-style: solid solid solid solid;
	border-width:3px;
	border-color: #dbdbdb #dbdbdb #111111 #dbdbdb;
	cursor:pointer;
}

p {
	margin-bottom:0px;
}

td {
	z-index:5;
}

iframe{
	width:100%;
}

.s{ 
	list-style-type: none; 
	margin: 0; 
	padding: 0;
}

.sortable{
	margin:0;
	touch-action:auto;
}

/* #search{
    width: 130px;
    box-sizing: border-box;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 16px;
    background-color: white;
    background-image: url('searchicon.png');
    background-position: 10px 10px; 
    background-repeat: no-repeat;
    padding: 12px 20px 12px 40px;
    -webkit-transition: width 0.4s ease-in-out;
    transition: width 0.4s ease-in-out;
}

#search:focus {
    width: 100%;
} */


/* .nav_dropdown{
	display: none;
	position: absolute;
	background-color: #f9f9f9;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 5;
	right: 0;
}

.nav_dropdown div {
	color: black;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	text-align: left;
	font-size:14px;
	font-weight:normal;
	line-height:normal;
}

.nav_dropdown div:hover {
	background-color: #f1f1f1;
}

.fa-layer-group:hover .nav_dropdown {
  display: block;
} */



.formatted_date{
}

.latest_edit{
	background-color: #ffd966;
	color: black;
	text-shadow:none;
}


/* Scrollbar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

/* Contribute Forms */
.checkbox_flex{
	display:flex;
	flex-direction: row;
	width:100%;
}

.checkbox_flex1{
	margin-top: 5px;
	margin-left:20px;
	/* width:35px; */
}

.checkbox_flex2{
	flex-grow:1;
	margin-left:10px;
}

/* .Checklist input{
	display: inline-block;
	margin-left: 30px;
}

.Checklist_p{
	display: inline-block;
	margin-left: 10px;
} */