/* resize header font, fix widow */
header h1 strong {
  display: block; }

header h1 em {
  font-size: 11px;
  line-height: 18px; }

header h1 span {
  top: -39px;
  width: 110px; }

/* extend search bar full width */
div.search {
  clear: both;
  float: left;
  display: block;
  width: 100%;
  margin: 21px 0 0; }

div.search input {
  width: 80%;
  left: 0; }

div.search button {
  left: 80%;
  margin-left: 16px; }

/* making the slider less tall */
#slidr-div {
  height: 420px; }

#slidr-div div.imageback {
  height: 420px; }

#slidr-div aside .slidr-breadcrumbs {
  margin-right: 7px !important; }

/* widens slider info to make it look better, resizes h2 font */
#slidr-div div.info {
  width: 80%; }

#slidr-div div.info h2 {
  width: 100%;
  font-size: 14px;
  max-height: none; }

/* fixing dual columns on homepage*/
main.home .twofive {
  width: 100%;
  margin-bottom: 0px; }

main.home .twofive:nth-child(1) {
  margin-bottom: 35px; }

main.home .twofive:nth-child(2) {
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none; }

/* fixing margins on 100% columns*/
main.home .twofive h2, main.home .twofive h3, main.home .twofive h4, main.home .twofive p.more, main.home .twofive:nth-child(2) h2, main.home .twofive:nth-child(2) h3, main.home .twofive:nth-child(2) h4, main.home .twofive:nth-child(2) p.more {
  margin-right: 0px;
  margin-left: 0px; }

/* fixing spacing with the signature on homepage*/
main.home h5 svg {
  width: 120px; }

/* making font smaller on small devices in footer*/
.whoweare section.fiveright p {
  font-size: 15px;
  line-height: 28px; }

main .directory section.six img {
  min-width: 100% !important;
  margin: 0 0 24px 0 !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
