/*
  Document   : main
  Created on : Dec 16, 2010, 11:29 PM
  Author     : Mike Literman
 Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

root {
  display: block;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.clearfix {
  display: inline-block;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

html {
  background: url('images/content_bg.jpg') no-repeat fixed 50% 0;
}

.container {
  display: block;
  margin: 0 auto;
  width: 1040px;
}

/********************/
/* HEADER           */
/********************/
#header {
  background: url('images/header_gradient.gif') repeat-x 0 0;
  border-bottom: 1px solid #dadada;
  display: block;
  height: 104px;
}

#header h1 {
  float: left;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
  margin: 0 0 0 45px;
  text-indent: -999em;
}

#header h1 a {
  background: url('images/logo.png') no-repeat 0 0;
  display: block;
  height: 104px;
  overflow: hidden;
  width: 146px;
}

#header .nav {
  margin: 0 0 0 267px;
}

#header .nav li {
  float: left;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
  list-style: none;
  padding: 59px 15px 20px;
}

#header .nav li a {
  color: #373737;
  font-family: 'Times New Roman', Times, serif;
  font-size: 153.9%;
  text-decoration: none;
  text-transform: uppercase;
}

#header .nav li a:hover,
#header .nav li a:active {
  color: #900;
}

#header .nav li.current {
  background-color: #fff;
}

/********************/
/* CONTENT          */
/********************/


#content {
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
  line-height: 18px;
  font-size:100%;
  color: #666;
  padding: 15px 30px;
}

.content h4 {
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
  color: #000;
}

.content a {
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
  color: #c00;
}

.content p {
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
}

.content h2 {
  color: #81393c;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
  font-size: 245%;
  font-weight: normal;
  margin: 0.3em 0 0.5em;
}
#content #multiColWrap h2 {
  line-height: 1em;
}

#content #multiColWrap table {
  margin: 10px;
}

/********************/
/* HOMEPAGE CONTENT */
/********************/
#content .homepage_container {
  left: -30px; /* Padding */
  margin-bottom: 1em;
  position: relative;
  top: -15px; /* Padding from #content */
  width: 1040px; /* #content width */
}

#content .homepage_container .tiles {
  position: relative;
}

#content .homepage_container .tile_content {
  display: block;
  height: 260px;
  left: 390px;
  position: absolute;
  top: 130px;
  width: 520px;
}

#content .homepage_container .tile_content h2 {
  color: #231F20;
  font-family: 'Times New Roman', Times, serif;
  font-size: 161.6%;
  line-height: 1.25;
  margin: 0;
  padding: 15px 20px;
}

#content .homepage_container .tile_content .start_bio a {
  background: url('images/start_bio_button.gif') no-repeat 0 0;
  display: block;
  height: 46px;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -999em;
  width: 138px;
}

#content .homepage_container .tile_content .start_bio a:hover,
#content .homepage_container .tile_content .start_bio a:active {
  background-position: 0 100%;
}

#content .homepage_container .tile {
  display: block;
  float: left;
  height: 130px;
  overflow: hidden;
  position: relative;
  width: 130px;
}

#content .homepage_container .tile .cover {
  background: url('images/alpha_black.png') repeat;
  display: block;
  height: 130px;
  left: 0;
  position: absolute;
  top: 0;
  width: 130px;
  z-index: 5;
}

#content .homepage_container .tile .image {
  height: 130px;
  display: block;
  position: relative;
  width: 130px;
  z-index: 2;
}

#content .homepage_container .tile .image a {
  height: 130px;
  display: block;
  overflow: hidden;
  width: 130px;
}

#content .homepage_container .tile .image a img {
  width: 130px;
}

#content .homepage_text {
  border-top: 1px solid #231F20;
  color: #5b5758;
  font-size: 85%;
  margin-bottom: 25px;
  padding-top: 2em;
  text-transform: uppercase;
}

#content .homepage_text strong {
  color: #000;
}

#content .homepage_text a {
  color: #5b5758;
}

