@font-face {
  font-family: "PT Sans Narrow";
  font-style: normal;
  font-weight: 400;
  src: local("PT Sans Narrow"), local("PTSans-Narrow"), url("http://fonts.gstatic.com/s/ptsansnarrow/v7/UyYrYy3ltEffJV9QueSi4Z4t0mJKPaLVqklzZuc32b4.woff") format("woff");
}

html {
  font-size: 62.5%;
} 

body {
  background-color: #ffffff;
  font-size: 1.4rem;
  max-width: 1000px;
  margin: 0 auto;
}

.print {
  display: none;
}

p {
  font-size: 1.7rem;
  margin-bottom: 1rem;
  line-height: 135%;
  font-family: 'Droid Serif', Serif;
}

ul { 
   list-style-type: disc; 
   list-style-position: outside;
   padding-left: 2rem;
}

ol { 
   list-style-type: decimal; 
   list-style-position: outside; 
   padding-left: 2rem;
}
ul ul, ol ul { 
   list-style-type: circle; 
   list-style-position: outside; 
   margin-left: 1.2rem; 
}
ol ol, ul ol { 
   list-style-type: lower-latin; 
   list-style-position: outside; 
   margin-left: 1.2rem; 
}

ul li, ol li {
  margin-bottom: 1rem;
  line-height: 135%;
  font-size: 1.7rem;
  font-family: 'Droid Serif', Serif;
}

.applied-facet-label, .applied-facet-value, p.num-found {
  font-size: 1.6rem;
}


main, footer {
  display: block;
  overflow: hidden;
  padding: 1rem 0;
}

/* header  area */

header {
  position: relative;
  overflow: hidden;
}

#ashp-logo {
  display: none;
}

#ashp-logo img {
  width: 100%;
  height: auto;
}

h2#ashp-top {
  background-color: #000000;
  overflow: hidden;
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 1.4rem;
  line-height: 100%;
  color: #ffffff;
  font-family: "Gill Sans MT", Gill Sans, Arial Narrow, Calibri, Sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0;
}

#sep {
  border-top: 1px solid #999999;
  margin: 3px 0;
}

#shec-logo {
  padding: 0.5rem;
  margin: 0 auto;
  width: 90%;
}

#shec-logo img {
  width: 100%;
}

#side-area {
  width: auto;
}

/* search form */

#search-container h2 {
  display: none;
}

#search-container {
  position: relative;
  padding-top: 8px;
  width: 90%;
  height: 50px;
  border: 1px solid #000000;
/*
  -moz-box-shadow: 2px 2px 3px #999999;
  -webkit-box-shadow: 2px 2px 3px #999999;
  box-shadow: 2px 2px 3px #999999;
*/
  margin: 0 auto 1.2rem auto;
}

#query {
  width: 94%;
  height: 45px;
  position: absolute;
  top: 3px;
  right: 1%;
  border: 0;
  font-family: "Gill Sans MT", Gill Sans, "Arial black", Arial, Helvetica, sans-serif;
  color: #818CC4;
  font-weight: bold;
  font-size: 2.5rem;
  padding: 4px 2%;
  vertical-align: middle;
  z-index: 1;
}

#search-container input[type="submit"] {
  position: absolute;
  top: 8px;
  right: 5px;
  z-index: 20;
  border: 0;
  background-color: transparent;
  background-image: url('../images/magnifying-glass.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  width: 36px;
  height: 36px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-indent: -9000px;
  position: absolute;
}

/* end search form */

/* nav is displayed on the home page and hidden everywhere else */
body#home #show-hide-menu {
  display: none;
}

#show-hide-menu {
  display: inline;
  width: 2.8rem;
  height: auto;
  float: right;
}

h2#ashp-top {
  text-align: left;
}

body#home h2#ashp-top {
  text-align: center;
}

#primary-nav {
  display: none;
}

body#home #primary-nav {
  display: block;
}


/* nav */
#primary-nav ul.navigation {
  margin: 0 auto;
  text-align: center;
  padding: 0;
  list-style: none;
  line-height: 100%;
}

#primary-nav ul.navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#primary-nav {
  background-color: #857eaa;
}

#primary-nav ul li {
  display: block;
  text-align: left;
  line-height: 100%;
  border-bottom: 1px solid #ffffff;
}

