/* Improve dropdown menu to prevent the
 * drop downs from pushing down rest of content
 */

#navbar {
  height: 40px;
}

#toggle-icon {
  margin-top: 5px;
}

#block-gaylord-theme-horizontalmenu {
  position: absolute;
  background-color: rgb(50, 59, 121);
  left: 0;
  right: 0;
}

#top-navigation {
  position: relative;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1199px) {
	#top-navigation {
    max-width: 940px;
  }
}

@media (max-width: 1199px) {
	.navbar-header ul.menu-dropdown > li {
    font-size: 14px;
    padding: 10px;
  }
}

/* Improve the text beneat the icons in
 * the nav blocks.
 */
 @media (max-width: 1199px) {
	.region-header-middle section.block h3 {
    line-height: 0.7em;
    margin-top: 5px
  }
}