#content .homepage_text a:hover,
#content .homepage_text a:active {
  color: #620000;
}

#content .homepage.columns_3 {
  padding: 0 15px;
  margin-bottom: 25px;
}

#content .homepage .column {
  height: 152px;
  width: 250px;
}

#content .homepage .column a {
  background-image: url('images/home_sections.jpg');
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 152px;
  font-size: 86%;
  font-weight: bold;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  width: 250px;
}

#content .homepage .column a:hover,
#content .homepage .column a:active {
  color: #b77a0f;
}

#content .homepage .column span {
  background-color: #000;
  padding: 0.75em 0.5em;
  position: relative;
  top: 0.5em;
}

#content .homepage .column_1 a {
  background-position: 0 0;
}

#content .homepage .column_2 a {
  background-position: 0 -152px;
  margin: 0 auto;
}

#content .homepage .column_3 a {
  background-position: 0 -304px;
  float: right;
}

#content .featured_people {
  background-color: #e0e0e0;
  margin-bottom: 1.5em;
  padding: 10px;
}

#content .featured_people h3 {
  color: #bf7700;
  font-family: "adobe-garamond-pro-1","adobe-garamond-pro-2",sans-serif;
  font-size: 146.5%;
  font-weight: normal;
  margin: 0 0 0.5em ;
}

#content .featured_people .person {
  float: left;
  margin-right: 1em;
}

#content .featured_people .person .image {
  height: 200px;
  overflow: hidden;
  width: 200px;
}

#content .featured_people .person a {
  color: #666;
  font-weight: bold;
  text-decoration: none;
}

#content .featured_people .person.hover a {
  color: #620000;
}

#content .featured_people .person a img {
  width: 200px;
}

#content .featured_people .exclaim {
  background: url('images/exclaim.gif') no-repeat 0 0;
  height: 62px;
  margin-top: 0.5em;
  padding-left: 55px;
}

#content .keybank_bw {
  background: url('images/key_bank_bw_logo.gif') no-repeat 0 0;
  display: block;
  height: 88px;
  margin: 2em 0;
  text-indent: -999em;
  width: 194px;
}

#content .donate {
  width: auto;
}

#content .donate .message,
#content .donate .button {
  height: 90px;
  padding: 30px 20px;
}

#content .donate .message {
  background-color: #e0e0e0;
  float: left;
  margin: 0;
  width: 230px;
}

#content .donate .button {
  background-color: #c8c8c8;
  margin-left: 270px;
  line-height: 125px;
  text-align: center;
  width: 145px;
}

/********************/
/* COLUMNS          */
/********************/
#content .columns .column {
  float: left;
}

#content .columns .column_1 {
  margin-right: 2em;
  width: 470px;
}

#content .columns .column_2 {
  width: 450px;
}

#content .columns_3 .column {
  width: 31%;
  margin-right: 3%;
}

#content .columns_3 .column_3 {
  margin-right: 0;
}

#content .columns.layout_2 .column_1 {
  margin-right: 1em;
  width: 725px;
}

#content .columns.layout_2 .column_2 {
  background-color: #000;
  color: #fff;
  padding: 0.5em;
  width: auto;
}

#content .columns.layout_2 .column_2 h3 {
  font-weight: normal;
}

#content .columns.layout_2 .column_2 p {
  margin: 0.25em 0 1.5em;
}

#content .columns.layout_2 .column_2 a {
  color: #fff;
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
  font-size: 86%;
  text-decoration: none;
}

#content .columns.layout_2 .column_2 a img {
  border: 0;
}

#content p.full {
  display: none;
}

/********************/
/* ABOUT US         */
/********************/
.columns .column_2 .ladies {
  margin: 2em 0;
}

.columns .column_2 .ladies img {
  display: block;
}

.columns .column_2 .ladies p {
  background-color: #666;
  color: white;
  font-size: 96%;
  padding: 10px;
}

.about .column {
  height: 150px;
}

.about .column_1 ul {
  display: block;
  float: left;
  margin-right: 0;
  width: 44%;
}