#primary-nav ul li a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-family: "Gill Sans MT", Gill Sans, Arial Narrow, Calibri, Sans-serif;
  line-height: 100%;
  font-size: 1.7rem;
  font-weight: normal;
  padding: 0.4rem 1.2rem;
}

#primary-nav ul li ul {
  display: none;
  background-color: #857eaa;
}

#primary-nav ul li ul li {
  display: block;
  text-align: left;
  border-top: 1px solid #ffffff;
  border-bottom: none;
  font-size: 1.3rem;
  line-height: 100%;
  margin-bottom: 0;
}

#primary-nav ul li ul li a {
  display: block;
  font-size: 1.4rem;
  line-height: 100%;
  padding: 0.4rem 1rem 0.4rem 3rem;
}

#primary-nav a:hover {
 color: #ffcc00;
}
/* end nav */



#main-homepage {
  border-left: 0;
  border-right: 0;
  overflow: hidden;
}

#main-homepage #shec-featured-content {
  width: 65%;
  float: left;
}

#main-homepage #shec-homepage-blurb {
  width: 32%;
  float: right;
}

#shec-featured-content {
  border: 1px solid #000000;
  background-color: #ffffff;
/*
  -moz-box-shadow: 2px 2px 3px #999999;
  -webkit-box-shadow: 2px 2px 3px #999999;
  box-shadow: 2px 2px 3px #999999;
*/
  margin-top: 1rem;
  overflow: hidden;
}

#shec-homepage-blurb {
  padding-top: 3px;
  margin-top: 1rem;
}

#shec-homepage-blurb p {
  font-size: 1.5rem;
  font-family: "Gill Sans MT", Gill Sans, Arial Narrow, Calibri, Sans-serif;
}

#shec-featured-content .featured-exhibit {
  clear: both;
  overflow: hidden;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}

#shec-featured-content .featured-exhibit img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
  left: 0;
}

#shec-featured-content .featured-exhibit a, #shec-featured-content .featured-exhibit img {
  vertical-align: top;
}

#shec-featured-content .featured-exhibit h3 {
  padding: 0;
  margin: 0;
}


#shec-featured-content .featured-exhibit .featured-content-text {
  background-color: #857eaa;
  width: 100%;
  padding: 0.4rem;
  position: absolute;
  bottom: 0;
  left: 0;
}

#shec-featured-content .featured-exhibit .featured-content-text h3, #shec-featured-content .featured-exhibit .featured-content-text h3 a {
  font-size: 1.7rem;
  line-height: 100%;
  color: #ffffff;
  padding: 0;
  margin: 0;
}

#bottom-homepage {
  clear: both;
}

#slideshow { 
  position: relative;
  overflow: hidden;
}

#slideshow > div { 
  position: absolute;
  top: 0; 
  left: 0; 
  overflow: hidden;
}

/* home page boxes */

.bottom-box {
  margin-top: 1rem;
}

.bottom-box .content-top-img img {
  width: 100%;
}

.bottom-box .content-top-img {
  overflow: hidden;
  vertical-align: bottom;
  padding: 0;
  margin: 0;
  font-size: 0;
}

.bottom-box .content-area {
  border: 1px solid #999999;
  border-top: 0;
/*  
  -moz-box-shadow: 2px 2px 3px #999999;
  -webkit-box-shadow: 2px 2px 3px #999999;
  box-shadow: 2px 2px 3px #999999;
*/
  padding: 1rem;
}

.bottom-box h2 {
  font-family: 'Gill Sans MT', Gill Sans, 'Arial black';
  font-size: 1.6rem;
  text-transform: none;
  color: #ffffff;
  text-align: center;
}

