@charset "UTF-8";
@import 'vendor/normalize.css';
body {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  background-color: white;
  background-image: url(/assets/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: left;
}
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: "";
  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;
}

.fade-in {
  -webkit-animation: fade-in 2s ease;
  -moz-animation: fade-in ease-in-out 2s both;
  -ms-animation: fade-in ease-in-out 2s both;
  -o-animation: fade-in ease-in-out 2s both;
  animation: fade-in 2s ease;
  visibility: visible;
  -webkit-backface-visibility: hidden;
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#journal-rotation {
  position: relative;
  display: block;
  box-sizing: border-box;
}
#journal-rotation img {
  display: block;
  max-height: 100px;
  margin: 0 auto;
  margin-bottom: 10px;
}
#journal-rotation span {
  display: block;
  font-size: x-small;
  text-align: center;
}

.contact {
  text-align: center;
}

.contact-button {
  padding: 10px;
  background-color: #8b1f41;
  margin: 10px 0px;
}
.contact-button a,
.contact-button a:link,
.contact-button a:visited 
{
  color: white;
  font-size: 1.2em;
  font-weight: bold;
}

.contact-button:hover,
.contact-button:focus {
  background-color: #691731;
}

.vol_issue {
  float: right;
  font-weight: bold;
  margin-right: 1.5em;
}

.vol_ssn {
  float: left;
  font-weight: bold;
  margin-left: 1.5em;
}

.doi {
  text-align: center;
}

/* --- SEARCH --- */
table.gsc-search-box tbody {
  font-size: 1em;
}
table.gsc-search-box tr {
  border-bottom: none;
}
table.gsc-search-box tr:nth-child(odd) {
  background-color: transparent;
}

.gsc-control-cse.gsc-control-cse-en {
  padding: 0px;
  margin: 0px;
}

div#gsc-iw-id1 {
  height: auto;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0px !important;
}

.gsc-search-button-v2,
.gsc-search-button-v2:hover,
.gsc-search-button-v2:focus {
  background-color: #8b1f41 !important;
}

.gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  background-color: #691731 !important;
}

.gsc-result .gs-title {
  height: auto !important;
}

td#gs_tti51 {
  padding: 0px;
}

/* --- 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;
}

.moss-search-block {
  margin-top: 30px;
}
.moss-search-block form {
  width: 100%;
  height: 30px;
  border: 1px solid #faf4f3;
}

/* --- TABLES ---- */
table.table-centered th {
  text-align: center;
  vertical-align: middle;
}
table.table-centered td {
  text-align: center;
  vertical-align: middle;
}

table {
  width: 100%;
}
table caption {
  color: black;
  font-size: 0.9em;
}
table thead {
  background-color: white;
  border: none;
  color: white;
}
table thead tr {
  background-color: #8b1f41;
  color: white;
  border: none;
}
table thead tr th {
  vertical-align: middle;
}
table thead th {
  background-color: #8b1f41;
  color: white;
  border: 1px solid white;
  text-align: center;
  font-weight: 500;
  font-size: 1.1em;
}
table tbody {
  font-size: 0.9em;
  font-weight: 500;
}
table tr {
  border-bottom: 1px solid #6d6a75;
}
table tr:nth-child(odd) {
  background-color: #d7d2cb;
}
table tr:nth-child(odd) td:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.3);
}
table tr:nth-child(even) {
  background-color: #faf4f3;
}
table tr:nth-child(even) td:nth-child(even) {
  background-color: rgba(255, 255, 255, 0.8);
}
table td {
  padding: 3px;
}
table td img {
  position: relative;
  display: block;
  margin: 0 auto;
}

table.jars {
  width: auto;
}
table.jars tr {
  border-bottom: none;
}
table.jars tr:nth-child(odd) {
  background-color: white;
}
table.jars tr:nth-child(odd) td:nth-child(even) {
  background-color: white;
}
table.jars tr:nth-child(even) {
  background-color: white;
}
table.jars tr:nth-child(even) td:nth-child(even) {
  background-color: white;
}

