@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-SemiBoldItalic.woff2") format("woff2"), url("fonts/Baskerville-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-Bold.woff2") format("woff2"), url("fonts/Baskerville-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-Italic.woff2") format("woff2"), url("fonts/Baskerville-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-BoldItalic.woff2") format("woff2"), url("fonts/Baskerville-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville.woff2") format("woff2"), url("fonts/Baskerville.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Minion Pro';
  src: url("fonts/MinionPro-Regular.woff2") format("woff2"), url("fonts/MinionPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Baskerville';
  src: url("fonts/Baskerville-SemiBold.woff2") format("woff2"), url("fonts/Baskerville-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

body {
  padding: 0;
  margin: 0;
  background-color: #f1f2f2;
  overflow-x: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}

.container, .item-page, div[itemprop="articleBody"] {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr Min(945px, calc(100vw - 40px)) 1fr;
      grid-template-columns: 1fr Min(945px, calc(100vw - 40px)) 1fr;
}

.item-page {
  width: 100vw;
  overflow: hidden;
}

.item-page, div[itemprop="articleBody"] {
  grid-column: 1/-1;
}

h1 {
  font-size: 39px;
  font-size: Min(39px, Max(22px, 3.80859vw));
  margin: 0;
  color: #fff;
  font-family: "Baskerville";
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.20513em;
  text-align: center;
}

h2 {
  color: #a8948f;
  font-size: 26px;
  font-size: Min(26px, Max(20px, 2.53906vw));
  font-family: "Baskerville";
  font-weight: 600;
  line-height: 1.19231em;
  text-align: center;
  margin: 0;
  min-width: 9.69231em;
  padding: 0 0.76923em;
  padding-bottom: 0.76923em;
  border-bottom: solid 1px #a8948f;
  display: inline-block;
}

p {
  font-family: "Baskerville";
  font-weight: 400;
  font-size: 21px;
  font-size: Min(20px, Max(19px, 1.95312vw));
  line-height: 1.22222em;
}

figure {
  margin: 0;
  position: relative;
}

.js-reveal {
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  opacity: 0;
  -webkit-transition: opacity 0.8s ease-in, -webkit-transform 0.8s ease-out;
  transition: opacity 0.8s ease-in, -webkit-transform 0.8s ease-out;
  transition: transform 0.8s ease-out, opacity 0.8s ease-in;
  transition: transform 0.8s ease-out, opacity 0.8s ease-in, -webkit-transform 0.8s ease-out;
}

.js-reveal:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #a8948f;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transform-origin: left;
          transform-origin: left;
  -webkit-transition: -webkit-transform 0.8s ease-out .6s;
  transition: -webkit-transform 0.8s ease-out .6s;
  transition: transform 0.8s ease-out .6s;
  transition: transform 0.8s ease-out .6s, -webkit-transform 0.8s ease-out .6s;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
  z-index: 1;
}

.js-reveal.revealed {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

.js-reveal.revealed:before {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}

.slide-in {
  opacity: 0;
}

.slide-in.from-left {
  -webkit-transform: translateX(-50px);
          transform: translateX(-50px);
}

.slide-in.from-right {
  -webkit-transform: translateX(50px);
          transform: translateX(50px);
}

.slide-in.slided {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.scaled-in {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

.scaled-in.from-right {
  -webkit-transform: translateX(20px, 0) scale(0.9);
          transform: translateX(20px, 0) scale(0.9);
}

.scaled-in.from-left {
  -webkit-transform: translate(-20px, 0) scale(0.9);
          transform: translate(-20px, 0) scale(0.9);
}

.scaled-in.from-down {
  -webkit-transform: translate(0, 20px) scale(0.9);
          transform: translate(0, 20px) scale(0.9);
}

.scaled-in.scaled {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
  -webkit-transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, opacity 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s, -webkit-transform 0.8s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  opacity: 1;
}

body.no-js .js-reveal {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  opacity: 1;
}

body.no-js .js-reveal:before {
  content: "";
  display: none;
}

body.no-js .slide-in {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.no-js .slide-in.from-left {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.no-js .slide-in.from-right {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

body.no-js .scaled-in {
  opacity: 1;
}

body.no-js .scaled-in.from-right {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

body.no-js .scaled-in.from-left {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

body.no-js .scaled-in.from-down {
  -webkit-transform: translate(0, 0) scale(1);
          transform: translate(0, 0) scale(1);
}

a.hollow-button {
  border: solid 2px;
  font-size: 17px;
  border-radius: 0.35294em;
  height: 2.64706em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  text-decoration: none;
  z-index: 1;
  padding: 0 22px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

a.hollow-button:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

a.hollow-button:before {
  content: "";
  width: 101%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .15s ease-in .05s;
  transition: -webkit-transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s;
  transition: transform .15s ease-in .05s, -webkit-transform .15s ease-in .05s;
  z-index: 0;
}

a.hollow-button .text {
  font-family: "Baskerville";
  font-weight: 400;
  position: relative;
  z-index: 1;
}

a.hollow-button:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  margin-left: 0.29412em;
  position: relative;
  z-index: 1;
}

a.hollow-button.white {
  border-color: #fff;
  color: #fff;
}

a.hollow-button.white:before {
  background-color: #a8948f;
}

a.hollow-button.white.inverted:before {
  background-color: #fff;
}

a.hollow-button.white.inverted:hover {
  color: #a8948f;
  -webkit-transition: color .15s ease-in .05s;
  transition: color .15s ease-in .05s;
}

a.hollow-button.brown {
  border-color: #a8948f;
  color: #a8948f;
}

a.hollow-button.brown:before {
  background-color: #fff;
}

a.hollow-button.brown.inverted:before {
  background-color: #a8948f;
}

a.hollow-button.brown.inverted:hover {
  color: #fff;
  -webkit-transition: color .15s ease-in .05s;
  transition: color .15s ease-in .05s;
}

.full-section {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-column: 1/-1;
  width: 100%;
  -ms-grid-columns: 1fr Min(945px, calc(100vw - 40px)) 1fr;
      grid-template-columns: 1fr Min(945px, calc(100vw - 40px)) 1fr;
}

.full-section.white h2 {
  color: #a8948f;
}

.full-section.white p, .full-section.white ul {
  color: #4c4d4f;
}

@media only screen and (max-width: 767px) {
  .full-section.white ul {
    list-style-position: inside;
    padding: 0;
  }
}

.full-section.brown {
  background-color: #a8948f;
}

.full-section.brown h2 {
  color: #fff;
  border-color: #fff;
}

.full-section.brown p, .full-section.brown ul {
  color: #fff;
}

.full-section article, .full-section .inner-container {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2.33333em 0 3.33333em;
  font-size: Min(18px, Max(17px, 1.75781vw));
}

.full-section article .hollow-button, .full-section .inner-container .hollow-button {
  margin-top: 1.52941em;
}

.full-section.collaboration-section {
  -ms-grid-columns: 1fr Min(1006px, calc(100vw - 88px)) 1fr;
      grid-template-columns: 1fr Min(1006px, calc(100vw - 88px)) 1fr;
}

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

.pic-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pic-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.pic-text > figure {
  margin-right: 6.37523%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
}

@media only screen and (max-width: 767px) {
  .pic-text > figure {
    max-width: unset;
    margin: 0 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 Min(50px, Max(1px, 3.125vw)) 30px 0px;
}

.pic-text .content * {
  text-align: left;
}

@media only screen and (max-width: 767px) {
  .pic-text .content * {
    text-align: center;
  }
}

.pic-text .content h2 {
  padding-left: 0;
}

.pic-text.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 767px) {
  .pic-text.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.pic-text.reverse > figure {
  margin-right: 0;
  margin-left: 6.37523%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
  margin-top: -60px;
}

@media only screen and (max-width: 767px) {
  .pic-text.reverse > figure {
    max-width: unset;
    margin: 0 0 10px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text.reverse .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.pic-text.reverse .content > * {
  text-align: left;
  padding-left: 0;
}

@media only screen and (max-width: 767px) {
  .pic-text.reverse .content > * {
    text-align: center;
  }
}

.CookieDeclaration {
  display: none;
}

.ui.success.message {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  background-color: transparent !important;
  font-family: "Baskerville" !important;
}

.fancybox-content {
  text-align: center !important;
}

.rotatPad {
  width: 400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px auto;
}

.rotatPad svg {
  width: 200px;
}

.rotatPad svg path {
  fill: rgba(168, 148, 143, 0.3);
}

.rotatPad img {
  width: 200px;
  position: absolute;
  -webkit-transform-origin: 86% bottom;
          transform-origin: 86% bottom;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.get-to-work {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: Min(100px, Max(60px, 13.02083vw));
  padding-bottom: Min(70px, Max(40px, 9.11458vw));
}

.get-to-work h2 {
  font-weight: 700;
  margin-bottom: 1.08108em;
  color: #a8948f;
  font-size: Min(28px, Max(25px, 3.64583vw));
  border-bottom: none;
  padding-bottom: 0;
}

.get-to-work .hollow-button {
  font-size: 17px;
  width: 260px;
  height: 55px;
}

.get-to-work .hollow-button:after {
  display: none;
}

.header-contents {
  grid-column: 2/-2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.logo-link {
  outline: none;
  margin-top: Min(37px, Max(20px, 3.61328vw));
  width: Min(255px, Max(180px, 24.90234vw));
}

.main-menu {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: -25px;
  z-index: 10;
  background-color: #f1f2f2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 15px 0 rgba(168, 148, 143, 0);
          box-shadow: 0 0 15px 0 rgba(168, 148, 143, 0);
}

.main-menu.isSticky {
  -webkit-transition: -webkit-box-shadow .5s ease-in-out;
  transition: -webkit-box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out;
  transition: box-shadow .5s ease-in-out, -webkit-box-shadow .5s ease-in-out;
  -webkit-box-shadow: 0 10px 15px 0 rgba(168, 148, 143, 0.7);
          box-shadow: 0 10px 15px 0 rgba(168, 148, 143, 0.7);
}

.main-menu ul {
  list-style: none;
  font-size: Min(21px, Max(15px, 2.73438vw));
  margin: 2em 0 0.61111em;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 350px) {
  .main-menu ul {
    font-size: Min(21px, Max(14px, 2.73438vw));
  }
}

.main-menu ul li {
  padding: 0 0.27778em;
  position: relative;
  border-right: solid 1px #4c4d4f;
}

.main-menu ul li:last-child {
  border-right: none;
}

.main-menu ul li a {
  padding: 0 0.27778em;
  text-decoration: none;
  color: #4c4d4f;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  outline: none;
  white-space: nowrap;
}

.main-menu ul li a:hover {
  color: #a8948f;
}

footer.full-section {
  border-top: solid 1px #a8948f;
  overflow-x: hidden;
}

footer.full-section .inner-container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

footer.full-section .inner-container > div {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

footer.full-section .inner-container > div.address {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div.address {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer.full-section .inner-container > div.form-container {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div.form-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer.full-section .inner-container > div:last-child {
  border-left: solid 1px #a8948f;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div:last-child {
    border: none;
  }
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div {
    width: 100%;
    padding: 20px 0;
  }
}

footer.full-section .inner-container > div .inner-containers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div .inner-containers {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

footer.full-section .inner-container > div header {
  width: 100%;
}

footer.full-section .inner-container > div header h2 {
  text-align: left;
  padding: 0;
  padding-bottom: 0.65385em;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  footer.full-section .inner-container > div header h2 {
    text-align: center;
  }
}

.semanticui-body.G2-joomla.chronoforms.index {
  width: 100%;
}

#load-form {
  max-width: 315px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: Min(38px, Max(20px, 3.71094vw));
}

#load-form input[type=text], #load-form input[type=email] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  border: none;
  border-bottom: solid 1px rgba(168, 148, 143, 0.2);
  width: 100%;
  outline: none;
  background-color: transparent;
  font-family: "Baskerville";
  padding: 0;
  font-size: 18px;
}

#load-form .error {
  color: red;
  font-size: 14px;
  font-family: "Baskerville";
  opacity: 0;
  pointer-events: none;
}

#load-form .error.active {
  opacity: 1;
  -webkit-transition: opacity 0.4s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
  transition: opacity 0.4s cubic-bezier(0.6, 0.2, 0.1, 1) 0s;
}

#load-form textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  border: none;
  border-top: solid 1px rgba(168, 148, 143, 0.2);
  border-bottom: solid 1px rgba(168, 148, 143, 0.2);
  background-color: transparent;
  font-family: "Baskerville";
  padding: 0;
  font-size: 18px;
}

#load-form input[type=submit], #load-form #button4 {
  font-size: Min(20px, Max(17px, 1.95312vw));
  height: 1.65em;
  width: 9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #a8948f;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  font-family: "Baskerville";
  font-weight: 400;
  border: none;
  cursor: pointer;
  margin-top: 1.5em;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  #load-form input[type=submit], #load-form #button4 {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

#load-form input[type=submit]:hover, #load-form #button4:hover {
  background-color: #4c4d4f;
}

#load-form label {
  font-family: "Baskerville";
  font-size: 14px;
  color: #a8948f;
}

#load-form .asterisc {
  color: #a8948f;
  font-size: 16px;
  line-height: 0.8;
  margin: Min(20px, Max(12px, 1.95312vw)) 0;
  display: inline-block;
}

@media only screen and (max-width: 767px) {
  #load-form .input-block:last-child {
    text-align: center;
  }
}

.address > * {
  max-width: 350px;
}

@media only screen and (max-width: 767px) {
  .address > * {
    max-width: 315px;
    width: 100%;
  }
}

.address > * address {
  margin-top: Min(38px, Max(20px, 3.71094vw));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.address > * address a {
  text-decoration: none;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: Min(23px, Max(15px, 2.24609vw));
  font-size: Min(21px, Max(19px, 2.05078vw));
  text-decoration: none;
  color: #4c4d4f;
  font-style: normal;
  -webkit-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out;
  white-space: nowrap;
}

.address > * address a img {
  margin-right: 10px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  border-radius: 50%;
  max-width: 38px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}

.address > * address a:hover {
  color: #a8948f;
}

.address > * address .social-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  margin: 0px auto 0 0;
  list-style: none;
  width: Min(250px, Max(210px, 29.16667vw));
}

.address > * address .social-nav li {
  display: contents;
}

.address > * address .social-nav li a {
  text-decoration: none;
  background-color: #a79490;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  color: #dccac0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.address > * .footer-home-logo-link {
  margin-top: auto;
  width: Max(237px, 100%);
}

@media only screen and (max-width: 767px) {
  .address > * .footer-home-logo-link {
    margin-top: 30px;
    width: 40%;
  }
}

.chronoforms6_credits {
  opacity: 0;
  pointer-events: none;
}

.brown-fasa {
  grid-column: 1/-1;
  width: 100%;
  height: Min(36px, 4.6875vw);
  background-color: #a8948f;
}

.container, .item-page, div[itemprop="articleBody"], .full-section {
  display: -ms-grid;
  display: grid;
  width: 100%;
  -ms-grid-columns: 1fr Min(1100px, calc(100vw - 40px)) 1fr;
      grid-template-columns: 1fr Min(1100px, calc(100vw - 40px)) 1fr;
}

.page-header {
  grid-column: 2/-2;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  position: relative;
}

.page-header h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
  z-index: 1;
  white-space: nowrap;
}

.page-header h2 {
  color: white;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 1;
  padding: 0;
  border-bottom: none;
}

.item-image {
  grid-column: 1/-1;
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  grid-row: 1/2;
  z-index: 0;
  position: relative;
  height: Min(450px, Max(200px, 43.94531vw));
}

.item-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.pic-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}

@media only screen and (max-width: 767px) {
  .pic-text {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 15px;
  }
}

.pic-text > figure {
  margin-right: 6.37523%;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 50%;
}

.pic-text > figure.marged {
  margin-top: -60px;
}

.pic-text > figure.flexed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pic-text > figure.flexed.start img {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.pic-text > figure.flexed.centered img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .pic-text > figure.flexed.centered img {
    margin: 0 auto;
  }
}

@media only screen and (max-width: 767px) {
  .pic-text > figure {
    max-width: unset;
    margin: 0 0 10px;
    width: 100%;
  }
}

.pic-text > figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pic-text > figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text > figure.left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pic-text > figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text > figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text > figure.right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .pic-text > figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text > figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 0;
}

.pic-text .content > * {
  text-align: left;
  padding-left: 0;
}

.pic-text .content.analytics {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-right: Min(100px, Max(50px, 9.76562vw));
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics {
    padding: 0;
  }
}

.pic-text .content.analytics .text-container {
  width: 81.61765%;
  margin-bottom: Min(50px, Max(20px, 4.88281vw));
}

.pic-text .content.analytics .text-container figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pic-text .content.analytics .text-container figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.analytics .text-container figure.left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics .text-container figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.analytics .text-container figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.analytics .text-container figure.right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics .text-container figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.analytics .text-container figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.analytics .text-container figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pic-text .content.analytics .text-container figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.analytics .text-container figure.left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics .text-container figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.analytics .text-container figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.analytics .text-container figure.right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics .text-container figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.analytics .text-container figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.analytics .text-container {
    width: 100%;
  }
}

.pic-text .content.marketing {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.pic-text .content.marketing figure {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.pic-text .content.marketing figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pic-text .content.marketing figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.marketing figure.left-img {
  width: auto;
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.marketing figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.pic-text .content.marketing figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.marketing figure.right-img {
  width: auto;
  -ms-flex-item-align: end;
      align-self: flex-end;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.marketing figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.pic-text .content.marketing figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.marketing .text-container {
  max-width: 488px;
  margin-top: Min(50px, Max(20px, 4.88281vw));
}

@media only screen and (max-width: 767px) {
  .pic-text .content.marketing .text-container {
    max-width: unset;
    margin-left: auto;
    margin-right: auto;
  }
}

.pic-text .content.marketing .text-container figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.pic-text .content.marketing .text-container figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.marketing .text-container figure.left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.marketing .text-container figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.marketing .text-container figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.pic-text .content.marketing .text-container figure.right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  .pic-text .content.marketing .text-container figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.pic-text .content.marketing .text-container figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

article > .content {
  max-width: 1060px;
  width: 100%;
}

article > .content.centered header {
  text-align: center;
}

article > .content.lefted * {
  text-align: left;
}

article > .content.lefted h2 {
  padding-left: 0;
}

article > .content.wMarg {
  margin-top: 30px;
}

article > .content figure.centered-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

article > .content figure.centered-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

article > .content figure.left-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media only screen and (max-width: 767px) {
  article > .content figure.left-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

article > .content figure.left-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

article > .content figure.right-img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media only screen and (max-width: 767px) {
  article > .content figure.right-img {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

article > .content figure.right-img img {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media only screen and (max-width: 767px) {
  .posts-gallery-section article {
    grid-column: 2/-1;
  }
}

.posts-gallery {
  width: 100%;
  margin-top: Min(45px, Max(20px, 4.39453vw));
}

.posts-gallery ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 767px) {
  .posts-gallery ul {
    width: calc(100vw - 10px);
    overflow-y: hidden;
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.posts-gallery ul li {
  margin: 0 15px;
}

@media only screen and (max-width: 767px) {
  .posts-gallery ul li {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 Min(320px, Max(200px, 41.72099vw));
            flex: 1 0 Min(320px, Max(200px, 41.72099vw));
  }
}

.posts-gallery ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.posts-gallery ul li a:hover img {
  opacity: 0.9;
  -webkit-transition: opacity .2s ease-in-out 0.05s;
  transition: opacity .2s ease-in-out 0.05s;
}

.posts-gallery ul li a img {
  max-width: unset;
  height: unset;
  opacity: 1;
  -webkit-transition: opacity .1s ease-out;
  transition: opacity .1s ease-out;
}

@media only screen and (max-width: 767px) {
  .posts-gallery ul li a img {
    max-width: 100%;
    height: auto;
  }
}

.posts-gallery .flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.posts-gallery .flickity-prev-next-button.previous {
  left: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.posts-gallery .flickity-prev-next-button.next {
  right: 10px;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.posts-gallery .flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0);
  border: none;
  color: #fff;
}

.posts-gallery .flickity-button:hover {
  /*! background:#fff; */
  cursor: pointer;
}

.counters {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 0;
  margin: 0;
  margin-top: Min(62px, Max(20px, 6.05469vw));
}

@media only screen and (max-width: 767px) {
  .counters {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.counters li {
  width: 33.33%;
}

@media only screen and (max-width: 767px) {
  .counters li {
    width: calc(50% - 10px);
  }
}

.counters li .count-box {
  text-align: center;
  color: #a8948f;
}

.counters li .count-box .count {
  font-weight: 600;
}

.counters li .count-box:not(p) {
  font-size: Min(33px, Max(25px, 3.22266vw));
}

.counters li .count-box p {
  margin-top: 0;
  color: #a8948f;
}

.website-images {
  grid-column: 2/-2;
  justify-self: center;
  width: Min(945px, 100%);
  margin-top: Min(120px, 11.71875vw);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 767px) {
  .website-images {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: calc(100vw - 10px);
    overflow-x: scroll;
    padding-bottom: 20px;
    margin-left: 10px;
  }
}

.website-images figure {
  width: 46.34921%;
}

@media only screen and (max-width: 767px) {
  .website-images figure {
    margin-right: 10px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 85vw;
            flex: 0 0 85vw;
  }
}

.website-images figure:nth-child(even) {
  margin-top: Min(37px, Max(15px, 3.61328vw));
  margin-bottom: 0;
}

@media only screen and (max-width: 767px) {
  .website-images figure:nth-child(even) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.website-images figure:nth-child(odd) {
  margin-top: 0;
  margin-bottom: Min(37px, Max(15px, 3.61328vw));
}

@media only screen and (max-width: 767px) {
  .website-images figure:nth-child(odd) {
    margin-top: 0;
    margin-bottom: 0;
  }
}

.morePublications .field-button {
  font-size: Min(20px, Max(17px, 1.95312vw));
  height: 2.7em;
  min-width: 9em;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  background-color: #a8948f;
  -webkit-transition: background-color .15s ease-in-out;
  transition: background-color .15s ease-in-out;
  font-family: "Baskerville";
  font-weight: 400;
  border: none;
  cursor: pointer;
  padding: 0 2.2em;
  text-decoration: none;
  border-radius: 5px;
}

@media only screen and (max-width: 767px) {
  .morePublications .field-button {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.morePublications .field-button:hover {
  background-color: #4c4d4f;
}

.morePublications .field-button.centered {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.morePublications ul {
  list-style: none;
  padding: 0;
  margin: Min(40px, 3.90625vw) 0;
}

.morePublications ul li a {
  color: #a8948f;
  font-size: Min(26px, Max(19px, 2.53906vw));
  line-height: 1.38462em;
  letter-spacing: 0.06em;
  text-decoration: none;
  display: block;
  position: relative;
  font-family: "Baskerville";
  font-weight: 400;
}

.morePublications ul li a:before {
  content: "";
  width: 100%;
  border-bottom: solid 1px #a8948f;
  position: absolute;
  left: 0;
  top: 100%;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform .15s ease-in-out;
  transition: -webkit-transform .15s ease-in-out;
  transition: transform .15s ease-in-out;
  transition: transform .15s ease-in-out, -webkit-transform .15s ease-in-out;
  -webkit-transform-origin: left;
          transform-origin: left;
}

.morePublications ul li a:hover:before {
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}
/*# sourceMappingURL=singleProjectSecond.css.map */