/*
  Table of Contents
  =================

  * Chrome Frame Prompt
  * Site Styles
  * Plugin Classes
  * Helper Classes
  * Media Queries
*/
/* ==========================================================================
  Chrome Frame Prompt
========================================================================== */
.chromeframe {
  background: #ccc;
  color: #000;
  margin: 0.2em 0;
  padding: 0.2em 0; }

/* ==========================================================================
  Site Styles
========================================================================== */
.color-black {
  color: #002228 !important; }

.color-blue {
  color: #01abc5 !important; }

.color-green {
  color: #02b284 !important; }

.color-purple {
  color: #7270bb !important; }

.color-red {
  color: #df1d26 !important; }

.color-yellow {
  color: #ffd901 !important; }

pre {
  background: #B7E0FF;
  position: relative;
  z-index: 100; }

/* Honeypot class */
input.wide {
  display: none; }

#error {
  background: #fff;
  clear: both;
  color: #df1d26;
  padding: 10px; }

#suffix {
  display: none; }

.ajax-loader {
  background-image: url("../images/ajax-loader.gif");
  background-position: 50% 50%;
  background-repeat: no-repeat;
  height: 15px;
  padding-left: 30px;
  width: 100%; }

.show-on-mobile {
  display: none; }

#main {
  background: url(../images/main-bg-left.png) left top repeat-y, url(../images/main-bg-right.png) right top repeat-y; }

/* Tabbed Navigation */
.tabs {
  margin: 0 0 10px 0;
  position: relative;
  bottom: -1px;
  float: right; }
  .tabs.left {
    float: left; }

.tabs li {
  float: left; }

.tabs li a {
  color: #FFF;
  display: block;
  font-size: 12px;
  margin-right: 10px;
  padding: 10px 20px;
  text-decoration: none;
  text-transform: uppercase; }

.blue .tabs li.current a {
  background: #FFF;
  color: #01abc5; }

.purple .tabs li.current a {
  background: #FFF;
  color: #7270bb; }

.tab-content {
  padding-top: 10px; }
  .tab-content.box {
    padding: 0; }

/* Expando */
.expando {
  margin-bottom: 20px; }

.expando h5 {
  margin: 0; }

.expando-toggle {
  background: #f7f7f7;
  display: block;
  padding: 10px 20px;
  text-decoration: none; }

.expando-content {
  background: #eee;
  overflow: auto;
  padding: 20px 20px 0; }

.expando-content ul,
.expando-content ol {
  margin: 0 0 20px; }

/* Mobile Nav */
#mobile-nav {
  position: fixed;
  z-index: 999; }

.lt-ie9 #mobile-nav {
  display: none; }

#mobile-secondary-nav {
  background: #FFF; }
  #mobile-secondary-nav li {
    float: left;
    padding: 10px 0;
    border-bottom: 1px solid #f4f4f4; }
    #mobile-secondary-nav li.half {
      width: 50%; }
    #mobile-secondary-nav li.full {
      width: 100%; }
    #mobile-secondary-nav li.right {
      text-align: left; }
    #mobile-secondary-nav li.left {
      text-align: right; }
      #mobile-secondary-nav li.left a {
        border-right: 1px solid #f4f4f4; }
    #mobile-secondary-nav li a {
      color: #6e6e6e;
      border-bottom: none;
      padding: 0 20px; }

/* Header */
#primary-header {
  background: #fff;
  padding-bottom: 30px;
  text-transform: uppercase; }

#secondary-nav {
  font-size: 12px;
  margin: 0 10px;
  position: relative;
  text-align: right;
  z-index: 999; }

#secondary-nav ul {
  margin: 0;
  padding: 10px 0; }

#secondary-nav li {
  display: inline-block;
  margin-right: 30px;
  position: relative; }

#secondary-nav a {
  color: #6e6e6e;
  padding: 10px 0; }

#secondary-nav a:hover,
#secondary-nav a:active,
#secondary-nav a:focus {
  color: #02b284;
  text-decoration: underline; }

#secondary-nav .dropdown {
  background: rgba(230, 230, 230, 0.95);
  display: none;
  padding: 20px 0 10px;
  position: absolute;
  top: 18px;
  left: -30px;
  text-align: left;
  width: 250px; }
  #secondary-nav .dropdown ul li a {
    padding-left: 10px;
    font-size: 12px;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

.lt-ie9 #secondary-nav .about-dropdown, .lt-ie9 #secondary-nav .dropdown {
  background: #f4f4f4; }

#secondary-nav .dropdown li {
  display: block;
  margin: 0;
  padding: 0 20px 10px; }

#secondary-nav li:hover .dropdown {
  display: block; }

#secondary-nav .about-dropdown {
  background: rgba(230, 230, 230, 0.95);
  display: none;
  padding: 20px;
  position: absolute;
  top: 18px;
  left: -30px;
  text-align: left;
  width: 567px; }
  #secondary-nav .about-dropdown .about-group {
    font-family: "museo-slab", "arvo", Georgia, serif;
    color: #002228;
    font-size: 14px;
    padding-bottom: 15px; }
    #secondary-nav .about-dropdown .about-group ul li a {
      font-size: 12px;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

#secondary-nav .about-dropdown .column {
  float: left;
  margin: 0 2.5% 0 0;
  width: 47.5%; }

#secondary-nav .about-dropdown ul {
  margin: 0;
  padding: 0; }

#secondary-nav .about-dropdown li {
  display: block;
  margin: 10px 0;
  padding: 0 0 0 10px; }

#secondary-nav li:hover .about-dropdown {
  display: block; }

#brand {
  float: left;
  margin: 0 20px 0 10px;
  position: relative;
  width: 300px; }
  #brand .ir {
    text-indent: -9999px; }

#brand a:first-child {
  background: url(../images/logo-auc-woodruff-library.png) 0 0 no-repeat;
  background-image: url("../images/logo-auc-woodruff-library.png");
  display: block;
  height: 66px;
  width: 298px; }
  @media (-webkit-min-device-pixel-ratio: 2), (-moz-min-device-pixel-ratio: 2) {
    #brand a:first-child {
      background-image: url("../images/logo-auc-woodruff-library@2x.png");
      -webkit-background-size: 298px 66px; } }
  #brand a:first-child.archives-logo {
    background: url(../images/archives-logo.jpg) 0 0 no-repeat;
    height: 86px; }

#brand .archives {
  color: #333;
  font-size: 14px;
  position: absolute;
  bottom: -15px;
  left: 75px;
  text-transform: none; }

#primary-nav {
  background: #ffd901;
  margin-left: 20px;
  padding: 40px 20px 0 45px;
  position: absolute;
  top: 39px;
  right: 0;
  width: 610px;
  z-index: 99; }
  #primary-nav .accent {
    border-color: transparent #ffd901 transparent transparent;
    border-style: solid;
    border-width: 0 21px 21px 0;
    bottom: -21px;
    position: absolute;
    right: 0;
    z-index: 1; }

#primary-nav li {
  float: left;
  margin: 0 15px 20px 0;
  width: 165px; }

#primary-nav li.large {
  width: 190px; }

#primary-nav li.small {
  width: 150px; }

#primary-nav a {
  border-left: 2px solid #fff;
  color: #002228;
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-size: 14px;
  padding-right: 5px;
  padding-left: 10px; }
  #primary-nav a:hover, #primary-nav a:focus, #primary-nav a:active {
    color: #6e6e6e; }
  #primary-nav a.active {
    background-color: #e9c600; }

#primary-nav .toggle {
  display: none; }

#archives-research-center header .description {
  color: #6e6e6e;
  font-size: 12px;
  padding: 10px 0 0;
  text-align: right; }

/* Footer */
#primary-footer {
  background: #6e6e6e;
  font-size: 12px;
  padding: 80px 0 60px;
  text-transform: uppercase; }

#primary-footer .menu {
  margin-bottom: 70px; }

#primary-footer .menu li,
#primary-footer nav li {
  margin-bottom: 10px;
  color: #333; }

#primary-footer .menu a,
#primary-footer nav a {
  border-bottom: 1px solid #868686;
  color: #ccc; }

#primary-footer .logos {
  padding-left: 110px;
  width: 230px; }

#primary-footer .logos ul {
  margin-bottom: 60px; }

#primary-footer .logos li {
  float: left;
  margin: 0 10px 10px; }

#primary-footer .logos a {
  border: none;
  display: block; }

#primary-footer .copyright {
  color: #333;
  font-size: 11px; }

#copyright {
  color: #333;
  font-size: 11px;
  text-align: center;
  max-width: 700px; }

/* Box */
.stat .accent {
  border-style: solid;
  border-width: 0 21px 21px 0;
  position: absolute;
  z-index: 1; }

