
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 1.7rem;
  line-height: 1.55;
}

a,
a:hover,
a:visited {
  color: #a51417;
}

.wrap {
  width: 100%;
}

.home #masthead {
  position: relative;
  z-index: 2000;
  box-shadow: 0px 1px 2px #3b3b3b;
}

#utility-bar {
  color: #ffffff;
  background-color: #a51417;
}

#wusm-logo {
  float: left;
  margin: 1rem 0;
}

#library-hours {
  float: right;
  font-size: 1.4rem;
  margin: 1.1rem 0;
  font-weight: 600;
}

#ask-us-button {
  float: right;
  display: inline-block;
  cursor: pointer;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
  padding: .75em 1.5em;
  border: 1px solid #a51417;
  border-radius: 6px;
  background-color: #a51417;
  text-align: center;
  margin-top:35px;
}

#ask-us-button a {
  color: #ffffff;
}

#ask-us-button:hover {
  background-color: #fff;
  border: 1px solid #a51417;
  color: #a51417;
  text-decoration: none;
}

#ask-us-button:hover a {
  color:#a51417;
}

#newsletter-signup {
  display:none;
}

.arb-page #library-hours {
  display: none;
}

#library-hours > span {
  margin-right: 0.8rem;
}

#library-hours > div {
  display: inline-block;
}

#library-hours span.op-open {
  display: none;
}

#library-hours span.op-closed {
  color: #ffffff;
}

#responsive-hours,
#responsive-hours span.op-open {
  display: none;
}

#primary-navbar {
  padding-right: 0;
}

#primary-navbar.navbar-collapse {
  padding-left: 0;
  margin-top: 0;
}

.navbar {
  border: none;
  background-color: #3d3d3d;
  margin-bottom: 0;
  margin-left:-20px;
  float:left;
  height:50px;
  padding:5px;
  border-radius: 0;
  z-index:1;
}

.nav > li > a:focus, 
.nav > li > a:hover {
  text-decoration: none;
  background-color: #53565a;
}

#becker-nav {
  max-width:100%;
  background-color: #3d3d3d;
  margin-top:-42px;
}

.becker-brand {
  max-width: 100%;
  font-family:"Libre Baskerville","Times New Roman",serif;
  font-size:23.04px;
  font-weight:400;
  color:#3d3d3d;
  float:left;
  margin:5px 0 -20px 0;
  line-height:1.2em;
}

.becker-brand > a,
.becker-brand > a:hover,
.becker-brand > a:visited {
  color:#3d3d3d;
  text-decoration: none;
}

a.becker-brand.extra-small {
  max-width: 20rem;
}

#primary-menu > li > a {
  padding: 15px;
  font-size: 13.328px;
  color: #ffffff;
  margin-top:-5px;
}

#primary-menu .dropdown-menu > .active > a,
#primary-menu .dropdown-menu > .active > a:focus,
#primary-menu .dropdown-menu > .active > a:hover {
  background-color: #53565a;
  text-decoration:underline;
  text-decoration-color:#fff;
}

#primary-menu > li.current-menu-item {
  color: #ffffff;
  background-color: #3d3d3d;
  text-decoration:underline;
  text-decoration-color:#fff;
}

#menu-item-21128 > a {
  background-color: #a51417;
}


#button-search {
  background-color: #3b3b3b;
  float:right;
  padding: 10px 12px;
  margin-bottom: 0;
  margin-top:3px;
  margin-right:10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

#button-search:hover {
  background-color:#a51417;
} 

#becker-search {
  min-height: 11.2rem;
  height: auto;
  background-color: #535653;
  color: #ffffff;
  display: flex;
  align-items: center;
  background-image: url('../images/shield-white.png'),
    linear-gradient(to bottom, #535653, #535653);
  background-repeat: no-repeat;
  background-position: 24% center;
}

.arb-page #becker-search {
  background-color: #5c748f;
  background-image: url('../images/shield-white.png'),
    linear-gradient(to bottom, #5c748f 0%, #316699 100%);
}

#becker-search div.container {
  width: auto;
}

/* Hack to target IE 11. Workaround for display: flex on parent. */
@media all and (-ms-high-contrast: none) {
  #becker-search div.container {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }
}

#becker-search select,
#becker-search input,
#becker-search button {
  color: #3d3d3d;
  padding: 0.8rem;
  border-radius: 0;
  border: 0;
  display: inline-block;
  box-sizing: content-box;
  height: 2.5rem;
  font-size: 1.5rem;
  vertical-align: bottom;
  margin: 0;
}

#becker-search label {
  margin-bottom: 0;
  font-weight: normal;
}

#becker-search select {
  width: auto;
  color: #3d3d3d;
  background-color: #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 3rem;
}

#becker-search select::-ms-expand {
  display: none;
}

#becker-search .select-div {
  position: relative;
  display: inline-block;
}

#becker-search .select-div:after {
  content: '>';
  font: 17px 'Consolas', monospace;
  color: #3d3d3d;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  right: 1.2rem;
  top: 1rem;
  position: absolute;
  pointer-events: none;
}

#becker-search #custom-search-form {
  display: inline-block;
}

#becker-search input {
  width: 37.5rem;
  color: #3d3d3d;
}

#becker-search input.search-submit {
  width: auto;
}

#becker-search form.e-resources #ss-content {
  margin-bottom: 1rem;
}

#becker-search form.e-resources label {
  margin: 0 1rem 0 0;
  vertical-align: middle;
}

#becker-search form.e-resources input[type='radio'] {
  width: auto;
  margin-top: 0;
  vertical-align: middle;
}

#becker-search #arb-search-input form {
  display: inline;
}

#site-notice {
  font-size: 1.5rem;
  color: #fff;
  background-color: #2d837e;
  padding: 1.5rem;
}

#site-notice h2.widgettitle {
  display: none;
}

#site-notice p {
  margin: 0;
}

/* 
 * PAGE STYLING 
 */

#page-wrapper {
  position: relative;
}

#content {
  position: relative;
}

#main {
  margin: 3rem 0;
}

/*
ARTICLE/PAGE CONTENT
 
Using 1.33 ratio. Base of 17px.
http://type-scale.com/?size=17&scale=1.333&text=A%20Visual%20Type%20Scale&webfont=Open%2BSans&font-family=%27Open%20Sans%27%2C%20sans-serif&font-weight=400&font-family-headers=%27Georgia%27&font-weight-headers=inherit&background-color=white&font-color=%23333 
*/

/* article {
    font-family: 'Open Sans', sans-serif;
    max-width: 700px
} */

body.single article,
body.page article {
  max-width: 700px;
}

body.page-template-page_no-sidebar article,
body.page .events-page article {
  max-width: none;
}

.error-404 .page-header {
  border-bottom: none;
  text-align: center;
}

.error-404 .gform_wrapper {
  margin: 5rem 0;
}

article h1,
article h2,
article h3,
.author-page h1,
.author-page h2,
.author-page h3,
.blog h1,
.archive h1,
.error-404 h1 {
  font-family: Georgia, 'Times New Roman', Times, serif;
}

article h1,
.author-page h1,
.blog h1,
.archive h1,
.error-404 h1 {
  font-size: 4rem; /* 39.99px */
}

article h2,
.author-page h2,
.blog h2,
.archive h2 {
  font-size: 3rem; /* 30.07px */
  margin-top: 4rem; /* 30 * 1.33 = 39.99 */
}

article h3,
.author-page h3 {
  font-size: 2.3rem; /* 22.61px */
  margin-top: 3rem; /* 22.61 * 1.33 = 30.07 */
}

article p,
.author-page p {
  font-size: 1.7rem; /* 17px */
  line-height: 2.7rem;
  margin-bottom: 2.3rem; /* 22.61px */
}

article ul,
article ol {
  margin: 0 0 2.8rem 4rem;
}

article .wp-caption-text,
article figcaption {
  font-size: 1.3rem; /* 12.78px */
  text-align: center;
}

article .entry-content a,
.author-page a {
  text-decoration: underline;
}

/* ARTICLE STYLE END */

aside#secondary h2 {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 1.7rem;
}

#side-navigation {
  margin: 4rem 0;
}

#side-navigation h2 a {
  color: #3d3d3d;
}

#side-navigation ul,
#side-navigation li {
  margin-left: 0;
  padding-left: 0;
  list-style: none;
  font-size: 1.5rem;
}

#side-navigation li {
  padding: 1rem 0;
  border-top: 1px solid #f2f2f2;
}

#side-navigation li a {
  display: inline-block;
}

#side-navigation ul.children {
  display: none;
  background-color: #e7e7e7;
}