.about .column_2 {
  border-left: 1px solid #a3a3a3;
  padding-left: 2em;
}

/********************/
/* NEWS ENTRIES     */
/********************/
.entries .entry {
  margin-bottom: 2em;
}

/********************/
/* COMPOSITES       */
/********************/
.composite .image {
  display: block;
  float: left;
  overflow: hidden;
}

.composite .image_1 {
  height: 205px;
  width: 474px;
}

.composite .image_2 {
  height: 205px;
  width: 250px;
}

.composite .image_3 {
  height: 202px;
  width: 474px;
}

.composite .image_4 {
  height: 202px;
  width: 250px;
}

.composite .image_5 {
  height: 132px;
  width: 225px;
}

.composite .image_6 {
  height: 132px;
  width: 250px;
}

.composite .image_7 {
  height: 132px;
  width: 250px;
}

/********************/
/* PERSON BIO VIEW  */
/********************/
.person_bio {
  position: relative;
  width: 775px;
}

.person_bio.article_text {
  width: 100%;
}
.person_bio .edit_bio_link {
  background-color: #dadada;
  color: #fff;
  font-weight: bold;
  height: 25px;
  line-height: 25px;
  padding-left: 20px;
  position: absolute;
  right: -234px; /* 180 width + 20 padding + 30 content padding */
  text-decoration: none;
  text-transform: uppercase;
  top: 0;
  width: 180px;
}

.person_bio .edit_bio_link:hover,
.person_bio .edit_bio_link:active {
  color: #620000;
}

.person_bio .edit_callout {
  background: url('images/edit_callout.jpg') no-repeat 0 0;
  height: 138px;
  position: absolute;
  text-indent: -999em;
  top: 40px;
  right: -224px; /* 180 width + 20 padding + 30 content padding */
  width: 186px;
}

.person_bio .images {
  display: block;
  float: left;
  padding: 0 1em 1em 0;
  width: 250px;
}

.person_bio .images img {
  width: 250px;
}

.person_bio .images .thumbnails {
  margin: 0;
}

.person_bio .images .thumbnails li {
  float: left;
  height: 50px;
  list-style: none;
  overflow: hidden;
  text-align: center;
  width: 50px;
}

.person_bio .images .thumbnails li img {
  width: 50px;
}

.person_bio .title_section {
  margin: 0 0 10px;
  position: relative;
}

.person_bio h2 {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 167%;
  font-weight: bold;
  line-height: 89%;
  width: 85%;
}

.person_bio .facebook {
  position: absolute;
  right: 0;
  top: 0;
}

.person_bio .intro {
  color: #000;
  font-size: 93%;
  font-weight: bold;
  line-height: 2em;
  margin-bottom: 17px;
}

.person_bio .body {
  line-height: 1.75em;
  overflow-x: hidden;
}

.person_bio .body img[style="float: left;"] {
  margin-right: 15px;
}

.person_bio .body img[style="float: right;"] {
  margin-left: 15px;
}

.person_bio .body table[align="left"] {
  margin-right: 15px;
}

.person_bio .icons {
  margin-bottom: 17px;
}

.person_bio .icons .icon {
  margin-right: 3px;
}

.person_bio .icons .icon a {
  display: block;
  height: 23px;
  width: 23px;
}

.paging_links {
  margin: 1em 0;
}

.paging_links a {
  background-image: url('images/nav_buttons.gif');
  background-repeat: no-repeat;
  display: block;
  height: 35px;
  overflow: hidden;
  text-indent: -999em;
  width: 128px;
}

.paging_links a.previous {
  background-position: 0 0;
  float: left;
}

.paging_links a.previous:hover,
.paging_links a.previous:active {
  background-position: 0 100%;
}

.paging_links a.next {
  background-position: 100% 0;
  float: right;
}

.paging_links a.next:hover,
.paging_links a.next:active {
  background-position: 100% 100%;
}

.bio_tabs .submitter {
  display: none;
}

