@charset "UTF-8";
@import url(../css/vendor/normalize.css);
body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background-color: white;
  background-image: url(../../resources/img/black35v.png);
  background-position: left top;
  background-repeat: repeat-x;
  padding-top: 35px;
  font-family: Acherus, sans-serif;
  font-weight: 400;
  color: black;
  text-align: justify; }
  body p {
    font-family: Acherus, sans-serif;
    font-size: 16px; }

article {
  margin-bottom: 1.5rem; }

.row {
  width: 100%;
  margin: 0; }

/* ======================= GENERIC CLASSES ======================= */
.info-block {
  background-color: #EEEEEE;
  box-sizing: border-box;
  padding: 5px 15px;
  margin-bottom: 10px;
  text-align: left; }
  .info-block h2, .info-block h3, .info-block h4 {
    color: black;
    text-transform: capitalize;
    font-weight: bold; }
  .info-block p:last-of-type {
    margin-bottom: 0; }

.par-highlight {
  padding: 1rem;
  border: 1px solid #8b1f41;
  font-size: large;
  text-align: left;
  font-weight: bold; }

.moss-submenu ul li {
  list-style: none; }
  .moss-submenu ul li a:before {
    content: '\f105';
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    margin-left: -1.2em;
    width: 1.2em; }

.shield,
.shield-mobile {
  display: none !important; }

.visually-hidden,
.hide,
.skip,
.voice {
  position: absolute;
  top: -10000px;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden; }

/* --- LINKS ---- */
a, a:link {
  color: #8b1f41;
  text-decoration: none;
  font-family: Acherus, sans-serif; }

a:visited {
  color: #8b1f41; }

a:hover, a:focus {
  color: #3f787d;
  text-decoration: underline; }

/* --- HEADERS ---- */
h1 {
  font-size: 2em;
  /* equivalent to 180% */ }

h2 {
  font-size: 1.8em;
  /* equivalent to 140% */ }

h3 {
  font-size: 1.6em;
  /* equivalent to 130% */ }

h4, h5, h6 {
  margin-bottom: 0;
  color: #3f787d;
  font-size: 1.4em;
  font-weight: bold;
  /* equivalent to 120% */ }

h1, h2, h3, h4, h5, h6,
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-family: gineso-condensed,sans-serif;
  text-align: left;
  margin-left: 0; }

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  border: 0;
  color: #691731;
  font-weight: normal;
  margin-bottom: 1rem; }

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  border-left: 5px solid #eee; }

main {
  position: relative;
  box-sizing: border-box;
  padding: 0 20px;
  margin: 0 auto;
  max-width: 1170px;
  margin-bottom: 60px; }
  main .container {
    position: relative;
    display: flex;
    box-sizing: border-box;
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
    align-content: stretch; }
    main .container .center {
      text-align: center; }
    main .container .main-content-left {
      position: relative;
      flex-grow: 2;
      max-width: 800px;
      margin: 0 10px; }
    main .container .main-content-right {
      position: relative;
      flex-grow: 1;
      max-width: 800px;
      margin: 0 10px; }