#side-navigation ul.children li {
  font-size: 1.3rem;
  font-weight: normal;
}

#side-navigation ul.children li a {
  margin: 0 2rem;
}

#side-navigation li.current_page_item.page_item_has_children ul.children,
#side-navigation li.current_page_ancestor.page_item_has_children ul.children {
  display: block;
  margin: 10px 0 -10px 0;
}

button.edit-link {
  display: block;
  margin: 3rem 0;
  font-weight: bold;
}

button.edit-link a {
  color: #3d3d3d;
}

.image-border-black {
  border: 1px solid #000;
}

.image-border-blue {
  border: 1px solid #52789c;
}

.image-border-red {
  border: 1px solid #a51417;
}

/* FOOTER STYLING */

footer#colophon {
  background-color: #3d3d3d;
  color: #f0f0f0;
}

footer#colophon div.site-info {
  padding: 2.6rem 0;
}

#becker-info {
  display: inline-block;
  padding-right: 2rem;
  font-size: 1.4rem;
  line-height: 1.55;
}

#becker-info a {
  color: #f0f0f0;
}

#bottom-nav {
  display: inline-block;
  font-size: 1.4rem;
  border-right: 0.1rem solid #f0f0f0;
  border-left: 0.1rem solid #f0f0f0;
  height: 8.5rem;
  padding-right: 2rem;
}

#bottom-nav ul {
  margin-left: 0;
  padding-left: 0;
}

#bottom-nav ul li {
  margin: 0;
  list-style: none;
  text-transform: uppercase;
}

#bottom-nav a {
  color: #f0f0f0;
  padding-left: 2rem;
}

#becker-social {
  padding-left: 3.5rem;
  height: 8.5rem;
  padding-right: 2rem;
}

.footer-icon {
  width: 4rem;
  height: 4rem;
  margin-right: 1rem;
  display: inline-block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

#becker-newsletter-signup {
  margin-right: 0;
}

.footer-icon a {
  width: 100%;
  height: 100%;
  display: inline-block;
  border: 0.1rem solid #505050;
}

.footer-icon a:hover {
  background-color: #a51417;
  border: 0.1rem solid #72121b;
}

.footer-icon img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 2rem;
}

#becker-newsletter-signup img {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  height: 1.5rem;
}

#bottom-brand {
  background-color: #a51417;
  border-top: 5px solid #72121b;
  padding: 1.2rem 0;
}

#copyright {
  color: #f0f0f0;
  font-size: 1.4rem;
  text-shadow: 0.1rem 0.1rem 0.2rem rgba(166, 166, 166, 0.8);
}

/* HOMEPAGE MAIN STYLING */

.home #primary {
  padding: 0;
}

.home #main {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0;
}

/* .home #hero {
    margin: 0;
    padding: 0;
    max-height: 500px;
    overflow: hidden;
} */

/* Hack to target IE 11. Homepage hero banner jitters when changing. Eliminating max-height does the trick. */
/* @media all and (-ms-high-contrast:none) {
    .home #hero {
        margin: 0;
        padding: 0;
        max-height: none;
        overflow: hidden;
    }
} */

.home #banner-events {
  margin-top: 7rem;
  margin-bottom: 5rem;
}

/* .home #hero .slick-slide img {
    width: 100%;
} */

.home #help-alt {
  margin: 0;
  background: #3d3d3d;
}

.home h2,
.home h3,
.arb-main h2,
.arb-main h3 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-bottom: 2.4rem;
}

.home #help-row {
  margin: 1rem 0 3rem;
}

#audience-help,
#contact-container {
  background: none;
  margin: 0;
}

#audience-row,
#contact-row {
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
  background: #3d3d3d;
  border-top: 4px solid #a51417;
}

#audience-select,
#contact-container {
  margin-left: 0;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 2rem;
}

#audience-select li {
  margin-left: 0;
  border-right: 1px solid #53565a;
}

#audience-select li:last-child {
  border-right: 0;
}

#contact-row div {
  padding: 1rem 1.5rem;
}

#contact-row div:hover {
  background-color: #a51417;
}

#contact-row a {
  color: #ffffff;
}

#audience-select > li > a {
  border-radius: 0;
  color: #ffffff;
  background-color: #3d3d3d;
}

#audience-select > li > a:focus,
#audience-select > li > a:hover,
#audience-select > li.active > a {
  background-color: #a51417;
}

.home #resource-block-container {
  margin: 0;
}

.home #resource-block-container > div.container {
  position: relative;
}

.home .resource-blocks,
.arb-main .resource-blocks {
  margin-top: -24px;
  margin-bottom: 24px;
}

.home .resource-blocks #popular-resources-block {
  position: relative;
  z-index: 100;
}

.home .resource-blocks #popular-resource-block div.textwidget {
  display: none;
}

.home .resource-blocks #popular-resources-block > div {
  position: relative;
}

.home .resource-blocks #popular-resources-block ul {
  width: 100%;
  float: left;
}

.home .resource-blocks #popular-resources-block ul.additional-resources {
  display: none;
}

.home #expand-resources {
  position: absolute;
  bottom: 0;
  right: 0;
  border: 4rem solid;
  border-color: transparent;
  border-bottom-color: #a51417;
  border-right-color: #a51417;
}

.home #expand-resources:hover {
  cursor: pointer;
}

.home #expand-resources span {
  position: absolute;
  color: #fff;
  font-size: 4rem;
  bottom: -1.5rem;
  right: -2.5rem;
  line-height: 0;
  transition: 1000ms ease all;
}

.home #expand-resources.open span {
  transform-origin: 50% 50%;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}

.home .resource-blocks #services-block {
  position: absolute;
  right: 33.33%;
  z-index: 1;
}

.home .resource-blocks #how-to-block {
  position: absolute;
  right: 0;
  z-index: 1;
}

.home .resource-blocks > div > div,
.arb-main .resource-blocks > div > div {
  box-sizing: border-box;
  background-color: #ffffff;
  min-height: 460px;
  padding-top: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
  border-radius: 2px;
  border-top: 4px solid #a51417;
}

.arb-main .resource-blocks > div > div {
  border-top: 4px solid #52789c;
  padding-top: 0;
  background-position: center 6rem;
  background-repeat: no-repeat;
}

.home .resource-blocks h3,
.arb-main .resource-blocks h3 {
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-size: 2rem;
  font-style: normal;
  text-transform: uppercase;
}

.arb-main .resource-blocks h3 {
  background: #ffffff;
  padding: 2rem 0;
  margin: 0 0 2rem;
}

.arb-main .resource-blocks > div > div {
  position: relative;
}

.arb-main .resource-blocks div#plan {
  background-image: url('../images/arb-resources.jpg');
}

.arb-main .resource-blocks div#research {
  background-image: url('../images/arb-research.jpg');
}

.arb-main .resource-blocks div#exhibits {
  background-image: url('../images/arb-exhibit.jpg');
}

.arb-main .resource-blocks div.arb-list {
  position: absolute;
  top: 6rem;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 2rem;
  background: rgba(255, 255, 255, 0.9);
  display: none;
}

.home .resource-blocks ul,
.arb-main .resource-blocks ul {
  list-style: none;
  margin: 0;
}

.home .resource-blocks ul li,
.arb-main .resource-blocks ul li {
  margin-left: 3rem;
  line-height: 1.7rem;
  padding: 1.15rem 0;
}

.home .resource-blocks ul li {
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

.home .resource-blocks ul li.popular span {
  margin-left: 0.5rem;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 0 0.5rem;
  background: #888b8d;
  border-radius: 0.3rem;
  font-style: italic;
  vertical-align: bottom;
  letter-spacing: 0.1rem;
  display: inline-block;
  height: 1.7rem;
}

.home .resource-blocks ul li.active {
  background-color: #a51417;
  transition: background-color 1s ease;
}

.home .resource-blocks ul li a,
.arb-main .resource-blocks ul li a {
  display: inline-block;
}

.home .resource-blocks ul li.active > a {
  color: #ffffff;
  transition: color 0.5s ease;
}

.home .resource-dropdowns,
.arb-main .resource-dropdowns {
  margin: 2rem -3rem;
}

.arb-main .resource-dropdowns.arb-dropdowns {
  margin-top: 1rem;
}

.home .resource-dropdowns button {
  background-color: white;
  width: 100%;
  border-top: 0.4rem solid #a51417;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  font-size: 2rem;
}

.arb-main .resource-dropdowns button {
  background-color: white;
  width: 100%;
  border-top: 0.4rem solid #52789c;
  border-radius: 0.2rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.13);
  text-transform: uppercase;
  font-size: 2rem;
}

