/* makes nav and footer 100% for extra space */
.nf-container, #mainvideo .container {
  width: 100%; }

/* fixes spacing a bit, more room for search */
header h1 {
  width: 55%; }

header .search {
  width: 45%; }

/* chnages nav list and icons to fit/look better, mostly to avoid slide out menu on iPad */
nav li {
  width: 12.29167%;
  letter-spacing: 1px; }

nav .icon {
  width: 11.97917%; }

nav .icon a {
  width: 32px; }

/* keeps the info in the slidr from being too thin */
#slidr-div div.info {
  width: 50%;
  max-width: 580px;
  bottom: 42px; }

/* moves text from butting up against the right side */
footer h2 {
  padding-right: 28px; }

/* moves the ny svg down a bit */
.whoweare aside.threeleft {
  margin-top: 14px; }
