@charset "utf-8";
/* CSS Document */

.site-header {background-color: #14435f;}

/*
.search-wrapper{
display: none;
}
.navbar-nav{
display: none;
}
*/


.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}


/*
.main-container .row.row-flex {
	
margin-top: 50px;
margin-right: -15px;
margin-bottom: 30px;
margin-left: -15px;
}*/


/* Change the graphic in the background  */
@media only screen and (min-width: 768px) {
    .site-header:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      background-image: url("https://www.ashp.org/-/media/leaders-conference/images/2026/Leaders-Navigation-Header-2026c.png");
      background-repeat: no-repeat;
      background-position: left top;
      background-size: auto; 
      box-shadow: 0 10px 8px -8px rgba(0, 0, 0, 0.5); /* add a shadow to the navigation bar */
    } }


/* This hides the div on screens 600px wide or smaller */
@media screen and (max-width: 600px) {
  .related-links {
    display: none;
  }
}

.site-footer
{
  background-color: #005c99;

}
.site-footer:before {
      background-image: none;
     }