.home .resource-dropdowns button:hover,
.home .resource-dropdowns button:focus,
.arb-main .resource-dropdowns button:hover,
.arb-main .resource-dropdowns button:focus {
  background-color: #e7e7e7;
}

.home .resource-dropdowns button.popular-resources,
.arb-main .resource-dropdowns button.plan-visit {
  margin-top: 1rem;
}

.home .resource-dropdowns ul,
.arb-main .resource-dropdowns ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
  margin: 0;
}

.home .resource-dropdowns ul > li,
.arb-main .resource-dropdowns ul > li {
  border-top: 1px solid #f5f5f5;
  padding: 1rem 0.5rem;
}

.home .resource-dropdowns ul > li:first-of-type,
.arb-main .resource-dropdowns ul > li:first-of-type {
  border-top: none;
}

.home .resource-dropdowns .dropdown-menu,
.arb-main .resource-dropdowns .dropdown-menu {
  width: 100%;
  text-align: center;
  margin-top: -1rem;
  font-size: 1.7rem;
}

#extra-info {
  background-color: #a51417;
  background: #a51417;
  color: #ffffff;
  line-height: 4rem;
}

.arb-main #extra-info {
  background-color: #5c748f;
  background: linear-gradient(to bottom, #5c748f 0%, #316699 100%);
}

#extra-info div.row {
  padding-top: 40px;
  padding-bottom: 40px;
}

#extra-info h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
}

#extra-info .buttons {
  margin-top: 3rem;
}

#extra-info-statement p {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  margin-top: 2rem;
  margin-bottom: 2.4rem;
  font-size: 2.6rem;
  line-height: 3.4rem;
}

.arb-main #extra-info .buttons {
  margin-top: 5rem;
}

#extra-info .buttons a {
  border: 1px solid #ffffff;
  padding: 2rem 4rem;
  border-radius: 6px;
  width: auto;
  color: #ffffff;
  text-decoration: none;
}

#extra-info .buttons a:hover {
  background-color: #ffffff;
  color: #686868;
  border-color: #eeeeee;
}

#marketing-panel {
  min-height: 300px;
}

#marketing-panel img {
  width: 100%;
}

#event-list h3 {
  margin-top: 0;
}

#event-list .event {
  margin-bottom: 2.4rem;
}

#event-list .event-date {
  height: 88px;
  width: 88px;
  padding-top: 1.4rem;
  background-color: #a51417;
  color: #ffffff;
  text-align: center;
}

.arb-main #event-list .event-date {
  background-color: #52789c;
}

.arb-main #event-list .event {
  margin-bottom: 2.4rem;
}

.arb-main #connect .connect-row .icon {
  display: inline-block;
  margin: 0 1rem;
  padding-top: 0.5rem;
}

.arb-main #connect .connect-item {
  height: 3rem;
  width: 3rem;
  margin: auto;
}

.arb-main #connect .connect-item {
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
}

.arb-main #connect .connect-item:hover {
  filter: drop-shadow(2px 2px 1px #ccc);
}

/* .event-date.arb-twitter {
    background-image: url("../images/arb-twitter.png");
} */

#connect .connect-item.arb-instagram-tiny {
  background-image: url('../images/arb-instagram-dark.png');
  max-width: 3rem;
  background-size: contain;
}

/* .event-date.arb-tumblr {
    background-image: url("../images/arb-tumblr.png");
} */

#connect .connect-item.arb-youtube-dark {
  background-image: url('../images/arb-youtube-dark.png');
  max-width: 3rem;
  background-size: contain;
}

/* .event-date.arb-newsletter {
    background-image: url("../images/arb-newsletter.png");
} */

#connect .connect-item.arb-newsletter-dark {
  background-image: url('../images/arb-newsletter-dark.png');
  max-width: 3rem;
  background-size: contain;
}

/* .event-date.arb-twitter-small {
    background-image: url("../images/arb-twitter.png");
    max-width: 7.5rem;
}

.event-date.arb-tumblr-small {
    background-image: url("../images/arb-tumblr.png");
    max-width: 7.5rem;
}

.event-date.arb-newsletter-small {
    background-image: url("../images/arb-newsletter.png");
    max-width: 7.5rem;
} */

#event-list .event-date span {
  display: block;
  line-height: 1.2em;
}

#event-list .event-day {
  font-size: 2.8rem;
}

#event-list .event-month,
#event-list .event-year {
  font-size: 1.8rem;
}

.arb-main #marketing-panel {
  margin-bottom: 5rem;
}

.arb-main #event-list .event-title-arb {
  display: table;
  height: 88px;
}

.arb-main #event-list .event-title-arb span {
  display: table-cell;
  vertical-align: middle;
}

#event-list .event-name {
  font-size: 1.8rem;
}

#event-list .event-title-arb .event-hours {
  font-size: 1.6rem;
}

#event-list .event-hours span {
  margin-right: 0.5rem;
}

article h4.panel-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  color: #a51417;
  font-size: 2.3rem;
}

article .panel-default > .panel-heading {
  background-color: rgb(249, 249, 249);
}

article .page-contact-display > p {
  font-size: 1.6rem;
}

/* ALL EVENTS PAGE SPECIFIC CSS */
#event-list .event.all-events {
  margin-left: 0;
  padding: 3rem 0;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 0;
}

#event-list .event.all-events:first-of-type {
  border-top: none;
  padding-top: 0;
}

#event-list .event-date.all-events {
  height: 125px;
  width: 125px;
  padding: 2.4rem 0;
  background-color: #a51417;
  color: #ffffff;
  text-align: center;
}

#event-list .event-date.all-events .event-day {
  font-size: 3.6rem;
}

#event-list .event-date.all-events .event-month-year {
  font-size: 2.4rem;
}

#event-list .event-title-summary.all-events .event-hours-date-loc {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}

#event-list .event-title-summary.all-events .event-summary {
  margin-bottom: 2rem;
}

#event-list .event-title-summary.all-events .event-hours-date-loc .glyphicon {
  font-size: 1.3rem;
}

#event-list .event-title-summary .event-summary {
  margin-bottom: 0;
}

.all-events .register-button-placement {
  padding-left: 0;
}

#secondary.exhibit-list {
  padding-right: 1rem;
}

.exhibit-list #exhibit-list-title {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 4rem 0 0 0;
  /* border-bottom: 1px solid #eee; */
  border-bottom: 1px solid #f2f2f2;
}

#exhibit-content {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2rem;
}

#exhibit-content .event.exhibits {
  border-top: 1px solid #f5f5f5;
  margin: 0 0 1rem 0;
}

#exhibit-content .event.exhibits:first-of-type {
  border-top: none;
}

#exhibit-content .event.exhibits {
  font-size: 1.4rem;
  padding: 1rem 0;
}

#exhibit-content .no-exhibits {
  padding: 1rem 0;
  margin-top: 1rem;
}

#exhibit-content .event.exhibits .exhibit-name {
  font-size: 1.8rem;
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin: 1rem 0 0 0;
}

#exhibit-content .event.exhibits .exhibit-location {
  margin-bottom: 1rem;
}

.widget-area.exhibit-list section h2 {
  display: none;
}

.widget-area.exhibit-list section:last-of-type h2 {
  /* Email section is last */
  display: inline-block;
  margin-top: 1rem;
}

.widget-area.exhibit-list section {
  font-size: 1.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  border-bottom: 1px solid #f2f2f2;
}

.widget-area.exhibit-list section:last-of-type {
  /* Space for email separation */
  margin: 22.5px 0;
  border: none;
}

.widget-area.exhibit-list section p {
  margin-bottom: 0;
}

.widget-area.exhibit-list section:last-of-type p {
  font-size: 1.7rem;
  margin-bottom: 1rem;
}

/* ARB EVENTS PAGE STYLE */
#event-list.arb-list .event-date.all-events {
  background-color: #52789c;
}

#news-list h3 {
  margin-top: 0;
  margin-bottom: 4rem;
}

#news-list .news-item {
  border-top: 1px solid #f5f5f5;
  padding: 3rem 0;
}

#news-list .news-item:first-of-type {
  padding-top: 0;
  border-top: none;
}

#news-list .news-category {
  font-weight: 600;
}

#news-list .news-item .small-news-title {
  font-size: 1.7rem;
}

#news-list .news-item .news-details p {
  font-size: 1.6rem;
}

#news-list .news-details h4 {
  margin-top: 0;
}

.more-button {
  margin-top: 2.2rem;
  margin-bottom: 5rem;
}