.box {
  background: #fff;
  margin-bottom: 20px;
  position: relative; }
  .box header, .box .directions-link {
    position: relative; }
    .box header .accent, .box .directions-link .accent {
      border-style: solid;
      height: 21px;
      position: absolute;
      width: 21px;
      z-index: 1; }
  .box.red {
    border-bottom: 5px solid #df1d26; }
    .box.red header {
      background-color: #df1d26; }
    .box.red .accent.left {
      border-color: #df1d26 transparent transparent transparent;
      border-width: 21px 21px 0 0;
      bottom: -21px;
      left: 0px; }
    .box.red .accent.right {
      border-color: transparent #df1d26 transparent transparent;
      border-width: 0 21px 21px 0;
      bottom: -21px;
      right: 0px; }
    .box.red .accent.right_invert {
      border-color: transparent transparent #df1d26 transparent;
      border-width: 0 0 21px 21px;
      right: 0px;
      top: -21px; }
  .box.blue {
    border-bottom: 5px solid #01abc5; }
    .box.blue header {
      background-color: #01abc5; }
    .box.blue .accent.left {
      border-color: #01abc5 transparent transparent transparent;
      border-width: 21px 21px 0 0;
      bottom: -21px;
      left: 0px; }
    .box.blue .accent.right {
      border-color: transparent #01abc5 transparent transparent;
      border-width: 0 21px 21px 0;
      bottom: -21px;
      right: 0px; }
    .box.blue .accent.right_invert {
      border-color: transparent transparent #01abc5 transparent;
      border-width: 0 0 21px 21px;
      right: 0px;
      top: -21px; }
  .box.green {
    border-bottom: 5px solid #02b284; }
    .box.green header {
      background-color: #02b284; }
    .box.green .accent.left {
      border-color: #02b284 transparent transparent transparent;
      border-width: 21px 21px 0 0;
      bottom: -21px;
      left: 0px; }
    .box.green .accent.right {
      border-color: transparent #02b284 transparent transparent;
      border-width: 0 21px 21px 0;
      bottom: -21px;
      right: 0px; }
    .box.green .accent.right_invert {
      border-color: transparent transparent #02b284 transparent;
      border-width: 0 0 21px 21px;
      right: 0px;
      top: -21px; }
  .box.purple {
    border-bottom: 5px solid #7270bb; }
    .box.purple header, .box.purple .directions-link {
      background-color: #7270bb; }
    .box.purple .accent.left {
      border-color: #7270bb transparent transparent transparent;
      border-width: 21px 21px 0 0;
      bottom: -21px;
      left: 0px; }
    .box.purple .accent.right {
      border-color: transparent #7270bb transparent transparent;
      border-width: 0 21px 21px 0;
      bottom: -21px;
      right: 0px; }
    .box.purple .accent.right {
      background-position: -21px -63px;
      right: 0; }
    .box.purple .accent.right_invert {
      border-color: transparent transparent #7270bb transparent;
      border-width: 0 0 21px 21px;
      right: 0px;
      top: -21px; }
  .box.black {
    border-bottom: 5px solid #002228; }
    .box.black header {
      background-color: #002228; }
    .box.black .accent.left {
      border-color: #002228 transparent transparent transparent;
      border-width: 21px 21px 0 0;
      bottom: -21px;
      left: 0px; }
    .box.black .accent.right {
      border-color: transparent #002228 transparent transparent;
      border-width: 0 21px 21px 0;
      bottom: -21px;
      right: 0px; }
    .box.black .accent.right_invert {
      border-color: transparent transparent #002228 transparent;
      border-width: 0 0 21px 21px;
      right: 0px;
      top: -21px; }
  .box.star header {
    background-image: url(../images/box-star.png);
    background-repeat: no-repeat;
    background-position: 316px top; }
  .box.large-padding-bottom {
    padding-bottom: 40px; }

.box header {
  background: #9c9c9c;
  color: #fff;
  padding: 15px 30px 5px 30px; }

.box--subtitle-only header {
  padding-bottom: 15px; }

.box p {
  font-size: 13px;
  line-height: 25px;
  margin-bottom: 10px; }

.box .title {
  color: #FFF;
  margin: 0 0 10px 0;
  font-family: "museo-slab", "arvo", Georgia, serif; }

.carousel .title {
  font-size: 22px;
  min-height: 78px; }

.box .subtitle {
  color: #FFF;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
  padding: 8px 0;
  text-transform: uppercase; }
  .box .subtitle.no-marg {
    margin: 0; }

.box img {
  display: block;
  width: 100%;
  height: auto; }

.mce img {
  width: auto;
  max-width: 100%;
  padding: 5px; }

.mce li {
  font-size: 13px;
  list-style-type: disc;
  margin-left: 21px;
  line-height: 21px; }

.mce ol {
  margin-left: 21px; }

.mce ol li {
  list-style-type: decimal; }

.mce table {
  border: 0 none; }
  .mce table td {
    border: 0 none;
    padding: 0; }

.mce .small {
  font-size: 10px; }

.box .content .mce h3, .box .content .mce h2, .box .content .mce h1 {
  font-weight: normal; }

.cta-row .box .content .mce a {
  color: #002228; }

.cta-row .box.blue .content .mce a,
.box .content .mce a {
  color: #01abc5; }
  .cta-row .box.blue .content .mce a:hover,
  .box .content .mce a:hover {
    color: #6e6e6e; }

.box .content {
  padding: 20px 30px 0 30px; }
  .box .content.no-side-pad {
    padding: 0; }
  .box .content a {
    color: #01abc5; }
    .box .content a:hover {
      color: #6e6e6e; }
  .box .content p.button a, .box .content a.button {
    color: #FFF;
    display: inline-block; }
    .box .content p.button a:hover, .box .content a.button:hover {
      color: #002228; }
  .box .content a.button--full-width {
    text-align: center;
    width: 100%; }
  .box .content a.button--green {
    background-color: #02b284; }
  .box .content h1, .box .content h2, .box .content h3 {
    color: #002228; }
  .box .content h1 {
    font-size: 30px; }
  .box .content h2 {
    font-size: 24px; }
  .box .content h3 {
    font-size: 18px; }

.box .cta, .box .cta a, .box .mce .cta, .box .mce .cta a, .box a.cta {
  color: #002228;
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase; }

.box--simple .button {
  margin-top: 20px; }

.featured.box,
.carousel.box {
  padding-bottom: 10px; }

.carousel.box .nav {
  color: #002228;
  font-family: "museo-slab", "arvo", Georgia, serif;
  position: absolute;
  bottom: 15px;
  right: 10px;
  margin: 0;
  padding: 9px 20px;
  text-align: center;
  width: 104px;
  z-index: 99; }

.carousel .image-wrapper {
  max-height: 150px;
  overflow: hidden; }

.carousel .rslides_nav {
  display: block;
  height: 34px;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 20px; }
  .carousel .rslides_nav.prev {
    left: 0; }
    .carousel .rslides_nav.prev:before {
      border-color: transparent #7f9093 transparent transparent;
      border-style: solid;
      border-width: 17px 17px 17px 0;
      content: "";
      display: block;
      height: 0;
      position: absolute;
      right: 0;
      top: 0;
      width: 0; }
    .carousel .rslides_nav.prev:hover:before {
      border-color: transparent #7270bb transparent transparent; }
  .carousel .rslides_nav.next {
    right: 0; }
    .carousel .rslides_nav.next:before {
      border-color: transparent transparent transparent #7f9093;
      border-style: solid;
      border-width: 17px 0 17px 17px;
      content: "";
      display: block;
      height: 0;
      left: 0;
      position: absolute;
      top: 0;
      width: 0; }
    .carousel .rslides_nav.next:hover:before {
      border-color: transparent transparent transparent #7270bb; }

.purple.carousel .rslides_nav.prev:hover:before {
  border-color: transparent #7270bb transparent transparent; }
.purple.carousel .rslides_nav.next:hover:before {
  border-color: transparent transparent transparent #7270bb; }

.green.carousel .rslides_nav.prev:hover:before {
  border-color: transparent #02b284 transparent transparent; }
.green.carousel .rslides_nav.next:hover:before {
  border-color: transparent transparent transparent #02b284; }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0; }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0; }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left; }

.row .box {
  margin-bottom: 45px;
  padding-bottom: 10px; }

.dc-row .carousel .image-wrapper {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px; }

.row .dc-box {
  padding-bottom: 0px; }

.row .dc-box--no-content:hover h2 {
  text-decoration: underline; }

.row .dc-box .content ul {
  list-style-type: disc;
  margin-left: 16px; }
  .row .dc-box .content ul a {
    font-size: 13px;
    line-height: 20px;
    color: #6e6e6e;
    text-decoration: underline; }

.dc-box--third {
  width: 100%; }

.dc-box .image-wrapper {
  max-height: 240px;
  overflow: hidden; }

#main .row .dc-search .search {
  margin: 0 0 30px 0;
  width: 370px; }
  #main .row .dc-search .search input {
    width: 76%;
    font-size: 19px;
    line-height: 48px; }
  #main .row .dc-search .search input[type="submit"] {
    width: 24%; }

.dc-carousel .dc-carousel__content {
  width: 100%;
  float: left;
  padding-bottom: 50px; }
.dc-carousel .dc-carousel__img {
  width: 100%;
  float: right;
  max-height: 240px;
  overflow: hidden;
  display: block; }
.dc-carousel p.cta {
  position: absolute;
  bottom: 15px; }

.dc-carousel__controls {
  color: #002228;
  font-family: "museo-slab", "arvo-1", "arvo-2", Georgia, serif;
  font-size: 14px;
  text-transform: uppercase;
  width: 90px;
  display: block;
  position: absolute;
  bottom: 30px;
  text-align: center;
  right: 10%;
  left: auto;
  z-index: 999; }
  .dc-carousel__controls .next {
    width: 17px;
    height: 34px;
    display: block;
    position: absolute;
    right: 0px;
    top: -10px; }
    .dc-carousel__controls .next:after {
      position: absolute;
      left: 0px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 0 17px 17px;
      border-color: transparent transparent transparent  #7f9093; }
    .dc-carousel__controls .next:hover:after {
      border-color: transparent transparent transparent #02b284; }
  .dc-carousel__controls .prev {
    width: 17px;
    height: 34px;
    display: block;
    position: absolute;
    left: 0px;
    top: -10px; }
    .dc-carousel__controls .prev:after {
      position: absolute;
      left: 0px;
      content: '';
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 17px 17px 17px 0;
      border-color: transparent #7f9093 transparent transparent; }
    .dc-carousel__controls .prev:hover:after {
      border-color: transparent #02b284 transparent transparent; }

#main-content .box {
  float: left;
  margin-right: 4%;
  width: 46%; }
#main-content.left-column .box, #main-content.right-column .box {
  width: 100%;
  margin: 0 0 20px 0; }

#main-content .box .title {
  font-size: 22px; }

#module-content-left-about-sidebar-right {
  min-height: 480px; }

.sidebar .box {
  padding-bottom: 10px; }

.sidebar .box .title {
  font-size: 16px; }

.sidebar .box form {
  margin-bottom: 0; }

.sidebar .box form.search input {
  float: left; }

.sidebar .box form.search input[type=text] {
  margin-right: 2%;
  width: 63%; }

.sidebar .box form.search input[type=submit] {
  width: 35%; }

.sidebar {
  position: relative; }

.about-box {
  position: absolute; }

/* Form: Donate */
.donate-block {
  padding: 20px 30px 10px;
  border-bottom: 2px solid #f4f4f4; }
  .donate-block.no-border {
    border: none;
    padding-bottom: 10px; }

#form-donate {
  margin-left: -10px;
  width: 100%; }
  #form-donate h2 {
    margin: 0 10px 20px 10px;
    color: #002228;
    font-size: 24px; }
  #form-donate h3 {
    margin: 0 10px 20px 10px;
    color: #002228;
    font-size: 22px; }
  #form-donate .content {
    padding: 20px 0 0; }
  #form-donate .type-breakdown {
    background: #f4f4f4;
    clear: both;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
    padding: 20px; }

.form-border {
  padding-left: 15px;
  border-left: 2px solid #f4f4f4; }

.form-no-border {
  padding-left: 15px; }

form .item.fieldgroup {
  margin-bottom: 20px; }

.tos {
  background: #f4f4f4;
  margin-bottom: 20px;
  padding: 20px; }
  .tos label.invalid {
    color: #df1d26; }

.tos input[type="checkbox"] {
  float: left;
  margin: 7px 0 0;
  text-align: center;
  width: 5%; }

.tos .text {
  float: right;
  width: 95%; }

.field {
  float: left;
  width: 220px; }
  .field.radio {
    margin: 0 10px 10px 10px; }
  .field.left {
    margin: 0 30px 10px 0px; }
  .field.right {
    margin: 0 0px 10px 0px; }
  .field label {
    display: block;
    font-size: 14px;
    margin-bottom: 5px; }
    .field label.invalid {
      color: #df1d26; }
    .field label.error {
      color: #df1d26;
      font-size: 12px;
      margin-top: 5px; }
  .field .inline-radios label {
    display: inline; }
    .field .inline-radios label input[type=radio] {
      position: relative; }
  .field input[type=radio] {
    margin-right: 10px;
    position: absolute; }
  .field input[type=text].required-electronic, .field input[type=text].required-item, .field input[type=text].required-traditional, .field input[type=text].required-journal, .field input[type=text].required-book, .field input[type=text].required,
  .field input[type=email].required-electronic,
  .field input[type=email].required-item,
  .field input[type=email].required-traditional,
  .field input[type=email].required-journal,
  .field input[type=email].required-book,
  .field input[type=email].required {
    background-image: url(../images/required-text.png);
    background-repeat: no-repeat;
    background-position: right center; }
  .field textarea.required-electronic, .field textarea.required-item, .field textarea.required-traditional, .field textarea.required-journal, .field textarea.required-book, .field textarea.required {
    background-image: url(../images/required-text.png);
    background-repeat: no-repeat;
    background-position: right 12px; }
  .field .required-electronic .chosen-default, .field .required-item .chosen-default, .field .required-traditional .chosen-default, .field .required-journal .chosen-default, .field .required-book .chosen-default, .field .required .chosen-default {
    background-image: url(../images/required-text.png);
    background-repeat: no-repeat;
    background-position: right 20px center; }
  .field select, .field textarea {
    display: block;
    width: 100%;
    min-height: 100px; }
  .field .radio-content {
    padding-left: 24px; }
    .field .radio-content .radio-title {
      font-size: 14px; }
    .field .radio-content p {
      font-size: 14px;
      line-height: 20px; }
  .field .radio-title {
    font-family: "museo-slab", "arvo", Georgia, serif;
    color: #002228; }
  .field .note {
    font-size: 12px;
    margin-top: 12px; }
  .field.add-field {
    margin-top: 15px; }
  .field.full {
    width: 100%; }

.big form .field {
  width: 310px; }
  .big form .field.half {
    width: 140px; }
    .big form .field.half input[type="text"],
    .big form .field.half input[type="email"] {
      width: 100%; }

.double.field {
  width: 100%; }

.half.field {
  width: 96px; }
  .half.field select,
  .half.field input[type="text"],
  .half.field input[type="email"] {
    width: 93px; }

.half-field select {
  width: 93px; }
.half-field .chosen-container:last-child {
  margin-left: 27px; }

.field input[type=text],
.field input[type=email] {
  width: 100%; }

form.ajax input[type=submit] {
  padding: 20px;
  background: #01abc5;
  color: #FFF;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "museo-slab", "arvo", Georgia, serif;
  position: absolute;
  right: 20px;
  bottom: -30px;
  min-width: 280px; }
  form.ajax input[type=submit]:hover {
    color: #002228; }

#form-donate .checks-or-money-order {
  border: 1px solid #ddd;
  margin: 40px 10px;
  padding: 20px 20px 0; }

/* Homepage */
.homepage.row {
  position: relative; }

.homepage.row .reserve-a-room.box {
  position: absolute;
  top: -125px;
  width: 430px; }

.homepage.row .reserve-a-room.box form {
  margin: 0; }

.homepage.row .reserve-a-room.box .actions.group {
  margin-bottom: 10px; }

.homepage.row .reserve-a-room.box input[type=submit] {
  background: none;
  border: none;
  padding: 0; }

.homepage.row .reserve-a-room.box input[type=submit]:hover {
  color: #333; }

.row .search.box {
  border: none;
  margin: 0 0 40px 0px;
  padding-bottom: 0; }

.homepage.row .search.box {
  margin: 0 0 45px 470px;
  width: 490px; }
  .homepage.row .search.box header {
    padding-bottom: 15px; }

.row .search.box form {
  margin: 0; }

.row .search.box input {
  float: left;
  margin: 0; }

.row .search.box input[type=text] {
  border: none;
  background: #FFF;
  font-size: 30px;
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-style: italic;
  padding: 16px 0 16px 20px;
  width: 80%; }
  .row .search.box input[type=text]:focus {
    outline: 0; }

.row .search.box input[type=submit] {
  background: url(../images/search.png) no-repeat right top;
  border: 0;
  height: 80px;
  padding: 0;
  text-indent: -9999px;
  width: 20%; }

.row #column-1 {
  float: left;
  width: 550px; }
  .row #column-1.big {
    width: 730px; }
  .row #column-1.bigger {
    width: 840px; }
  .row #column-1.homepage {
    padding-top: 23px; }
  .row #column-1.offgrid {
    margin: -100px 40px 0 0; }
    .row #column-1.offgrid.nudge-right {
      margin-left: 0; }

.cta-row #column-1.offgrid {
  margin: 0 40px 0 0; }

.row .resources.box {
  float: left;
  margin-right: 40px;
  width: 255px; }

.row .last.resources.box {
  margin-right: 0; }

.row #column-2 {
  position: relative;
  float: right;
  width: 370px; }

.row .donate.box,
.homepage.row .plan-your-visit.box, #archives-research-center .browse, #archives-research-center .plan-your-visit.box {
  background: #01abc5;
  border: none;
  color: #fff;
  font-family: "museo-slab", "arvo", Georgia, serif;
  padding: 15px 20px 15px 32px; }

.row .donate.box a,
.homepage.row .plan-your-visit.box a, #archives-research-center .browse a, #archives-research-center .plan-your-visit.box a {
  color: #002228;
  font: 30px/1 "museo-slab", "arvo", Georgia, serif; }
  .row .donate.box a:hover,
  .homepage.row .plan-your-visit.box a:hover, #archives-research-center .browse a:hover, #archives-research-center .plan-your-visit.box a:hover {
    color: #FFF; }

/******  Archives *****/
#archives-research-center #primary-nav {
  background: #02b284;
  padding: 40px 10px 0 25px; }
  #archives-research-center #primary-nav a {
    color: #fff; }
    #archives-research-center #primary-nav a:hover, #archives-research-center #primary-nav a:focus, #archives-research-center #primary-nav a:active {
      color: #6e6e6e; }
    #archives-research-center #primary-nav a.active {
      background-color: #028c68; }
  #archives-research-center #primary-nav .accent {
    border-color: transparent #02b284 transparent transparent; }

#archives-research-center .browse a {
  font-size: 14px;
  color: #fff; }

#archives-research-center .homepage.row #column-1 {
  padding: 0; }

#archives-research-center .homepage.row #column-2 {
  padding-top: 10px; }

#archives-research-center .homepage.row .using-the-archives.box {
  margin-top: -101px; }

#archives-research-center .homepage.row .search.box {
  margin-bottom: 230px; }

#archives-research-center .homepage.row .donate.box {
  margin-bottom: 20px;
  padding-left: 32px; }

#archives-research-center .search {
  margin: 0 0 10px 0;
  width: 370px; }
  #archives-research-center .search input {
    width: 76%;
    font-size: 25px;
    line-height: 48px; }
  #archives-research-center .search input[type="submit"] {
    width: 24%; }

#archives-research-center blockquote {
  font-size: 24px;
  font-family: "museo-slab", "arvo", Georgia, serif;
  background: none;
  border: none; }

/* Main */
#main-content {
  margin-bottom: 40px; }

#main-content.two-thirds > .content {
  padding-bottom: 10px; }

