.ihs-pe-search {
  background: rgba(0, 0, 0, 0.1);
}

@media (min-width: 1024px) {
  .ihs-pe-search .wrap {
    display: flex;
  }
}

.ihs-pe-search .col-md-6 {
  padding: 0 15px;
  flex: 1;
}

.ihs-pe-search .ihs-pe-navigator-form input[type=search] {
  display: block;
  width: 100%;
  padding: 6px 12px;
  line-height: 1.42857;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.ihs-pe-search .ihs-pe-navigator-form input[type=search]:focus {
  border-color: #66afe9;
  outline: 0;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.ihs-pe-search .ihs-pe-search-abc .alpha-search-item.selected {
  font-weight: bold;
  text-decoration: underline;
}

.ihs-pe-search .ihs-pe-search-did-you-content {
  background: rgba(255, 255, 255, 0.8);
  padding: 1em;
  border-radius: .5em;
}

.ihs-pe-search-did-you-content {
  margin-bottom: 1em;
}

.ihs-pe-search-results ul {
  padding-left: 0;
  list-style: none;
}

.ihs-pe-search-results ul li {
  padding: .5em 1em;
}

.ihs-pe-search-results ul li.even {
  background: rgba(0, 0, 0, 0.1);
}

.ihs-pe-search-results ul li .ihs-pe-abc-item {
  font-weight: bold;
}

.ihs-pe-search-abc {
  margin-bottom: 1em;
}

.ihs-pe-navigator-list {
  margin-top: 1.5em;
}

@media (min-width: 1024px) {
  .ihs-pe-navigator-list .wrap {
    display: flex;
  }
}

.ihs-pe-navigator-list .wrap.ihs-pe-searching {
  display: block;
}

.ihs-pe-navigator-list .col-md-6, .ihs-pe-navigator-list .col-md-4, .ihs-pe-navigator-list .col-md-3 {
  padding: 0 15px;
  flex: 1;
}

.ihs-pe-navigator-list .video-link a:before {
  content: '\f03d';
  font-family: FontAwesome;
  margin-right: .5em;
}

.ihs-pe-navigator-list .section-list .section-list-item a {
  display: inline-block;
  border-right: 1px solid #000;
  padding: 0 .5em;
}

.ihs-pe-navigator-list .section-list .section-list-item:last-child a {
  border-right: none;
}

.ihs-pe-navigator-list .section-list .section-list-item:first-child a {
  padding-left: 0;
}

/* Copyright logo */
.ihs-pe-copyright .ihs-copyright-logo-link {
  text-align: center;
}

.ihs-pe-copyright .ihs-copyright-logo-link img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}

.ihs-pe-copyright .eznc_ContentCopyright {
  text-align: center;
}

ul {
  display: block;
}

.nav {
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav > li {
  position: relative;
}

.nav-justified {
  width: 100%;
}

.nav-justified > li {
  display: table-cell;
  width: 1%;
  float: none;
}

.nav-justified > li > a {
  text-align: center;
  position: relative;
  display: block;
  padding: 10px 15px;
}

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

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

.fade {
  opacity: 0;
  transition: opacity .2s linear;
}

.fade.in {
  opacity: 1;
}

@media (min-width: 1024px) {
  .ihs-pe-article .ihs-pe-article-title-source {
    display: flex;
  }
}

.ihs-pe-article .ihs-pe-article-title-source .ihs-pe-article-title {
  flex: 9;
}

.ihs-pe-article .ihs-pe-article-title-source .ihs-pe-article-back-link {
  flex: 3;
}

.ihs-pe-article .sections-menu.video-section,
.ihs-pe-article .sections-menu.content-section {
  list-style: none;
  padding-left: 0;
}

.ihs-pe-article .sections-menu.video-section .section-menu-item,
.ihs-pe-article .sections-menu.content-section .section-menu-item {
  display: inline-block;
  padding: 0 .5em;
  border-right: 1px solid gray;
}

.ihs-pe-article .sections-menu.video-section .section-menu-item:nth-child(1),
.ihs-pe-article .sections-menu.content-section .section-menu-item:nth-child(1) {
  padding-left: 0;
}

.ihs-pe-article .sections-menu.video-section .section-menu-item:nth-last-child(1),
.ihs-pe-article .sections-menu.content-section .section-menu-item:nth-last-child(1) {
  padding-right: 0;
  border-right: none;
}

_:-ms-fullscreen, :root .ihs-pe-search .col-md-6 {
  flex: auto;
  max-width: 100%;
}

_:-ms-fullscreen, :root .ihs-pe-navigator-list .col-md-6 {
  flex: auto;
  max-width: 100%;
}