.more-button a {
  color: #ffffff;
  background-color: #a51417;
  padding: 1rem 5rem;
  border-radius:6px;
}

.arb-main .more-button a {
  background-color: #52789c;
  padding: 1rem 5rem;
}

/* AUTHOR PROFILE PAGE */

.author-page #profile-image {
  padding: 4rem;
}
.author-page #profile-image img.placeholder {
  padding: 2rem;
  background-color: #eeeeee;
}

.author-page .teammembers img {
  margin-bottom: 1rem;
}

.author-page .teammembers img.placeholder {
  padding: 1rem;
  background-color: #eeeeee;
}

.author-page h1.entry-title {
  margin-bottom: 0;
}

.author-page #position-title {
  font-size: 2.4rem;
  font-weight: 300;
  margin-bottom: 2rem;
}

.author-page #contact-info {
  margin-top: 2rem;
}

.author-page #contact-info div {
  display: inline-block;
  margin-right: 2rem;
  color: #a51417;
}

.author-page #contact-info span {
  color: #a51417;
  font-size: 1.5rem;
}

.author-page #contact-info span.glyphicon-earphone {
  color: #3d3d3d;
}

.author-page #contact-info span.author-phone {
  font-size: 1.7rem;
  color: #3d3d3d;
}

.author-page #position-title {
  margin-bottom: 1rem;
}

.author-page #contact-info {
  margin-top: 1rem;
}

.author-page #profile-description {
  margin-top: 2rem;
}

.teammembers {
  border-top: 1px solid #ebebeb;
  margin-top: 3rem;
}

.teammembers h2 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  margin-top: 3rem;
}

.teammembers div.row {
  margin: 6rem 0;
}

.teammembers span.teammate-title {
  font-weight: 300;
}

/* NEWS/POST LISTS AND PAGES */
body.group-blog header.page-header {
  margin: 2rem 0 0 0;
  border-bottom: none;
  padding-bottom: 0;
}

.news-list .news-list-details {
  border-bottom: 1px solid #f5f5f5;
  padding: 3rem 0;
}

div.news-image-placeholder {
  min-height: 140px;
  background-repeat: no-repeat;
  background-position: center center;
}

div.news-image-placeholder.archives-and-rare-books {
  background-color: #2d837e;
  background-image: url('../images/news-arb.svg');
}

div.news-image-placeholder.announcements {
  background-color: #a51417;
  background-image: url('../images/news-announcements.svg');
}

div.news-image-placeholder.mastering-information {
  background-color: #005f85;
  background-image: url('../images/news-mastering-info.svg');
}

div.news-image-placeholder.scholarly-publishing {
  background-color: #789b4a;
  background-image: url('../images/news-scholarly-publishing.svg');
}

div.news-image-placeholder.science-support {
  background-color: #d29f13;
  background-image: url('../images/news-science-support.svg');
}

div.news-image-placeholder.staff-news {
  background-color: #888b8d;
  background-image: url('../images/news-staff.svg');
}

.news-list .news-list-details .news-category {
  font-weight: 700;
}

.news-list .news-list-details h4 {
  margin-top: 0;
  line-height: 1.4;
}

.news-category-list {
  margin-top: 4rem;
}

#news-category-title {
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 1rem;
  line-height: 1.87rem;
}

.news-category-list .categories {
  list-style: none;
  font-size: 1.5rem;
}

.news-category-list .categories li {
  padding: 1rem 0;
  border-top: 1px solid rgb(242, 242, 242);
}

.nav-links .nav-previous,
.nav-links .nav-next {
  font-size: 1.5rem;
}

.entry-footer {
  margin-top: 2rem;
  font-size: 1.5rem;
}

/* Search results page */
body.search-results article {
  margin: 0 0 4rem;
}

body.search-results h2.entry-title {
  font-size: 1.8rem;
  font-weight: bold;
}

body.search-results .entry-meta,
body.search-results .cat-links,
body.search-results .tags-links {
  display: none;
}

body.search-results .entry-summary {
  margin: 0.5rem 0;
}

body.search-results .entry-summary p {
  margin-bottom: 0;
}

body.search-results .entry-link {
  font-size: 1.4rem;
}

/**************************/
/* STAFF & DEPT DIRECTORY */
/**************************/

#staff-directory .staff-directory-header {
  background-color: rgb(59, 59, 59);
  color: rgb(255, 255, 255);
}

#staff-directory .staff-directory-header tr > th.title-header {
  border-right: 0.1rem solid rgb(220, 220, 220);
  border-left: 0.1rem solid rgb(220, 220, 220);
}

#staff-directory tbody.staff-directory-list {
  border-right: 0.1rem solid rgb(220, 220, 220);
  border-left: 0.1rem solid rgb(220, 220, 220);
  border-bottom: 0.1rem solid rgb(220, 220, 220);
}

#staff-directory .staff-directory-header tr > th {
  padding: 1rem 1rem 1rem 1rem;
}

#staff-directory .staff-directory-list td.name > a,
#staff-directory .staff-directory-list td.name > a.hover,
#staff-directory .staff-directory-list td.name > a.visited {
  color: #3d3d3d;
}

#staff-directory .staff-directory-list td.name > a,
#staff-directory .staff-directory-list td.contact {
  white-space: nowrap;
}

#staff-directory .staff-directory-list tr > td.title {
  border-right: 0.1rem solid rgb(220, 220, 220);
  border-left: 0.1rem solid rgb(220, 220, 220);
}

#staff-directory .staff-directory-list tr > td {
  padding: 1rem;
}

#staff-directory .staff-directory-list tr > td.contact,
#staff-directory .staff-directory-list tr > td.title {
  font-size: 1.7rem;
}

#staff-directory .staff-directory-list span.glyphicon {
  font-size: 1.4rem;
  padding-right: 0.5rem;
}

.dept-directory-heading {
  font-weight: 600;
  padding-left: 1rem;
}

#staff-directory.department-split {
  margin-bottom: 5rem;
}

#staff-directory.department-split .staff-directory-list .dept-head {
  font-weight: 600;
}

/************************************/
/* ***Gravity Forms Specific CSS*** */
/************************************/

.gform_wrapper h2,
.gform_wrapper h3 {
  font-family: 'Open Sans', sans-serif;
}

/* form title */
.gform_wrapper .gform-customize h3.gform_title {
  font-size: 2.5rem;
}

/* section headings */
.gform_wrapper .gform-customize h2.gsection_title {
  margin: 5rem 0 1rem 0 !important;
  font-size: 2.5rem;
}

.gform_wrapper .gform-customize li.gfield.gsection {
  margin-bottom: 1.5rem;
}

/* general spacing */
.gfield {
  padding-bottom: 1rem;
}

/* section description text */
.gform_wrapper .gform-customize div.gsection_description {
  margin: 1rem 0 2.3rem 0;
  font-size: 1.7rem; /* 17px */
  line-height: 2.7rem;
  margin-bottom: 2.3rem; /* 22.61px */
}

/* section border */
.gform_wrapper .gform-customize .gsection {
  border-bottom: 1px solid rgb(0, 0, 0);
}

/* submit button */
.gform_wrapper .gform-customize .gform_button {
  color: #ffffff;
  background: linear-gradient(#999999, #666666);
  padding: 1rem;
  border: 1px solid #666666;
  border-radius: 0.3rem;
}

.gform_wrapper .gform-customize .gform_button:hover {
  background: linear-gradient(#666666, #999999);
}

/* question & entry descriptions */
.gform_wrapper .gform-customize div.gfield_description {
  margin-top: 0;
  font-size: 1.5rem;
}

/* radio button/checkbox spacing */
.gform_wrapper
  .gform-customize
  div.ginput_container.ginput_container_radio
  input[type='radio'],
.gform_wrapper
  .gform-customize
  div.ginput_container.ginput_container_radio
  label,
.gform_wrapper
  .gform-customize
  div.ginput_container.ginput_container_checkbox
  input[type='checkbox'],
.gform_wrapper
  .gform-customize
  div.ginput_container.ginput_container_checkbox
  label {
  vertical-align: baseline;
}

/* list item spacing */
.gform_wrapper .gform-customize li.gfield.gfield_html ul li {
  margin-bottom: 0 !important;
}

/* NEWS/POST SEARCH */
#news-search .search-box {
  padding-top: 4rem;
  margin: 0 0 0.5rem 0;
}

#news-search .search-box > input {
  font-size: 1.5rem;
}

#news-search .submit-search-button {
  padding-bottom: 3rem;
}