#box-content .content-area {
  background-color: #5D8E58;
  background: -moz-linear-gradient(top, #5D8E58, #B0C8AE);
  background: -webkit-gradient(linear,left top, left bottom, from(#5D8E58), to(#B0C8AE));
  background: -o-linear-gradient(#5D8E58, #B0C8AE);
  background: linear-gradient(#5D8E58, #B0C8AE);
}

#box-pedagogy .content-area {
  background-color: #857EAB;
  background: -moz-linear-gradient(top, #857EAB, #C2BED5);
  background: -webkit-gradient(linear,left top, left bottom, from(#857EAB), to(#C2BED5));
  background: -o-linear-gradient(#857EAB, #C2BED5);
  background: linear-gradient(#857EAB, #C2BED5);
}

#box-feature .content-area {
  background-color: #4793A7;
  background: -moz-linear-gradient(top, #4793A7, #B6D5DC);
  background: -webkit-gradient(linear,left top, left bottom, from(#4793A7), to(#B6D5DC));
  background: -o-linear-gradient(#4793A7, #B6D5DC);
  background: linear-gradient(#4793A7, #B6D5DC);
}

.bottom-box .text-area {
  background-color: #ffffff;
  border: 1px solid #999999;
  border-top: 0;
  -moz-box-shadow: 2px 2px 3px #999999;
  -webkit-box-shadow: 2px 2px 3px #999999;
  box-shadow: 2px 2px 3px #999999;
  margin-top: 0.3rem;
  padding: 0.8rem;
}

#box-content .text-area, #box-feature .text-area {
  text-align: center;
}

.bottom-box p {
  font-family: "Gill Sans MT", Gill Sans, Arial Narrow, Calibri, Sans-serif;
}

.bottom-box h3 {
  font-size: 1.9rem;
}

#box-content .content-area img {
  max-width: 150px;
}

#box-content .content-area p.item-description {
  font-size: 1.4rem;
  line-height: 125%;
}
/* end home page boxes */

/* footer */
#gccuny {
  width: 15%;
  height: auto;
  float: left;
  margin-right: 1rem;
}

#gccuny img {
  width: 100%;
  height: auto;
}

ul#bot-nav {
  list-style: none;
}

#bot-nav li {
  display: block;
}

ul#bot-nav li, ul#bot-nav li a {
  text-decoration: none;
  color: #999999;
  font-family: 'Gill Sans MT', Gill Sans, 'Arial black';
  font-size: 1rem;
}

ul#social-nav {
  padding: 1rem 0 0.6rem 0;
}

ul#social-nav li {
  display: inline;
  padding: 0 0.2rem;
}

.copiright {
  font-size: 0.9rem;
}
/* end footer */



.nowrap {
  white-space: nowrap;
}






/* generic elements styling */
h1 {
  font-family: 'Gill Sans MT', Gill Sans, 'Arial Black'; 
  font-size: 4rem; 
  font-weight: bold;
  margin-bottom: 1rem;
}
h2 {
  font-family: 'Gill Sans MT', Gill Sans, 'Arial Black'; 
  font-size: 1.6rem; 
  color: #000000; 
  text-transform: uppercase; 
  letter-spacing: .2em;
  margin-bottom: 1rem;
}

h3 {
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
  font-size: 3rem; 
  color: #4793a7;
  margin-bottom: 1.5rem;
}
h4 {
  font-family: 'Gill Sans MT', Gill Sans, 'Arial Black'; 
  font-size: 1.4rem; 
  color: #000000; 
  text-transform:uppercase;
}
h5 {
  font-family:  "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
  font-size: 2.4rem;
  margin-bottom: 1rem;
}
h6 {
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
  font-size: 2.6rem; 
  color: #4793a7;
  margin-bottom: 1rem;
}


em {
  font-style:italic;
}

strong {
  font-weight:bold;
}

a:link {
  color: #006699;
  text-decoration: none;
}

a:visited {
  color: #006699; 
  text-decoration: none;
}

a:hover {
  color: #ff6600;
}
/* end generic elements styling */


p.summary {
  margin: .5rem 2.5rem 1rem 2.5rem; 
  border-top: 1px solid #aaa; 
  border-bottom: 1px solid #aaa; 
  font-size: 1.5rem; 
  font-style:italic;
  font-weight: bold; 
  padding: 1em 0 1em 0; 
  line-height: 130%;
}
p.summary em {
  font-style: normal!important;
}
p.summary.section-blurb {
  font-weight: normal;
}

.grayedout {color: #bbb;}

p.summary:after {
  content:'';
  display:block;
  clear: both;
}


.item-details {
  margin-left: 0;
  padding: 0 0 0.7em 0;
  font-size: 1.4rem;
  line-height: 150%;
  color: #666;
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif;
}



main #primary img {
  width: 90%;
  height: auto;
  max-width: 900px;
  margin: 1rem auto;
}

/* but some image should not be enlarged */
main #primary #citation img, main #primary button img, main #primary .download img   {
  width: auto;
  height: auto;
  margin: 0;
}



body.exhibits.summary main #primary img {
  width: 100%;
}