#main-content .cta-block {
  float: left;
  margin-right: 2%;
  margin-bottom: 20px;
  text-align: center;
  width: 48%; }

#main-content .cta-block a {
  background: #ddd;
  display: block;
  font-size: 16px;
  padding: 10% 20%; }

/* Sidebar */
.sidebar {
  margin-bottom: 40px; }

.sidebar .cta-block {
  margin-bottom: 20px;
  text-align: center; }

.sidebar .cta-block a {
  background: #ccc;
  display: block;
  font-weight: bold;
  padding: 20px; }

.sidebar .block,
.sidebar .subnav {
  background: #fff;
  font-size: 14px;
  margin-bottom: 20px;
  padding: 40px;
  text-transform: uppercase;
  z-index: 9;
  -webkit-transition: top 0.5s ease;
  -moz-transition: top 0.5s ease;
  -ms-transition: top 0.5s ease;
  transition: top 0.5s ease; }
  .sidebar .block a,
  .sidebar .subnav a {
    color: #6e6e6e; }

.sidebar .sidebar-nav-header {
  border-left: 1px solid #6e6e6e;
  margin-bottom: 10px;
  padding-left: 10px;
  line-height: 9px;
  cursor: pointer;
  font-family: "museo-slab", "arvo", Georgia, serif; }

.sidebar ul.slide-down {
  display: none; }

.sidebar .subnav li {
  margin-bottom: 10px;
  padding-left: 10px; }

.sidebar .subnav .current {
  color: #002228;
  text-decoration: underline; }

.sidebar .subnav .nav-section {
  padding-bottom: 10px; }
  .sidebar .subnav .nav-section ul {
    margin: 0; }

.box .subnav, .box .sidebar {
  margin-bottom: 0; }

/* Module */
.module-full-width {
  background: #fff;
  padding: 40px 0 20px; }

.module-full-width h3 {
  font-size: 30px;
  margin: 0 10px 30px;
  text-align: center; }

/* Module: CTA */
.module-cta {
  background: url(http://dev.neboagency.com/placeit/1200x400/ddd/bbb) 50% 50%/150% auto no-repeat;
  padding: 150px 0 130px;
  text-align: center; }

.module-cta h3 {
  margin-bottom: 10px; }

.module-cta a {
  font-size: 20px; }

.module-the-archives-research-center {
  background-image: url(http://dev.neboagency.com/placeit/1200x400/eee/ccc); }

.content .job-postings li {
  margin: 10px 0; }
.content .job-postings a {
  color: #01abc5; }
.content .job-postings .job-description {
  background: #f4f4f4;
  font-size: 14px;
  line-height: 18px;
  margin-top: 20px;
  padding: 20px; }
  .content .job-postings .job-description ul {
    list-style: disc;
    margin-left: 20px; }
  .content .job-postings .job-description li {
    font-size: 13px;
    line-height: 25px; }

#module-contact-form form {
  padding-bottom: 15px; }
#module-contact-form .field.full {
  width: 100%; }
#module-contact-form .field textarea {
  width: 100%; }

.content .faq-cat {
  padding: 15px 30px;
  border-bottom: 2px solid #f4f4f4; }
  .content .faq-cat h2 {
    font-size: 32px; }
  .content .faq-cat h4 {
    font-size: 24px;
    color: #002228; }

.faq-cat:last-child {
  border: none; }

/* Module: Mantle */
.module-mantle {
  background-color: #FFF;
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png), url(../images/mantle-bg.png);
  background-position: left top, right top, bottom center;
  background-repeat: repeat-y, repeat-y, repeat-x;
  margin-bottom: 30px;
  position: relative; }

.module-mantle img {
  display: block;
  min-height: 100px;
  /*height:384px;*/
  width: 100%;
  height: auto; }

#woodi-status {
  top: -168px;
  bottom: auto; }

.operating-hours {
  background: #fff;
  font-size: 13px;
  padding: 20px 30px 10px;
  position: absolute;
  bottom: 0;
  right: 10px;
  text-align: center;
  text-transform: uppercase;
  min-width: 200px; }

.operating-hours p {
  color: #002228;
  margin-bottom: 10px; }

.operating-hours .status {
  color: #fff;
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 5px;
  padding: 10px 20px;
  font-family: "museo-slab", "arvo", Georgia, serif; }

.operating-hours .hours {
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-weight: bold;
  color: #6e6e6e;
  margin-top: -5px; }

.status-open {
  background: #02b284; }

.status-closed {
  background: #df1d26; }

.operating-hours .social {
  text-align: center; }

#woodi-menu {
  font-size: 13px; }
  #woodi-menu #html-2, #woodi-menu #html-3 {
    margin-bottom: 15px; }
  #woodi-menu .menu-list li {
    margin-bottom: 10px; }
  #woodi-menu .menu-category li {
    margin-bottom: 5px; }
  #woodi-menu .menu-options {
    margin-bottom: 0; }
    #woodi-menu .menu-options li {
      float: left;
      margin-right: 5px; }

/* Module: Testimonial */
.module-testimonial {
  padding: 80px 0; }

.module-testimonial .columns {
  padding: 0 180px; }