.table > thead > tr > th {
  vertical-align: middle;
  border-bottom: none;
}

/* --- 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;
}

figure.jars-header-image {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
figure.jars-header-image picture {
  width: 100%;
}
figure.jars-header-image picture img {
  display: block;
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
}
figure.jars-header-image figcaption {
  text-align: center;
  width: 100%;
}

.jars h2 {
  font-size: 3em;
  color: black;
}
.jars figure {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.jars figure picture {
  width: 100%;
}
.jars figure picture img {
  display: block;
  width: auto;
  margin: 0 auto;
}
.jars figure figcaption {
  text-align: center;
  width: 100%;
}

/* ====================== 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;
}

.spectrum-button,
.spectrum-button:link,
.spectrum-button:visited,
.spectrum-button:hover,
.spectrum-button:focus {
  position: relative;
  display: block;
  box-sizing: border-box;
  background-color: #DFE0F2;
  border: 2px solid #EEEEEE;
  padding: 5px 0px;
  color: black;
  text-decoration: none;
}
.spectrum-button p,
.spectrum-button:link p,
.spectrum-button:visited p,
.spectrum-button:hover p,
.spectrum-button:focus p {
  margin: 0;
  padding: 0;
}

.spectrum-button:hover,
.spectrum-button:focus {
  background-color: white;
  background: linear-gradient(#E9EEF4, white, white, #F2EED5);
  border-top-color: #136397;
  border-bottom-color: #136397;
}

/* ====================== BREADCRUMB STYLES ========================*/
ol.breadcrumb::before {
  border: 1px solid #fe5b00;
  content: "";
  height: 0.6em;
  width: 0.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;
  font-size: 16px;
}

.breadcrumb > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/ ";
}

.breadcrumb > .active {
  color: #333;
}

.breadcrumb-item.home {
  font-weight: bold;
}