body#simple_pages_page main #primary img {
  width: auto;
}


.exhibit-img {
  margin-bottom: 1em;
}



/* summary views images */
.summary_elem {
  display: inline-block;
  width: 32%;
  margin-right: 2%;
  vertical-align: top;
}

.summary_elem:nth-child(3n) {
  margin-right: 0;
}

.summary_elem:nth-child(3n+1) {
  clear: both;
}

main  #primary .summary_elem img {
  width: 100%;
  height: auto;
}

.summary_elem p {
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif;
}


.teaching-activity {
  display: inline-block;
  width: 48%;
  margin-right: 2%;
  margin-top: 20px;
  vertical-align: top;
}

.teaching-activity:nth-child(odd) {
  clear: both;
}

.teaching-activity-section {
  margin-bottom: 1.5rem;
}

ul.pagination li {
  min-width: 1em;
  text-align: center;
  margin: 2px;
  padding: 2px;
  border: 1px solid #006699;
  font-family:  "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
}

ul.pagination li.jump, ul.pagination li.next, ul.pagination li.prev {
  /* border: none; */
}

ul.pagination li.current {
  border: 1px solid #999999;
}

ul.pagination li.current a {
  color: #999999;
}

ul.pagination li.prev-next-far {
  display: none;
}

ul#print-and-share-nav {
  padding: 8px 0;
  margin: 0 auto;
  text-align: center;
}

ul#print-and-share-nav li {
  display: inline;
  padding: 0 2px;
}





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

body#exhibit .pagination {
  display: none;
}

ul#collections li, ul#exhibits li {
  display: inline-block;
  vertical-align: top;
  width: 262px;
  min-height: 170px;
  margin: 0 20px 10px 0;
}

ul#collections li img, ul#exhibits li img {
  width: 252px;
  height: 127px;
}

ul#collections li img, ul#exhibits li img {
  border: 1px solid #000000;
}

ul#collections li h2 a, ul#exhibits li h2 a {
  font-family: 'Gill Sans MT', Gill Sans, 'Arial black';
  font-size: 1.1rem;
  color: #006699;
}

p.exceptionlink a {
  font-family: "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
  line-height: 155%;
}

p.exceptionlink {
  text-align: center;
}

.content-area ul {
  list-style: none;
}

.expand-dropdown {
  cursor: pointer;
}
ul li.dropdown ul {
  display: none;
}

body#search ul li.dropdown ul {
  display: block;
}

#side-area li.dropdown {
  list-style-image: url('../images/smarrow.gif');
  margin-left: 2em;
}

#side-area li.dropdown.down {
  list-style-image: url('../images/smarrow-down.gif');
}

#primary h3 {
  text-align: center;
}

#primary .video {
  text-align: center;
  margin: 0 auto;
}

#primary video {
  max-width: 500px;
}

.item-file {
  text-align: center;
}

.item-file img {
  margin: 0 auto;
}

.download {
  margin-bottom: 1em;
}

#side-area ul , #side-area ol {
  list-style: none;
  line-height: 100%;
  margin: 0;
  padding: 0;
}

#side-area h5 {
  margin-top: 0.5em;
  padding-bottom: 0;
}

#solr-applied-facets {
  margin-bottom: 1rem;
}


#solr-applied-facets li {
  font-size: 1rem;
  font-family: "PT Sans", "Arial Narrow", Arial, Sans-Serif;
}

.num-found {
  font-size: 1rem;
  font-family: "PT Sans", "Arial Narrow", Arial, Sans-Serif;
  font-weight: bold;
}


h5 , #footer, #anchor-nav a, .anchorsort,  .grayedout, #citation, .hidable, .pagination, #new_sub_nav, #primary-nav blockquote {
  font-family:  "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
}


/* citation */

#citation {
  margin-left: 0;
  padding: 1em 0 1em 0;
  border-top: 1px solid #ccc;
  font-size: 1.3rem;
  line-height: 150%;
  color: #666;
}
#citation strong, .item-details strong {
  text-transform: uppercase;
  color: #000;
  font-weight: bold;
}