.module-testimonial .quote {
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-size: 30px;
  font-style: italic;
  line-height: 1.4;
  text-align: center; }

.module-testimonial .person {
  text-align: right;
  text-transform: uppercase; }

.module-testimonial .person .name {
  font-weight: bold;
  color: #df1d26;
  margin-bottom: 5px; }

/* Module: Carousel */
.module-carousel .carousel {
  margin-bottom: 40px; }

.module-carousel .carousel ul {
  height: 400px;
  margin: 0;
  position: relative; }

.module-carousel .carousel li {
  margin-bottom: 20px;
  position: absolute;
  top: 0;
  left: 0; }

.module-carousel .carousel li img {
  display: block;
  width: 100%; }

.module-carousel .carousel li .content {
  background: #eee;
  padding: 20px 20px 0;
  position: absolute;
  bottom: 20px;
  right: 20px;
  width: 30%; }

.module-carousel .carousel .nav-link {
  display: block;
  height: 30px;
  margin-top: -15px;
  position: absolute;
  top: 50%;
  width: 30px; }

.module-carousel .carousel .previous.nav-link {
  background: #ccc;
  left: -40px; }

.module-carousel .carousel .next.nav-link {
  background: #ccc;
  right: -40px; }

#module-for-faculty #column-2 .stats {
  margin: -260px 10px 20px 0;
  width: 200px;
  height: 230px;
  text-align: center;
  background: rgba(249, 245, 244, 0.9);
  padding: 0;
  float: right; }
  #module-for-faculty #column-2 .stats .stat-box {
    border-bottom: 2px solid #f4f4f4;
    padding: 25px; }
    #module-for-faculty #column-2 .stats .stat-box p {
      margin-bottom: 0;
      text-transform: uppercase; }
  #module-for-faculty #column-2 .stats .value {
    font-size: 48px;
    font-family: "museo-slab", "arvo", Georgia, serif;
    font-weight: bold; }
    #module-for-faculty #column-2 .stats .value.red {
      color: #df1d26; }
    #module-for-faculty #column-2 .stats .value.green {
      color: #02b284; }

.lt-ie9 #module-for-faculty #column-2 .stats {
  background: #FFF; }

#subject-librarian {
  display: none; }

.subject-librarians {
  border: none; }
  .subject-librarians .table-head td {
    font-size: 13px; }
  .subject-librarians td {
    border: none;
    font-size: 12px; }
  .subject-librarians.name td {
    width: 33%; }
  .subject-librarians.subject td {
    width: 25%; }

/* Module: Map */
.module-map {
  position: relative; }
  .module-map .map {
    height: 0;
    padding-bottom: 400px;
    position: relative; }
    .module-map .map iframe {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  .module-map .boxes {
    padding-top: 20px; }
  .module-map .location-info,
  .module-map .shuttle {
    background-color: #fff;
    color: #666;
    margin: 0 0 20px;
    text-transform: uppercase; }
    .module-map .location-info p,
    .module-map .shuttle p {
      margin-bottom: 20px; }
    .module-map .location-info header,
    .module-map .shuttle header {
      padding: 30px 30px 20px; }
    .module-map .location-info .title,
    .module-map .shuttle .title {
      font-size: 14px;
      font-weight: bold; }
    .module-map .location-info .phone-number,
    .module-map .shuttle .phone-number {
      color: #333;
      font-weight: bold; }
    .module-map .location-info .hours,
    .module-map .shuttle .hours {
      font-family: "museo-slab", "arvo", Georgia, serif;
      font-weight: bold; }
  .module-map .location-info {
    border-top: 5px solid #7270bb; }
    .module-map .location-info .content {
      font-size: 13px;
      line-height: 25px;
      padding: 37px 30px 38px; }
      .module-map .location-info .content .name {
        font-weight: bold; }
      .module-map .location-info .content .note {
        text-transform: none; }
    .module-map .location-info .directions-link {
      background-color: #7270bb;
      color: #fff;
      display: block;
      font-family: "museo-slab", "arvo", Georgia, serif;
      padding: 20px 30px;
      position: relative; }
      .module-map .location-info .directions-link .accent {
        border-color: transparent transparent #7270bb transparent;
        border-style: solid;
        border-width: 0 0 21px 21px;
        height: 21px;
        position: absolute;
        right: 0px;
        top: -21px;
        width: 21px; }
  .module-map .shuttle {
    padding-bottom: 0; }

/* Module: eResources */
#module-eresources .filter {
  cursor: default;
  margin-bottom: 30px;
  padding: 0; }

#module-eresources .results li {
  margin-bottom: 20px; }

#module-eresources .results li a {
  padding: 5px 40px 5px 0; }

#module-eresources .results .galileo a {
  background: url(../images/galileo.gif) right 50% no-repeat; }

#module-eresources .filter .one-third.column {
  margin: 0; }
#module-eresources .filter ul {
  padding: 0;
  margin: 0; }
  #module-eresources .filter ul li {
    padding-bottom: 10px; }
    #module-eresources .filter ul li a {
      color: #01abc5; }
      #module-eresources .filter ul li a:hover {
        color: #6e6e6e; }
#module-eresources .results .directory-table, #module-eresources .results .add-border {
  border-bottom: 2px solid #f4f4f4; }
#module-eresources .results .add-border {
  padding-top: 15px; }
#module-eresources .results h2 {
  color: #6e6e6e; }
#module-eresources .results a {
  color: #01abc5; }
  #module-eresources .results a:hover {
    color: #6e6e6e; }

/* Module: Find Materials */
#module-find-materials .columns {
  margin-bottom: 50px; }

#module-find-materials .material {
  padding: 40px 30px;
  border-bottom: 2px solid #f4f4f4; }
  #module-find-materials .material.no-border {
    border: none; }
  #module-find-materials .material p.button {
    margin-top: 30px; }

/* Module: Reserve a Room */
#module-reserve-a-room .box header {
  padding-bottom: 15px; }
#module-reserve-a-room .box:last-child {
  padding-bottom: 0; }
#module-reserve-a-room .reserve-type {
  padding: 30px 30px 20px; }
  #module-reserve-a-room .reserve-type:not(:last-child) {
    border-bottom: 2px solid #f4f4f4; }
#module-reserve-a-room .reserve-type-text {
  width: 380px; }
  #module-reserve-a-room .reserve-type-text h2 {
    margin-bottom: 5px; }
#module-reserve-a-room .reserve-type-img {
  margin-bottom: 10px;
  width: 291px; }
  #module-reserve-a-room .reserve-type-img.align-left {
    margin-left: -45px; }
  #module-reserve-a-room .reserve-type-img.align-right {
    margin-right: -45px; }

/* Module: Services */
#module-services .box header {
  padding-bottom: 15px; }
#module-services .box:last-child {
  padding-bottom: 0; }
#module-services .reserve-type {
  padding: 30px 30px 20px; }
  #module-services .reserve-type:not(:last-child) {
    border-bottom: 2px solid #f4f4f4; }
#module-services .reserve-type-text {
  width: 380px; }
  #module-services .reserve-type-text h2 {
    margin-bottom: 5px; }
#module-services .reserve-type-img {
  margin-bottom: 10px;
  width: 291px; }
  #module-services .reserve-type-img.align-left {
    margin-left: -45px; }
  #module-services .reserve-type-img.align-right {
    margin-right: -45px; }
#module-services .reserve-type-buttons {
  clear: both;
  font-size: 0;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 10px; }
  #module-services .reserve-type-buttons .button {
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px; }
  #module-services .reserve-type-buttons--align-right {
    text-align: right; }

/* Module: Room Map */
#module-room-map {
  background: #002228;
  position: relative; }
  #module-room-map h1 {
    color: #FFF;
    margin-bottom: 40px; }
  #module-room-map .map-floor img {
    margin-bottom: 60px; }
  #module-room-map .map-legend {
    position: absolute; }
    #module-room-map .map-legend .content {
      padding: 15px 30px 0 0px; }
  #module-room-map .legend-column {
    position: absolute;
    width: 261px;
    right: -100px;
    top: 0; }

#module-print-request-form form {
  padding-bottom: 15px; }

/* Pagination */
ul.pagination {
  margin: 0;
  padding-top: 20px;
  display: block;
  text-align: center; }
  ul.pagination li {
    display: inline-block;
    *display: inline;
    margin-right: 10px;
    zoom: 1; }
    ul.pagination li a {
      display: block;
      width: 35px;
      height: 25px;
      padding: 5px 8px;
      font-size: 14px;
      color: #01abc5;
      text-align: center; }
      ul.pagination li a:hover {
        background: #DEF4F7; }
    ul.pagination li a.current {
      background: #6e6e6e;
      color: #FFF; }
    ul.pagination li a.prev, ul.pagination li a.next {
      background: #01abc5;
      color: #FFF; }

/* Using Your Library */
#using-your-library .sidenav {
  background: #ccc;
  margin-top: -100px;
  position: fixed;
  top: 50%;
  left: 0; }

#using-your-library .sidenav ul {
  margin: 0;
  padding: 10px 10px 0; }

#using-your-library #places-to-study {
  padding: 50px 0;
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png), url(../images/placetostudy_bg.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center; }
  #using-your-library #places-to-study .title h3 {
    color: #002228;
    float: left;
    margin-right: 20px;
    font-size: 32px; }
  #using-your-library #places-to-study .title h4 {
    color: #6e6e6e;
    font-size: 16px;
    float: left;
    line-height: 47px; }

#using-your-library .sidenav li a {
  background: #aaa;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin-bottom: 10px;
  width: 12px; }

#using-your-library .sidenav .current {
  background: #666; }

#using-your-library .slide .title {
  line-height: 1.2;
  margin-bottom: 50px; }

#snapshot-title {
  font-size: 40px; }

#snapshot-mantle, #woodi-cafe-img, #conclusion-img {
  margin-left: -640px;
  left: 50%;
  position: absolute; }

#using-your-library #introduction {
  position: relative; }
  #using-your-library #introduction .title {
    background: #002228;
    width: 350px;
    color: #FFF;
    padding: 85px 0 30px 0;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90);
    font-size: 60px;
    line-height: 1.4;
    margin: 0;
    text-align: center;
    position: absolute;
    z-index: 9; }
  #using-your-library #introduction .mantle-wrap {
    height: 650px;
    width: 960px;
    display: block; }
  #using-your-library #introduction h1 {
    font-size: 60px; }
  #using-your-library #introduction h4 {
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0px; }

#using-your-library #what-we-offer {
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png), url(../images/bythenumbers_bg.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center; }
  #using-your-library #what-we-offer h3 {
    color: #002228;
    float: left;
    margin-right: 20px;
    font-size: 32px; }
  #using-your-library #what-we-offer h4 {
    color: #6e6e6e;
    font-size: 16px;
    float: left;
    line-height: 47px; }
  #using-your-library #what-we-offer .sixteen {
    padding-top: 50px; }

#using-your-library #what-we-offer .stat {
  border: 1px solid #ccc;
  margin-bottom: 60px;
  padding: 20px;
  text-align: center;
  color: #fff; }
  #using-your-library #what-we-offer .stat .number {
    font-family: "museo-slab", "arvo", Georgia, serif; }
  #using-your-library #what-we-offer .stat .text {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 15px;
    margin: 5px; }
  #using-your-library #what-we-offer .stat.red {
    background-color: #df1d26; }
  #using-your-library #what-we-offer .stat.purple {
    background-color: #7270bb; }
  #using-your-library #what-we-offer .stat.green {
    background-color: #02b284; }
  #using-your-library #what-we-offer .stat.blue {
    background-color: #01abc5; }
  #using-your-library #what-we-offer .stat.black {
    background-color: #002228; }

