/*
Theme Name: the7dtchild
Version: 1.0
Description: A child theme of The7
Template: dt-the7
*/

/*@import url("../dt-the7/style.css");*/

@media print {

  * {
    color: black;
  }

body{
color: black;
}

header {
  display: none;
}

.header-bar {
  display: none;
}

#main-slideshow {
  display: none;
}

.masthead {
  display: none;
}

.main-nav {
  display: none;
}

ul.main-nav {
  display: none;
}

.inline-header.center .main-nav {
  display: none;
}

.ls-l {
  display: none;
}

.accordion-expand-all-print {
  display: none;
}

header.header-bar {
  display: none;
}

h1, h2, h3, p {
color: black;
}

.branding {
  display: block;
}
}

h3.highlight-alt {
  border: 1px solid #000f5c;
  color: #000f5c;
  max-width: 55%;
  margin-left: 15px;
  padding: 10px;
  border-radius: 10px !important;
}