.scholar-header {
  background-color: #fff;
  min-height: 144px; }
  .scholar-header .department-name {
    margin-top: 30px;
    text-transform: uppercase;
    color: #8b1f41;
    line-height: 1;
    position: relative;
    height: 87px;
    align-items: center;
    display: flex;
    text-align: left; }
    .scholar-header .department-name a,
    .scholar-header .department-name a:active,
    .scholar-header .department-name a:focus,
    .scholar-header .department-name a:hover {
      font-family: Acherus,sans-serif;
      color: #8b1f41; }
    .scholar-header .department-name .department {
      font-size: 1.4em; }
    .scholar-header .department-name .department:hover, .scholar-header .department-name .department:focus, .scholar-header .department-name .department:link {
      color: #8b1f41; }
  .scholar-header .logo-block {
    width: 100%;
    max-width: 274px;
    position: relative;
    margin-top: 30px;
    top: 19px;
    height: 56px; }
    .scholar-header .logo-block img {
      vertical-align: middle;
      background-color: inherit; }
  .scholar-header .vertical-divider {
    height: 66px;
    border-left: 1px solid #c64600;
    width: 1px;
    position: relative;
    left: -15px;
    margin-right: 15px; }

/* --- TABLES ---- */
table.table-centered th {
  text-align: center;
  vertical-align: middle; }
table.table-centered td {
  text-align: center;
  vertical-align: middle; }

/* --- LISTS ---- */
.arrow-list {
  list-style-type: none;
  list-style-image: url(/assets/img/list_bullet_fw.gif); }

ul li {
  list-style-type: unset; }

li {
  text-align: left; }

/* --- Page title --- */
.page-title {
  color: #691731;
  box-sizing: border-box;
  border-bottom: 1px dashed #6d6a75;
  text-align: left;
  vertical-align: middle;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  width: 100%; }
  .page-title h1 {
    font-size: 40px;
    font-weight: lighter;
    padding-top: 20px;
    display: table-cell; }

/* ====================== JOURNAL STYLES ========================*/
.journal .page-title {
  text-align: center; }
.journal .align-left {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 45%;
  margin: 0;
  font-size: 18px;
  text-align: left;
  font-weight: bold; }
.journal .align-right {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  width: 45%;
  margin: 0;
  font-size: 18px;
  text-align: right;
  font-weight: bold; }
.journal .journal-info {
  position: relative;
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  border-bottom: 1px solid #6d6a75; }
  .journal .journal-info .logo-image {
    position: relative;
    max-height: 200px;
    max-width: 200px; }
  .journal .journal-info .editor-list {
    font-size: 16px;
    font-weight: bold; }
    .journal .journal-info .editor-list ul {
      padding: 10px 0px;
      margin: 0px; }
    .journal .journal-info .editor-list li {
      font-size: 14px;
      font-weight: normal;
      list-style: none; }

/* ====================== CALLOUT STYLES ========================*/
.callout {
  display: block;
  width: 100%;
  padding: 5px;
  border-radius: 5px;
  text-align: center;
  background-color: #faf4f3; }
  .callout a {
    font-weight: bold;
    font-size: 1.2em; }

/* ====================== BUTTON STYLES ========================*/
.maroon-button {
  position: relative;
  display: block;
  box-sizing: border-box;
  border: 2px solid #8b1f41;
  padding: 5px 0px;
  background-color: #8b1f41;
  color: white; }
  .maroon-button p {
    display: block;
    box-sizing: border-box;
    color: white;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 1.2em; }

.maroon-button:hover, .maroon-button:focus {
  background-color: white;
  color: #8b1f41; }
  .maroon-button:hover p, .maroon-button:focus p {
    color: #8b1f41; }

/* ====================== BREADCRUMB STYLES ========================*/
ol.breadcrumb::before {
  border: 1px solid #fe5b00;
  content: "";
  height: .6em;
  width: .6em;
  display: inline-block;
  margin-right: 5px; }

.breadcrumb {
  padding: 8px 15px;
  margin-bottom: 20px;
  list-style: none;
  background-color: #f5f5f5;
  border-radius: 4px; }

.breadcrumb > li {
  display: inline-block;
  text-transform: capitalize; }

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"; }

.breadcrumb > .active {
  color: #333; }

/* ====================== EMPLOYEE STYLES ========================*/
.employee-info {
  position: relative;
  display: flex;
  box-sizing: border-box;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: stretch;
  align-items: stretch;
  align-content: stretch; }
  .employee-info .employee-profile {
    position: relative;
    display: inline-block;
    box-sizing: border-box;
    border: 1px dashed #faf4f3;
    min-width: 250px;
    width: 30%;
    padding: 0 10px;
    flex-grow: 1; }
    .employee-info .employee-profile .employee-name {
      font-size: 16px; }

/* ====================== MEDIA STYLES ========================*/
@media screen and (max-width: 767px) {
  /*MOSS TEMPLATE*/
  .moss-menu-button {
    color: white;
    border-left: 1px solid #e87722; }

  .moss-menu-button-sticky {
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #e87722;
    background-color: #555555;
    color: white; }

  /*HEADER*/
  .scholar-header {
    min-height: 87px; }
    .scholar-header .logo-block {
      margin: 0; }
    .scholar-header .department-name {
      margin-top: 10px;
      display: inline-flex; } }
@media screen and (max-width: 700px) {
  body {
    background: none; } }
@media screen and (max-width: 649px) {
  .vertical-divider {
    margin: 0px; } }
@media screen and (max-width: 633px) {
  .vertical-divider {
    display: none; }

  .scholar-header .department-name {
    display: none;
    width: 100%;
    text-align: center; }
    .scholar-header .department-name span {
      width: 100%; } }
.swoosh {
  position: relative;
  display: block;
  width: 100%;
  bottom: -1px; }

footer,
#vt_footer_wrapper {
  position: relative;
  display: block;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  background-color: #333;
  width: 100%;
  height: auto;
  overflow: hidden;
  text-align: left; }
  footer ul,
  #vt_footer_wrapper ul {
    list-style: none; }
  footer .btn-give-to-lib,
  #vt_footer_wrapper .btn-give-to-lib {
    margin-top: 20px;
    background-color: #3f787d; }
  footer .btn-give-to-lib:hover,
  #vt_footer_wrapper .btn-give-to-lib:hover {
    background-color: #27494c; }
  footer a,
  footer a:link,
  footer a:focus,
  footer a:hover,
  footer p,
  #vt_footer_wrapper a,
  #vt_footer_wrapper a:link,
  #vt_footer_wrapper a:focus,
  #vt_footer_wrapper a:hover,
  #vt_footer_wrapper p {
    color: white; }
  footer .container,
  #vt_footer_wrapper .container {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 20px 0px 0px 0px;
    width: 100%;
    height: auto; }
    footer .container .logo-block,
    #vt_footer_wrapper .container .logo-block {
      position: relative;
      display: block;
      margin-top: 20px;
      flex-grow: 2; }
      footer .container .logo-block img,
      #vt_footer_wrapper .container .logo-block img {
        width: 274px; }
      footer .container .logo-block ul li,
      #vt_footer_wrapper .container .logo-block ul li {
        list-style-type: none; }
      footer .container .logo-block ul li:before,
      #vt_footer_wrapper .container .logo-block ul li:before {
        content: " ";
        font-family: "FontAwesome";
        color: #CF055B; }
    footer .container .footer-content,
    #vt_footer_wrapper .container .footer-content {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      flex-grow: 4;
      background-color: #333; }
      footer .container .footer-content .column,
      #vt_footer_wrapper .container .footer-content .column {
        position: relative;
        display: block;
        flex-grow: 2;
        flex-shrink: 2;
        margin: 10px; }
        footer .container .footer-content .column ul,
        #vt_footer_wrapper .container .footer-content .column ul {
          margin: 0;
          padding: 0;
          list-style-type: none; }
  footer .soc-header,
  #vt_footer_wrapper .soc-header {
    text-transform: uppercase; }
  footer .soc-icons,
  #vt_footer_wrapper .soc-icons {
    position: relative;
    display: block;
    margin: 0 auto;
    width: 100%;
    box-sizing: border-box; }
    footer .soc-icons li,
    #vt_footer_wrapper .soc-icons li {
      list-style-type: none;
      display: inline-block;
      padding: 0px;
      margin: 0px; }
    footer .soc-icons a.soc,
    footer .soc-icons a.soc:link,
    #vt_footer_wrapper .soc-icons a.soc,
    #vt_footer_wrapper .soc-icons a.soc:link {
      position: relative;
      display: inline-block;
      box-sizing: border-box;
      background-color: white;
      flex-wrap: wrap;
      color: #333;
      border: 1px solid #6d6a75;
      width: 35px;
      height: 35px;
      border-radius: 90px;
      margin: 5px; }
      footer .soc-icons a.soc span,
      footer .soc-icons a.soc:link span,
      #vt_footer_wrapper .soc-icons a.soc span,
      #vt_footer_wrapper .soc-icons a.soc:link span {
        position: relative;
        display: inline-block;
        font-size: 20px;
        width: 100%;
        height: 100%;
        padding: 6px 0 0 0px;
        text-align: center;
        vertical-align: middle; }
      footer .soc-icons a.soc span span,
      footer .soc-icons a.soc:link span span,
      #vt_footer_wrapper .soc-icons a.soc span span,
      #vt_footer_wrapper .soc-icons a.soc:link span span {
        position: absolute;
        top: -10000px;
        left: -10000px; }
    footer .soc-icons a.soc:hover,
    footer .soc-icons a.soc:focus,
    #vt_footer_wrapper .soc-icons a.soc:hover,
    #vt_footer_wrapper .soc-icons a.soc:focus {
      color: #8b1f41; }
  footer #footer-copyright,
  #vt_footer_wrapper #footer-copyright {
    position: absolute;
    width: 100%;
    background-color: black;
    bottom: 0;
    display: flex;
    align-items: center;
    height: 35px; }
    footer #footer-copyright p,
    #vt_footer_wrapper #footer-copyright p {
      color: white;
      text-align: left;
      font-size: 11px;
      font-weight: 400;
      margin: 0 0 0 10px;
      padding: 0;
      width: auto; }

@media screen and (max-width: 767px) {
  footer,
  #vt_footer_wrapper {
    text-align: center; }
    footer h4,
    #vt_footer_wrapper h4 {
      text-align: center; } }
@media screen and (max-width: 600px) {
  footer .container .footer-content .column {
    text-align: center; }

  footer .container .logo-block {
    margin-top: 0px; } }

/*# sourceMappingURL=redesign.css.map */