#using-your-library #what-we-offer .title {
  text-align: left; }

#using-your-library #what-we-offer .number {
  font-size: 60px; }

#using-your-library #what-we-offer #orientation {
  font-size: 45px; }

#using-your-library #what-we-offer .text {
  font-size: 20px; }

#using-your-library #what-we-offer .columns, #using-your-library #what-we-offer .column {
  position: relative; }
#using-your-library #what-we-offer .wipe {
  background: #f0f0f0;
  height: 148px;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 2; }
  #using-your-library #what-we-offer .wipe.left {
    top: -21px;
    left: 0;
    right: auto; }

#using-your-library #finding-materials {
  background-color: #01abc5;
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right; }
  #using-your-library #finding-materials h3 {
    color: #fff;
    font-size: 32px; }
  #using-your-library #finding-materials img {
    max-width: 100%;
    height: auto; }

#using-your-library #available-technologies {
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png), url(../images/placetostudy_bg.png);
  background-repeat: no-repeat, no-repeat, repeat-x;
  background-position: left, right, center bottom;
  background-color: #fff; }
  #using-your-library #available-technologies h3 {
    color: #002228;
    font-size: 32px; }

#our-facilities-slide {
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  background-color: #fff; }
  #our-facilities-slide h3 {
    color: #002228;
    font-size: 32px; }

.flex-slider {
  margin: 0px;
  padding: 0px; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden; }

.flexslider .slides img {
  width: 100%;
  display: block; }

#using-your-library #finding-materials, #using-your-library #available-technologies, #our-facilities-slide {
  padding-bottom: 50px; }
  #using-your-library #finding-materials h3, #using-your-library #available-technologies h3, #our-facilities-slide h3 {
    text-align: center;
    padding-top: 50px; }
  #using-your-library #finding-materials .mantle-wrap, #using-your-library #available-technologies .mantle-wrap, #our-facilities-slide .mantle-wrap {
    width: 960px;
    display: block;
    position: relative; }
  #using-your-library #finding-materials img, #using-your-library #available-technologies img, #our-facilities-slide img {
    width: 100%; }
  #using-your-library #finding-materials .eight, #using-your-library #available-technologies .eight, #our-facilities-slide .eight {
    margin-top: -90px;
    margin-left: -230px;
    left: 50%;
    min-height: 210px; }
  #using-your-library #finding-materials .flex-prev, #using-your-library #available-technologies .flex-prev, #our-facilities-slide .flex-prev {
    width: 70px;
    height: 70px;
    background: url("../images/snapshot_prev.png");
    display: block;
    position: absolute;
    top: 476px;
    left: 45px;
    opacity: 100; }
  #using-your-library #finding-materials .flex-next, #using-your-library #available-technologies .flex-next, #our-facilities-slide .flex-next {
    width: 70px;
    height: 70px;
    background: url("../images/snapshot_next.png");
    display: block;
    position: absolute;
    top: 476px;
    right: 45px;
    opacity: 100; }

.flex-control-nav {
  display: none; }

/*   Getting Here */
#using-your-library #getting-here {
  height: 650px; }
  #using-your-library #getting-here .title {
    text-align: left;
    font-size: 28px;
    color: #fff;
    margin-bottom: 0px; }
  #using-your-library #getting-here .row {
    width: 1280px; }
  #using-your-library #getting-here .box {
    margin-bottom: 0px;
    font-size: 14px; }
  #using-your-library #getting-here .eight {
    position: absolute;
    bottom: 0px;
    right: 200px;
    background: #002228;
    color: #fff;
    padding-top: 15px;
    opacity: 0.9;
    -webkit-opacity: 0.9;
    -moz-opacity: 0.9;
    filter: alpha(opacity=90); }
  #using-your-library #getting-here .mantle-wrap {
    margin: 0 auto;
    width: 1280px;
    height: 650px;
    display: block;
    background: #ddd url(../images/snapshot_map.png) center no-repeat; }
  #using-your-library #getting-here .description {
    padding: 15px 0 25px 0; }
  #using-your-library #getting-here ul {
    margin: 0px; }
  #using-your-library #getting-here .button {
    color: #fff;
    padding: 10px 20px; }
    #using-your-library #getting-here .button.blue {
      background: #01abc5; }
    #using-your-library #getting-here .button.purple {
      background: #7270bb;
      margin-right: 30px; }
  #using-your-library #getting-here .pins, #using-your-library #getting-here .pins_static {
    min-width: 70px;
    width: 70px;
    height: 90px;
    position: absolute;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    /* Safari and Chrome */
    background: none;
    overflow: hidden; }
    #using-your-library #getting-here .pins .pins_name, #using-your-library #getting-here .pins_static .pins_name {
      position: absolute;
      font-family: "museo-slab", "arvo", Georgia, serif;
      color: #fff;
      font-size: 12px;
      padding: 30px 70px;
      text-transform: uppercase;
      left: 0px;
      width: 600px;
      background: #01abc5; }
      #using-your-library #getting-here .pins .pins_name .pins_text, #using-your-library #getting-here .pins_static .pins_name .pins_text {
        display: inline-block; }
    #using-your-library #getting-here .pins .pins_name_show, #using-your-library #getting-here .pins_static .pins_name_show {
      font-family: "museo-slab", "arvo", Georgia, serif;
      color: #fff;
      font-size: 12px;
      padding: 30px 0 30px 70px;
      text-transform: uppercase;
      background: #7270bb url(../images/rw_library_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#clark-atlanta, #using-your-library #getting-here .pins_static#clark-atlanta {
      right: 672px;
      top: 154px; }
      #using-your-library #getting-here .pins#clark-atlanta .pins_name, #using-your-library #getting-here .pins_static#clark-atlanta .pins_name {
        background: #01abc5 url(../images/cau_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#itc, #using-your-library #getting-here .pins_static#itc {
      left: 762px;
      top: 62px; }
      #using-your-library #getting-here .pins#itc .pins_name, #using-your-library #getting-here .pins_static#itc .pins_name {
        background: #01abc5 url(../images/itc_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#morehouse, #using-your-library #getting-here .pins_static#morehouse {
      right: 851px;
      top: 254px; }
      #using-your-library #getting-here .pins#morehouse .pins_name, #using-your-library #getting-here .pins_static#morehouse .pins_name {
        background: #01abc5 url(../images/morehouse_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#spelman, #using-your-library #getting-here .pins_static#spelman {
      right: 721px;
      top: 400px; }
      #using-your-library #getting-here .pins#spelman .pins_name, #using-your-library #getting-here .pins_static#spelman .pins_name {
        background: #01abc5 url(../images/spelman_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#auc, #using-your-library #getting-here .pins_static#auc {
      left: 638px;
      top: 202px; }
      #using-your-library #getting-here .pins#auc .pins_name, #using-your-library #getting-here .pins_static#auc .pins_name {
        background: #01abc5 url(../images/auc_logo.png) left no-repeat; }
    #using-your-library #getting-here .pins#rw-library, #using-your-library #getting-here .pins_static#rw-library {
      left: 237px;
      top: 41px;
      width: 303px;
      padding: 0; }
      #using-your-library #getting-here .pins#rw-library .pins_name_show, #using-your-library #getting-here .pins_static#rw-library .pins_name_show {
        background: #7270bb;
        padding: 10px 45px 10px 20px; }
      #using-your-library #getting-here .pins#rw-library .pin-library-logo, #using-your-library #getting-here .pins_static#rw-library .pin-library-logo {
        width: 100%; }
    #using-your-library #getting-here .pins .accent, #using-your-library #getting-here .pins_static .accent {
      border-style: solid;
      border-width: 0 21px 21px 0;
      bottom: 0px;
      position: absolute;
      z-index: 1; }
      #using-your-library #getting-here .pins .accent.right, #using-your-library #getting-here .pins_static .accent.right {
        right: 0px; }
        #using-your-library #getting-here .pins .accent.right.blue, #using-your-library #getting-here .pins_static .accent.right.blue {
          border-color: transparent #01abc5 transparent transparent;
          border-width: 0 21px 21px 0; }
        #using-your-library #getting-here .pins .accent.right.purple, #using-your-library #getting-here .pins_static .accent.right.purple {
          border-color: transparent #7270bb transparent transparent;
          border-width: 0 21px 21px 0; }
      #using-your-library #getting-here .pins .accent.left_invert.blue, #using-your-library #getting-here .pins_static .accent.left_invert.blue {
        border-color: #01abc5 transparent transparent transparent;
        border-width: 21px 21px 0 0; }
      #using-your-library #getting-here .pins .accent.left_invert.purple, #using-your-library #getting-here .pins_static .accent.left_invert.purple {
        border-color: #7270bb transparent transparent transparent;
        border-width: 21px 21px 0 0; }

#using-your-library #woodi-cafe {
  background: #ddd;
  background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png);
  background-repeat: no-repeat, no-repeat;
  background-position: left, right;
  position: relative; }
  #using-your-library #woodi-cafe .mantle-wrap {
    width: 960px;
    height: 600px;
    display: block; }
  #using-your-library #woodi-cafe .title {
    margin-bottom: 15px;
    text-align: left;
    font-size: 32px; }
  #using-your-library #woodi-cafe .box {
    position: absolute;
    bottom: 0px;
    margin: 0px;
    padding-top: 20px;
    border-top: 5px solid #df1d26; }

#using-your-library #conclusion {
  background: #ddd;
  position: relative;
  color: #fff; }
  #using-your-library #conclusion .mantle-wrap {
    width: 960px;
    height: 532px;
    display: block;
    padding: 100px 0 0 0; }
  #using-your-library #conclusion .cta {
    color: #002228;
    font-family: "museo-slab", "arvo", Georgia, serif;
    font-size: 14px;
    text-transform: uppercase;
    background: #ffd901;
    padding: 16px; }

#using-your-library #conclusion .title {
  font-size: 60px;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px; }

#using-your-library #conclusion p {
  text-align: center;
  margin-bottom: 50px; }

#using-your-library .button a {
  color: #002228; }

/* Executive Team */
#executive-team .member .thumb {
  float: left;
  margin: 0 0 20px; }

#executive-team .member .thumb img {
  display: block; }

#executive-team .member .content {
  float: left;
  margin: 0 0 20px;
  padding-left: 3%; }

#executive-team .member .content h3 {
  margin: 0; }

#executive-team .member .content .contact {
  margin-bottom: 10px; }

/* Staff Directory */
#staff-directory-resource th {
  background: none;
  border: none;
  text-transform: uppercase;
  padding: 5px; }
#staff-directory-resource td {
  padding: 5px; }
#staff-directory-resource tr, #staff-directory-resource td, #staff-directory-resource table {
  border: none;
  text-align: left;
  font-size: 11px; }
#staff-directory-resource table {
  border-bottom: 2px solid #f4f4f4;
  padding-bottom: 25px;
  border-collapse: separate;
  padding: 20px;
  margin: 0; }
#staff-directory-resource .directory-table {
  position: relative;
  padding-top: 30px; }
  #staff-directory-resource .directory-table h2 {
    position: absolute;
    color: rgba(1, 171, 197, 0.2);
    font-size: 106px;
    left: -65px;
    top: -20px;
    font-family: "museo-slab", "arvo", Georgia, serif; }

