
  .search-hidden-content{
	display:none;
	margin-top: 20px;
  }
  .search-hidden-content section#banner-business, .search-hidden-content section#banner-business, .search-hidden-content section#bg-airbrush,.search-hidden-content .container.my-4 {
	display: none;
  }
  .search-box.mb-3 {
	display: none;
  }
  .search-hidden-content section.py-4 {
	padding: 0px !important;
  }
  .search-hidden-content.container {
	padding: 0;
  }

  #support-search {
	box-shadow: none;
	border-color: #dee2e6;
  }

  #support-search:focus {
	border-color: #24428e;
	box-shadow: 0 0 0 0.2rem rgba(36,66,142,.15);
  }

  .input-group-text {
	background: #fff;
  }

  #search-results {
	margin-top: 20px;
  }
  .support-info-sub-header,.support-info-header {
	pointer-events: none;
	cursor: default;
  }

  h1 {
	color: #0079c2;
	font-size: 32px;
	margin-bottom: 15px;
  }

  #main a[href^="tel:"].bttn {
	color: #fff;
  }
  #additional-info {
	background: url(/Images/ATMC-facebook/site/images/universal/bg-airbrush.jpg) no-repeat top left / cover;
  }
  #additional-info a.bttn img {
	max-height:25px;
	margin-right:5px;
  }
  #vid-links li {
	font-size:16px;
	cursor:pointer;
  }
  #vid-links li.activate {
	color: #fff;
	text-decoration:underline;
  }
  .vid-results article {
	display:none;
  }
  .vid-results .embed-responsive {
	border:solid 1px rgba(0,0,0,.5);
	box-shadow: 0 0 5px #333;
  }
  ul#support-quicklinks li img {
	opacity: 1.0 !important;
  }

  .bill-tip-info {
	position: relative !important;
	top: 0 !important;
	margin: 15px 0;
  }

  /* FIX: remove unwanted whitespace from banner "airbrush" section on ALL sizes */
  #bg-airbrush {
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	/* background: none !important; */ /* uncomment if you want NO background at all */
  }

  /* If any desktop-only margin is applied globally, keep it neutralized */
  @media screen and (min-width: 1101px) {
	#bg-airbrush {
	  margin-top: 0 !important;
	}
  }