/*********************/
/* MISC PERSON STUFF */
/*********************/
.bio_header {
  display: block;
  left: -30px; /* Padding from #content */
  position: relative;
  top: -15px; /* Padding from #content */
  width: 1040px; /* Total width + padding */
}

.bio_header a {
  background-color: #620000;
  background-image: url('images/bio_header.gif');
  background-repeat: no-repeat;
  background-position: 0 0;
  display: block;
  height: 31px;
  overflow: hidden;
  text-indent: -999em;
  width: 100%;
}

.bio_header a:hover,
.bio_header a:active {
  background-position: 0 100%;
}

.person_add_form h2,
.person_edit_form h2,
.person_search h2 {
  color: #211f20;
  font-family: 'Times New Roman', Times, serif;
  font-size: 174%;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 50px;
  text-align: left;
}

.person_add_form h2 span.name,
.person_edit_form h2 span.name,
.person_search h2 span.name {
  color: #b77a0f;
}

.person_search h2 a {
  color: #500;
  font-family: inherit;
}

.person_add_form h2,
.person_edit_form h2 {
  margin-bottom: 25px;
}

.person_add_form h2 span.small {
  font-size: 50%;
}

.person_bio h2,
.person_edit_form h2 {
  text-align: left;
}

.person_search .inline_fields {
  margin: 0 auto;
  width: 870px;
}

.person_search .inline_fields .input {
  display: block;
  float: left;
  margin-right: 10px;
}

.person_search .inline_fields .input label {
  display: block;
}

.person_search .submit {
  margin: 1em 0 50px;
  text-align: center;
}

.person_search #PersonPrefix {
  width: 125px;
}

.person_search #PersonFirstName,
.person_search #PersonMiddleName,
.person_search #PersonMaidenName,
.person_search #PersonLastName {
  width: 155px;
}

.person_search #PersonSuffix {
  margin-right: 0;
  width: 45px;
}

.person_search .submit input {
  background: transparent url('images/start_button.gif') no-repeat 0 0;
  border: 0;
  cursor: pointer;
  height: 35px;
  line-height: 0;
  text-indent: -999em;
  width: 128px;
}

.person_search .submit input:hover,
.person_search .submit input.hover {
  background-position: 0 100%;
}

.person_search .continue input {
  background: transparent url('images/continue_button.png') no-repeat 0 0;
}

.person_search .continue input:hover,
.person_search .continue input.hover {
  background-position: 0 100%;
}

.paging {
  margin-bottom: 25px;
  text-align: center;
}

.add_submitter form {
  margin: 0 auto;
  width: 800px;
}

.add_submitter .submit.finish input {
  background: transparent url('images/finish_button.jpg') no-repeat 0 0;
  border: 0;
  height: 35px;
  width: 128px;
}

.add_submitter .submit.finish input:hover,
.add_submitter .submit.finish input.hover {
  background-position: 0 100%;
}

.add_submitter .inline_fields {
  margin-bottom: 25px;
}

.add_submitter .inline_fields .input {
  width: 46%;
  margin-right: 10px;
}

.add_submitter .inline_fields .input input {
  width: 100%;
}

/********************/
/* ASSOCIATIONS     */
/********************/
.associations .bar {
  background: url('images/bar_bg.gif') repeat-y 0 0;
  clear: both;
  display: block;
  height: 23px;
  left: -30px; /* Padding from #content */
  line-height: 23px;
  margin-top: 2.25em;
  overflow: hidden;
  position: relative;
  width: 1040px; /* Total width + padding */
}