#staff-directory-resource .filter {
  cursor: default;
  margin-bottom: 0px;
  border-bottom: 2px solid #f4f4f4;
  font-size: 13px; }

#staff-directory-resource #filter-by-name .filter {
  padding: 10px; }

#staff-directory-resource #filter-by-name .filter li {
  display: inline-block; }

#staff-directory-resource #filter-by-name .filter a {
  display: block;
  padding: 5px 5px; }

#staff-directory-resource #filter-by-department .filter {
  padding: 15px 0; }
#staff-directory-resource #filter-by-department h2 {
  padding: 20px 20px 0 20px;
  color: #01abc5;
  margin-bottom: 0px; }

#staff-directory-resource #filter-by-department .filter ul {
  padding: 0px 20px;
  margin: 0; }

#staff-directory-resource th,
#staff-directory-resource td {
  width: 25%; }

/* News */
#news-events .content {
  padding: 15px 0; }
  #news-events .content.single-news {
    padding: 15px 30px; }
  #news-events .content li.news-item {
    padding: 15px 30px;
    border-bottom: solid 2px #f4f4f4; }
    #news-events .content li.news-item:hover {
      background: #DEF4F7; }
#news-events footer.content.single-news {
  padding: 20px 30px 0px 30px;
  border-top: 2px solid #f4f4f4; }

#news .date, #events-list .date {
  float: left;
  margin: 0 5% 0px 0;
  width: 25%;
  font-size: 13px;
  color: #6e6e6e;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  line-height: 20px; }

#news .title, #events-list .title {
  float: left;
  margin-bottom: 0px;
  width: 65%;
  color: #01abc5;
  line-height: 23px; }

.nav-section .events-links p {
  margin-bottom: 15px; }
  .nav-section .events-links p a {
    margin-top: 5px;
    color: #01abc5;
    font-size: 18px; }
    .nav-section .events-links p a:hover {
      color: #f4f4f4; }

/* Calendar */
.calendar-box {
  background-color: #fff;
  margin-bottom: 45px; }
  .calendar-box__header {
    width: 550px; }
  .calendar-box__view-type-nav {
    background-color: #01abc5;
    color: #fff;
    font-family: "proxima-nova", Helvetica, Arial, sans-serif;
    font-size: 12px;
    line-height: 1;
    padding: 18px 15px 8px 30px;
    position: relative;
    text-transform: uppercase; }
    .calendar-box__view-type-nav__featured {
      float: left;
      margin-bottom: 10px; }
    .calendar-box__view-type-nav a {
      color: #fff;
      display: inline-block;
      font-size: 12px;
      padding: 7px 11px; }
      .calendar-box__view-type-nav a span {
        border-bottom: 1px solid #fff;
        position: relative;
        top: -1px; }
      .calendar-box__view-type-nav a:focus, .calendar-box__view-type-nav a:hover {
        background-color: rgba(255, 255, 255, 0.2); }
      .calendar-box__view-type-nav a.current {
        background-color: #fff;
        color: #01abc5;
        font-weight: 700; }
        .calendar-box__view-type-nav a.current span {
          border-bottom: 1px solid #01d7f8;
          font-weight: 400; }
    .calendar-box__view-type-nav ul {
      float: right;
      margin: 0 -8px 10px 0; }
      .calendar-box__view-type-nav ul li {
        display: inline-block;
        float: left;
        margin: 0 8px; }
    .calendar-box__view-type-nav .triangle {
      border-color: #01abc5 transparent transparent transparent;
      border-style: solid;
      border-width: 20px 20px 0 0;
      bottom: -20px;
      height: 0;
      left: 0;
      position: absolute;
      width: 0; }
  .calendar-box__pagination {
    padding: 20px 0 5px 30px; }
    .calendar-box__pagination__simple-nav {
      float: right;
      margin-bottom: 15px; }
    .calendar-box__pagination__link {
      background-color: #fff;
      background-repeat: no-repeat;
      border: 10px solid #7f9093;
      display: block;
      float: left;
      height: 44px;
      margin-right: 20px;
      overflow: hidden;
      position: relative;
      text-indent: 100%;
      white-space: nowrap;
      width: 44px; }
      .calendar-box__pagination__link:focus, .calendar-box__pagination__link:hover {
        border-color: rgba(127, 144, 147, 0.7); }
    .calendar-box__pagination__previous {
      background-image: url("../images/arrow-left.png");
      background-position: 45% 50%; }
    .calendar-box__pagination__next {
      background-image: url("../images/arrow-right.png");
      background-position: 55% 50%; }
  .calendar-box__title {
    color: #1a94a8;
    float: left;
    font-family: "museo-slab", "arvo", Georgia, serif;
    font-size: 34px;
    line-height: 43px; }
  .calendar-box__month-selector, .calendar-box__day-selector {
    float: right;
    margin-bottom: 15px;
    width: 205px; }
    .calendar-box__month-selector.chosen-container-single a.chosen-single, .calendar-box__day-selector.chosen-container-single a.chosen-single {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 16px;
      height: auto;
      line-height: 1.2;
      padding: 12px 20px; }
      .calendar-box__month-selector.chosen-container-single a.chosen-single span, .calendar-box__day-selector.chosen-container-single a.chosen-single span {
        margin-right: 43px; }
      .calendar-box__month-selector.chosen-container-single a.chosen-single div, .calendar-box__day-selector.chosen-container-single a.chosen-single div {
        width: 43px; }
    .calendar-box__month-selector.chosen-container-single .chosen-drop, .calendar-box__day-selector.chosen-container-single .chosen-drop {
      margin-top: 0; }
    .calendar-box__month-selector.chosen-container-single .chosen-results li, .calendar-box__day-selector.chosen-container-single .chosen-results li {
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-size: 16px;
      line-height: 1.2;
      padding: 12px 20px; }

.calendar {
  border-top: none;
  border-left: none;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  margin: 0;
  table-layout: fixed; }
  .calendar tr:first-child td {
    border-top: none; }
  .calendar th {
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
    border-right: none;
    color: #002228;
    font-size: 14px;
    font-weight: 400;
    padding: 5px 10px;
    text-align: center;
    text-transform: uppercase; }
    .calendar th:first-child {
      border-left: none; }
  .calendar td {
    border-top: 2px solid #d3d3d3;
    border-bottom: none;
    border-left: 2px solid #d3d3d3;
    border-right: none;
    text-align: left; }
    .calendar td:first-child {
      border-left: none; }
  .calendar__day {
    padding: 8px; }
    .calendar__day--today {
      background-color: #ffef96; }
    .calendar__day--closed {
      background-color: #ffe0e0; }
    .calendar__day--special {
      background-color: #e5f6f9; }
    .calendar__day--other-month {
      background-color: #f8f8f8; }
    .calendar__day__container {
      min-height: 102px; }
  .calendar__date {
    color: #868686;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: right; }
  .calendar__event {
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase; }
    .calendar__event__label {
      color: #6c7d80; }
    .calendar__event__content {
      color: #000;
      margin-bottom: 5px; }

.calendar-events__day {
  border-top: 1px solid #efefef; }
.calendar-events__date {
  border-right: 1px solid #efefef;
  float: left;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  padding: 25px 28px;
  width: 190px; }
  .calendar-events__date__hours {
    color: #6c7d80;
    font-size: 12px;
    margin-bottom: 10px;
    text-transform: uppercase; }
    .calendar-events__date__hours span {
      color: #000; }
  .calendar-events__date__calendar {
    border: 2px solid #1a94a8;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    text-align: center;
    width: 120px; }
  .calendar-events__date__month {
    background-color: #1a94a8;
    color: #fff;
    font-size: 13px;
    padding: 5px 10px;
    text-transform: uppercase; }
  .calendar-events__date__day {
    color: #1a94a8;
    font-size: 69px;
    font-weight: 700;
    line-height: 1;
    padding: 12px 20px; }
.calendar-events__events {
  border-left: 1px solid #efefef;
  float: left;
  margin-left: -1px;
  width: 650px; }
.calendar-events__event {
  border-top: 1px solid #efefef;
  color: #002228;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  padding: 40px 50px 20px; }
  .calendar-events__event:first-child {
    border-top: none; }
  .calendar-events__event__title {
    font-family: "museo-slab", "arvo", Georgia, serif;
    margin-bottom: 0; }
    .calendar-events__event__title a {
      color: #2e494e;
      text-decoration: underline; }
      .calendar-events__event__title a:focus, .calendar-events__event__title a:hover {
        color: #000; }
  .calendar-events__event__meta {
    color: #000;
    font-size: 12px;
    margin-bottom: 20px;
    text-transform: uppercase; }

/* Sitemap */
#sitemap a {
  display: block;
  padding: 2px 0;
  color: #6e6e6e; }
  #sitemap a:hover {
    color: #01abc5; }
#sitemap .form-border {
  padding: 0 0 0 30px; }
#sitemap li a {
  font-size: 16px; }
#sitemap ul {
  margin: 0; }
  #sitemap ul li a {
    font-size: 14px; }
  #sitemap ul li li a {
    font-size: 12px; }
  #sitemap ul li li li a {
    font-size: 10px; }
#sitemap li {
  margin: 0; }

/* Return to Site */
#return-to-site {
  background: #f7f7f7;
  font-size: 12px;
  font-weight: bold;
  padding: 12px 0 2px;
  text-align: center;
  text-transform: uppercase; }

#return-to-site p {
  margin-bottom: 10px; }

#return-to-site .welcome {
  font-size: 14px;
  margin-bottom: 4px; }

#return-to-site a {
  color: #666; }

/* Side Chat */
#side-chat {
  position: fixed;
  top: 125px;
  left: 0;
  z-index: 99; }

#side-chat .toggle {
  background: #fff url(../images/chat-toggle.png) 0 0 no-repeat;
  color: #666;
  display: block;
  font-weight: bold;
  line-height: 1;
  padding: 80px 0 10px;
  text-align: center;
  text-transform: uppercase;
  width: 80px; }

#side-chat.expanded .toggle {
  background-position: -80px 0; }

#side-chat form {
  background: #ffd901;
  position: absolute;
  top: 0;
  left: -250px;
  width: 250px; }

#side-chat .title {
  background: #000;
  color: #fff;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 24px 30px;
  text-transform: uppercase; }

#side-chat .group {
  margin: 0;
  padding: 0 30px 10px; }

#side-chat .actions.group {
  padding-bottom: 20px; }

#side-chat input {
  margin-bottom: 10px;
  width: 100%; }

#side-chat input[type=text] {
  font-style: italic;
  padding: 10px 15px; }

#side-chat input[type=submit] {
  background: #000;
  border: none;
  color: #fff;
  font-family: "museo-slab", "arvo", Georgia, serif;
  padding: 10px 20px;
  text-transform: uppercase; }

/* Smart Search */
#smart-search {
  position: relative; }

#smart-search .dropdown {
  background: #fff;
  display: none;
  padding: 5px 0;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  z-index: 9999; }

#smart-search .dropdown a {
  color: #666;
  display: block;
  padding: 5px 20px; }

#smart-search .dropdown .keyword {
  color: #333; }

#smart-search .dropdown a:active,
#smart-search .dropdown a:focus,
#smart-search .dropdown .active a {
  font-weight: 700; }

