.l-wrapper {
  padding-bottom: 2em;
}

.l-wrapper h2 {
  font-weight: bold;
  padding-bottom: 1em;
  border-bottom: 2px solid #DCEBFF;
  font-size: 1.125em;
}

@media screen and (min-width: 992px) {
  .l-wrapper h2 {
    font-size: 1.5em;
  }
}

.site-index {
  padding: 1em 0;
}

.site-index a {
  text-decoration: none;
  color: #006DF9;
}

.site-index a:hover {
  text-decoration: none;
  color: rgba(0,109,249,0.7);
}

.company {
  text-align: right;
  margin-bottom: 1em; 
}

.current {
  padding-top: 1em;
}

.end {
  text-align: right;
}

.contact {
  margin-top: 1em;
}

.contact a{
    display: inline;
    color: #006DF9;
    text-decoration: none;
  }

  .contact a:hover {
    color: rgba(0,109,249,0.7);
    color: #fff;
  }


.pull-down {
  display: none;
  position: absolute;
  margin: 0px;
  padding: 0px;
  background-color: #013685;
}

.l-global-nav-items:hover .pull-down {
  display: block;
}

@media screen and (max-width: 992px) {
  .l-global-nav-items:hover .pull-down {
    display: none;
  }
}

.pull-down li:hover {
  display: block;
}

.pull-down li {
  margin-left: 0;
  letter-spacing: 0px;
  width: 100%;
  border-bottom: 1px solid #fff;
}

.pull-down li a {
  line-height: 35px;
  text-align: left;
  font-weight: normal;
}

