#cloud-search-field {
  display: none;
}

/* white Text for other */
.stage .content-section .absolute-container .stage-content h1 {
  color: rgba(0, 0, 0, 0) !important;
  text-shadow: 0 0 0 #fff !important;
  font-size: 28px;
}

/* white Text for Chrome */
@media (-webkit-min-device-pixel-ratio:0) {
  .stage .content-section .absolute-container .stage-content h1 {
    color: #ffffff !important;
    -webkit-print-color-adjust: exact;
  }

}

.tab-content > .tab-pane {
  display: block;
}

.internal-link {
  display: none !important;
}

body {
  margin-top: 0;
  overflow-x: visible !important;
}

.contact-col a {
  color: #000 !important;
  text-decoration: none !important;
}

footer,
header,
.social-media,
.contact-banner,
.contact-col img,
.tablinks .nav-tabs {
  display: none !important;
}

.image-full-width img {
  width: 50%;
  display: block;
}

.show-print {
  display: block;
}

h2 {
  font-size: 28px;
}

a[href]:after {
  content: none !important;
}

.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12 {
  float: none;
}