.associations .bar a {
  color: #fff;
  display: block;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

.associations .icon {
  background-color: #dadada;
  background-image: url('images/bio_button_sprite.gif');
  background-repeat: no-repeat;
  float: left;
  height: 23px;
  padding-left: 47px;
  width: 300px;
}

.associations .has_data .icon {
  background-color: #500;
}

.associations .icon.relation { background-position: 12px -92px }
.associations .has_data .icon.relation { background-position: 12px -529px }

.associations .icon.organization { background-position: 12px -138px }
.associations .has_data .icon.organization { background-position: 12px -552px }

.associations .icon.accomplishment { background-position: 12px -184px }
.associations .has_data .icon.accomplishment { background-position: 12px -575px }

.associations .icon.school { background-position: 12px -230px }
.associations .has_data .icon.school { background-position: 12px -598px }

.associations .icon.employer { background-position: 12px -276px }
.associations .has_data .icon.employer{ background-position: 12px -621px }

.associations .icon.arrow {
  background-image: url('images/section_arrows.gif');
  background-repeat: no-repeat;
  height: 12px;
  left: -20px;
  overflow: hidden;
  outline: hidden;
  padding: 0;
  position: relative;
  text-indent: -999em;
  top: 6px;
  width: 12px;
}

.associations .closed .arrow:hover,
.associations .closed .arrow:active,
.associations .closed .arrow.hover,
.associations .open .arrow {
  background-position: 0 -12px;
}

.associations .open .arrow:hover,
.associations .open .arrow:active,
.associations .open .arrow.hover,
.associations .closed .arrow {
  background-position: 0 0;
}

.associations .closed.has_data .arrow:hover,
.associations .closed.has_data .arrow:active,
.associations .closed.has_data .arrow.hover,
.associations .open.has_data .arrow {
  background-position: 0 -36px;
}

.associations .open.has_data .arrow:hover,
.associations .open.has_data .arrow:active,
.associations .open.has_data .arrow.hover,
.associations .closed.has_data .arrow {
  background-position: 0 -24px;
}

.associations .edit_link {
  background-color: #dadada;
  float: right;
  padding: 0 1em;
  width: 200px;
}

.associations .edit_link:hover,
.associations .edit_link:active {
  color: #620000;
}

/********************/
/* SEARCH FORM      */
/********************/
.no_results {
  margin: 25px 0;
  text-align: center;
}

/********************/
/* FOOTER           */
/********************/
#footer {
  border-top: 1px solid #000;
  font-family: "vera-sans-1","vera-sans-2",sans-serif;
  padding: 1em 30px 0;
}

#footer p {
  line-height: 1.5em;
}

#footer a {
  color: #c00;
}

#footer .sponsor {
  display: block;
  float: left;
  width: 370px;
}

#footer .sponsor p {
  font-size: 77%;
}

#footer .sponsor a {
  display: block;
  overflow: hidden;
  text-indent: -999em;
}

#footer .sponsor a.keybank {
  background: url('images/key_bank_logo.gif') no-repeat 0 0;
  float: left;
  height: 66px;
  margin-right: 1em;
  width: 145px;
}

#footer .sponsor a.tops {
  background: url('images/tops_logo.gif') no-repeat 0 0;
  height: 62px;
  width: 191px;
}

#footer .social {
  height: 24px;
  margin: 0 0 1em 478px;
}

#footer .social li {
  float: left;
  list-style: none;
  margin-right: 1em;
}

#footer .social .icon {
  background-position: 0 0;
  background-repeat: no-repeat;
  display: block;
  height: 24px;
  text-indent: -999em;
}

#footer .social .youtube {
  background-image: url('images/icon_youtube.gif');
  width: 54px;
}

#footer .social .facebook {
  background-image: url('images/icon_facebook.gif');
  width: 24px;
}

#footer .social .twitter {
  background-image: url('images/icon_twitter.gif');
  width: 24px;
}

#footer .social .flickr {
  background-image: url('images/flickr.gif');
  width: 25px;
  height: 25px;
}

#footer .columns {
  font-size: 86%;
  margin-left: 485px;
}

#footer .columns .column {
  display: block;
  float: left;
  height: 54px;
  padding: 10px 20px;
}

#footer .columns .column_1 {
  width: 120px;
}

#footer .columns .column_2 {
  border-left: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
  width: 101px;
}

#footer .columns .column_3 {
  width: 60px;
}

#footer .columns .column_3 ul {
  margin: 0;
}

#footer .columns .column_3 li {
  list-style: none;
  margin-bottom: 0.25em;
}