#news-search .submit-search-button > input {
  font-size: 1.5rem;
  color: #ffffff;
  background: linear-gradient(#999999, #666666);
  padding: 0.7rem 1rem;
  border: 1px solid #666666;
  border-radius: 0.3rem;
  margin-top: 0.5rem;
}

#news-search .submit-search-button > input:hover {
  background: linear-gradient(#666666, #999999);
}

/*****************/
/* ACTION BUTTON */
/*****************/

a.action-button {
  color: #ffffff;
  background: linear-gradient(#999999, #666666);
  padding: 0.5rem 1rem;
  border: 1px solid #666666;
  border-radius: 0.3rem;
  display: inline-block;
}

a.action-button:hover {
  background: linear-gradient(#666666, #999999);
  text-decoration: none;
}

.entry-content a.action-button {
  text-decoration: none;
}

/**************************/
/* CUSTOM LIBRARY CLASSES */
/**************************/

body.tax-subject p.class-category {
  display: none;
}

body.tax-subject h4.news-title,
body.post-type-archive-classes h4.news-title,
body.single-classes p.libclass-no-session {
  font-weight: 700;
}

body.post-type-archive-classes .classes-detail,
body.archive.tax-subject .classes-detail {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

body.post-type-archive-classes .classes-detail a,
body.archive.tax-subject .classes-detail a {
  text-decoration: underline;
}

body.post-type-archive-classes .type-classes {
  margin-bottom: 0;
}

body.post-type-archive-classes h4.news-title {
  margin-bottom: 0;
}

body.post-type-archive-classes p.class-teaser,
body.tax-subject p.class-teaser {
  margin-bottom: 0;
}
body.post-type-archive-classes p.class-category {
  font-size: 1.6rem;
  font-style: italic;
  margin-bottom: 1rem;
}

h4.inline-display,
span.cust-class-inline-display {
  display: inline;
}

span.cust-class-inline-display {
  float: right;
}

.cust-class-avail-design {
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.3rem 1rem;
  background-color: #a51417;
  color: #fff;
  border-radius: 1rem;
}

.cust-class-avail-design:hover {
  text-decoration: underline;
}

p.cust-class-sm-screen {
  margin-bottom: 1rem;
}

body.tax-subject p.cust-class-sm-screen {
  margin-top: 0.7rem;
}

#display-classes .event.all-events {
  margin-left: 0;
  padding: 1rem 0;
  border-top: 1px solid #f5f5f5;
  margin-bottom: 0;
}

#display-classes .event.all-events:first-of-type {
  border-top: none;
  padding-top: 1rem;
}

#display-classes .event-date.all-events {
  height: 80px;
  width: 80px;
  padding: 0.8rem 0;
  background-color: #a51417;
  color: #ffffff;
  text-align: center;
}

#display-classes .event-date span {
  display: block;
  line-height: 1.2;
}

#display-classes .event-date.all-events .event-day {
  /* font-size: 3.6rem; */
  font-size: 3rem;
}

#display-classes .event-date.all-events .event-month-year {
  font-size: 2rem;
}

#display-classes .all-events .class-details .event-hours-date-loc {
  font-size: 1.5rem;
}

#display-classes .all-events .class-details .event-hours-date-loc .glyphicon {
  font-size: 1.3rem;
}

#display-classes .all-events .class-details .event-hours-date-loc .event-name {
  font-size: 1.7rem;
}

#display-classes .class-register .register-button-placement {
  padding: 1rem 0 0 0;
}

/* Center for History of Medicine pages */

body.page-template-page_cfhom #content,
#content.cfhom-events {
  background-image: url(../images/cfhom-man.png);
  background-repeat: no-repeat;
  background-position: 0 70px;
}

/* ARB Desegregation Exhibit pages */

.page-template-page_arb-deseg #becker-search,
.page-template-page_arb-deseg header.entry-header {
  display: none;
}

.page-template-page_arb-deseg div.welcome-message,
.page-template-page_arb-deseg div.desegregation-exhibit-nav,
.page-template-page_arb-deseg div.oral-history-clips {
  font-family: 'Source Sans Pro', 'sans-serif';
}

.page-template-page_arb-deseg p {
  font-size: 1.8rem;
}

.page-template-page_arb-deseg .navbar {
  border-bottom: 1rem solid #3d3d3d;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.page-template-page_arb-deseg div.desegregation-page-title {
  padding: 2rem;
}

.page-template-page_arb-deseg div.header-background {
  background-image: linear-gradient(
      to bottom,
      rgba(21, 68, 88, 0.3),
      rgba(21, 68, 88, 0.7)
    ),
    url(../images/own-words-header.png);
  background-size: cover;
  background-position: center top;
}

.page-template-page_arb-deseg h1,
.page-template-page_arb-deseg h3 {
  text-align: center;
  color: #ffffff;
  font-family: 'Libre Baskerville', 'serif';
}

.page-template-page_arb-deseg .desegregation-page-title div.header-section {
  text-align: right;
}

.page-template-page_arb-deseg .desegregation-page-title span.section-num {
  color: #ffffff;
  font-family: 'Libre Baskerville', 'serif';
  font-style: italic;
  padding-right: 2rem;
}

.page-template-page_arb-deseg .section-home,
.page-template-page_arb-deseg .desegregation-exhibit-nav a.section-home {
  background-color: #cca038;
}

.page-template-page_arb-deseg .section1,
.page-template-page_arb-deseg .desegregation-exhibit-nav a.section1 {
  background-color: #662825;
}

.page-template-page_arb-deseg .section2,
.page-template-page_arb-deseg .desegregation-exhibit-nav a.section2 {
  background-color: #154458;
}

.page-template-page_arb-deseg .section3,
.page-template-page_arb-deseg .desegregation-exhibit-nav a.section3 {
  background-color: #1c5147;
}

.page-template-page_arb-deseg .section4,
.page-template-page_arb-deseg .desegregation-exhibit-nav a.section4 {
  background-color: #683449;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav {
  max-width: 70rem;
  margin: 1rem 0;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .btn {
  min-width: 100%;
  border-radius: 0;
  margin-bottom: 0.5rem;
  color: #ffffff;
  font-size: 1.7rem;
  text-decoration: none;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .btn:hover {
  text-decoration: underline;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .section-home:hover {
  border: 0.1rem solid #cca038;
}
.page-template-page_arb-deseg .desegregation-exhibit-nav .section-home:active {
  border: 0.1rem solid #cca038;
  border-radius: 0.5rem;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .section1:hover {
  border: 0.1rem solid #662825;
}
.page-template-page_arb-deseg .desegregation-exhibit-nav .section1:active {
  border-radius: 0.5rem;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .section2:hover {
  border: 0.1rem solid #154458;
}
.page-template-page_arb-deseg .desegregation-exhibit-nav .section2:active {
  border-radius: 0.5rem;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .section3:hover {
  border: 0.1rem solid #1c5147;
}
.page-template-page_arb-deseg .desegregation-exhibit-nav .section3:active {
  border-radius: 0.5rem;
}

.page-template-page_arb-deseg .desegregation-exhibit-nav .section4:hover {
  border: 0.1rem solid #683449;
}
.page-template-page_arb-deseg .desegregation-exhibit-nav .section4:active {
  border-radius: 0.5rem;
}

.page-template-page_arb-deseg div.lower-nav {
  padding: 0 2rem;
}

.page-template-page_arb-deseg .oral-history-clips,
.page-template-page_arb-deseg table.single-clip-display {
  margin: 4rem 0;
  padding: 0 2rem;
}

.page-template-page_arb-deseg div.welcome-message {
  margin-top: 4rem;
  padding: 2rem;
}

.page-template-page_arb-deseg span.clip-icon > img {
  max-width: 3rem;
  display: inline;
}

.page-template-page_arb-deseg table.single-clip-display {
  border-right: 2rem solid #cca038;
  border-left: 2rem solid #cca038;
  border-bottom: 2rem solid #cca038;
}

.page-template-page_arb-deseg table.single-clip-display th {
  border: 0.5rem solid #cca038;
  background-color: #cca038;
  font-size: 2.2rem;
  color: #ffffff;
}

.page-template-page_arb-deseg table.single-clip-display td {
  border-style: none;
  padding-left: 2rem;
  padding-right: 2rem;
}

.page-template-page_arb-deseg table.single-clip-display td.quote-image {
  padding-top: 2rem;
}

.page-template-page_arb-deseg table.single-clip-display td.speaker-bio {
  padding-bottom: 2rem;
}

.page-template-page_arb-deseg .single-clip-display td.quote-image {
  vertical-align: middle;
}

.page-template-page_arb-deseg .single-clip-display div.audio-wrapper {
  max-width: 40rem;
  margin: auto;
}

.page-template-page_arb-deseg .single-clip-display span.bio-italics {
  font-size: 1.5rem;
  font-style: italic;
}

/*****************/
/* MEDIA QUERIES */
/*****************/

@media (min-width: 1200px) {
  #news-list .news-image > div {
    height: 125px;
    width: 165px;
    overflow: hidden;
  }
}

@media (max-width: 1199px) {
  .navbar-brand {
    padding-top: 2.8rem;
    max-width: 210px;
  }

  #primary-menu > li > a {
    font-size: 13.328px;
  }

  .arb-main #extra-info .buttons a {
    padding: 2rem 3rem;
  }

  #staff-directory .staff-directory-list tr > td.name,
  #staff-directory .staff-directory-list tr > td.contact,
  #staff-directory .staff-directory-list tr > td.title,
  #staff-directory thead.staff-directory-header {
    font-size: 1.6rem;
  }
}

@media (min-width: 992px) {
  .home .container-fluid,
  .arb-main .container-fluid {
    background-color: #d9d9d6;
    background: linear-gradient(to bottom, #d9d9d6 0%, rgb(241, 241, 241) 100%);
    /* margin: 100px 0; */
    margin: 8rem 0;
  }

  .becker-brand {
    font-size:39.808px;
    margin: 25px 0 25px 0;
  }

  #ask-us-button {
    margin-top:33px;
  }
}

@media (max-width: 991px) {

  .navbar-brand {
    padding-top: 2.8rem;
    max-width: 200px;
  }

  #primary-menu > li > a {
    font-size: 13.328px;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .home #primary {
    margin-top: 1rem;
  }

  #event-list,
  #news-list {
    /* margin-top: 4rem; */
    margin-top: 2rem;
  }

  .arb-main #help-row {
    margin-bottom: 1rem;
  }
}

