@import url("https://fonts.googleapis.com/css?family=Montserrat:300,500,700");
.snippet_area > .columns {
  margin-bottom: 0; }

h1, .text h1 > a, h2, .text h2 > a, h3, .text h3 > a, h4, .act-as-h1, .intro .title, .product .name, .sf-product .name {
  font-family: "Montserrat", sans-serif !important; }
  h1 a, .text h1 > a a, h2 a, .text h2 > a a, h3 a, .text h3 > a a, h4 a, .act-as-h1 a, .intro .title a, .product .name a, .sf-product .name a {
    border-color: #C38B41 !important; }
    h1 a:hover, .text h1 > a a:hover, h2 a:hover, .text h2 > a a:hover, h3 a:hover, .text h3 > a a:hover, h4 a:hover, .act-as-h1 a:hover, .intro .title a:hover, .product .name a:hover, .sf-product .name a:hover {
      color: #C38B41 !important; }

.act_as_snippet_area_main p, p, ol, ul, label, .label-style, .snippet_area_main, .act_as_snippet_area_main, .menu a, .sf-button, .sf-btn, input[type='submit'], .text a, .product-collection article .price, .product .price, .sf-link {
  font-family: "Montserrat", sans-serif !important; }

p, .snippet-area a, ol, ul, .statement em, label, .form label, .form_synced label, .menu a, .snippet_area a, .snippet_area a:hover, p a, .sociallinks li a, .sf-link, .latest_posts ul li a {
  color: #363636; }

.text a:hover, p a:hover, .sf-link:hover, .sf-sidemenu a:hover, ul li a:hover, ul li.activeRoot > a {
  color: #C38B41; }

h1 {
  font-size: 1.938em !important;
  font-weight: 500 !important;
  letter-spacing: 0.120em;
  line-height: 1.313em !important;
  color: #3D3C3C;
  text-transform: uppercase; }
  h1 a {
    font-size: 1.938em !important;
    font-weight: 500 !important;
    letter-spacing: 0.035em !important;
    line-height: 1.313em !important; }

h2 {
  font-size: 1.375em !important;
  font-weight: 500 !important;
  letter-spacing: 0.111em;
  line-height: 1.313em !important;
  text-transform: uppercase;
  color: #3D3C3C; }
  h2 a {
    font-size: 1.375em !important;
    font-weight: 500 !important;
    letter-spacing: 0.035em !important;
    line-height: 1.313em !important; }

h3 {
  font-size: 1.25rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.015em !important;
  line-height: 1.313em !important; }
  h3 a {
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.015em !important;
    line-height: 1.313em !important; }

ol li,
ul li,
p {
  font-size: 0.938rem !important;
  font-weight: 300 !important;
  letter-spacing: 0.035em !important;
  line-height: 1.688em !important; }
  ol li a,
  ul li a,
  p a {
    font-size: 0.938rem !important;
    font-weight: 300 !important;
    letter-spacing: 0.035em !important;
    line-height: 1.688em !important;
    border-color: #C38B41 !important; }
    ol li a:hover,
    ul li a:hover,
    p a:hover {
      color: #C38B41 !important; }

html, body {
  font-size: 16px;
  line-height: 1.688em !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.container-base {
  max-width: 1155px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }

.container-narrow {
  max-width: 810px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }

.container-footer {
  max-width: 1050px;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px; }

.partial-top {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-pack: justify;
  padding: 35px 45px; }
  .partial-top .top-logo {
    padding: 20px 0;
    width: 50%; }
    @media only screen and (max-width: 991px) {
      .partial-top .top-logo {
        width: 100%;
        margin-bottom: 0px; } }
  .partial-top .top-menu {
    position: relative; }
    @media only screen and (max-width: 991px) {
      .partial-top .top-menu {
        width: 100%; } }
  .partial-top .choose-language {
    text-align: right;
    padding-bottom: 10px; }
    @media only screen and (max-width: 991px) {
      .partial-top .choose-language {
        text-align: center; } }
    .partial-top .choose-language span a {
      font-weight: 700 !important;
      font-size: 11px;
      text-transform: uppercase; }
      .partial-top .choose-language span a.choose-language-active {
        color: #C38B41; }
  .partial-top .primary-menu ul {
    list-style: none;
    margin: 0;
    display: flex;
    justify-content: center;
    padding: 0;
    display: -ms-flexbox;
    -ms-flex-pack: center; }
    @media only screen and (max-width: 600px) {
      .partial-top .primary-menu ul {
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        justify-content: left;
        margin-left: -45px;
        margin-right: -45px; }
        .partial-top .primary-menu ul:after {
          content: ''; } }
  .partial-top .primary-menu li a {
    font-weight: 500 !important;
    font-size: 13px !important;
    display: block;
    background: #303F54;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 17px;
    margin-right: 1px;
    white-space: nowrap; }
    .partial-top .primary-menu li a.active, .partial-top .primary-menu li a:hover {
      background: #C38B41;
      color: #fff !important; }
    .partial-top .primary-menu li a.more-is-active {
      position: relative;
      background: #3D3C3C; }
      .partial-top .primary-menu li a.more-is-active:after {
        content: '';
        border-top: 1px solid #3D3C3C;
        position: absolute;
        width: 100%;
        bottom: -1px;
        left: 0; }
    .partial-top .primary-menu li a img {
      margin-top: -2px;
      padding-left: 5px;
      padding-right: 5px; }
  .partial-top .primary-menu li.primary-menu-more-button {
    min-width: 64px; }
  .partial-top .secondary-menu {
    display: none;
    position: absolute;
    width: calc(100% - 1px);
    z-index: 9999;
    background: #3D3C3C;
    margin-top: 1px;
    padding-top: 20px; }
    .partial-top .secondary-menu ul {
      list-style: none;
      margin: 0;
      padding: 0px 0 20px 0; }
    .partial-top .secondary-menu li a {
      font-weight: 500 !important;
      font-size: 13px;
      text-transform: uppercase;
      color: #fff;
      display: block;
      padding: 2px 35px; }
      .partial-top .secondary-menu li a.active, .partial-top .secondary-menu li a:hover {
        color: #C38B41; }
    .partial-top .secondary-menu .secondary-menu-extra {
      padding: 2px 35px 35px 35px;
      font-weight: 300 !important;
      letter-spacing: 0.142em !important;
      font-size: 13px;
      color: #fff; }
      .partial-top .secondary-menu .secondary-menu-extra a {
        color: #fff;
        letter-spacing: 0.142em !important; }
        .partial-top .secondary-menu .secondary-menu-extra a:hover {
          color: #C38B41; }

.partial-footer {
  padding: 65px 0 0px 0;
  position: relative; }
  .partial-footer h2 {
    position: relative;
    margin-bottom: 100px;
    width: 100%;
    text-align: center; }
    .partial-footer h2:after {
      content: '';
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      width: 100px;
      border-bottom: 5px solid #C0863A;
      bottom: -30px; }
  .partial-footer .footer-partners {
    padding-bottom: 60px; }
  .partial-footer .footer-partners2 {
    padding-bottom: 100px; }
  .partial-footer .footer-partners, .partial-footer .footer-partners2 {
    display: flex;
    justify-content: center;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center; }
    @media only screen and (max-width: 620px) {
      .partial-footer .footer-partners, .partial-footer .footer-partners2 {
        flex-wrap: wrap;
        -ms-flex-wrap: wrap; } }
    .partial-footer .footer-partners .footer-partner, .partial-footer .footer-partners2 .footer-partner {
      display: inline-block;
      margin: 0 25px; }
      @media only screen and (max-width: 620px) {
        .partial-footer .footer-partners .footer-partner, .partial-footer .footer-partners2 .footer-partner {
          width: 100%;
          margin-bottom: 50px;
          text-align: center; } }
      .partial-footer .footer-partners .footer-partner img, .partial-footer .footer-partners2 .footer-partner img {
        height: auto;
        filter: grayscale(1);
        transition: all 0.5s ease-in-out; }
        .partial-footer .footer-partners .footer-partner img:hover, .partial-footer .footer-partners2 .footer-partner img:hover {
          filter: grayscale(0); }
  .partial-footer .footer-newsletter {
    padding: 120px 0;
    border-top: 1px solid #C38B41; }
  .partial-footer .footer-newsletter-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
    -ms-flex-align: center; }
    .partial-footer .footer-newsletter-flex .footer-newsletter-info {
      width: 50%;
      text-align: right;
      font-weight: 700 !important;
      font-size: 0.875rem !important;
      color: #3D3C3C;
      letter-spacing: 0.142em !important;
      margin-right: 20px; }
      @media only screen and (max-width: 767px) {
        .partial-footer .footer-newsletter-flex .footer-newsletter-info {
          width: 100%;
          margin-bottom: 20px;
          text-align: center; } }
    @media only screen and (max-width: 767px) {
      .partial-footer .footer-newsletter-flex .footer-newsletter-form {
        margin: 0 auto; } }
  .partial-footer .newsletter-form {
    border: 1px solid #C38B41; }
    .partial-footer .newsletter-form form {
      display: flex;
      display: -ms-flexbox; }
      .partial-footer .newsletter-form form input {
        height: auto;
        border-radius: 0;
        background: #fff;
        margin: 0;
        font-size: 13px;
        min-width: 220px; }
        .partial-footer .newsletter-form form input:focus, .partial-footer .newsletter-form form input:active {
          background: #fff5e7;
          border-color: transparent; }
      .partial-footer .newsletter-form form button {
        background: #C38B41;
        color: #fff;
        border-radius: 0;
        height: auto;
        border: 0;
        padding: 5px 20px;
        font-weight: 500 !important;
        text-transform: uppercase;
        font-size: 13px; }
  .partial-footer .footer-touch {
    background: #3D3C3C;
    padding: 65px 0 160px 0; }
    .partial-footer .footer-touch .footer-touch-flex {
      display: flex;
      flex-wrap: wrap;
      display: -ms-flexbox;
      -ms-flex-wrap: wrap;
      margin-left: -50px;
      margin-right: -50px; }
      @media only screen and (max-width: 767px) {
        .partial-footer .footer-touch .footer-touch-flex {
          margin-left: 0;
          margin-right: 0; } }
      .partial-footer .footer-touch .footer-touch-flex .footer-touch-column {
        width: calc(33.33% - 100px);
        margin: 0 50px; }
        @media only screen and (max-width: 767px) {
          .partial-footer .footer-touch .footer-touch-flex .footer-touch-column {
            width: 100%;
            text-align: center;
            margin-bottom: 50px; } }
    .partial-footer .footer-touch h3 {
      color: #fff;
      text-transform: uppercase;
      margin-bottom: 20px; }
    .partial-footer .footer-touch .footer-text {
      color: #fff;
      font-family: "Montserrat", sans-serif;
      font-size: 0.688rem !important;
      font-weight: 300 !important;
      line-height: 1.688em !important;
      letter-spacing: 0.142em !important; }
      .partial-footer .footer-touch .footer-text a {
        color: #fff;
        text-decoration: none; }
    .partial-footer .footer-touch img {
      width: 40px;
      height: 40px; }
  .partial-footer #powered_by {
    position: absolute;
    right: 20px;
    bottom: 20px; }

input[type='submit'],
.sf-btn {
  font-size: 0.938rem !important;
  letter-spacing: 0.120em !important;
  background: #C38B41;
  border: 2px solid #C38B41 !important;
  height: auto;
  border-radius: 0;
  padding: 12px 30px;
  text-transform: uppercase;
  color: #fff !important;
  transition: all .2s ease-in-out; }
  input[type='submit']:hover, input[type='submit']:focus,
  .sf-btn:hover,
  .sf-btn:focus {
    transform: scale(1);
    box-shadow: 0 9px 40px 0 rgba(142, 83, 5, 0.31), 0 5px 15px 0 rgba(142, 83, 5, 0.08); }

.columns.text + .columns.sf_btn {
  margin-top: -40px; }
  @media only screen and (max-width: 767px) {
    .columns.text + .columns.sf_btn {
      margin-top: -10px; } }

.columns.start {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.start .start-flex {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  width: 100%; }
  @media only screen and (max-width: 700px) {
    .column.start .start-flex {
      flex-wrap: wrap-reverse;
      -ms-flex-wrap: wrap-reverse; } }
  .column.start .start-flex .start-column {
    position: relative; }
    .column.start .start-flex .start-column:nth-child(1) {
      flex: 1;
      -ms-flex: 1;
      background: #DBDDE1; }
      @media only screen and (max-width: 700px) {
        .column.start .start-flex .start-column:nth-child(1) {
          flex: auto;
          -ms-flex: auto;
          width: 100%; } }
    .column.start .start-flex .start-column:nth-child(2) {
      width: 415px;
      background: #303F54; }
      @media only screen and (max-width: 1199px) {
        .column.start .start-flex .start-column:nth-child(2) {
          width: 50%; } }
      @media only screen and (max-width: 700px) {
        .column.start .start-flex .start-column:nth-child(2) {
          width: 100%; } }
    .column.start .start-flex .start-column:nth-child(3) {
      flex: 1;
      -ms-flex: 1; }
      @media only screen and (max-width: 1199px) {
        .column.start .start-flex .start-column:nth-child(3) {
          flex: auto;
          -ms-flex: auto;
          height: 300px;
          width: 100%; } }
  .column.start .start-flex .start-first-column {
    max-width: 450px;
    margin-left: auto; }
    @media only screen and (max-width: 700px) {
      .column.start .start-flex .start-first-column {
        margin-right: auto; } }

.column.start .start-first-column {
  padding: 40px 40px 80px 0; }
  @media only screen and (max-width: 1350px) {
    .column.start .start-first-column {
      padding-left: 40px; } }
  .column.start .start-first-column ul {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0; }
  .column.start .start-first-column li {
    background: #fff;
    border-left: 5px solid #C38B41;
    margin-bottom: 16px;
    padding: 30px 20px; }
    .column.start .start-first-column li:last-child {
      margin-bottom: 0; }
  .column.start .start-first-column h2 {
    font-size: 1.25rem !important;
    text-transform: uppercase;
    margin-bottom: 30px; }
  .column.start .start-first-column h3 {
    font-size: 0.938rem !important;
    line-height: 1.688em !important;
    margin-bottom: 5px;
    text-transform: uppercase; }
  .column.start .start-first-column p {
    font-size: 0.875rem !important;
    margin-bottom: 0; }
  .column.start .start-first-column .sf-btn {
    margin: 0;
    position: absolute;
    bottom: 38px; }

.column.start .start-second-column {
  padding: 65px 50px 80px 40px; }
  .column.start .start-second-column h2 {
    font-size: 1.25rem !important;
    text-transform: uppercase;
    margin-bottom: 60px;
    color: #fff;
    position: relative; }
    .column.start .start-second-column h2:after {
      content: '';
      position: absolute;
      width: 170px;
      bottom: -20px;
      left: 0;
      border-bottom: 5px solid #C0863A; }
  .column.start .start-second-column h1 {
    color: #fff;
    line-height: 1.688em !important;
    letter-spacing: 0.079em;
    text-transform: none; }
  .column.start .start-second-column .sf-btn {
    margin: 0;
    position: absolute;
    bottom: 38px;
    background: transparent;
    border: 2px solid #C38B41 !important; }
    .column.start .start-second-column .sf-btn:hover, .column.start .start-second-column .sf-btn:focus {
      box-shadow: none; }

.column.start .start-third-column {
  height: 100%; }
  .column.start .start-third-column .super-simple-slider {
    height: 100%;
    overflow: hidden;
    position: relative; }
    .column.start .start-third-column .super-simple-slider .super-simple-slide {
      opacity: 0;
      position: absolute;
      top: 0;
      transition: all 2s ease; }
  .column.start .start-third-column .background-image {
    background-position: center center;
    background-size: cover;
    height: 100%;
    width: 100%; }

.columns.title-grey,
.columns.title-blue,
.columns.title {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.title-grey .title-wrapper,
.column.title-blue .title-wrapper,
.column.title .title-wrapper {
  padding: 70px 25px;
  max-width: 730px;
  margin: 0 auto;
  text-align: center; }

.column.title-grey h1,
.column.title-blue h1,
.column.title h1 {
  margin-bottom: 0; }

.column.title-grey h1 + p,
.column.title-blue h1 + p,
.column.title h1 + p {
  margin-top: 20px; }

.column.title-grey h2,
.column.title-blue h2,
.column.title h2 {
  position: relative;
  margin-bottom: 60px; }
  .column.title-grey h2:after,
  .column.title-blue h2:after,
  .column.title h2:after {
    content: '';
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 100px;
    border-bottom: 5px solid #C0863A;
    bottom: -30px; }

.columns.title-blue {
  background: #DBDDE1; }

.columns.title-grey {
  background: #ECEAE6; }

.columns.events {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #ECEAE6; }

.column.events .events-wrapper {
  padding: 60px 0;
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  margin-left: -30px;
  margin-right: -30px; }
  @media only screen and (max-width: 1200px) {
    .column.events .events-wrapper {
      padding-left: 30px;
      padding-right: 30px; } }
  @media only screen and (max-width: 767px) {
    .column.events .events-wrapper {
      margin-left: 0px;
      margin-right: 0px;
      padding-left: 0px;
      padding-right: 0px; } }

.column.events .event {
  width: calc(33.33% - 60px);
  margin: 0 30px; }
  @media only screen and (max-width: 991px) {
    .column.events .event {
      width: 100%;
      margin-bottom: 30px;
      margin-left: 0;
      margin-right: 0; } }
  .column.events .event a {
    display: block; }

.column.events .event-content {
  display: flex;
  display: -ms-flexbox;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #fff;
  padding: 25px;
  min-height: 300px; }
  .column.events .event-content h2 {
    text-transform: none;
    letter-spacing: 0.025em !important; }
  .column.events .event-content > h2, .column.events .event-content > p, .column.events .event-content > div {
    width: 100%; }

.column.events .event-image {
  width: 345px;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center center;
  height: 235px;
  max-width: 100%; }
  @media only screen and (max-width: 991px) {
    .column.events .event-image {
      width: 100%; } }

.column.events .event-location {
  font-size: 0.875rem !important;
  display: block;
  text-transform: uppercase; }

.column.events .event-date {
  font-size: 0.875rem !important;
  display: block;
  text-transform: uppercase;
  color: #C38B41; }

.columns.news {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.news .news-wrapper {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap; }

.column.news .news-introduction {
  width: 60%; }
  @media only screen and (max-width: 991px) {
    .column.news .news-introduction {
      width: 100%; } }
  .column.news .news-introduction .news-introduction-content {
    padding: 70px 50px 70px 90px;
    margin-left: auto;
    width: 860px;
    max-width: 100%; }
    @media only screen and (max-width: 991px) {
      .column.news .news-introduction .news-introduction-content {
        padding: 70px;
        width: 100%; } }
    @media only screen and (max-width: 600px) {
      .column.news .news-introduction .news-introduction-content {
        padding: 25px; } }

.column.news h2 {
  position: relative;
  margin-bottom: 60px; }
  .column.news h2:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100px;
    border-bottom: 5px solid #C0863A;
    bottom: -30px; }

.column.news .news-list {
  position: relative;
  flex: 1;
  -ms-flex: 1;
  background: #303F54;
  padding: 40px 40px 40px 0; }
  .column.news .news-list .news-list-item {
    margin-bottom: 30px;
    max-width: 580px;
    margin-right: auto; }
    .column.news .news-list .news-list-item .a-replacement,
    .column.news .news-list .news-list-item a {
      display: flex;
      display: -ms-flexbox; }
      .column.news .news-list .news-list-item .a-replacement h3,
      .column.news .news-list .news-list-item a h3 {
        width: 100%;
        font-size: 12px !important;
        letter-spacing: 0.142em !important;
        line-height: 1.688em !important;
        color: #fff;
        align-items: center;
        border-bottom: 1px solid #6b5334;
        padding-bottom: 20px; }
    .column.news .news-list .news-list-item.last a h3 {
      border-width: 0; }
  .column.news .news-list h2 {
    color: #fff;
    margin-left: 125px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 650px) {
      .column.news .news-list h2 {
        margin-left: 0;
        margin-right: 0;
        text-align: center; }
        .column.news .news-list h2:after {
          left: 0;
          right: 0;
          margin-left: auto;
          margin-right: auto; } }
    .column.news .news-list h2:after {
      bottom: -15px; }
  .column.news .news-list .date {
    color: #fff;
    text-align: center;
    width: 160px;
    height: 65px;
    display: block; }
    .column.news .news-list .date .date-day {
      font-size: 31px;
      display: block; }
    .column.news .news-list .date .date-month {
      font-size: 13px;
      text-transform: uppercase; }
  .column.news .news-list .sf-btn {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0; }

.columns.image-small,
.columns.image {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.image .the-image {
  background-size: cover;
  width: 100%;
  min-height: 500px;
  background-position: center center; }

.columns.text + .columns.text {
  margin-top: -60px; }

.column.text {
  padding: 60px 0 60px 0; }
  .column.text h1, .column.text h2, .column.text h3 {
    max-width: 100% !important; }
  .column.text h2 {
    margin-bottom: 60px;
    position: relative;
    text-align: center; }
    .column.text h2:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      border-bottom: 5px solid #C38B41;
      width: 100px;
      bottom: -25px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
  .column.text .sf_image_left + h2,
  .column.text .sf_image_right + h2 {
    margin-bottom: 10px;
    text-align: left; }
    .column.text .sf_image_left + h2:after,
    .column.text .sf_image_right + h2:after {
      display: none; }
  .column.text h3 {
    margin-bottom: 5px; }
  .column.text p {
    max-width: 100% !important; }
    .column.text p:last-child {
      margin-bottom: 0; }
  .column.text p + h1,
  .column.text p + h2,
  .column.text p + h3 {
    padding-top: 25px; }
  .column.text .sf_image_top {
    margin-bottom: 20px; }

.columns.text-image {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.text-image .text-image-flex {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  flex-wrap: wrap; }

.column.text-image .text-image-left {
  flex: 1;
  -ms-flex: 1;
  background: #303F54; }
  @media only screen and (max-width: 767px) {
    .column.text-image .text-image-left {
      width: 100%;
      flex: auto;
      -ms-flex: auto; } }
  .column.text-image .text-image-left .text-image-left-content {
    max-width: 445px;
    margin-left: auto;
    padding: 50px 50px; }
    @media only screen and (max-width: 767px) {
      .column.text-image .text-image-left .text-image-left-content {
        margin-right: auto; } }
    .column.text-image .text-image-left .text-image-left-content h1 {
      letter-spacing: 0.015em !important;
      line-height: 1.688em !important; }
      @media only screen and (max-width: 767px) {
        .column.text-image .text-image-left .text-image-left-content h1 {
          font-size: 1.375em !important; } }
    .column.text-image .text-image-left .text-image-left-content h1, .column.text-image .text-image-left .text-image-left-content h2, .column.text-image .text-image-left .text-image-left-content h3, .column.text-image .text-image-left .text-image-left-content p {
      text-transform: none;
      color: #fff; }

.column.text-image .text-image-right {
  flex: 3;
  -ms-flex: 3;
  width: 100%;
  height: 650px;
  position: relative; }
  @media only screen and (max-width: 1400px) {
    .column.text-image .text-image-right {
      flex: 2;
      -ms-flex: 2; } }
  @media only screen and (max-width: 1100px) {
    .column.text-image .text-image-right {
      flex: 1;
      -ms-flex: 1; } }
  @media only screen and (max-width: 767px) {
    .column.text-image .text-image-right {
      width: 100%;
      flex: auto;
      -ms-flex: auto; } }
  @media only screen and (max-width: 767px) {
    .column.text-image .text-image-right {
      height: 325px; } }
  .column.text-image .text-image-right .background-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center center; }

.columns.text-text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.text-text .text-text-flex {
  display: flex;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap; }

.column.text-text .text-text-column-left {
  width: 60%;
  margin-left: auto; }
  @media only screen and (max-width: 991px) {
    .column.text-text .text-text-column-left {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .column.text-text .text-text-column-left {
      width: 100%; } }
  @media only screen and (min-width: 1600px) {
    .column.text-text .text-text-column-left {
      width: 50%; } }
  .column.text-text .text-text-column-left .text-text-content {
    margin-left: auto;
    max-width: 890px; }

.column.text-text .text-text-column-right {
  width: 40%;
  background: #DBDDE1; }
  @media only screen and (max-width: 991px) {
    .column.text-text .text-text-column-right {
      width: 50%; } }
  @media only screen and (max-width: 767px) {
    .column.text-text .text-text-column-right {
      width: 100%; } }
  @media only screen and (min-width: 1600px) {
    .column.text-text .text-text-column-right {
      width: 50%; } }
  .column.text-text .text-text-column-right .text-text-content {
    margin-right: auto;
    max-width: 590px; }

.column.text-text .text-text-content {
  padding: 70px 60px; }
  .column.text-text .text-text-content h2 {
    position: relative;
    margin-bottom: 60px; }
    .column.text-text .text-text-content h2:after {
      content: '';
      position: absolute;
      left: 0;
      width: 100px;
      border-bottom: 5px solid #C0863A;
      bottom: -30px; }
  .column.text-text .text-text-content .sf-btn {
    background: transparent;
    color: #3D3C3C !important; }
    .column.text-text .text-text-content .sf-btn:active, .column.text-text .text-text-content .sf-btn:hover, .column.text-text .text-text-content .sf-btn:focus {
      box-shadow: none; }

.columns.text-text-text {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.text-text-text .text-text-text-wrapper {
  padding: 60px 0 60px 0; }
  @media only screen and (min-width: 991px) {
    .column.text-text-text .text-text-text-wrapper {
      display: flex; } }
  .column.text-text-text .text-text-text-wrapper > div {
    font-size: 0.938rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.142em !important;
    line-height: 2.5rem; }
    @media only screen and (min-width: 991px) {
      .column.text-text-text .text-text-text-wrapper > div {
        width: calc(100%/3);
        padding: 0 15px; } }
    .column.text-text-text .text-text-text-wrapper > div:first-child {
      padding-left: 0; }
    .column.text-text-text .text-text-text-wrapper > div:last-child {
      padding-right: 0; }

.columns.button {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.button .button-wrapper {
  text-align: center;
  padding: 60px 0 60px 0; }

.column.button a {
  background: #C38B41;
  color: #fff;
  text-align: center;
  padding: 15px 35px;
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem !important;
  letter-spacing: 0.035em !important;
  text-transform: uppercase; }

.columns.people-light,
.columns.people {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.people-light {
  background: #fff; }

.column.people {
  background: #ECEAE6; }

.column.people-light,
.column.people {
  padding: 60px 0px; }
  .column.people-light .people-wrapper h2,
  .column.people .people-wrapper h2 {
    margin-bottom: 60px;
    position: relative;
    margin-bottom: 90px; }
    .column.people-light .people-wrapper h2:after,
    .column.people .people-wrapper h2:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      border-bottom: 5px solid #C38B41;
      width: 100px;
      bottom: -25px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }
    .column.people-light .people-wrapper h2:after,
    .column.people .people-wrapper h2:after {
      margin-left: 0; }
  @media only screen and (min-width: 768px) {
    .column.people-light .people-wrapper .people-list,
    .column.people .people-wrapper .people-list {
      display: flex;
      flex-wrap: wrap;
      justify-content: center; } }
  .column.people-light .people-wrapper .person,
  .column.people .people-wrapper .person {
    text-align: center;
    margin-bottom: 40px;
    padding: 0 0px;
    position: relative; }
    @media only screen and (min-width: 768px) {
      .column.people-light .people-wrapper .person,
      .column.people .people-wrapper .person {
        width: calc(100%/3);
        padding: 0 0px; } }
    @media only screen and (min-width: 1150px) {
      .column.people-light .people-wrapper .person,
      .column.people .people-wrapper .person {
        padding: 0 70px; } }
    .column.people-light .people-wrapper .person img,
    .column.people .people-wrapper .person img {
      border-radius: 500px;
      margin-bottom: 20px; }
    .column.people-light .people-wrapper .person .linkedin-wrapper,
    .column.people .people-wrapper .person .linkedin-wrapper {
      position: absolute;
      margin-left: auto;
      margin-right: auto;
      left: 0;
      right: 0;
      margin-top: -34px; }
    .column.people-light .people-wrapper .person .name,
    .column.people .people-wrapper .person .name {
      text-align: center;
      font-size: 0.938rem !important;
      font-weight: 500 !important;
      letter-spacing: 0.142em !important;
      margin-bottom: -10px; }
    .column.people-light .people-wrapper .person .position,
    .column.people .people-wrapper .person .position {
      text-align: center;
      color: #C38B41;
      font-size: 0.875rem !important;
      font-weight: 500 !important;
      letter-spacing: 0.142em !important;
      text-transform: uppercase;
      margin-bottom: 10px; }
    .column.people-light .people-wrapper .person .description,
    .column.people .people-wrapper .person .description {
      font-size: 0.875rem !important;
      font-weight: 300 !important;
      text-align: center; }
  .column.people-light .people-wrapper a.linkedin,
  .column.people .people-wrapper a.linkedin {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29"><g fill="none" fill-rule="evenodd"><polygon fill="#C38B41" points="0 29 28.275 29 28.275 0 0 0"/><path fill="#FFF" d="M9.06353868 6.525C10.0627507 6.525 10.875 7.34678009 10.875 8.35666586 10.875 9.36865337 10.0627507 10.1914843 9.06353868 10.1914843 8.06017192 10.1914843 7.25 9.36865337 7.25 8.35666586 7.25 7.34678009 8.06017192 6.525 9.06353868 6.525zM7.49824499 21.75L10.6277937 21.75 10.6277937 11.5796832 7.49824499 11.5796832 7.49824499 21.75zM12.325 11.8466126L15.4464956 11.8466126 15.4464956 13.2004234 15.4897745 13.2004234C15.9247282 12.4217008 16.9872268 11.6 18.5712371 11.6 21.8669305 11.6 22.475 13.6506704 22.475 16.3173606L22.475 21.75 19.2225855 21.75 19.2225855 16.9344037C19.2225855 15.7862738 19.1987821 14.308645 17.5314599 14.308645 15.8360063 14.308645 15.5774145 15.5591037 15.5774145 16.850494L15.5774145 21.75 12.325 21.75 12.325 11.8466126z"/></g></svg>');
    color: transparent;
    width: 29px;
    height: 29px;
    display: inline-block;
    overflow: hidden; }

.columns.multi-alt,
.columns.multi {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.multi {
  background: #DBDDE1; }

.column.multi-alt {
  background: #ECEAE6; }

.column.multi-alt h2.multi-title,
.column.multi h2.multi-title {
  margin-bottom: 60px;
  position: relative;
  margin-bottom: 90px; }
  .column.multi-alt h2.multi-title:after,
  .column.multi h2.multi-title:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    border-bottom: 5px solid #C38B41;
    width: 100px;
    bottom: -25px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto; }
  .column.multi-alt h2.multi-title:after,
  .column.multi h2.multi-title:after {
    margin-left: 0; }

.column.multi-alt .multi-wrapper,
.column.multi .multi-wrapper {
  padding: 60px 0 60px 0; }

.column.multi-alt .list,
.column.multi .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }

.column.multi-alt .item,
.column.multi .item {
  position: relative;
  width: 100%;
  max-width: 350px;
  margin-right: 18px;
  margin-left: 0px;
  margin-bottom: 60px; }
  .column.multi-alt .item .item-image,
  .column.multi .item .item-image {
    width: 350px;
    height: 240px;
    background-size: cover;
    background-position: center center;
    max-width: 100%; }
  .column.multi-alt .item .item-content,
  .column.multi .item .item-content {
    background: #fff;
    padding: 25px;
    min-height: 185px; }
    .column.multi-alt .item .item-content h2,
    .column.multi .item .item-content h2 {
      text-transform: none; }
    .column.multi-alt .item .item-content h2 + .editField + h3,
    .column.multi-alt .item .item-content h2 + h3,
    .column.multi .item .item-content h2 + .editField + h3,
    .column.multi .item .item-content h2 + h3 {
      margin-top: -20px; }
    .column.multi-alt .item .item-content strong,
    .column.multi .item .item-content strong {
      text-transform: uppercase;
      color: #C38B41;
      font-size: 0.875rem !important; }

.column.multi-alt a.linkedin,
.column.multi a.linkedin {
  position: absolute;
  right: -1px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="29" height="29" viewBox="0 0 29 29"><g fill="none" fill-rule="evenodd"><polygon fill="#C38B41" points="0 29 28.275 29 28.275 0 0 0"/><path fill="#FFF" d="M9.06353868 6.525C10.0627507 6.525 10.875 7.34678009 10.875 8.35666586 10.875 9.36865337 10.0627507 10.1914843 9.06353868 10.1914843 8.06017192 10.1914843 7.25 9.36865337 7.25 8.35666586 7.25 7.34678009 8.06017192 6.525 9.06353868 6.525zM7.49824499 21.75L10.6277937 21.75 10.6277937 11.5796832 7.49824499 11.5796832 7.49824499 21.75zM12.325 11.8466126L15.4464956 11.8466126 15.4464956 13.2004234 15.4897745 13.2004234C15.9247282 12.4217008 16.9872268 11.6 18.5712371 11.6 21.8669305 11.6 22.475 13.6506704 22.475 16.3173606L22.475 21.75 19.2225855 21.75 19.2225855 16.9344037C19.2225855 15.7862738 19.1987821 14.308645 17.5314599 14.308645 15.8360063 14.308645 15.5774145 15.5591037 15.5774145 16.850494L15.5774145 21.75 12.325 21.75 12.325 11.8466126z"/></g></svg>');
  color: transparent;
  width: 29px;
  height: 29px;
  display: inline-block;
  overflow: hidden; }

.column.multi-alt .read-more,
.column.multi .read-more {
  margin-left: auto;
  margin-right: auto;
  margin-top: -90px;
  padding-top: 60px;
  position: relative;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%);
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.95) 95%, #ffffff 100%);
  text-decoration: underline;
  text-align: center;
  color: #C38B41; }
  @media only screen and (max-width: 767px) {
    .column.multi-alt .read-more,
    .column.multi .read-more {
      margin-top: -88px; } }

.column.multi-alt .read-less,
.column.multi .read-less {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  color: #C38B41;
  margin-top: -30px; }

.logos-block {
  padding: 60px 0; }
  .logos-block h2 {
    margin-bottom: 60px;
    position: relative;
    text-align: center; }
    .logos-block h2:after {
      display: block;
      content: '';
      position: absolute;
      left: 0;
      border-bottom: 5px solid #C38B41;
      width: 100px;
      bottom: -25px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

.logos__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  max-width: 100%; }
  .logos__wrapper .logos__passepartout {
    width: 126px;
    height: 70px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    display: -ms-flexbox;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    margin-right: 50px; }
    @media only screen and (max-width: 767px) {
      .logos__wrapper .logos__passepartout {
        width: 40%; } }
    @media only screen and (max-width: 420px) {
      .logos__wrapper .logos__passepartout {
        width: 100%;
        margin-right: 0; } }
    .logos__wrapper .logos__passepartout:last-child {
      margin-right: 0; }
    .logos__wrapper .logos__passepartout img {
      height: 70px;
      width: auto;
      max-width: 126px; }

.columns.form {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  background: #dbdde1; }

.column.form {
  max-width: 100%; }
  .column.form .form-wrapper {
    padding: 60px 0; }

.columns.newsletter {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0; }

.column.newsletter .block-newsletter {
  padding: 60px 0;
  border-bottom: 1px solid #C38B41; }

.column.newsletter .block-newsletter-flex {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  -ms-flex-align: center; }
  .column.newsletter .block-newsletter-flex .block-newsletter-info {
    width: 50%;
    text-align: right;
    font-weight: 700 !important;
    font-size: 0.875rem !important;
    color: #3D3C3C;
    letter-spacing: 0.142em !important;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .column.newsletter .block-newsletter-flex .block-newsletter-info {
        width: 100%;
        margin-bottom: 20px;
        text-align: center; } }
  @media only screen and (max-width: 767px) {
    .column.newsletter .block-newsletter-flex .block-newsletter-form {
      margin: 0 auto; } }

.column.newsletter .newsletter-form {
  border: 1px solid #C38B41; }
  .column.newsletter .newsletter-form form {
    display: flex;
    display: -ms-flexbox; }
    .column.newsletter .newsletter-form form input {
      height: auto;
      border-radius: 0;
      background: #fff;
      margin: 0;
      font-size: 13px;
      min-width: 220px; }
      .column.newsletter .newsletter-form form input:focus, .column.newsletter .newsletter-form form input:active {
        background: #fff5e7;
        border-color: transparent; }
    .column.newsletter .newsletter-form form button {
      background: #C38B41;
      color: #fff;
      border-radius: 0;
      height: auto;
      border: 0;
      padding: 5px 20px;
      font-weight: 500 !important;
      text-transform: uppercase;
      font-size: 13px; }

.template-events {
  background: #ECEAE6;
  padding: 60px 0 60px 0; }
  .template-events .events-top {
    text-align: center;
    margin-bottom: 22px; }
    .template-events .events-top h1 {
      margin-bottom: 11px; }
  .template-events .events-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center; }
  .template-events .event {
    width: 345px;
    position: relative;
    margin: 10px 10px; }
    .template-events .event a {
      display: block; }
      .template-events .event a:hover {
        color: #3D3C3C; }
    .template-events .event .event-image {
      display: block;
      width: 100%;
      height: 194px;
      background-size: contain !important;
      background-repeat: no-repeat !important;
      background-position: center bottom !important; }
    .template-events .event .event-content {
      background: #fff;
      padding: 25px;
      display: block;
      font-family: "Montserrat", sans-serif;
      height: 281px;
      overflow: hidden !important; }
      @media only screen and (max-width: 400px) {
        .template-events .event .event-content {
          height: 310px; } }
      .template-events .event .event-content .event-title {
        display: block;
        font-size: 1.375em !important;
        font-weight: 500 !important;
        line-height: 1.2em !important;
        font-size: 1.2rem !important;
        margin-bottom: 18px !important; }
      .template-events .event .event-content .event-text {
        display: block;
        font-size: 0.938rem !important;
        font-weight: 300 !important;
        margin-bottom: 25px; }
    .template-events .event .event-footer {
      position: absolute;
      bottom: 0;
      width: 100%;
      font-family: "Montserrat", sans-serif;
      padding: 25px; }
      .template-events .event .event-footer .event-location {
        display: block;
        font-size: 0.875rem !important;
        text-transform: uppercase;
        margin-bottom: 0px; }
      .template-events .event .event-footer .event-date {
        display: block;
        font-size: 0.875rem !important;
        text-transform: uppercase;
        color: #C38B41; }
  .template-events .event-pagination {
    width: 100%;
    text-align: center; }
    .template-events .event-pagination .pagination > li > a {
      border: 2px solid #C38B41;
      line-height: 2em;
      padding: 5px 15px; }
      .template-events .event-pagination .pagination > li > a:hover {
        background: #C38B41;
        color: #fff !important; }
    .template-events .event-pagination .pagination > li.active a {
      background: #C38B41; }
  .template-events .events-previous {
    text-align: center;
    margin: 55px 0 60px; }
    .template-events .events-previous .sf-btn {
      background: transparent;
      color: #303F54 !important;
      font-weight: bold; }
      .template-events .events-previous .sf-btn:hover {
        box-shadow: none; }

.template-event .event-top {
  display: flex; }
  @media only screen and (max-width: 991px) {
    .template-event .event-top {
      flex-wrap: wrap; } }
  .template-event .event-top .event-info {
    background: #303F54;
    width: 430px;
    padding: 50px;
    position: relative; }
    @media only screen and (max-width: 991px) {
      .template-event .event-top .event-info {
        width: 100%; } }
  .template-event .event-top .event-image {
    width: calc(100% - 120px);
    max-width: 1200px;
    margin: 40px auto 0 auto;
    height: 520px;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: center center !important; }
    @media only screen and (max-width: 991px) {
      .template-event .event-top .event-image {
        width: calc(100% - 40px);
        max-width: none;
        margin: 30px auto 0 auto;
        height: 220px; } }
  .template-event .event-top h1 {
    position: relative;
    color: #fff;
    font-size: 1.375em !important;
    padding-bottom: 30px;
    margin-bottom: 30px; }
    .template-event .event-top h1:after {
      display: block;
      content: '';
      position: absolute;
      border-bottom: 5px solid #C38B41;
      width: 100px;
      margin-top: 30px; }
  .template-event .event-top .info-group {
    font-family: "Montserrat", sans-serif;
    margin-bottom: 20px; }
    .template-event .event-top .info-group .group-label {
      display: block;
      font-size: 0.688rem !important;
      letter-spacing: 0.142em !important;
      text-transform: uppercase;
      color: #C38B41;
      margin-bottom: -6px; }
    .template-event .event-top .info-group .group-value {
      display: block;
      font-size: 0.938rem !important;
      letter-spacing: 0.035em !important;
      color: #fff; }
      .template-event .event-top .info-group .group-value .share-icon {
        background: #C38B41;
        color: #fff;
        padding: 9px 5px;
        min-width: 33px;
        text-align: center; }
      .template-event .event-top .info-group .group-value .add-to-calendar-link {
        display: block;
        font-size: 12px; }
        .template-event .event-top .info-group .group-value .add-to-calendar-link .fa {
          padding-right: 4px; }
        .template-event .event-top .info-group .group-value .add-to-calendar-link a {
          color: #fff; }
          .template-event .event-top .info-group .group-value .add-to-calendar-link a:hover {
            text-decoration: underline; }
    .template-event .event-top .info-group.share-group .group-label {
      margin-bottom: 0px; }
  .template-event .event-top .event-register {
    position: absolute;
    width: 100%;
    bottom: 0;
    margin: 0px -50px 0px -50px;
    background: #C38B41;
    color: #fff;
    text-align: center;
    padding: 15px 15px;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem !important;
    letter-spacing: 0.035em !important;
    text-transform: uppercase; }
    .template-event .event-top .event-register a {
      color: #fff;
      display: block;
      padding: 15px 15px;
      margin: -15px -15px; }
    @media only screen and (max-width: 991px) {
      .template-event .event-top .event-register {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 9999;
        width: 100vw;
        margin: 0; } }

.template-event .event-body {
  padding: 100px 0; }
  @media only screen and (max-width: 991px) {
    .template-event .event-body {
      padding: 50px 0; } }
  @media only screen and (max-width: 560px) {
    .template-event .event-body {
      padding-top: 30px !important; } }
  @media only screen and (max-width: 414px) {
    .template-event .event-body {
      padding-top: 10px !important; } }
  .template-event .event-body .body-title h1 {
    position: relative;
    display: block;
    margin-bottom: 60px;
    font-size: 1.375em !important; }
    .template-event .event-body .body-title h1:after {
      content: '';
      position: absolute;
      bottom: -15px;
      border-bottom: 5px solid #C38B41;
      width: 100px;
      left: 0; }
  .template-event .event-body .body-date {
    font-size: 0.875rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.142em !important;
    text-transform: uppercase;
    color: #C38B41;
    margin-bottom: 6px; }
  .template-event .event-body .body-intro p {
    font-family: "Montserrat", sans-serif;
    font-size: 1.25rem !important;
    font-weight: 500 !important;
    letter-spacing: 0.035em !important;
    line-height: 1.688em !important; }
    .template-event .event-body .body-intro p a {
      font-family: "Montserrat", sans-serif;
      font-size: 1.25rem !important;
      font-weight: 500 !important;
      letter-spacing: 0.035em !important;
      line-height: 1.688em !important; }
  .template-event .event-body .body-blocks .sf_add_snippet {
    margin-left: 0; }
  .template-event .event-body .body-share {
    display: block;
    font-size: 0.938rem !important;
    letter-spacing: 0.035em !important;
    color: #fff;
    text-align: center;
    margin-top: 60px; }
    .template-event .event-body .body-share .share-icon {
      background: #C38B41;
      color: #fff;
      padding: 9px 5px;
      min-width: 33px;
      text-align: center; }

.template-event .event-bottom {
  padding: 60px;
  background: #DBDDE1;
  justify-content: center;
  display: flex; }
  @media only screen and (max-width: 767px) {
    .template-event .event-bottom {
      flex-wrap: wrap; } }
  .template-event .event-bottom > div {
    display: flex;
    justify-content: center; }
    @media only screen and (max-width: 767px) {
      .template-event .event-bottom > div {
        flex-wrap: wrap; } }
  .template-event .event-bottom a {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 0.875rem !important;
    font-weight: 700 !important;
    color: #303F54;
    text-transform: uppercase;
    letter-spacing: 0.035em !important;
    border: 2px solid #C38B41;
    padding: 11px 25px;
    margin: 0 30px;
    min-width: 209px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .template-event .event-bottom a {
        margin-bottom: 30px; }
        .template-event .event-bottom a:last-child {
          margin-bottom: 0; } }
    .template-event .event-bottom a .fa {
      margin: 6px; }

.template-register .register-top {
  padding: 30px 0 60px 0;
  text-align: center; }
  .template-register .register-top h1 {
    display: block;
    font-family: "Montserrat", sans-serif;
    font-size: 1.375em !important;
    font-weight: 500 !important;
    letter-spacing: 0.035em !important;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative; }
    .template-register .register-top h1:after {
      display: block;
      content: '';
      border-bottom: 5px solid #C38B41;
      position: absolute;
      width: 100px;
      top: 54px;
      left: 0;
      right: 0;
      margin-left: auto;
      margin-right: auto; }

.template-register .register-form {
  padding: 60px 0;
  background: #DBDDE1; }
  .template-register .register-form .sf-form {
    max-width: 625px;
    margin: 0 auto; }
    .template-register .register-form .sf-form label {
      color: #6C6B6F;
      padding-bottom: 5px; }
    .template-register .register-form .sf-form input, .template-register .register-form .sf-form textarea, .template-register .register-form .sf-form select {
      border: 0;
      border-radius: 0;
      background: #fff; }
    .template-register .register-form .sf-form .wrap_part_type_10 input {
      position: absolute;
      margin-top: 7px; }
    .template-register .register-form .sf-form .wrap_part_type_10 .part_type_10 {
      margin-left: 30px; }
    .template-register .register-form .sf-form .submitBtnArea {
      text-align: center; }
      .template-register .register-form .sf-form .submitBtnArea input[type="submit"] {
        background: #C38B41; }

.template-events.template-news {
  background: #DBDDE1; }

.template-about .about-top {
  background: #ECEAE6;
  padding: 60px 25px 40px 25px; }

.template-about .title-wrapper {
  max-width: 730px;
  margin: 0 auto;
  text-align: center; }

.template-about .about-menu {
  margin-bottom: -35px; }
  .template-about .about-menu ul {
    list-style: none;
    display: flex;
    justify-content: center; }
    .template-about .about-menu ul li {
      padding: 35px; }
      .template-about .about-menu ul li a {
        font-size: 0.875rem !important;
        font-weight: 700 !important;
        text-transform: uppercase;
        border-bottom: 5px solid transparent !important;
        padding-bottom: 10px; }
      .template-about .about-menu ul li a.active {
        border-color: #C0863A !important; }

.popup .modal .modal-dialog {
  margin-top: 30vh; }
  .popup .modal .modal-dialog ul.modal-content {
    width: 465px;
    max-width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    border: none; }
    .popup .modal .modal-dialog ul.modal-content li {
      list-style-type: none;
      height: 71px;
      margin-bottom: 10px;
      padding-left: 28px;
      padding-right: 28px;
      background: #FFF;
      display: flex;
      align-items: center;
      position: relative;
      transition: all 300ms; }
      .popup .modal .modal-dialog ul.modal-content li:hover {
        margin-left: 5px;
        margin-right: -5px;
        overflow: visible; }
      .popup .modal .modal-dialog ul.modal-content li .fa {
        font-size: 12px;
        color: #6d6d6d; }
      .popup .modal .modal-dialog ul.modal-content li img {
        height: 45px;
        position: absolute;
        top: 13px;
        left: 25px; }
      .popup .modal .modal-dialog ul.modal-content li p {
        font-size: 16px;
        color: #000;
        width: 160px;
        height: 71px;
        margin: 0 auto;
        text-transform: capitalize;
        display: flex;
        align-items: center; }
        .popup .modal .modal-dialog ul.modal-content li p a {
          color: #000;
          border: none; }
    .popup .modal .modal-dialog ul.modal-content li.modal-header {
      height: 52px;
      padding: 0;
      border-radius: 4px 4px 0 0;
      background-color: #303F54;
      border-bottom: 0;
      color: #fff;
      margin: 0;
      margin-bottom: 10px; }
      .popup .modal .modal-dialog ul.modal-content li.modal-header p {
        height: 52px;
        font-weight: 700;
        text-transform: uppercase;
        width: 100%;
        justify-content: center;
        color: #fff; }
