/* Static-only adaptations layered over the original Kendra Law 1.0 stylesheet. */
.skip-link {
  position: absolute;
  left: 12px;
  top: -60px;
  z-index: 10000;
  padding: 10px 14px;
  background: #fff;
  color: #185e8f;
}

.skip-link:focus {
  top: 8px;
}

.close-sidebar {
  background: transparent;
  color: #fff;
}

/* Preserve the theme's side-panel implementation while search is unavailable. */
.side-bar.static-search-disabled {
  display: none !important;
}

/* The theme caps <main> at 1220px; these two home sections are viewport-wide. */
body.home {
  overflow-x: hidden;
}

body.home #main-content {
  overflow: visible;
}

body.home #main-content > .slider,
body.home #main-content > .who-we-are {
  width: 100vw;
  max-width: none;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

body.home .slider .banner .slide > img {
  width: 100%;
  height: auto;
}

.header .navbar-nav > li:focus-within > .dropdown-menu {
  display: block;
}

.header .navbar-default .navbar-header .navbar-nav > li > a[aria-current="page"] {
  color: #185e8f;
  font-weight: 700;
}

.static-contact-options {
  color: #fff;
  text-align: center;
}

.static-contact-options > p:first-child {
  margin-bottom: 24px;
  font-size: 18px;
  font-weight: 300;
}

.static-contact-options .button {
  display: inline-block;
  margin: 0 5px 10px;
  border: 2px solid #fff;
  color: #fff;
}

.static-contact-options .button:hover,
.static-contact-options .button:focus {
  background: #fff;
  color: #185e8f;
  text-decoration: none;
}

.who-we-are .left-side.image1 {
  min-height: 720px;
}

.about-us .col-md-8 > p,
.about-us .col-md-8 > ul {
  font-size: 16px;
  font-weight: 300;
  line-height: 27px;
}

.about-us .col-md-8 > p {
  margin-bottom: 18px;
}

.about-us .col-md-8 h2 {
  margin: 32px 0 18px;
  color: #185e8f;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
}

.contact-map iframe {
  display: block;
}

@media only screen and (max-width: 969px) {
  .who-we-are .left-side.image1 {
    min-height: 360px;
  }
}

@media only screen and (max-width: 767px) {
  .header .navbar-nav > li > .dropdown-menu {
    position: static;
    display: block !important;
    float: none;
    width: 100%;
    margin: 0;
    padding: 0 0 8px;
    background: #f5f5f5;
    box-shadow: none;
  }

  .header .navbar-nav > li > .dropdown-menu:after {
    display: none;
  }

  .header .navbar-nav > li > .dropdown-menu li a {
    padding: 7px 24px !important;
    color: #656c7f !important;
    font-size: 13px;
  }

  .who-we-are .left-side.image1 {
    min-height: 300px;
  }

  .section-title h3 {
    font-size: 30px;
  }

  .static-contact-options .button {
    display: block;
    max-width: 300px;
    margin: 0 auto 10px;
  }
}