@media (min-width:500px) and (max-width:767px) {
  .becker-brand {
    font-size:30.808px;
    margin:15px 0 50px 0;
  }

  #ask-us-button {
    margin-top:15px;
  }

}

@media (min-width:768px) and (max-width:991px) {
  .becker-brand {
    font-size:30.808px;
    margin:15px 0 10px 0;
  }

  #ask-us-button {
    margin-top:15px;
  }

}

@media (min-width: 768px) {

 #button-search {
    margin-right:0px;
  }
  
  #newsletter-signup {
    display:block;
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    color: #ffffff;
    padding-top: 15px;
    font-size: small;
  }
  
  #newsletter-signup a {
    color: #ffffff;
  }

  #becker-nav {
    margin-top:0px;
    
  }  

  #primary-menu {
    float: right;
    font-weight: 600;
    text-transform: uppercase;
    color: #484848;
  }

  #primary-menu .menu-dd {
    display: none;
  }

  #primary-menu > li.current-page-ancestor {
    color: #ffffff;
    background-color: #3d3d3d;
    text-decoration:underline;
    text-decoration-color:#fff;
  }

  #primary-menu > li.menu-item-has-children:hover > ul {
    display: block;
  }

  #primary-menu > li:hover {
    background-color: #53565a;
    text-decoration:underline;
    text-decoration-color:#fff;
    color: #fff;
    padding: 10px 0px 0px 0px;
    margin-top:-11px;
    border-bottom:1px solid #3d3d3d;
  }

  #primary-menu > li:hover > a {
    color:#ffffff;
    background-color:#53565a;
    margin-top:-4px; 
  }


  #primary-menu .dd-menu,
  #primary-menu span.caret {
    display: none;
  }

  .dropdown-menu {
    background-color: #53565a;
    margin: 0 0 0 -.9px;
    border-top: 1px solid #3d3d3d;
  }

  .dropdown-menu > li > a {
    margin:0;
    padding: 1rem 2rem;
    background-color:#53565a;
    color:#fff;
  }

  .dropdown-menu > li > a:hover {
    margin:0;
    padding: 1rem 2rem;
    background-color:#666a6e;
    color:#fff;
    text-decoration:underline;
    text-decoration-color:#fff;
  }

  .navbar-default .navbar-nav>.active>a, 
  .navbar-default .navbar-nav>.active>a:focus  { 
    background-color: #3d3d3d;
    color:#fff;
    text-decoration:underline;
    text-decoration-color:#fff;
  }

  .navbar-default .navbar-nav>.active>a:hover {
    background-color: #53565a;
    color:#fff;
    text-decoration:underline;
    text-decoration-color:#fff;
  }

  article span.research-comp-xs-show {
    display: none;
  }

  article div.computing-specialists-border {
    border-right: 1px solid rgb(220, 220, 220);
    border-left: 1px solid rgb(220, 220, 220);
  }
}

@media (max-width: 768px) {
  #becker-search div.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #becker-search input {
    width: 29rem;
  }
}

@media (max-width: 767px) {
  #library-hours {
    display: none;
  }

  .navbar-brand {
    padding-top: 2rem;
  }

  .navbar-nav {
    margin: 0 0;
    background-color: #3d3d3d;
    border-bottom: 2px solid #3d3d3d;
    border-top: 2px solid #3d3d3d;
  }

  .navbar button.navbar-toggle,
  .navbar button.navbar-toggle:hover,
  .navbar button.navbar-toggle:focus {
    margin: .2rem 0 0;
    background: none;
    border-style: none;
  }

  .navbar button.navbar-toggle span {
    transition: 0.5s ease all;
  }

  .navbar button.navbar-toggle span.icon-bar {
    color: #3d3d3d;
    background-color: #fff;
    width: 30px;
  }

  .navbar button.navbar-toggle span:nth-child(2) {
    transform: rotate(45deg);
    transform-origin: 6px;
  }

  .navbar button.navbar-toggle.collapsed span:nth-child(2) {
    transform: rotate(0deg);
    transform-origin: 0px;
  }

  .navbar button.navbar-toggle span:nth-child(3) {
    opacity: 0;
  }

  .navbar button.navbar-toggle.collapsed span:nth-child(3) {
    opacity: 1;
  }

  .navbar button.navbar-toggle span:last-child {
    transform: rotate(-45deg);
    transform-origin: 6px;
  }

  .navbar button.navbar-toggle.collapsed span:last-child {
    transform: rotate(0deg);
    transform-origin: 0;
  }

  .navbar button.navbar-toggle.collapsed span {
    transition: 0.5s ease all;
  }

  .navbar button.navbar-toggle .icon-bar {
    background-color: #fff;
  }

  .navbar-nav .open .dropdown-menu > li {
    border-top: 1px solid #3d3d3d;
  }

  .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-nav .open .dropdown-menu > li > a {
    padding-left: 1.1rem;
  }

  .nav > li {
    clear: both;
    border-top: 1px solid #53565a;
  }

  #primary-menu #responsive-hours {
    display: block;
    color: #fff;
    text-align: center;
    font-size: 1.3rem;
    padding: 1rem .5em;
  }

  #primary-menu li a {
    font-size: 13.328px;
    padding: 16px 15px;
  }

  #primary-menu > li > a {
    width: 88%;
    display: block;
    float: left;
    color: #fff;
    background:#3d3d3d;
    text-decoration:underline;
    text-decoration-color:#fff;
    text-transform: uppercase;
  }

  #primary-menu > li.active:last-child > a {
    color: #fff;
  }

  #primary-menu > li.active > a,
  #primary-menu > li.open > a {
    color: #fff;
    font-weight: 600;
    text-transform: uppercase;

  }

  #primary-menu .menu-dd {
    display: block;
    float: right;
    width: 12%;
    background: #3d3d3d;
    text-align: center;
    padding: 16px 0;
    color: #fff;
    cursor: pointer;
  }

  #primary-menu li.dropdown.open .menu-dd {
    background-color: #53565a;
  }

  #primary-menu > li.active > a.menu-dd,
  #primary-menu > li.open > a.menu-dd {
    color: #fff;
    background-color:#53565a;
    text-decoration: underline;
    text-decoration-color: #fff;
  }

  #primary-menu .menu-dd span.caret {
    margin-left: auto;
    margin-right: auto;
    transition: 0.5s ease all;
  }

  #primary-menu li.dropdown.open .menu-dd span.caret {
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    transition: 0.5s ease all;
  }

  #primary-menu .dropdown-menu {
    padding: 0;
  }

  #primary-menu .dropdown-menu > li > a {
    padding-left: 2.5rem;
    white-space: pre-wrap;
    background-color: #53565a;
    color: #fff;
    text-transform: uppercase;
  }

  #becker-search select {
    margin-bottom: 0.5rem;
    width: 96%;
    padding: 2%;
  }

  #becker-search .select-div {
    display: block;
    width: 100%;
  }

  #becker-search .select-div:after {
    content: '>';
    font: 17px 'Consolas', monospace;
    color:#3d3d3d;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 1.2rem;
    top: 1rem;
    position: absolute;
    pointer-events: none;
  }

  #event-list,
  #news-list {
    /* margin-top: 4rem; */
    margin-top: 2rem;
  }

  #event-list h3,
  #news-list h3 {
    background-color: #a51417;
    color: #ffffff;
    padding: 1.5rem;
  }

  .arb-main #news-list h3,
  .arb-main #event-list h3 {
    background-color: #5c748f;
    background: linear-gradient(to bottom, #5c748f 0%, #316699 100%);
  }

  #staff-directory .staff-directory-list tr > td.name,
  #staff-directory .staff-directory-list tr > td.title,
  #staff-directory thead.staff-directory-header {
    font-size: 1.5rem;
  }

  #staff-directory .staff-directory-header tr > th.title-header,
  #staff-directory .staff-directory-list tr > td.title {
    border-right: none;
  }

  .dept-directory-heading {
    font-size: 2rem;
  }

  #staff-directory .staff-directory-list td.name > a,
  #staff-directory .staff-directory-list td.name > a.hover,
  #staff-directory .staff-directory-list td.name > a.visited {
    color: #a51417;
  }

  #becker-search div.container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  #becker-search input {
    width: 29rem;
  }

  #event-list .event-title {
    border: 1px solid #f5f5f5;
    margin: 0 1.5rem;
    padding: 1rem;
    box-sizing: border-box;
    width: 90%;
    font-size: 1.6rem;
  }

  #event-list .event-title p:first-of-type {
    font-weight: 600;
  }

  article .research-comp-xs-hide {
    display: none;
  }

  #display-classes .all-events .class-details {
    margin-top: 1rem;
  }

  .page-template-page_arb-deseg h1 {
    font-size: 3rem;
  }
  .page-template-page_arb-deseg h3 {
    font-size: 2rem;
  }
  .page-template-page_arb-deseg div.desegregation-page-title {
    padding: 1rem 2rem;
  }
  .page-template-page_arb-deseg .single-clip-display div.audio-wrapper {
    max-width: 30rem;
  }
}