#smart-search .dropdown ul {
  margin: 0; }

#smart-search .dropdown ul ul {
  margin: 0 0 5px 20px; }

/* Mobile Nav */
#primary-header {
  padding: 20px 0; }

#mobile-nav {
  background: #ffd901;
  width: 100%; }

#mobile-nav ul {
  margin: 0; }

#mobile-nav li {
  display: block;
  margin: 0;
  text-align: center;
  width: 100%; }
  #mobile-nav li.purple {
    background: #7270bb; }
  #mobile-nav li.green {
    background: #02b284; }
  #mobile-nav li.yellow {
    background: #ffd901; }
  #mobile-nav li.black {
    background: #002228; }
  #mobile-nav li.red {
    background: #df1d26; }

#mobile-nav a {
  color: #002228;
  border-bottom: 1px solid #E1BB27;
  display: block;
  padding: 10px 20px;
  text-transform: uppercase;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif; }

#mobile-nav-toggle {
  position: relative; }

.mobile-nav-button {
  background: url(../images/mobile-nav-toggle.png) 0 0 no-repeat;
  display: block;
  float: left;
  height: 40px;
  position: absolute;
  top: 17px;
  right: 20px;
  width: 40px; }

/* Social */
.social {
  font-size: 0;
  margin-left: -6px;
  margin-right: -6px;
  margin-top: 20px;
  text-align: left; }
  .social li {
    display: inline-block;
    margin-left: 6px;
    margin-right: 6px;
    width: 25px; }
    .social li a {
      display: block; }
    .social li img {
      display: block;
      min-height: auto;
      width: 100%; }

/* Galileo Icon */
img.galileo-icon,
.box img.galileo-icon,
.mce img.galileo-icon {
  display: inline-block;
  padding: 0;
  vertical-align: middle; }

/* Chat */
.lcs_slide_out header a {
  width: 80px; }
.lcs_slide_out header a img {
  display: block;
  width: 100%; }

/* ==========================================================================
  Plugin Classes
========================================================================== */
/* Reveal Modals */
.reveal-modal-bg {
  background: #000;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100; }

.reveal-modal {
  background: #eee;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  -box-shadow: 0 0 10px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 100px;
  left: 50%;
  margin-left: -300px;
  padding: 30px 40px 10px;
  width: 520px;
  visibility: hidden;
  z-index: 101; }

.reveal-modal.small {
  width: 200px;
  margin-left: -100px; }

.reveal-modal.medium {
  width: 400px;
  margin-left: -200px; }

.reveal-modal.large {
  width: 600px;
  margin-left: -300px; }

.reveal-modal.xlarge {
  width: 800px;
  margin-left: -400px; }

.reveal-modal .close-reveal-modal {
  color: #aaa;
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  line-height: .5;
  position: absolute;
  top: 15px;
  right: 15px;
  text-shadow: 0 -1px 1px rbga(0, 0, 0, 0.6); }

/* ==========================================================================
  Helper Classes
========================================================================== */
.scale-with-grid {
  width: 100%; }

.nowrap {
  white-space: nowrap; }

.remove-bottom {
  margin-bottom: 0; }

.align-right {
  float: right; }

.align-left {
  float: left; }

.text-left {
  text-align: left; }

.text-centered {
  text-align: center; }

.text-right {
  text-align: right; }

.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  /* IE 6/7 fallback */
  *text-indent: -9999px; }

.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 100%; }

.hidden {
  display: none !important;
  visibility: hidden; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto; }

.invisible {
  visibility: hidden; }

#google-site-search iframe {
  width: 100%; }

/* ==========================================================================
  Media Queries
========================================================================== */
/*
 * This is for the animation on By the Numbers. Wiping only works with a div
 * positioned over the top, but the background is an image with a pattern, so
 * just don't show this if the screen is small.
 */
@media only screen and (max-width: 1200px) {
  #using-your-library #what-we-offer .wipe {
    display: none; } }
@media only screen and (min-width: 960px) and (max-width: 1279px) {
  #using-your-library #getting-here .row {
    width: 960px; }
  #using-your-library #getting-here .eight {
    right: 41px; }
  #using-your-library #getting-here .mantle-wrap {
    width: 960px; }
  #using-your-library #getting-here .pins#clark-atlanta, #using-your-library #getting-here .pins_static#clark-atlanta {
    right: 513px;
    top: 154px; }
  #using-your-library #getting-here .pins#itc, #using-your-library #getting-here .pins_static#itc {
    left: 603px;
    top: 62px; }
  #using-your-library #getting-here .pins#morehouse, #using-your-library #getting-here .pins_static#morehouse {
    right: 688px;
    top: 254px; }
  #using-your-library #getting-here .pins#spelman, #using-your-library #getting-here .pins_static#spelman {
    right: 560px;
    top: 400px; }
  #using-your-library #getting-here .pins#auc, #using-your-library #getting-here .pins_static#auc {
    left: 484px;
    top: 202px; }
  #using-your-library #getting-here .pins#rw-library, #using-your-library #getting-here .pins_static#rw-library {
    left: 77px;
    top: 41px; } }
/* Over 960 (devices and browsers) */
@media only screen and (min-width: 768px) {
  #mobile-nav {
    visibility: hidden !important; }

  .dc-carousel .dc-carousel__content {
    width: 40%;
    float: left; }
  .dc-carousel .dc-carousel__img {
    width: 60%; }
  .dc-carousel p.cta {
    position: absolute;
    bottom: 15px; }

  .dc-carousel__controls {
    left: 25%;
    right: auto; }

  .dc-row {
    margin-left: -15px;
    margin-right: -15px; }

  .dc-column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .dc-column--half {
      width: 50%; }
    .dc-column--third {
      width: 33%; }
    .dc-column--fourth {
      width: 25%; }
      .dc-column--fourth .box .title {
        font-size: 20px;
        min-height: 72px; }

  .module-map .location-info {
    margin-left: -10px; }
  .module-map .shuttle {
    margin-right: -10px; }

  .dc-column {
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    width: 100%; }
    .dc-column--half {
      width: 50%; }
    .dc-column--third {
      width: 33%; }
    .dc-column--fourth {
      width: 25%; }
      .dc-column--fourth .box .title {
        font-size: 20px;
        min-height: 72px; }

  .module-map .location-info {
    margin-left: -10px; }
  .module-map .shuttle {
    margin-right: -10px; }

  /* Chat */
  .lcs_slide_out header a {
    width: 131px; } }
/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
  .ajax-loader {
    background-position: 0 0; }

  .subtitle.tabbed {
    float: none; }

  .tabs {
    display: block;
    float: none; }

  .row #column-1.bigger {
    float: none;
    width: 100%; }

  .homepage.row .search.box input[type=text] {
    font-size: 20px;
    line-height: 48px; } }
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
  #using-your-library #finding-materials .mantle-wrap, #using-your-library #available-technologies .mantle-wrap {
    width: 768px;
    height: 600px; }
  #using-your-library #finding-materials .flex-prev, #using-your-library #finding-materials .flex-next, #using-your-library #available-technologies .flex-prev, #using-your-library #available-technologies .flex-next {
    top: 390px; }
  #using-your-library #finding-materials .eight, #using-your-library #available-technologies .eight {
    margin-left: -164px; }

  #using-your-library #getting-here .row {
    width: 768px; }
  #using-your-library #getting-here .eight {
    right: 40px; }
    #using-your-library #getting-here .eight .button {
      font-size: 10px; }
      #using-your-library #getting-here .eight .button.purple {
        margin-right: 12px; }
  #using-your-library #getting-here .pins, #using-your-library #getting-here .pins_static {
    font-size: 10px; }
    #using-your-library #getting-here .pins#clark-atlanta, #using-your-library #getting-here .pins_static#clark-atlanta {
      right: 417px;
      top: 154px; }
    #using-your-library #getting-here .pins#itc, #using-your-library #getting-here .pins_static#itc {
      left: 506px;
      top: 62px; }
    #using-your-library #getting-here .pins#morehouse, #using-your-library #getting-here .pins_static#morehouse {
      right: 593px;
      top: 254px; }
    #using-your-library #getting-here .pins#spelman, #using-your-library #getting-here .pins_static#spelman {
      right: 464px;
      top: 400px; }
    #using-your-library #getting-here .pins#auc, #using-your-library #getting-here .pins_static#auc {
      left: 389px;
      top: 202px; }
    #using-your-library #getting-here .pins#rw-library, #using-your-library #getting-here .pins_static#rw-library {
      left: 1px;
      top: 41px; }

  /* Header */
  #primary-nav {
    padding: 30px 8px 0 30px;
    width: 438px; }
    #primary-nav > ul {
      margin-bottom: 10px; }

  #primary-nav li.large {
    width: 185px; }

  #primary-nav li.small {
    width: 185px; }

  /* Footer */
  #primary-footer .logos {
    padding-left: 86px;
    width: 206px; }

  #primary-footer .offset-by-one {
    padding-left: 25px; }

  /* Homepage */
  .homepage.row .reserve-a-room.box {
    width: 360px; }

  .homepage.row .search.box {
    margin-left: 400px;
    width: 370px; }

  .row #column-1 {
    width: 430px; }
    .row #column-1.offgrid {
      margin: -100px 0 0 0; }

  .row .resources.box {
    width: 195px; }

  .row #column-2 {
    padding: 0;
    width: 300px; }

  /* Module: CTA */
  .module-cta {
    padding: 100px 0 80px; }

  /* Module: Testimonial */
  .module-testimonial .columns {
    padding: 0 134px; }

  /* Module: Carousel */
  .module-carousel .carousel ul {
    height: 318px; }

  /* Module: Reserve a Room */
  #module-reserve-a-room .thumb img {
    width: auto; }

  /* Module: Services */
  #module-services .thumb img {
    width: auto; }

  #using-your-library #getting-here .mantle-wrap {
    width: 768px; }

  .dc-carousel .dc-carousel__content {
    width: 40%;
    float: left; }
  .dc-carousel .dc-carousel__img {
    width: 60%; }
  .dc-carousel p.cta {
    position: absolute;
    bottom: 15px; }

  .dc-carousel__controls {
    left: 25%;
    right: auto; }

  .dc-box--third {
    width: 33%;
    float: left;
    padding: 0 15px; }

  .dc-box--half {
    width: 49.5%;
    float: left;
    padding: 0 15px; }

  .dc-column--fourth .box .title {
    font-size: 14px;
    min-height: 48px; }

  /* Calendar */
  .calendar-events__date {
    width: 190px; }
  .calendar-events__events {
    width: 578px; } }
