:root{
	--primary:#111827;
	--primaryText:#ffffff;
}
body{
	font-family: "Helvetica";
}
top{
	position: fixed;
	height: 90px;
	width: 100%;
	left: 0;
	top: 0;
	background-color: lightgray;
}
top .site_holder{

	display:block;
	height:25px;
	background-color:lightgray ;
	margin: 0px;
}
top .site_holder span{
	/*font-weight: bold;*/
	color:white;
	margin-left:10px;
}
top .logo{
	display: block;
	margin:0 auto;
	height: 90px;
}
top .site_holder{
	padding:8px 0 2px 0;
}
top .site_search{
	float: right;
	margin: 0 10px;
}
top .site_search .fi_search{
	float: right;
}
top .site_search .fi_tags,
top .site_search .nh_contact
{	
	display: none;
	margin-top:8px;
	position: fixed;
	border:1px solid gray;
	width: 96%;
	height: calc(100% - 205px);
	border-radius: 2px;
	left: 1px;
	padding:5px;
	background-color: whitesmoke;
}
top .site_search .nh_contact{
	.muted{color:#6b7280}
  label{
      display:block;
      font-weight:700;
      margin-bottom:6px;
  }
  input, textarea{
      width:100%;
      box-sizing:border-box;
      border:1px solid #d1d5db;
      border-radius:12px;
      padding:12px 14px;
      font:inherit;
  }
	textarea{
    min-height:160px;
    resize:vertical;
	}
	.actions{
      display:flex;
      gap:10px;
      flex-wrap:wrap;
      margin-top:18px;
  }
  .btn, button{
      appearance:none;
      border:0;
      border-radius:12px;
      padding:12px 16px;
      background:#111827;
      color:#fff;
      text-decoration:none;
      cursor:pointer;
      font:inherit;
      font-weight:700;
  }
  .btn--ghost{
      background:#e5e7eb;
      color:#111827;
  }
  .wrap{
      max-width:760px;
      margin:0 auto;
  }
  .card{
      background:#fff;
      border-radius:18px;
      padding:22px;
      box-shadow:0 10px 28px rgba(0,0,0,.08);
      margin-bottom:16px;
  }
  span{
  	color: black;
  }
  .hp{
  	display: none !important;
  }
}
top .site_search .tags_holder{
	max-height: 75%;
	border-bottom: 1px solid gray;
	overflow: auto;
}
top .site_search .fi_tags .filter_fi_results{
	float: right;
}
top .site_search .fi_filter{
	width: 30px;
	height: 30px;
	float: right;
	/*border:1px solid black;*/
}
top .site_search .fi_filter img {
	height: 25px;
}
top .n_help label{
    display:block;
    font-size:.92rem;
    font-weight:700;
    margin-bottom:6px;
}
top .fi_tags button, .help_contact_button{
	appearance:none;
	border:0;
	border-radius:14px;
	padding:12px 16px;
	font:inherit;
	font-weight:700;
	cursor:pointer;
	text-decoration:none;
	display:inline-flex;
	align-items:center;
	justify-content:center;
	min-height:46px;
}
 .btn--primary{
      background:var(--primary);
      color:var(--primaryText);
  }

  .btn--ghost{
      background:#e5e7eb;
      color:#111827;
  }
.help_contact_button a{
	text-decoration: none;
	color: gray;
}

top .n_help select{
    width:100%;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    padding:12px 14px;
    font:inherit;
    min-height:46px;
}
top .site_search .new_help_button{
	position: fixed;
	float: right;
	/*width: 30px;*/

  right: 12px;
  bottom: 100px;
  z-index: 9999;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;

  padding: 12px 14px;
  border-radius: 25px;
  background: rgba(17, 24, 39, 0.96);
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(8px);

  transition: transform 0.2s ease, opacity 0.2s ease;
}
top .site_search .new_help_button a{
	color: white;
	text-decoration: none;
}
section.content .fi_show .fi_show_back{
 	border-bottom: .5px solid gray;
 	/*left: -8px;*/
 	padding:5px;
 	margin-bottom: 10px;
 	position: relative;
 	width: 100%;
 	position: fixed;
 	background-color: #D3D3D3;
 	left: 0;
 	margin-top:-10px;
}
section.content .fi_show a{
	color:gray;
}
section.content .fi_show img.fi_logo{
	max-width: 95%;
	margin-left: 5px;
	margin-top: 30px;
}
section.content .fi_show .fi_contact_holder img{
	width: 75px;
	margin-bottom: 10px;
}
section.content .fi_company .fi_img_holder{
	display: none;
	text-align: center;
	height: 20px;
	width: 100px;
	margin-right: 10px;
	float: left;
	background-color: whitesmoke;
}
section.content .fi_show{
	display: none;
	margin-top:-3px;
	z-index: 5;
	margin-left: 3px;
	position: fixed;
	/*position: relative;*/
	/*border:1px solid gray;*/
	width: 96%;
	height:calc(100% - 205px);
	min-height: 150px;
	overflow: scroll;
	/*border-radius: 2px;*/
	left: 0px;
	padding:5px 5px 8px 5px;
	background-color: whitesmoke;
	white-space: pre-line;
}
section.content .podcast_elm{
	border:1px solid black;
	height: 100px;
}
section.content .podcast_elm img{
	max-height: 100%;
}
menu{
	z-index: 2;
	position: fixed;
	bottom:-16px;
	left: -33px;
	height: 70px;
	width: 100%;
	background-color: lightgray;
}
section.content {
	width: 100%;
	height: calc(100% - 215px);
	/*left: -5px;	*/
	z-index: -1;
	left:-5px;
	position: absolute;
	top:130px;
	/*overflow: scroll;*/
}

section.content img.msp{
	position: relative;
	width: 100%;
}
section.content .fi_company{
	color:#555555;
	margin-bottom:2px;
	border:1px solid lightgray;
	border-radius:0 2px 2px 2px;
	margin-left: 8px;
	width: 95%;
	padding:5px;
	/*height: 100px;*/
	background-color: #FAFAFA;
	position: relative;
}
section.content .fi_company[pro="1"]{
	border:1px solid #6CA5F1;
}
section.content .fi_company .pro_hint{
	position: absolute;
	margin-top:-8px;
	top:0;
	left: 0;
	margin-left: -1px;
	padding:0px 3px 0 3px;
	/*width: 30px;*/
	height: 8px;
	border-radius:2px 2px 0 0;
	background-color:#6CA5F1;
	font-size: 8px;
	color: white;
}
section.content .fi_company .fi_elm{
	display: inline-block;
	margin-top:2px;
}
section.content .fi_company .fi_img_holder{
	text-align: center;
	height: 20px;
	width: 100px;
	margin-right: 10px;
	float: left;
	background-color: whitesmoke;
}
section.content .fi_company .fi_img_holder img{
	max-width: 100%;
	max-height: 40px;
}

section.content .feed_entry ,section.content #community_inline_card{
	width: 94%;
	color:#555555;
	margin-bottom:5px;
	margin-left:10px;
	border:1px solid lightgray;
	border-radius: 2px;
	padding:5px;
	/*height: 100px;*/
	background-color: #FAFAFA;
	box-shadow: 1px 1px 3px #000;
}
section.content .feed_entry .feed_mini {
	border-bottom:.5px solid lightgray;
}
section.content .feed_entry .feed_mini .feed_poster{
	font-weight: bolder;
}
section.content .feed_entry .feed_images {
	width: 100%;
}
section.content .feed_holder .feed_images img, section.content #community_inline_card img{
	width: 100%;
	margin-top:10px;
}
 section.content #community_inline_card a{
 	text-decoration: none;
 	color: gray;
 }