/* ====================== 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: 767px) {
  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%;
  }
}
#mainNav {
  position: relative;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  padding: 0 10% 0 10%;
  margin-bottom: 0;
  border-bottom: 1px solid black;
  background: white;
  min-height: 40px;
  font-family: "Acherus", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 23.4px;
}
#mainNav .logo {
  display: none;
}
#mainNav > ul {
  position: relative;
  display: grid;
  grid-template-rows: 100%;
  grid-template-columns: repeat(7, auto);
  box-sizing: border-box;
  vertical-align: middle;
  width: 100%;
  max-width: 1170px;
  padding: 0;
  margin: 0 auto;
}
#mainNav > ul > li {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  vertical-align: top;
  text-align: center;
  text-transform: uppercase;
  margin: 0;
  height: 100%;
  max-height: 80px;
  border-right: 1px dashed #ff6600;
}
#mainNav > ul > li > a,
#mainNav > ul > li > a:link {
  position: relative;
  display: inline-block;
  box-sizing: border-box;
  padding: 10px 10px;
}
#mainNav > ul > li > button {
  position: relative;
  display: inline-block;
  width: auto;
  vertical-align: text-top;
  padding: 5px;
  background: transparent;
  border: none;
  cursor: pointer;
  border: 1px solid white;
}
#mainNav > ul > li > button:hover,
#mainNav > ul > li > button:focus {
  border: 1px solid #8b1f41;
  background-color: white;
  color: #333;
}
#mainNav > ul > li > ul {
  position: absolute;
  display: none;
  background-color: #d7d2cb;
  box-shadow: 4px 4px 0 -1px #6d6a75;
  text-transform: none;
  min-width: 200px;
  padding: 0;
  margin: 0;
  z-index: 3;
  left: 0px;
  right: auto;
}
#mainNav > ul > li > ul > li:first-child {
  padding-top: 30px;
}
#mainNav > ul > li > ul > li {
  text-align: left;
  list-style-type: none;
  padding: 10px 20px;
  margin: 0px;
}
#mainNav > ul > li > ul > li > a,
#mainNav > ul > li > ul > li > a:link {
  color: black;
  text-decoration: none;
}
#mainNav > ul > li > ul > li > a:hover,
#mainNav > ul > li > ul > li > a:focus {
  color: black;
  text-decoration: underline;
}
#mainNav > ul > .current,
#mainNav > ul > li:focus,
#mainNav > ul > li:hover,
#mainNav > ul > .no-submenu a:focus,
#mainNav > ul > .no-submenu:hover {
  background-color: #8b1f41;
  color: white;
}
#mainNav > ul > .current > a,
#mainNav > ul > .current > a:link,
#mainNav > ul > .current > a:focus,
#mainNav > ul > .current > a:hover,
#mainNav > ul > .current > button,
#mainNav > ul > li:focus > a,
#mainNav > ul > li:focus > a:link,
#mainNav > ul > li:focus > a:focus,
#mainNav > ul > li:focus > a:hover,
#mainNav > ul > li:focus > button,
#mainNav > ul > li:hover > a,
#mainNav > ul > li:hover > a:link,
#mainNav > ul > li:hover > a:focus,
#mainNav > ul > li:hover > a:hover,
#mainNav > ul > li:hover > button,
#mainNav > ul > .no-submenu a:focus > a,
#mainNav > ul > .no-submenu a:focus > a:link,
#mainNav > ul > .no-submenu a:focus > a:focus,
#mainNav > ul > .no-submenu a:focus > a:hover,
#mainNav > ul > .no-submenu a:focus > button,
#mainNav > ul > .no-submenu:hover > a,
#mainNav > ul > .no-submenu:hover > a:link,
#mainNav > ul > .no-submenu:hover > a:focus,
#mainNav > ul > .no-submenu:hover > a:hover,
#mainNav > ul > .no-submenu:hover > button {
  background-color: #8b1f41;
  color: white;
}
#mainNav > ul > .current > button:hover,
#mainNav > ul > .current > button:focus,
#mainNav > ul > li:focus > button:hover,
#mainNav > ul > li:focus > button:focus,
#mainNav > ul > li:hover > button:hover,
#mainNav > ul > li:hover > button:focus,
#mainNav > ul > .no-submenu a:focus > button:hover,
#mainNav > ul > .no-submenu a:focus > button:focus,
#mainNav > ul > .no-submenu:hover > button:hover,
#mainNav > ul > .no-submenu:hover > button:focus {
  background-color: white;
  color: #333;
  transition: background-color 0.2s ease-in;
}
#mainNav > ul > li:last-of-type {
  border-right: none;
}
#mainNav .has-submenu.open ul {
  display: block;
}
#mainNav .has-submenu.last.open ul {
  right: 0px;
  left: auto;
}

#navBurger {
  display: none;
}

#nav {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  z-index: 2;
}

#nav.nojs .flypanels-topbar.row {
  display: none;
}
#nav.nojs #mainNav {
  position: relative;
  display: block;
  width: 100%;
}
#nav.nojs #mainNav .logo {
  display: none;
}
#nav.nojs #mainNav ul li ul {
  display: block;
}

#nav.snap-top {
  position: fixed;
  top: 0px;
  padding-top: 0px;
}
#nav.snap-top #mainNav {
  padding: 0px;
  width: 100%;
  display: block;
}
#nav.snap-top #mainNav > ul {
  position: relative;
  width: 100%;
  background-color: white;
}

.side-search {
  display: none;
  margin-top: 30px;
  font-weight: normal;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
  #mainNav {
    padding-left: 5%;
    padding-right: 5%;
  }

  #mainNav > ul > li > a,
#mainNav > ul > li > a:link {
    padding: 7px;
  }

  .has-submenu {
    margin-bottom: 0px;
  }
}
@media screen and (max-width: 1000px) and (min-width: 768px) {
  #mainNav {
    padding-left: 1%;
    padding-right: 1%;
  }

  #mainNav > ul > li > a,
#mainNav > ul > li > a:link {
    font-size: 13px;
    padding: 7px 2px;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  #mainNav > ul > li > a,
#mainNav > ul > li > a:link {
    font-size: 12px;
    padding: 7px 2px;
  }
}
@media screen and (max-width: 767px) {
  #nav {
    display: block;
    box-sizing: border-box;
    top: 0px;
    right: 0px;
  }

  .nav-open #mask {
    position: fixed;
    width: 100%;
    height: 100%;
    background: transparent;
    z-index: 1;
  }
  .nav-open #nav {
    width: 300px;
  }

  #mainNav,
#nav.snap-top #mainNav {
    position: fixed;
    display: block;
    box-sizing: border-box;
    text-align: left;
    background-color: white;
    width: 300px;
    height: 100%;
    top: 0px;
    right: 0px;
    padding: 0px;
    margin: 0px;
    font-size: 16px;
    font-weight: 600;
    overflow: auto;
  }
  #mainNav .logo,
#nav.snap-top #mainNav .logo {
    position: relative;
    display: block;
    box-sizing: border-box;
    vertical-align: middle;
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  #mainNav .logo img,
#nav.snap-top #mainNav .logo img {
    width: 230px;
  }
  #mainNav > ul,
#nav.snap-top #mainNav > ul {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    margin-top: 40px;
    border-top: 1px solid #d7d2cb;
  }
  #mainNav > ul > li,
#mainNav > ul > li > a,
#nav.snap-top #mainNav > ul > li,
#nav.snap-top #mainNav > ul > li > a {
    position: relative;
    display: inline-table;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    list-style: none;
    text-transform: capitalize;
    font-size: 14px;
    text-align: left;
    border-bottom: 1px solid #d7d2cb;
  }
  #mainNav > ul > li > button,
#nav.snap-top #mainNav > ul > li > button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: auto;
    vertical-align: middle;
    box-sizing: border-box;
    width: 50px;
    height: 43px;
  }
  #mainNav > ul > li > ul,
#nav.snap-top #mainNav > ul > li > ul {
    position: relative;
    background-color: #faf4f3;
    box-shadow: none;
  }
  #mainNav > ul > li > ul > li:first-child,
#nav.snap-top #mainNav > ul > li > ul > li:first-child {
    padding-top: 10px;
  }

  #mainNav > ul > li {
    min-height: auto;
    height: auto;
  }

  .has-submenu.open ul {
    position: relative;
    top: 0px;
    left: 0px;
  }

  body.nav-open,
html.nav-open {
    overflow: hidden;
  }
  body.nav-open header,
body.nav-open main,
body.nav-open footer,
body.nav-open .flypanels-content,
html.nav-open header,
html.nav-open main,
html.nav-open footer,
html.nav-open .flypanels-content {
    position: relative;
    right: 300px;
  }

  .flypanels-topbar-sticky,
.flypanels-topbar {
    background-color: white;
  }
  .flypanels-topbar-sticky #navBurger,
.flypanels-topbar #navBurger {
    top: 0px;
  }

  .flypanel-topbar {
    -webkit-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
    -moz-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
    -o-transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
    transition: all 0.2s cubic-bezier(0.53, 0.54, 0.54, 0.54);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    width: 100%;
    height: 50px;
    background-color: white;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    margin: 0;
    right: 300px;
  }

  #navBurger {
    position: fixed;
    display: inline-block;
    background-color: transparent;
    color: #8b1f41;
    border: none;
    font-size: 20px;
    right: 300px;
    top: 0px;
    width: 50px;
    height: 50px;
    z-index: 100;
    cursor: pointer;
  }

  #navBurger.right-aligned {
    right: 0px;
  }

  .side-search {
    display: block;
  }
}
.swoosh {
  position: relative;
  display: block;
  bottom: -1px;
  margin: 0 auto;
  width: 100%;
}

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 */