@media (max-width: 450px) {
  .page-template-page_arb-deseg .single-clip-display div.audio-wrapper {
    max-width: 25rem;
  }
}

@media (max-width: 394px) {
  #becker-search {
    padding: 1rem 0;
  }
}

@media (min-width: 375px) and (max-width: 376px) {
  #becker-search form input {
    width: 270px;
  }
}

@media (max-width: 374px) {
  #becker-search input.search-submit,
  #becker-search button {
    margin-top: 0.5rem;
  }

  #becker-social {
    padding: 0;
    height: 8.5rem;
    text-align: center;
  }
}

@media (max-width: 321px) {
  #becker-social .footer-icon {
    width: 3.2rem;
    height: 3.2rem;
  }

  #becker-social .footer-icon img {
    height: 1.2rem;
  }
}

.single-hist-med { 
border:1px solid #000; 
} 

.single-archives { 
border:1px solid #000; 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section { 
background:url("../images/rare-books_background-bg.jpg") no-repeat center top; 
background-size: 100%; 
padding: 130px 0 120px; 
margin-top:-30px; 
} 

.archives-section { 
background:url("../images/grayscale-bg.png") no-repeat center top; 
background-size: 100%; 
padding: 80px 0 120px; 
margin-top:-30px; 
} 
} 

@media only screen and (min-width: 1200px)and (-webkit-min-device-pixel-ratio: 2),only screen and (min-width: 1200px)and (min--moz-device-pixel-ratio: 2),only screen and (min-width: 1200px)and (-o-min-device-pixel-ratio: 2/1),only screen and (min-width: 1200px)and (min-device-pixel-ratio: 2),only screen and (min-width: 1200px)and (min-resolution: 192dpi),only screen and (min-width: 1200px)and (min-resolution: 2dppx) { 
.hist-med-section { 
background-image:url("../images/rare-books_background-bg-mobile@2x.jpg"); 
} 

.archives-section { 
background-image:url("../images/grayscale-bg-mobile@2x.png"); 
} 
} 

.hist-med-section .hist-med-intro,.hist-med-section .hist-med-outro { 
display: none; 
} 

.archives-section .archives-intro,.archives-section .archives-outro { 
display: none; 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .hist-med-intro,.hist-med-section .hist-med-outro { 
display:block; 
margin: 0; 
max-width: 700px; 
} 

.archives-section .archives-intro,.archives-section .archives-outro { 
display:block; 
margin: 0 auto; 
max-width: 700px; 
} 
} 

.hist-med-section .hist-med-intro h2,.hist-med-section .hist-med-outro h2 { 
text-align: center; 
width: auto; 
margin-bottom: 1rem; 
/*text-shadow: #000 1px 1px 2px;*/ 
font-weight:600; 
font-size: 37.808px !important; 
} 

.archives-section .archives-intro h2,.archives-section .archives-outro h2 { 
text-align: center; 
width: auto; 
margin-bottom: 1rem; 
/*text-shadow: #000 1px 1px 2px;*/ 
font-weight:600; 
font-size: 37.808px !important; 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .hist-med-intro h2,.hist-med-section .hist-med-outro h2 { 
padding-top:2rem; 
} 

.archives-section .archives-intro h2,.archives-section .archives-outro h2 { 
padding-top:2rem; 
}  
} 

.hist-med-section .hist-med-intro p,.hist-med-section .hist-med-outro p { 
display: block; 
color: #fff; 
font-family: var(--font-sans); 
font-size: 16.648px !important; 
padding: 0px 3rem 2.5rem; 
text-align: center; 
} 

.archives-section .archives-intro p,.archives-section .archives-outro p { 
display: block; 
color: #fff; 
font-family: var(--font-sans); 
font-size: 16.648px !important; 
padding: 0px 3rem 2.5rem; 
text-align: center; 
} 

@media only screen and (max-width: 1200px) { 
.hist-med-section .hist-med-intro p,.hist-med-section .hist-med-outro p { 
text-align:left; 
padding: 0; 
} 

.archives-section .archives-intro p,.archives-section .archives-outro p { 
text-align:left; 
padding: 0; 
}  
} 

.hist-med-section .hist-med-outro { 
background-position: center bottom; 
} 

.archives-section .archives-outro { 
background-position: center bottom; 
} 

.hist-med-section .hist-med-outro p { 
display: block; 
color: #fff; 
font-family: var(--font-serif); 
font-style: italic; 
font-size: 27.648px !important; 
font-size: 1.728rem; 
padding: 30px 50px; 
text-align: center; 
/*text-shadow: #000 1px 1px 2px;*/ 
} 

.archives-section .archives-outro p { 
display: block; 
color: #fff; 
font-family: var(--font-serif); 
font-style: italic; 
font-size: 27.648px !important; 
font-size: 1.728rem; 
padding: 30px 50px; 
text-align: center; 
/*text-shadow: #000 1px 1px 2px;*/ 
} 

.hist-med-section .single-hist-med-lineup { 
display: -ms-flexbox; 
display: flex; 
flex-wrap: wrap; 
align-items: center; 
justify-content: center; 
} 