#citation {
  margin-left: 0; 
  padding: 1rem 0 1rem 0; 
  border-top: 1px solid #ccc; 
  font-size: 1.3rem; 
  line-height: 150%; 
  color: #666;
}
#citation div {
  margin-bottom: 0; 
  padding-bottom: 0;
}
#citation img {
  float: right;
  clear: both;
  dislay: block; 
  padding-left: 1rem; 
  padding-bottom: 0; 
  margin-bottom: 0;
}

/* end citation */

/* side area */

#side-area p, #side-area p a, #side-area li, #side-area li {
  font-family: "PT Sans Narrow","Arial Narrow",Arial,Sans-Serif;
  font-size: 1.4rem;
  margin-bottom: 0.7rem;
  padding: 0;
  text-decoration: none;
}

#side-area li a {
  font-family: "PT Sans Narrow","Arial Narrow",Arial,Sans-Serif;
  font-size: 1.4rem;
  text-decoration: none;
}

#side-area li ul li {
  margin-left: 1.4rem;
}

#side-area .side-area-section {
  margin-bottom: 1.4rem;
  clear: both;
}


#side-area h4 {
  font-weight: bold;
  font-size: 1.4rem;
  font-family: "PT Sans", "Arial Narrow", Arial, Sans-Serif;
  background-color: #a1c29d;
  padding: 0.3rem;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.3rem;
}

#side-area h5 {
  font-size: 1.4rem;
  font-family: "PT Sans", "Arial Narrow", Arial, Sans-Serif;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 0.3rem;
}

#side-area ul li ul li {
  line-height: 120%;
  margin-bottom: 0.5rem;
}

/* end side area */




/* tag cloud */
.hTagcloud {
  margin-top: 2em;
}
.hTagcloud ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
  line-height: 1.8em;
}
.hTagcloud li {
  display: inline;
  margin-right: 8px;
}

.hTagcloud li a {
  color: #006699;
  text-decoration: none;
  font-family: 'Gill Sans MT', Gill Sans, 'Arial black';
}

.popular {
  font-size: 1rem;
}

.v-popular {
  font-size: 1.4rem;
}

.vv-popular {
  font-size: 1.8rem;
}

.vvv-popular {
  font-size: 2.2rem;
}

.vvvv-popular {
  font-size: 2.6rem;
}

.vvvvv-popular {
  font-size: 3.0rem;
}

.vvvvvv-popular {
  font-size: 3.2rem;
}

.vvvvvvv-popular {
  font-size: 3.4rem;
}

.vvvvvvvv-popular {
  font-size: 3.6rem;
}
/* end tab cloud */




/* button */
button::-moz-focus-inner {
  border: 0; 
}

button {
  margin: 1em 0;
}

button img {
  vertical-align: middle;
}

