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