/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
  #using-your-library #introduction .title {
    width: 100%;
    padding: 30px 0 10px 0;
    position: relative; }

  #using-your-library #introduction .mantle-wrap, #using-your-library #woodi-cafe .mantle-wrap, #using-your-library #conclusion .mantle-wrap {
    width: 100%;
    height: auto; }

  #snapshot-mantle, #woodi-cafe-img, #conclusion-img {
    width: 100%;
    position: relative;
    margin: 0px;
    left: auto; }

  #using-your-library #what-we-offer {
    background-image: url(../images/main-bg-left.png), url(../images/main-bg-right.png);
    background-color: #fff; }
    #using-your-library #what-we-offer h3 {
      margin-bottom: 10px; }
    #using-your-library #what-we-offer p {
      margin: 0px; }

  #using-your-library #woodi-cafe, #conclusion {
    overflow: hidden; }

  #using-your-library #conclusion-img {
    position: absolute; }

  #using-your-library #woodi-cafe-img, #using-your-library #conclusion-img {
    min-height: 650px;
    width: auto; }

  #using-your-library #finding-materials .flex-direction-nav, #using-your-library #available-technologies .flex-direction-nav, #our-facilities-slide .flex-direction-nav {
    display: none; }
  #using-your-library #finding-materials .eight, #using-your-library #available-technologies .eight, #our-facilities-slide .eight {
    bottom: auto; }
  #using-your-library #finding-materials .flex-control-nav, #using-your-library #available-technologies .flex-control-nav, #our-facilities-slide .flex-control-nav {
    display: block;
    width: auto;
    position: relative;
    margin-top: 20px;
    bottom: auto; }

  #return-to-site {
    padding: 0; }

  .row #column-1.offgrid, .row #column-2.offgrid {
    margin: 0; }

  .show-on-mobile {
    display: block; }

  .hide-on-mobile {
    display: none; }

  .field input {
    width: 100%; }

  form.ajax input[type=submit] {
    position: static;
    min-width: 0;
    width: 100%; }

  /* Header */
  #brand {
    margin: 0;
    padding-top: 30px; }

  #primary-nav,
  #secondary-nav {
    display: none; }

  /* Footer */
  #primary-footer {
    padding: 40px 0 20px; }

  #primary-footer .logos {
    padding: 0;
    width: 300px; }

  #primary-footer .logos ul {
    margin-bottom: 20px; }

  #primary-footer .logos li {
    margin: 0 20px 10px 0; }

  #primary-footer .menu,
  #primary-footer .social {
    margin-bottom: 30px; }

  #archives-research-center header .description {
    display: none; }

  /* Main */
  #main-content.two-thirds .content {
    margin-right: 0; }

  /* Form: Donate */
  #form-donate {
    margin: 0; }

  #form-donate h2,
  #form-donate .field {
    margin: 0 0 10px;
    width: 100%; }

  #form-donate .half.field {
    width: 100%; }

  #form-donate input[type=submit] {
    margin: 0; }

  #form-donate .checks-or-money-order {
    margin: 40px 0 0; }

  /* Box */
  #main-content .box {
    width: 100%; }

  /* Homepage */
  .homepage.row .reserve-a-room.box,
  .homepage.row .search.box {
    margin-left: 0;
    position: static;
    width: 100%; }

  .homepage.row .search.box input[type=text] {
    font-size: 14px;
    width: 70%; }

  .homepage.row .search.box input[type=submit] {
    width: 30%; }

  .row #column-1,
  .row #column-1.big,
  .row #column-2,
  .row .map-column {
    float: left;
    padding: 0;
    width: 100%; }
    .row #column-1.offgrid,
    .row #column-1.big.offgrid,
    .row #column-2.offgrid,
    .row .map-column.offgrid {
      margin: 0; }

  .row .resources.box {
    width: 100%; }

  #archives-research-center .homepage.row .using-the-archives.box {
    margin-top: 0; }

  #archives-research-center #brand {
    padding-top: 0; }
  #archives-research-center #primary-header .row {
    padding-top: 0; }

  /* Main Content */
  #main-content .cta-block {
    margin-right: 0;
    width: 100%; }

  /* Module: Mantle */
  .module-mantle .operating-hours {
    position: static; }

  /* Module: Testimonial */
  .module-testimonial .columns {
    padding: 0; }

  /* Module: Carousel */
  .module-carousel .carousel li .content {
    position: static;
    width: 100%; }

  /* Module: Submit Course Reserve */
  #module-submit-purchase-recommendation h3,
  #module-submit-purchase-recommendation .field,
  #module-submit-course-reserves h3,
  #module-submit-course-reserves .field,
  .two-thirds-form h3,
  .two-thirds-form .field {
    margin: 0;
    width: 100%; }

  #module-submit-purchase-recommendation .half.field,
  #module-submit-course-reserves .half.field,
  #module-submit-purchase-recommendation .double.field,
  #module-submit-course-reserves .double.field,
  .two-thirds-form .half.field,
  .two-thirds-form .double.field {
    width: 100%; }

  #module-submit-purchase-recommendation input[type=submit],
  #module-submit-course-reserves input[type=submit],
  .two-thrds-form input[type=submit] {
    margin: 0; }

  #module-reserve-a-room .reserve-type .reserve-type-img {
    float: none; }
    #module-reserve-a-room .reserve-type .reserve-type-img.align-right, #module-reserve-a-room .reserve-type .reserve-type-img.align-left {
      margin: 0 0 20px 0; }
  #module-reserve-a-room .reserve-type .reserve-type-text {
    float: none;
    width: 100%; }
    #module-reserve-a-room .reserve-type .reserve-type-text.align-left, #module-reserve-a-room .reserve-type .reserve-type-text.align-right {
      padding: 0; }

  #module-services .reserve-type .reserve-type-img {
    float: none; }
    #module-services .reserve-type .reserve-type-img.align-right, #module-services .reserve-type .reserve-type-img.align-left {
      margin: 0 0 20px 0; }
  #module-services .reserve-type .reserve-type-text {
    float: none;
    width: 100%; }
    #module-services .reserve-type .reserve-type-text.align-left, #module-services .reserve-type .reserve-type-text.align-right {
      padding: 0; }
  #module-services .reserve-type .reserve-type-buttons--align-right {
    text-align: left; }

  /* Module: Room Map */
  #module-room-map .room-map-floor {
    padding-top: 0; }

  #module-room-map .info-box {
    display: none; }

  /* Executive Team */
  #executive-team .member .content {
    padding-left: 0; }

  /* Staff Directory */
  #staff-directory-resource table {
    border: none; }

  #staff-directory-resource tr {
    display: block;
    padding-bottom: 20px; }

  #staff-directory-resource .table-header {
    display: none; }

  #staff-directory-resource td {
    border: none;
    display: block;
    padding: 0;
    text-align: left;
    width: auto; }

  /* Using Your Library */
  #using-your-library .sidenav {
    display: none; }

  #using-your-library #introduction .title,
  #using-your-library #conclusion .title {
    font-size: 30px; }

  /* Side Chat */
  #side-chat {
    display: none; }

  #using-your-library #finding-materials .row, #using-your-library #finding-materials .mantle-wrap, #using-your-library #available-technologies .row, #using-your-library #available-technologies .mantle-wrap, #our-facilities-slide .row, #our-facilities-slide .mantle-wrap {
    width: 100%; }
  #using-your-library #finding-materials .flex-next, #using-your-library #finding-materials .flex-prev, #using-your-library #available-technologies .flex-next, #using-your-library #available-technologies .flex-prev, #our-facilities-slide .flex-next, #our-facilities-slide .flex-prev {
    top: 305px; }
  #using-your-library #finding-materials .eight, #using-your-library #available-technologies .eight, #our-facilities-slide .eight {
    width: 100%;
    margin: 0px;
    left: 0px; }

  /* Calendar */
  .calendar-box__header {
    width: 100%; }
  .calendar-box__pagination {
    padding: 20px 30px 5px; }
    .calendar-box__pagination__simple-nav {
      float: none; }
  .calendar-box__title {
    float: none;
    font-size: 28px; }
  .calendar-box__month-selector, .calendar-box__day-selector {
    float: none;
    width: 100%; }
  .calendar-box__view-type-nav__featured {
    text-align: center; }
  .calendar-box__view-type-nav ul {
    text-align: center; }
    .calendar-box__view-type-nav ul li {
      float: none; }

  .calendar {
    display: block; }
    .calendar thead,
    .calendar tbody,
    .calendar tr,
    .calendar th,
    .calendar td {
      display: block; }
    .calendar th {
      display: none; }
    .calendar tr:first-child td {
      border-top: 2px solid #d3d3d3; }
    .calendar th {
      border-bottom: none;
      border-left: none;
      border-right: none; }
      .calendar th:first-child {
        border-left: none; }
    .calendar td {
      border-top: 2px solid #d3d3d3;
      border-bottom: none;
      border-left: none;
      border-right: none; }
      .calendar td:first-child {
        border-left: none; }
    .calendar__day__container {
      min-height: 0; }

  td.calendar__day {
    border-top: 2px solid #d3d3d3;
    padding: 30px; }
    td.calendar__day:first-child {
      border-top: 2px solid #d3d3d3; }

  td.calendar__day--other-month {
    display: none; }

  .calendar-events__date {
    width: 100%; }
  .calendar-events__events {
    border-top: 1px solid #efefef;
    border-left: none;
    width: 100%; }
  .calendar-events__event {
    padding: 20px 30px 0; } }
/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
  /* Homepage */
  .homepage.row .reserve-a-room.box,
  .homepage.row .search.box,
  .homepage.row #column-1,
  .homepage.row #column-2 {
    width: 420px; }

  /* Module: CTA */
  .module-cta {
    padding: 40px 0 20px; }

  /* Module: Carousel */
  .module-carousel .carousel ul {
    height: 368px; } }
/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
  .row #column-1.offgrid, .row #column-2.offgrid {
    margin: 0; }

  /* Mobile Nav */
  /* Header */
  #brand {
    width: 240px; }

  #brand a:first-child {
    background-size: 100%;
    width: 100%; }

  /* Module: CTA */
  .module-cta {
    padding: 30px 0 10px; }

  /* Module: Carousel */
  .module-carousel .carousel ul {
    height: 339px; }

  .calendar-box__view-type-nav ul li {
    margin: 0; } }
.lt-ie9 .ie8-show {
  display: block !important; }
.lt-ie9 .ie8-hide {
  display: none; }

.alert-banner {
  background-color: #01abc5;
  color: #f4f4f4;
  font-family: "museo-slab", "arvo", Georgia, serif;
  font-size: 14px;
  height: auto;
  opacity: 1;
  padding: 16px 0;
  position: relative;
  text-align: center;
  text-transform: none;
  top: 37px;
  transition: all 0.3s ease-in-out;
  visibility: visible;
  width: 100%; }
  .alert-banner__text {
    margin: 0 auto;
    width: 60%; }
    .alert-banner__text a {
      color: #f4f4f4;
      text-decoration: underline; }
    .alert-banner__text div, .alert-banner__text a, .alert-banner__text p {
      line-height: 20px;
      margin-bottom: 0;
      text-transform: none; }
    .alert-banner__text div, .alert-banner__text p {
      font-weight: 700; }
    .alert-banner__text a {
      font-weight: 900; }
  .alert-banner__close {
    display: block;
    height: 13px;
    position: absolute;
    right: 10%;
    top: 48%;
    transform: translateY(-50%);
    width: 13px; }
    .alert-banner__close::before, .alert-banner__close::after {
      background-color: #f4f4f4;
      content: "";
      height: 2px;
      left: 0;
      position: absolute;
      top: 50%;
      width: 15px; }
    .alert-banner__close::before {
      transform: rotate(45deg); }
    .alert-banner__close::after {
      transform: rotate(-45deg); }

.alert-banner--hidden {
  height: 0;
  opacity: 0;
  padding: 0;
  visibility: hidden; }

@media screen and (min-width: 768px) {
  .alert-banner {
    top: 0; }
    .alert-banner__text {
      width: 70%; } }

/*# sourceMappingURL=layout.css.map */