button.cupid-green {
  vertical-align: middle;
  background-color: #7fbf4d;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7fbf4d), color-stop(100%, #63a62f));
  background-image: -webkit-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -moz-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -ms-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: -o-linear-gradient(top, #7fbf4d, #63a62f);
  background-image: linear-gradient(top, #7fbf4d, #63a62f);
  border: 1px solid #63a62f;
  border-bottom: 1px solid #5b992b;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 0 #96ca6d;
  -moz-box-shadow: inset 0 1px 0 0 #96ca6d;
  box-shadow: inset 0 1px 0 0 #96ca6d;
  color: #fff;
  font: bold 16px "PT Sans Narrow", "Arial Narrow", Arial, Sans-Serif; 
  line-height: 1;
  padding: 4px 3px 4px 3px;
  text-align: center;
  text-shadow: 0 -1px 0 #4c9021;
}

button.cupid-green:hover {
  background-color: #76b347;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #76b347), color-stop(100%, #5e9e2e));
  background-image: -webkit-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -moz-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -ms-linear-gradient(top, #76b347, #5e9e2e);
  background-image: -o-linear-gradient(top, #76b347, #5e9e2e);
  background-image: linear-gradient(top, #76b347, #5e9e2e);
  -webkit-box-shadow: inset 0 1px 0 0 #8dbf67;
  -moz-box-shadow: inset 0 1px 0 0 #8dbf67;
  box-shadow: inset 0 1px 0 0 #8dbf67;
  cursor: pointer; 
}

button.cupid-green:active {
  border: 1px solid #5b992b;
  border-bottom: 1px solid #538c27;
  -webkit-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  -moz-box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
  box-shadow: inset 0 0 8px 4px #548c29, 0 1px 0 0 #eeeeee;
}
/* end button */

/* at media rules */
@media screen and (max-width: 639px) {
  html {
    font-size: 100%;
  } 
  #ashpmiddot {
    display: none;
  }
  #side-area {
    margin-top: 2rem;
    border-bottom: 1px solid #999999;
    margin-bottom: 2rem;
  }
  .summary_elem {
    display: block;
    width: auto;
    margin-right: 0;
    vertical-align: top;
  }

  .teaching-activity {
    display: block;
    width: auto;
    margin-right: 0;
    margin-top: 20px;
    vertical-align: top;
  }
  #main-homepage #shec-featured-content {
    width: auto;
    float: none;
  }

  #main-homepage #shec-homepage-blurb {
    width: auto;
    float: none;
  }
}

@media screen and (min-width: 768px) {
  #show-hide-menu {
    display: none;
  }
  #primary-nav {
    display: block;
  }
  h2#ashp-top {
    text-align: center;
  }

  /* only for this size up the nav expands */
  #primary-nav {
    height: 2.5rem;
  }
  #primary-nav ul li {
   position: relative;
   display: inline-block;
   border-bottom: 0;
  }
  #primary-nav ul li:hover ul {
    display: block;
  }
  #primary-nav ul li a {
    display: inline-block;
  }
  #primary-nav ul li ul {
    position: absolute;
    top: 23px;
    left: 0;
    z-index: 100;
    padding-top: 0.4rem;
  }
  #primary-nav ul li ul li {
    padding: 0.4rem 2rem 0.4rem 1rem;
    border-top: 0;
    border-bottom: 1px solid #ffffff;
    white-space: nowrap;
  }
  #primary-nav ul li ul li a {
    display: inline;
    padding: 0;
  }
  
  .bottom-box {
    width: 31%;
    margin-right: 3%;
    display: inline-block;
    vertical-align: top;
  }
  .bottom-box#box-feature {
    margin-right: 0;
  }
  .bottom-box .text-area {
    min-height: 23rem;
  }
  .bottom-box h2 {
    letter-spacing: .1em;
  }

  #gccuny {
    width: 8%;
  }

  header {
    position: relative;
    height: 15rem;
  }

  #shec-logo {
    position: absolute;
    bottom: 2.5rem;
    padding: 0.5rem;
    margin: 0;
    width: 30%;
    z-index: 10;
  }
  
  #search-container {
    width: 38%;
    position: absolute;
    right: 35%;
    bottom: 2.5rem;
    z-index: 5;
  }

  #ashp-top {
    width: 100%;
    position: absolute;
    top: 12rem;
  }  
  #ashp-logo {
    display: block;
    position: absolute;
    bottom: 2rem;
    right: 0;
    width: 25%;
  }
  
  #query {
    width: 80%;
  }
  main, footer {
    padding: 1rem 4%;
    width: 92%;
  }
  
  #primary {
    padding-top: 1rem;
    width: 70%;
    display: inline;
    float: left;
  }

  #side-area {
    display: inline;
    float: right;
    width: 27.5%;
    padding-top: 1rem;
  }
  
  body#simple_pages_page #side-area, body#exhibit.browse #side-area, body#vocatroll_page #side-area {
    display: none;
  }
  body#simple_pages_page #primary, body#exhibit.browse #primary, body#vocatroll_page #primary {
    width: auto;
  }
  ul#bot-nav li {
    display: inline;
    margin-right: 2rem;
  }
}


@media screen and (min-width: 1000px) {
  #gccuny {
    width: 6%;
  }
  #shec-homepage-blurb p {
    font-size: 1.7rem;
  }
  ul#bot-nav li, ul#bot-nav li a, ul#bot-nav li .copiright {
    font-size: 1.4rem;
  }
  main, footer {
    padding: 1rem 0;
    width: auto;
  }

  #primary-nav ul li a {
    padding: 0.4rem 1.8rem;
  }
  .bottom-box .text-area {
    min-height: 21rem;
  }
  ul#bot-nav, ul#social-nav {
    margin: 0 auto;
    text-align: center;
  }
}