section.content .feed_holder .feed_text{
	position: relative;
	height:90px;
	overflow: hidden;
}
section.content .feed_holder .show_more{
	margin-top: 10px;
	cursor: pointer;
	color:steelblue;
}

button.button{
	all: unset;
	color: gray;
	text-align: center;
	/*border: 1px solid black;*/
	/*padding-top:20px;*/
	float: left;
	width: 24.5%;
	height:calc(100% - 5px);
}
button.button img{
	width:40px;
}
.sideMenu{
	display: none;
	border-left:1px solid gray;
	position: fixed;
	width: 70%;
	right: 0;
	height:100%;
	background-color: #fff;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);

}
.sideMenu .close_line{
	margin:10px;
}
.sideMenu .menu_elm{
	/*height: 20px;*/
	/*border-top: 1px solid gray;*/
}
.sideMenu span{
	display: inline-block;
	width: 90%;
	text-align: right;
	color: gray;
	margin-right: 10px;
	font-size: 15pt;
}
.sideMenu a{
	display: inline-block;
	text-decoration: none;
	color: black;
	padding:10px;
}
.sideMenu .menu_elm a.not_yet{
	color:lightgray;
	pointer-events: none;

}
.backgroundShadow{
	display: none;
	z-index: -1;
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.6);
}
.install_cta {
  position: fixed;
  right: 10px;
  top: 95px;
  z-index: 20;
}

#installAppBtn {
  border: 0;
  border-radius: 999px;
  padding: 10px 14px;
  font-size: 14px;
  background: #6CA5F1;
  color: white;
  box-shadow: 0 2px 8px rgba(0,0,0,.2);
}
.push_cta{
		/*position: absolute;*/
	/*border:1px solid black;*/
	width:30px;
	height:30px;
	/*right: 5px;*/
	margin-left:10px;

}
.push_cta img{
	width: 100%;
}