#footer .copyright {
  color: #666;
  margin-top: 2em;
  text-align: right;
}

#header #mobile_menu {
  display: none;
}

@media (max-width: 1024px) {
  html,body,.container {
    width: 100vw;
    overflow-x: hidden;
    height: auto;
  }
  .container {
    overflow: hidden;
  }

  #header {
    // background-color: #fff;
    position: fixed;
    width: 100vw;
    z-index: 11;
  }

  #header #mobile_menu {
    display: block;
    position: absolute;
    right: 20px;
    top: 34px;
    padding: 10px;
    color: #5b5758;
    font-family: "vera-sans-1","vera-sans-2",sans-serif;
    cursor: pointer;
    font-size: 14px;
    text-transform: uppercase;
    border: 1px solid #231F20;
  }
  #header #mobile_menu .closeText {
    display: none;
  }
  #header.open #mobile_menu .closeText {
    display: inline;
  }
  
  #header.open #mobile_menu .menuText {
    display: none;
  }

  // #header #mobile_menu:hover {
  //   background-color: #5b5758;
  //   color: white;
  // }

  #content .bio_header {
    // background-color: #fff;
    position: fixed;
    top: 104px;
    z-index: 10;
  }

  #header ul.nav {
    position: fixed;
    width: 100%;
    margin: 0;
    // display: none;
    background-color: #fff;
    z-index: 12;
    top: 108px;
    height: 0;
    overflow: hidden;
    transition: all ease-in-out 500ms;
  }
  #header.open ul.nav {
    height: 394px;
  }
  #header ul.nav li { 
    float: none;
    width: 100%;
    display: block;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
  }
  
  #header ul.nav li:nth-of-type(even) { 
    border-top: 1px solid black;
    border-bottom: 1px solid black;
  }

  #header ul.nav li a {
    box-sizing: border-box;
    padding: 20px;
    width: 100%;
    display: block;
  }

  #content {
    padding-top: 170px;
    max-width: 100vw;
    box-sizing: border-box;
  }

  #content::before {
    content: ' ';
    display: block;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
    height: 100vh;
    width: 100vw;
    top: 0;
    left: 0;
    position: fixed;
    transition: all ease-in-out 500ms;
    pointer-events: none;
    opacity: 0;
  }

  #content.open::before {
    opacity: 1;
  }

  #content .columns .column {
    float: none;
    max-width: 100%;
  }

  #content .homepage_container {
    max-width: 100vw;
  }
  #content .homepage_container .tiles {
    line-height: 0;
  }
  #content .homepage_container .tile {
    float: none;
    display: inline-block;
    width: 12.5vw;
    height: 12.5vw;
  }
  #content .homepage_container .tile.empty_tile {
    display: none;
  }
  #content .homepage_container .tile .image a {
    width: 12.5vw;
    height: 12.5vw;
  }
  #content .homepage_container .tile .cover {
    width: 100%;
    height: 100%;
  }
  #content .homepage_container .tile .image {
    width: 100%;
    height: 100%;
  }
  #content .homepage_container .tile a {
    width: 100%;
    height: 100%;
  }
  #content .homepage_container .tile .backgroundImgTile {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
  }

  #content .homepage_container .tile_content {
    position: static;
    width: 100vw;
    height: auto;
  }

  #content .homepage.columns_3 {
    width: 100%;
    box-sizing: border-box;
    padding: 0;
  }

  #content .columns_3 .column {
    width: 100%;
    margin: 0 auto;
  }
  #content .columns_3 .column a {
    float: none !important;
  }
  #content .homepage .column_2 a {
    margin: 0;
  }
  #content .homepage .column_2 {
    margin: 10px 0;
  }
  #footer {
    text-align: center;
    padding: 1em 0 0;
  }

  #footer p {
    margin: 0;
  }

  #footer .sponsor {
    max-width: 100%;
    float: none;
  }

  #footer .sponsor a {
    display: block;
    margin: 15px auto;
  }

  #footer .social .icon {
    display: inline-block;
  }

  #footer .social{
    margin: 0;
    float: none;
    height: auto;
  }
  #footer .social ul {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .social ul li {
    float: none;
    display: inline-block;
    margin: 5px;
  }

  #footer .columns .column_3 ul,
  #footer .columns .column_2 p a
  {
    display: none;
  }

  #footer .columns, #footer .columns .column {
    margin: 0;
    border: none !important;
    float: none !important;
    height: auto;
    box-sizing: border-box;
  }
  #footer .copyright {
    text-align: center;
  }

  #content .featured_people .exclaim {
    height: auto;
  }
  .columns .column_2 .ladies img {
    max-width: 100%;
  }
  .person_bio {
    max-width: 100%;
  }
  #content .donate .message {
    box-sizing: border-box;
    float: none;
    width: 100%;
    height: auto;
  }
  #content .donate .button {
    box-sizing: border-box;
    margin: 10px auto;
    line-height: 0;
    height: auto;
    width: 100%;
  }
  #fancybox-content > div {
    max-width: 100%;
  }

  .search_form {
    margin-top: -21px;
    max-width: 100vw;
    box-sizing: border-box;
  }
  .search_form form {
    text-align: center;
  }
  .search_form .fieldset {
    float: none;
    width: auto;
    margin: 0 auto;
  }
  .search_form .fieldset .input, .search_form .fieldset .submit {
    height: auto;
  }
  .search_form .fieldset.exception{
    padding: 0;
    background: none;
  }
  .search_form .fieldset .submit input, .search_form .fieldset .submit input {
    margin: 0 auto;
  }
  .people {
    // width: 100vw;
  }
  .people .person {
    height: auto;
    width: calc(33vw - 20px);
    margin: 0;
    padding: 10px;
    box-sizing: border-box;
  }
  .people .person .info {
    margin: 0;
    height: 150px;
  }
  .people .person .image {
    height: calc(33vw - 20px);
    float: none;
    width: 100%;
  }
  .people .person .image a { 
    display: block;
  }
  .people .person .image img {
    width: 100%;
  }
  .person_search .inline_fields {
    max-width: 100%;
  }
  .people .person .action {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  .bio_tabs {
    float: none;
  }
  .person_add_form, .person_edit_form {
    margin: 0;
    max-width: 100%;
  }
  #PersonAddForm div.input label, #PersonEditForm div.input label {
    float: none;
  }
  #PersonAddForm div.submit_text, #PersonEditForm div.submit_text {
    box-sizing: border-box;
    max-width: 100vw;
  }
  #PersonAddForm div.submit_text p, #PersonEditForm div.submit_text p {
    float: none;
    width: 100%;
  }
  #PersonAddForm div.g-recaptcha, #PersonEditForm .g-recaptcha {
    float: none;
  }
  #PersonAddForm div.g-recaptcha div, #PersonEditForm .g-recaptcha div,
  #PersonAddForm div.g-recaptcha div div, #PersonEditForm .g-recaptcha div div {
    width: 100% !important;
    max-width: 100%;
  }
  #PersonAddForm div.submit_text .save input, #PersonEditForm div.submit_text .save input {
    float: none;
  }
  .rc-anchor-normal {
    max-width: 100%;
  }
  .rc-anchor-normal .rc-anchor-content {
    max-width: 100%;
  }
}

@media (max-width: 800px) {
  #content .homepage_container .tile {
    width: 25vw;
    height: 25vw;
  }
  #content .homepage_container .tile .image a {
    width: 25vw;
    height: 25vw;
  }
  
}
@media (max-width: 450px) {
  .people .person {
    width: calc(50vw - 30px);
  }
  .people .person .image {
    height: calc(50vw - 30px);
  }
}

@media (max-width: 400px) {
  #content .homepage_container .tile {
    width: 33.3vw;
    height: 33.3vw;
  }
  #content .homepage_container .tile .image a {
    width: 33.3vw;
    height: 33.3vw;
  }
}