.archives-section .single-archives-lineup { 
display: -ms-flexbox; 
display: flex; 
flex-wrap: wrap; 
align-items: center; 
justify-content: center; 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .single-hist-med-lineup { 
margin:0 auto; 
max-width: 1760px; 
padding: 0; 
}

.archives-section .single-archives-lineup { 
margin:0 auto; 
max-width: 1760px; 
padding: 0; 
} 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro { 
background: none; 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
display: -ms-flexbox; 
display: flex; 
justify-content: center; 
align-items: center; 
overflow: hidden; 
position: relative; 
text-align: left; 
width: 100%; 
} 

.archives-section .single-archives-lineup .archives-intro { 
background: none; 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
display: -ms-flexbox; 
display: flex; 
justify-content: center; 
align-items: center; 
overflow: hidden; 
position: relative; 
text-align: left; 
width: 100%; 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro .hist-med-text-wrap { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
padding: 0 10%; 
position: absolute; 
text-align: left; 
text-shadow: #000 1px 1px 2px;
justify-content: center; 
align-items: center; 
} 

.archives-section .single-archives-lineup .archives-intro .archives-text-wrap { 
-webkit-box-sizing: border-box; 
-moz-box-sizing: border-box; 
box-sizing: border-box; 
padding: 0 10%; 
position: absolute; 
text-align: left; 
text-shadow: #000 1px 1px 2px; 
justify-content: center; 
align-items: center; 
} 

@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro .hist-med-text-wrap { 
left: 0; 
top: 15%; 
} 

.archives-section .single-archives-lineup .archives-intro .archives-text-wrap { 
left: 0; 
top: 15%; 
} 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro .hist-med-text-wrap p { 
font-size: 27.648px !important;
font-size: 1.728rem; 
} 

.archives-section .archives-lineup .archives-intro .archives-text-wrap p { 
font-size: 27.648px !important; 
font-size: 1.728rem; 
} 

@media only screen and (max-width: 1280px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro .hist-med-text-wrap p { 
font-size:23.04px !important; 
font-size: 1.44rem; 
} 

.archives-section .archives-lineup .archives-intro .archives-text-wrap p { 
font-size:23.04px !important; 
font-size: 1.44rem; 
} 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro img { 
height: auto; 
width: 100%; 
} 

.archives-section .single-archives-lineup .archives-intro img { 
height: auto; 
width: 100%; 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro h2 { 
text-align: left; 
margin-bottom: .5rem; 
} 

.archives-section .single-archives-lineup .archives-intro h2 { 
text-align: left; 
margin-bottom: .5rem; 
} 

.hist-med-section .single-hist-med-lineup .hist-med-intro p { 
color: #fff; 
padding-bottom: 0; 
text-shadow: #000 1px 1px 2px; 
} 

.archives-section .single-archives-lineup .archives-intro p { 
color: #fff; 
padding-bottom: 0; 
text-shadow: #000 1px 1px 2px; 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro p { 
font-size:33.184px !important; 
font-size: 2.074rem; 
} 

.archives-section .single-archives-lineup .archives-intro p { 
font-size:33.184px !important; 
font-size: 2.074rem; 
}  
} 

@media only screen and (min-width: 320px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro { 
width:100%; 
} 

.archives-section .single-archives-lineup .archives-intro { 
width:100%; 
} 
} 

@media only screen and (min-width: 640px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro { 
width:50%; 
} 

.archives-section .single-archives-lineup .archives-intro { 
width:50%; 
} 
} 

@media only screen and (min-width: 700.8px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro { 
width:33.33%; 
} 

.archives-section .single-archives-lineup .archives-intro { 
width:33.33%; 
} 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .single-hist-med-lineup .hist-med-intro { 
display:none; 
} 

.archives-section .single-archives-lineup .archives-intro { 
display:none; 
}  
} 

.hist-med-section .single-hist-med-lineup .single-hist-med { 
display: block; 
font-size: 0; 
position: relative; 
-webkit-transition: all .1s ease-in-out; 
-moz-transition: all .1s ease-in-out; 
-ms-transition: all .1s ease-in-out; 
-o-transition: all .1s ease-in-out; 
transition: all .1s ease-in-out; 
width: 100%; 
} 

.archives-section .single-archives-lineup .single-archives { 
display: block; 
font-size: 0; 
position: relative; 
-webkit-transition: all .1s ease-in-out; 
-moz-transition: all .1s ease-in-out; 
-ms-transition: all .1s ease-in-out; 
-o-transition: all .1s ease-in-out; 
transition: all .1s ease-in-out; 
width: 100%; 
} 

@media only screen and (min-width: 320px) { 
.hist-med-section .single-hist-med-lineup .single-hist-med { 
width:100%; 
} 

.archives-section .single-archives-lineup .single-archives { 
width:100%; 
} 
} 

@media only screen and (min-width: 640px) { 
.hist-med-section .single-hist-med-lineup .single-hist-med { 
width:50%; 
} 

.archives-section .single-archives-lineup .single-archives { 
width:50%; 
}  
} 

@media only screen and (min-width: 700.8px) { 
.hist-med-section .single-hist-med-lineup .single-hist-med { 
width:33.33%; 
} 

.archives-section .single-archives-lineup .single-archives { 
width:33.33%; 
} 
} 

@media only screen and (min-width: 1200px) { 
.hist-med-section .single-hist-med-lineup .single-hist-med { 
width:20%; 
} 

.archives-section .single-archives-lineup .single-archives { 
width:20%; 
}  
} 

.hist-med-section .single-hist-med-lineup .single-hist-med:hover { 
transform: scale(1.02); 
} 

.archives-section .single-archives-lineup .single-archives:hover { 
transform: scale(1.02); 
} 

.hist-med-section .single-hist-med-lineup .single-hist-med .single-hist-medtext { 
background: rgba(0,0,0,.7); 
bottom: 0; 
color: #fff; 
font-size: 12px !important; 
left: 0; 
line-height: 1.333; 
margin: auto; 
min-height: 100px; 
padding: 1rem 1.5rem 1.25rem;
position: absolute; 
text-align: left; 
text-shadow: #000 1px 1px 2px; 
right: 0; 
} 

.archives-section .single-archives-lineup .single-archives .single-archivestext { 
background: rgba(255,255,255,.9);
bottom: 0; 
color: #000; 
font-size: 12px !important; 
left: 0; 
line-height: 1.333; 
margin: auto; 
min-height: 100px; 
padding: 1rem 1.5rem 1.25rem; 
position: absolute; 
text-align: left; 
text-shadow: #fff 1px 1px 2px; 
right: 0; 
} 

.hist-med-section .single-hist-med-lineup .single-hist-med .single-hist-medtext .single-hist-medname { 
display: block; 
font-weight: 700; 
font-size: 16.2px !important; 
line-height: 1.2; 
margin-bottom: .5rem; 
text-transform: uppercase; 
} 

.archives-section .single-archives-lineup .single-archives .single-archivestext .single-archivesname { 
display: block; 
font-weight: 700; 
font-size: 16.2px !important; 
line-height: 1.2; 
margin-bottom: .5rem; 
text-transform: uppercase; 
} 

.hist-med-section .single-hist-med-lineup img { 
height: auto; 
} 

.archives-section .single-archives-lineup img { 
height: auto; 
} 



.becker-page-title {
  text-align:left;
  font-family:Helvetica, Arial, sans-serif;
  font-size:47.776px;
  font-weight:200;
  line-height:5rem;
  padding-bottom:20px;
}

.header-red-line {
    display: block;
    margin: 20px 0 20px 0;
    max-width: 70px;
    width: 100%;
    border-bottom: 4px solid #ba0c2f;
}

.becker-archive-banner {
  margin:15px;
  background-color:rgb(241,180,52); 
  height:300px;
  max-width:550px;
  padding:30px 40px 50px 40px;
}

.becker-card-layout {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

@media (min-width: 992px) {
  .becker-card-layout { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 1200px) {
  .becker-card-layout { grid-template-columns: repeat(3, 1fr); }
}

.becker-card .becker-card__title+.becker-card__content {
  padding-top: 0
}

.becker-card {
  display:grid;
  border-bottom: 5px solid #c8c8c8;
  margin: 0 auto 2rem;
  clear: both;
  border-left: 1px solid #c8c8c8;
  border-right: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;

}

.becker-card__image {
  border: 1px solid #c8c8c8;
  border-bottom-color: #eee;
  font-size: 0;
  min-height: 1px;
  clear:both;
}

.becker-card__image img {
  height: auto;
  max-width: 100%;
  width: 100%;
}

.becker-card__title {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
  font-size: 27.648px;
  font-size: 1.728rem;
  margin-bottom: 0;
  margin-top: 0;
  padding: 1.5rem 2rem;
  font-weight:400;
}

.becker-card__content {
  font-size: 17px;
  line-height: 1.44;
  margin: 0;
  padding: 0 2rem 2rem;
  display: flex;
  flex-direction: column;
  flex-grow: 1
}

.becker-card_button {
  display: inline-block;
  cursor: pointer;
  font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  font-size: 27.648px;
  font-size: 1.728rem;
  font-weight: 400;
  letter-spacing: .02rem;
  line-height: 1.2em;
  text-decoration: none;
  padding: .75em 1.5em;
  width: 27rem;
  border: 1px solid #a51417;
  border-radius: 5px;
  background-color: #a51417;
  text-align: center;
  margin: 1.5rem 1rem 0 0;
  transition: all 0.2s ease-in;
}

.becker-card_button a {
  color: #ffffff;
}

.becker-card_button:hover {
  background-color: #fff;
  border: 1px solid #a51417;
  color: #a51417;
  text-decoration: none;
}

.becker-card_button:hover a {
  color:#a51417;
}

