@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-weight: 400;
  src: url(/fonts/OpenSans-Regular.ttf);
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 400;
  src: url(/fonts/OpenSans-Italic.ttf);
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-weight: 600;
  src: url(/fonts/OpenSans-SemiBold.ttf);
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 600;
  src: url(/fonts/OpenSans-SemiBoldItalic.ttf);
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-weight: 700;
  src: url(/fonts/OpenSans-Bold.ttf);
}
@font-face {
  font-display: swap;
  font-family: Open Sans;
  font-style: italic;
  font-weight: 700;
  src: url(/fonts/OpenSans-BoldItalic.ttf);
}
@font-face {
  font-display: swap;
  font-family: Source Serif Pro;
  font-weight: 400;
  src: url(/fonts/SourceSerifPro-Regular.ttf);
}
@font-face {
  font-display: swap;
  font-family: Source Serif Pro;
  font-weight: 600;
  src: url(/fonts/SourceSerifPro-SemiBold.ttf);
}
@font-face {
  font-display: swap;
  font-family: Source Serif Pro;
  font-weight: 700;
  src: url(/fonts/SourceSerifPro-Bold.ttf);
}
.clearfix::before,
.clearfix::after {
  content: '';
  display: table;
}
.clearfix::after {
  clear: both;
}
html {
  height: 100%;
  margin: 0;
  min-height: 100%;
  padding: 0;
}
body {
  background-color: #b0b0b0;
  box-sizing: border-box;
  color: #252525;
  font-family: Open Sans, Arial;
  font-size: 14px;
  font-weight: 400;
  height: 100%;
  line-height: 1.2;
  margin: 0;
  min-height: 100%;
  overflow-y: scroll;
  padding: 0;
  text-align: left;
  text-rendering: optimizeLegibility;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: none;
}
body.menu-open {
  overflow-y: hidden;
}
* {
  box-sizing: border-box;
  outline: none;
}
@media (max-width: 750px) {
  ::-webkit-scrollbar {
    width: 0;
  }
}
::-moz-selection {
  background: #d1033d;
  color: #fff;
}
::selection {
  background: #d1033d;
  color: #fff;
}
a {
  outline: none;
  text-decoration: none;
  transition: color 0.2s;
}
img {
  display: block;
}
.hide {
  display: none;
  outline: none;
}
.container {
  clear: both;
  margin: 0 auto;
  max-width: 1040px;
  padding: 0 20px;
  position: relative;
}
.triangle {
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 12px solid #d1033d;
  height: 0;
  width: 0;
}
@media (max-width: 1000px) {
  .triangle {
    border-left-width: 10px;
    border-right-width: 10px;
    border-top-width: 10px;
  }
}
.triangle.small {
  border-left-width: 8px;
  border-right-width: 8px;
  border-top-width: 8px;
}
@media (max-width: 1000px) {
  .triangle.small {
    border-left-width: 6px;
    border-right-width: 6px;
    border-top-width: 6px;
  }
}
.triangle.large {
  border-left-width: 16px;
  border-right-width: 16px;
  border-top-width: 16px;
}
@media (max-width: 1000px) {
  .triangle.large {
    border-left-width: 12px;
    border-right-width: 12px;
    border-top-width: 12px;
  }
}
.wrapper {
  background-color: #fff;
  margin-bottom: -200px;
  min-height: 100%;
}
@media (max-width: 1000px) {
  .wrapper {
    margin-bottom: -130px;
  }
}
@media (max-width: 750px) {
  .wrapper {
    margin: 0;
    min-height: 0;
  }
}
.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  display: none;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.5s;
  z-index: 300;
}
@media (max-width: 750px) {
  .overlay {
    display: block;
  }
}
.overlay.active {
  opacity: 1;
  pointer-events: auto;
}
.site-header {
  align-items: center;
  background-color: #756a5d;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1450px auto;
  clear: both;
  display: flex;
  height: 145px;
  justify-content: center;
  position: relative;
  width: 100%;
  z-index: 1000;
}
@media (max-width: 1450px) {
  .site-header {
    background-size: cover;
  }
}
@media (max-width: 1000px) {
  .site-header {
    height: 87px;
  }
}
@media (max-width: 750px) {
  .site-header {
    height: 61px;
  }
}
.site-header::before {
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  content: '';
  display: none;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media (max-width: 750px) {
  .site-header::before {
    display: block;
  }
}
.site-header .hamburger {
  bottom: 18px;
  cursor: pointer;
  display: none;
  height: 25px;
  left: 20px;
  position: absolute;
  width: 32px;
}
@media (max-width: 750px) {
  .site-header .hamburger {
    display: block;
  }
}
.site-header .hamburger .label {
  opacity: 0;
  pointer-events: none;
  position: absolute;
}
.site-header .hamburger .line {
  background-color: #fff;
  border-radius: 2px;
  height: 5px;
  margin-bottom: 5px;
  position: absolute;
  transition: 0.5s;
  width: 100%;
}
.site-header .hamburger .line.line-1 {
  top: 0;
}
.site-header .hamburger .line.line-2 {
  top: 10px;
}
.site-header .hamburger .line.line-3 {
  bottom: 0;
}
.site-header .hamburger .line:last-child {
  margin: 0;
}
.site-header .hamburger.active .line-1 {
  top: 10px;
  transform: rotate(45deg);
}
.site-header .hamburger.active .line-2 {
  opacity: 0;
}
.site-header .hamburger.active .line-3 {
  bottom: 10px;
  transform: rotate(-45deg);
}
.site-header .name-container {
  background-color: rgba(255, 255, 255, 0.9);
  color: #252525;
  display: inline-block;
  font-family: Source Serif Pro, Georgia;
  font-size: 58px;
  font-weight: 400;
  height: 87px;
  line-height: 1.6;
  padding: 0 78px;
  text-align: center;
  transition: none;
  z-index: 100;
}
@media (max-width: 1000px) {
  .site-header .name-container {
    font-size: 36px;
    height: 56px;
    line-height: 1.65;
    padding: 0 30px;
  }
}
@media (max-width: 750px) {
  .site-header .name-container {
    font-size: 28px;
    height: 39px;
    line-height: 1.5;
    padding: 0 12px;
  }
}
@media (max-width: 420px) {
  .site-header .name-container {
    font-size: 24px;
    height: 33px;
    padding: 0 8px;
  }
}
#body-home .site-header {
  background-image: url(/img/banner-home.webp);
}
#body-teaching .site-header {
  background-image: url(/img/banner-teaching.webp);
}
#body-teaching .site-header .name-container {
  background-color: rgba(255, 255, 255, 0.94);
}
#body-research .site-header {
  background-image: url(/img/banner-research.webp);
}
#body-research .site-header .name-container {
  background-color: rgba(255, 255, 255, 0.94);
}
#body-publications .site-header {
  background-image: url(/img/banner-publications.webp);
}
.site-navigation {
  background-color: #fff;
  clear: both;
  cursor: default;
  margin-top: 34px;
  text-align: center;
}
@media (max-width: 1000px) {
  .site-navigation {
    margin-top: 20px;
  }
}
@media (max-width: 750px) {
  .site-navigation {
    background-color: #c6bfb5;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: -180px;
    transition: top 0.5s;
    width: 100%;
    z-index: 500;
  }
}
@media (max-width: 750px) {
  .site-navigation.active {
    top: 61px;
  }
}
.site-navigation .main-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-navigation .link-item {
  display: inline;
  margin: 0 40px 0 0;
}
@media (max-width: 1000px) {
  .site-navigation .link-item {
    margin: 0 35px 0 0;
  }
}
@media (max-width: 750px) {
  .site-navigation .link-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    clear: both;
    display: block;
    float: left;
    margin: 0;
    text-align: left;
    width: 100%;
  }
}
.site-navigation .link-item:last-child {
  border: 0;
  margin: 0;
}
.site-navigation a {
  color: #252525;
  cursor: pointer;
  font-size: 23px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .site-navigation a {
    font-size: 18px;
  }
}
@media (max-width: 750px) {
  .site-navigation a {
    display: block;
    padding: 12px 20px 11px;
    width: 100%;
  }
}
.site-navigation a:hover {
  color: #959595;
}
@media (max-width: 750px) {
  .site-navigation a:hover {
    color: #252525;
  }
}
.site-navigation a.active {
  color: #d1033d;
}
.site-body {
  margin-top: 96px;
}
@media (max-width: 1000px) {
  .site-body {
    margin-top: 50px;
  }
}
@media (max-width: 750px) {
  .site-body {
    margin-top: 40px;
  }
}
.side-column {
  float: left;
  width: 30%;
}
@media (max-width: 750px) {
  .side-column {
    clear: both;
    float: none;
    margin: 40px 0 0;
    width: 100%;
  }
}
.side-column .image {
  width: 100%;
}
@media (max-width: 750px) {
  .side-column .image {
    margin: 0 auto;
    max-width: 300px;
  }
}
.side-column .caption {
  clear: both;
  font-size: 15px;
  line-height: 1.35;
  margin: 25px 0 50px;
}
@media (max-width: 1000px) {
  .side-column .caption {
    font-size: 13px;
    margin: 15px 0 35px;
  }
}
@media (max-width: 750px) {
  .side-column .caption {
    margin-left: auto;
    margin-right: auto;
    max-width: 300px;
  }
}
.side-column .tile-side {
  display: none;
  margin: 100px auto 65px;
  width: 62px;
}
@media (max-width: 750px) {
  .side-column .tile-side {
    display: block;
  }
}
.side-column .contact-area {
  clear: both;
}
@media (max-width: 750px) {
  .side-column .contact-area {
    display: none;
  }
}
.side-column .contact-area .label {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
  margin: 12px 0 8px;
  padding: 0;
}
@media (max-width: 1000px) {
  .side-column .contact-area .label {
    font-size: 20px;
    margin: 8px 0 4px;
  }
}
.side-column .contact-area .contents {
  font-size: 15px;
  font-weight: 600;
}
@media (max-width: 1000px) {
  .side-column .contact-area .contents {
    font-size: 14px;
  }
}
.side-column .contact-area .contents a {
  color: #d1033d;
}
.side-column .contact-area .contents a:hover {
  color: #f0a1b7;
}
.main-column {
  float: right;
  width: 60%;
}
@media (max-width: 1000px) {
  .main-column {
    width: 62%;
  }
}
@media (max-width: 750px) {
  .main-column {
    clear: both;
    float: none;
    width: 100%;
  }
}
.main-column .main-header {
  font-size: 40px;
  font-family: Source Serif Pro, Georgia;
  font-weight: 400;
  margin: -8px 0 40px;
  padding: 0;
}
@media (max-width: 1000px) {
  .main-column .main-header {
    font-size: 30px;
    margin: -6px 0 30px;
  }
}
.main-column .sub-header-description {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  margin: -37px 0 50px;
}
@media (max-width: 1000px) {
  .main-column .sub-header-description {
    font-size: 14px;
    margin: -28px 0 36px;
  }
}
.main-column .introduction {
  color: #767676;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.45;
  margin: -7px 0 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .main-column .introduction {
    font-size: 18px;
    margin-top: -6px;
  }
}
.main-column .introduction a {
  color: #d1033d;
}
.main-column .introduction a:hover {
  color: #f0a1b7;
}
.main-column .more-information {
  margin: 54px 0 0;
  width: 100%;
}
@media (max-width: 1000px) {
  .main-column .more-information {
    margin-top: 38px;
  }
}
.main-column .more-information .column {
  width: 50%;
}
@media (max-width: 1000px) {
  .main-column .more-information .column {
    float: none;
    padding: 0;
    width: 100%;
  }
}
.main-column .more-information .column.column-text {
  float: left;
  padding: 0 25px 0 0;
}
@media (max-width: 1000px) {
  .main-column .more-information .column.column-text {
    margin: 36px 0 0;
  }
}
.main-column .more-information .column.column-book {
  float: right;
  padding: 0 0 0 25px;
}
@media (max-width: 1000px) {
  .main-column .more-information .column.column-book {
    margin: 0;
    padding: 0;
  }
}
.main-column .more-information .below-blurb {
  margin: 54px 0 0;
}
@media (max-width: 1000px) {
  .main-column .more-information .below-blurb {
    margin-top: 32px;
  }
}
.main-column .more-information .blurb {
  font-size: 17px;
  line-height: 1.6;
  margin: 10px 0 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .main-column .more-information .blurb {
    font-size: 14px;
    margin-top: 8px;
  }
}
.main-column .more-information .blurb.heading {
  clear: both;
  color: #d1033d;
  font-weight: bold;
  margin: 15px 0 0;
}
.main-column .more-information .blurb.title {
  font-weight: bold;
  line-height: 1.2;
  margin: 3px 0 0;
}
@media (max-width: 750px) {
  .main-column .more-information .blurb.title {
    margin-bottom: 11px;
  }
}
.main-column .more-information .blurb.with-cta-below {
  margin-bottom: 16px;
}
@media (max-width: 1000px) {
  .main-column .more-information .blurb.with-cta-below {
    margin-bottom: 11px;
  }
}
@media (max-width: 750px) {
  .main-column .more-information .blurb.with-cta-below {
    display: none;
  }
}
.main-column .more-information .book-link {
  display: block;
  width: 219px;
}
@media (max-width: 1000px) {
  .main-column .more-information .book-link {
    width: 190px;
  }
}
@media (max-width: 750px) {
  .main-column .more-information .book-link {
    max-width: 300px;
    width: 100%;
  }
}
.main-column .more-information .book-cover {
  display: block;
  margin: 18px 0 0;
  outline: none;
  width: 219px;
}
@media (max-width: 1000px) {
  .main-column .more-information .book-cover {
    width: 190px;
  }
}
@media (max-width: 750px) {
  .main-column .more-information .book-cover {
    width: 100%;
  }
}
.main-column .category {
  margin: 94px 0 42px;
}
@media (max-width: 1000px) {
  .main-column .category {
    margin: 56px 0 26px;
  }
}
.main-column .category .header {
  color: #767676;
  display: block;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.1;
  margin: 12px 0 0;
}
@media (max-width: 1000px) {
  .main-column .category .header {
    font-size: 25px;
    margin-top: 9px;
  }
}
.main-column .text-block {
  margin: 0 0 46px;
}
@media (max-width: 1000px) {
  .main-column .text-block {
    margin-bottom: 32px;
  }
}
.main-column .text-block.smaller-gap {
  margin-bottom: 36px;
}
@media (max-width: 1000px) {
  .main-column .text-block.smaller-gap {
    margin-bottom: 26px;
  }
}
.main-column .text-block .date-stamp {
  color: #767676;
  font-size: 12px;
  font-weight: 600;
  margin: 9px 0 8px;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .main-column .text-block .date-stamp {
    font-size: 11px;
    margin-top: 7px;
  }
}
.main-column .text-block .title-image {
  border: 1px solid #252525;
  clear: both;
  float: left;
  margin: 20px 0 22px;
  padding: 10px;
}
@media (max-width: 1000px) {
  .main-column .text-block .title-image {
    margin: 14px 0 18px;
  }
}
.main-column .text-block .title-image.icon {
  width: 172px;
}
@media (max-width: 1000px) {
  .main-column .text-block .title-image.icon {
    width: 146px;
  }
}
.main-column .text-block .title-image.book {
  margin-bottom: 35px;
  width: 219px;
}
@media (max-width: 1000px) {
  .main-column .text-block .title-image.book {
    margin-bottom: 22px;
    width: 190px;
  }
}
.main-column .text-block .prefix {
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 -4px;
}
@media (max-width: 1000px) {
  .main-column .text-block .prefix {
    font-size: 18px;
  }
}
.main-column .text-block .title {
  clear: both;
  font-size: 22px;
  font-weight: 700;
  margin: 5px 0 12px;
  padding: 0;
}
@media (max-width: 1000px) {
  .main-column .text-block .title {
    font-size: 18px;
  }
}
.main-column .text-block .main-information {
  font-size: 16px;
  font-style: italic;
  line-height: 1.4;
  margin: 0 0 18px;
}
@media (max-width: 1000px) {
  .main-column .text-block .main-information {
    font-size: 14px;
  }
}
.main-column .text-block .main-information.tighter-spacing {
  margin-bottom: 8px;
  margin-top: -5px;
}
@media (max-width: 1000px) {
  .main-column .text-block .main-information.tighter-spacing {
    margin-bottom: 6px;
    margin-top: -7px;
  }
}
.main-column .text-block .main-information.publications {
  font-size: 15px;
  margin-bottom: 11px;
  margin-top: -2px;
}
@media (max-width: 1000px) {
  .main-column .text-block .main-information.publications {
    font-size: 14px;
    margin-bottom: 8px;
    margin-top: -5px;
  }
}
.main-column .text-block .main-information .dark {
  font-weight: 600;
}
.main-column .text-block .details {
  font-size: 15px;
  line-height: 1.4;
  margin: 0;
}
@media (max-width: 1000px) {
  .main-column .text-block .details {
    font-size: 14px;
  }
}
.main-column .text-block .details.larger {
  font-size: 16px;
  line-height: 1.6;
  margin: 28px 0 0;
}
@media (max-width: 1000px) {
  .main-column .text-block .details.larger {
    font-size: 14px;
    margin-top: 18px;
  }
}
.main-column .text-block .details.largest {
  font-size: 17px;
  line-height: 1.6;
  margin: 16px 0 0;
}
@media (max-width: 1000px) {
  .main-column .text-block .details.largest {
    font-size: 14px;
    margin-top: 11px;
  }
}
.main-column .text-block .details.contains-cta-below {
  margin-bottom: 11px;
}
@media (max-width: 1000px) {
  .main-column .text-block .details.contains-cta-below {
    margin-bottom: 8px;
  }
}
.main-column .call-to-action {
  color: #d1033d;
  font-size: 16px;
  font-weight: 600;
  padding: 0 10px 0 0;
  position: relative;
}
@media (max-width: 1000px) {
  .main-column .call-to-action {
    font-size: 15px;
  }
}
.main-column .call-to-action::after {
  border-right: 2px solid #d1033d;
  border-top: 2px solid #d1033d;
  bottom: 7px;
  content: '';
  display: block;
  height: 4px;
  position: absolute;
  right: 0;
  transform: rotate(45deg);
  transition: 0.2s;
  width: 4px;
}
@media (max-width: 1000px) {
  .main-column .call-to-action::after {
    bottom: 6px;
  }
}
.main-column .call-to-action:hover {
  color: #f0a1b7;
}
.main-column .call-to-action:hover::after {
  border-right-color: #f0a1b7;
  border-top-color: #f0a1b7;
}
.main-column .tile {
  clear: both;
  margin: 150px auto 100px;
  width: 62px;
}
@media (max-width: 1000px) {
  .main-column .tile {
    margin-bottom: 65px;
    margin-top: 100px;
  }
}
@media (max-width: 750px) {
  .main-column .tile {
    display: none;
  }
}
.back-to-top {
  cursor: pointer;
  font-size: 0;
  line-height: 0;
  margin: 0 auto 38px;
  text-align: center;
  width: 120px;
}
@media (max-width: 750px) {
  .back-to-top {
    display: none;
  }
}
.back-to-top:hover .up-arrow {
  border-bottom-color: #f0a1b7;
}
.back-to-top:hover .label {
  color: #f0a1b7;
}
.back-to-top.back-to-top-side {
  display: none;
}
@media (max-width: 750px) {
  .back-to-top.back-to-top-side {
    display: block;
  }
}
.back-to-top .up-arrow {
  border-bottom: 12px solid #d1033d;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  display: inline-block;
  transition: 0.2s;
}
.back-to-top .label {
  clear: both;
  color: #d1033d;
  display: block;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  margin: 5px 0 0;
  transition: color 0.2s;
}
.push {
  height: 200px;
}
@media (max-width: 1000px) {
  .push {
    height: 130px;
  }
}
@media (max-width: 750px) {
  .push {
    height: 0;
  }
}
.site-footer {
  background-color: #b0b0b0;
  font-size: 14px;
  height: 200px;
  position: relative;
  width: 100%;
}
@media (max-width: 1000px) {
  .site-footer {
    font-size: 13px;
    height: 130px;
  }
}
@media (max-width: 750px) {
  .site-footer {
    height: auto;
    text-align: center;
  }
}
.site-footer .container {
  height: 100%;
}
.site-footer .name-and-email {
  float: left;
  margin: 55px 0 0;
}
@media (max-width: 1000px) {
  .site-footer .name-and-email {
    margin-top: 34px;
  }
}
@media (max-width: 750px) {
  .site-footer .name-and-email {
    clear: both;
    float: none;
    margin-top: 30px;
  }
}
.site-footer .name-and-email .name {
  clear: both;
  color: #252525;
  float: left;
  font-family: Source Serif Pro, Georgia;
  font-size: 35px;
  line-height: 1;
}
@media (max-width: 1000px) {
  .site-footer .name-and-email .name {
    font-size: 30px;
  }
}
@media (max-width: 750px) {
  .site-footer .name-and-email .name {
    float: none;
  }
}
.site-footer .name-and-email .name:hover {
  color: #666;
}
.site-footer .name-and-email .email {
  clear: both;
  color: #252525;
  float: left;
  font-size: 15px;
  font-weight: 600;
  margin-top: 10px;
}
@media (max-width: 1000px) {
  .site-footer .name-and-email .email {
    font-size: 14px;
  }
}
@media (max-width: 750px) {
  .site-footer .name-and-email .email {
    display: block;
    float: none;
    margin: 10px auto 0;
    width: 180px;
  }
}
.site-footer .name-and-email .email:hover {
  color: #666;
}
.site-footer .footer-navigation {
  display: block;
  float: right;
  list-style: none;
  margin: 55px 0 0;
  padding: 0;
}
@media (max-width: 1000px) {
  .site-footer .footer-navigation {
    margin-top: 35px;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-navigation {
    float: left;
    margin-top: 42px;
    text-align: center;
    width: 100%;
  }
}
.site-footer .footer-navigation .nav-item {
  float: left;
  margin: 0 47px 0 0;
}
@media (max-width: 1000px) {
  .site-footer .footer-navigation .nav-item {
    margin-right: 25px;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-navigation .nav-item {
    clear: both;
    margin: 0;
    width: 100%;
  }
}
.site-footer .footer-navigation .nav-item:last-child {
  margin: 0;
}
.site-footer .footer-navigation .link {
  color: #252525;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .site-footer .footer-navigation .link {
    font-size: 16px;
  }
}
@media (max-width: 750px) {
  .site-footer .footer-navigation .link {
    border-top: 1px solid #9c9c9c;
    display: block;
    font-size: 18px;
    padding: 10px 0 9px;
  }
}
.site-footer .footer-navigation .link:hover {
  color: #666;
}
@media (max-width: 750px) {
  .site-footer .footer-navigation .link.last-link {
    border-bottom: 1px solid #9c9c9c;
  }
}
.site-footer .credits {
  bottom: 38px;
  color: #252525;
  position: absolute;
  right: 20px;
}
@media (max-width: 1000px) {
  .site-footer .credits {
    bottom: 20px;
  }
}
@media (max-width: 750px) {
  .site-footer .credits {
    bottom: auto;
    float: left;
    line-height: 1.4;
    margin: 44px 0 18px;
    position: relative;
    right: auto;
    text-align: center;
    width: 100%;
  }
}
.site-footer .credits br {
  display: none;
}
@media (max-width: 750px) {
  .site-footer .credits br {
    display: block;
  }
}
.site-footer .credits a {
  color: #252525;
  font-weight: 700;
}
.site-footer .credits a:hover {
  color: #666;
}
html.touchevents .site-navigation a:hover {
  color: #252525;
}
html.touchevents .site-navigation a.active {
  color: #d1033d;
}
html.touchevents .side-column .contact-area .contents a:hover {
  color: #d1033d;
}
html.touchevents .main-column .introduction a:hover {
  color: #d1033d;
}
html.touchevents .main-column .call-to-action:hover {
  color: #d1033d;
}
html.touchevents .main-column .call-to-action:hover::after {
  border-right-color: #d1033d;
  border-top-color: #d1033d;
}
html.touchevents .back-to-top:hover .up-arrow {
  border-bottom-color: #d1033d;
}
html.touchevents .back-to-top:hover .label {
  color: #d1033d;
}
html.touchevents .site-footer .name-and-email .name:hover,
html.touchevents .site-footer .name-and-email .email:hover {
  color: #252525;
}
html.touchevents .site-footer .footer-navigation .link:hover {
  color: #252525;
}
html.touchevents .site-footer .credits a:hover {
  color: #252525;
}
