@charset "UTF-8";
.align-right {
  text-align: right;
}

@media (max-width: 991px) {
  .align-right {
    text-align: left;
  }
}

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

.cover, section.article-content .article-contents .article-imagebox, section.news-block article .article-imagebox {
  background-position: center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover-top {
  background-position: top !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover-bottom {
  background-position: bottom !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.cover-right {
  background-position: right !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

.full-size {
  background-position: bottom !important;
  background-size: 100% !important;
  background-repeat: no-repeat !important;
}

.contain {
  background-position: center !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.flex-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-bottom-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-center-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.flex-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flex-top-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-top-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flex-vertical-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-vertical-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.flex-vertical {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.no-flex {
  display: block !important;
}

.relative {
  position: relative;
}

.post, .page {
  margin-bottom: 0 !important;
}

html {
  font-size: 10px;
}

@media (max-width: 1700px) {
  html {
    font-size: 9px;
  }
}

@media (max-width: 1366px) {
  html {
    font-size: 8px;
  }
}

html * {
  outline: none !important;
}

html h1, html h2, html h3, html h4, html h5 {
  font-family: 'Roboto Condensed', sans-serif;
  color: #613920;
  font-weight: 300;
}

html h1 {
  font-size: 8rem;
  line-height: 8rem;
}

html h2 {
  font-size: 7rem;
  line-height: 7rem;
  margin-bottom: 3rem;
}

html h3 {
  font-size: 6rem;
  line-height: 6rem;
  margin-bottom: 3rem;
}

html h4 {
  font-size: 4rem;
  margin-bottom: 3rem;
}

html h5 {
  font-size: 3rem;
  margin-bottom: 3rem;
}

html input, html textarea, html button, html .accordion-button {
  font-size: 1.8rem;
}

html div, html p, html a, html li {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #613920;
  font-family: 'Roboto', sans-serif;
}

html ul, html ol {
  padding-left: 0;
  margin-left: 0 !important;
  list-style-position: inside;
}

html p a {
  color: #613920 !important;
}

html a {
  text-decoration: none !important;
  cursor: pointer;
}

html input {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

html input[type="radio"] {
  background: transparent;
  border: 2px solid black !important;
  border-radius: 0 !important;
}

html input[type="radio"]:checked {
  background: black !important;
}

html strong.black {
  color: black !important;
}

html small {
  text-transform: uppercase;
}

html hr {
  width: 100%;
  margin: 4rem 0;
}

html .sg-button {
  display: inline-block;
  border: 2px solid #613920;
  text-transform: uppercase;
  color: #613920 !important;
  padding: 2.5rem 2rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  min-width: 120px;
  text-align: center;
}

html .link {
  font-family: 'Roboto Condensed', sans-serif;
  background: #613920;
  color: white !important;
  padding: 2.2rem 4.5rem 2rem;
  display: inline-block;
  min-width: 535px;
  text-align: center;
  text-transform: uppercase;
  font-size: 2.4rem;
  font-weight: 300;
}

html .sg-background {
  background-color: rgba(197, 177, 142, 0.3);
}

html .sg-background table {
  background: white;
}

#masthead {
  padding: 2.3rem 0;
  border-bottom: 2px solid #613920;
}

#masthead nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
}

#masthead nav #navbarNav {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#masthead nav #navbarNav ul {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#masthead nav #navbarNav ul li {
  text-align: center;
}

#masthead nav #navbarNav ul li a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 2.2rem;
  color: #613920 !important;
  text-transform: uppercase;
}

@media (max-width: 991px) {
  #masthead nav #navbarNav ul li a {
    margin-right: 0 !important;
    font-size: 2rem;
  }
}

#masthead nav #navbarNav ul li:not(:last-child) a {
  margin-right: 5.5rem;
}

@media (max-width: 991px) {
  #masthead nav #navbarNav ul li {
    width: 100%;
    text-align: right;
    padding-bottom: .5rem;
    margin-bottom: .5rem;
  }
  #masthead nav #navbarNav ul li:not(:last-child) {
    border-bottom: 1px solid rgba(197, 177, 142, 0.3);
  }
}

@media (max-width: 991px) {
  #masthead nav #navbarNav ul {
    padding-top: 3rem;
  }
}

@media (max-width: 991px) {
  #masthead nav {
    display: block;
    margin-top: 2.5rem;
  }
  #masthead nav > .justify-content-center {
    -webkit-box-pack: end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important;
  }
}

#masthead .header-cta .sg-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 195px;
  padding: 2rem 1rem;
}

#masthead .header-cta .sg-button svg {
  display: inline;
  max-width: 25px;
  margin-right: .5rem;
}

@media (max-width: 991px) {
  #masthead .header-cta .sg-button {
    width: 100%;
    padding: 1rem;
    margin-top: 1.5rem;
  }
}

@media (max-width: 991px) {
  #masthead .flex-left {
    display: block;
  }
  #masthead .flex-left img {
    max-width: 170px;
  }
}

section.intro-block > div > div {
  min-height: calc(100vh - 150px);
}

section.intro-block > div > div .first-block {
  background-color: rgba(197, 177, 142, 0.3);
  border-right: 1px solid #613920;
  border-bottom: 2px solid #613920;
}

section.intro-block > div > div .first-block .text-content {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-left: 16rem;
  max-width: 1280px;
}

section.intro-block > div > div .first-block .text-content p {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
}

section.intro-block > div > div .first-block .text-content p a {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 3rem;
  line-height: 4rem;
  text-decoration: underline !important;
}

section.intro-block > div > div .first-block .text-content p strong {
  font-weight: 800;
}

section.intro-block > div > div .first-block .text-content .sg-button {
  font-size: 2.8rem;
}

section.intro-block > div > div .first-block .text-content.with-image {
  max-width: 625px !important;
}

section.intro-block > div > div .first-block + div {
  border-left: 1px solid #613920;
  border-bottom: 2px solid #613920;
}

section.text-block {
  padding: 9rem 0 12rem;
}

section.text-block h1, section.text-block h2, section.text-block h3, section.text-block h4, section.text-block h5 {
  margin-bottom: 3rem;
}

section.text-block p {
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 300;
}

section.text-block .text-block-wm p {
  font-size: 2.4rem;
  line-height: 3rem;
  font-family: "Roboto Condensed", sans-serif !important;
}

section.text-block.sg-background {
  padding-top: 12rem;
}

section.text-block.sg-background p, section.text-block.sg-background li, section.text-block.sg-background strong {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 2.4rem;
  line-height: 3rem;
}

section.text-block.sg-background p, section.text-block.sg-background li {
  font-weight: 300;
}

section.text-block.sg-background ul {
  padding-left: 4.5rem;
  list-style-position: outside;
}

section.text-block.sg-background ul li {
  list-style-type: "✓   ";
}

section.slider-block {
  background-color: rgba(197, 177, 142, 0.3);
  padding: 9rem 0;
}

section.slider-block .swiper-container {
  position: relative;
}

section.slider-block .swiper-container .swiper .swiper-slide {
  min-height: 640px;
}

section.slider-block .swiper-container .swiper-button-next, section.slider-block .swiper-container .swiper-button-prev {
  color: #613920 !important;
}

section.slider-block .swiper-container .swiper-button-next {
  right: -4%;
}

section.slider-block .swiper-container .swiper-button-prev {
  left: -4%;
}

section.textimage-block .row > div {
  position: relative;
  min-height: 75vh;
  border-top: 2px solid #613920;
  border-bottom: 2px solid #613920;
}

section.textimage-block .row > div:first-child {
  border-right: 1px solid #613920;
}

section.textimage-block .row > div:first-child > div {
  max-width: 66%;
  width: 100%;
}

section.textimage-block .row > div:first-child > div p, section.textimage-block .row > div:first-child > div li, section.textimage-block .row > div:first-child > div strong {
  font-family: "Roboto Condensed", sans-serif !important;
  font-size: 2.4rem;
  line-height: 3rem;
}

section.textimage-block .row > div:first-child > div p, section.textimage-block .row > div:first-child > div li {
  font-weight: 300;
}

section.textimage-block .row > div:last-child {
  border-left: 1px solid #613920;
}

section.textimage-block .row > div:last-child iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

section.subpages-block {
  padding: 6rem 0;
}

section.subpages-block .subpage .subpage-image {
  border: 2px solid #613920;
}

section.subpages-block .subpage .subpage-image img {
  width: 100%;
}

section.subpages-block .subpage .subpage-title {
  font-size: 2.4rem;
  color: #613920 !important;
  padding: 2.5rem 2rem;
  border: 2px solid #613920;
  border-top: 0 !important;
}

section.textlist-block {
  padding: 9rem 0 12rem;
}

section.textlist-block p, section.textlist-block ul, section.textlist-block li {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 300;
  font-size: 2.4rem;
  line-height: 3rem;
}

section.textlist-block .text > div {
  max-width: 675px;
}

section.textlist-block .list ul {
  padding-left: 4.5rem;
  list-style-position: outside;
}

section.textlist-block .list ul li {
  list-style-type: "✓   ";
}

section.table-block {
  padding: 9rem 0 12rem;
}

section.table-block h3 {
  margin-bottom: 9rem;
}

section.table-block table {
  width: 100%;
  table-layout: fixed;
}

section.table-block table thead th {
  background-color: #613920;
  color: white;
  padding: 1.5rem;
  text-align: center;
  font-size: 1.5rem;
  text-transform: uppercase;
  border: 1px solid #613920;
}

section.table-block table tbody tr {
  border-bottom: 1px solid #613920;
}

section.table-block table tbody tr td {
  padding: 2.5rem 1.5rem;
  text-align: center;
  border: 1px solid #613920;
}

section.table-block table tbody tr td:first-child {
  font-weight: bold;
}

section.article-content {
  padding: 12rem 0;
}

section.article-content .article-title {
  max-width: 950px;
}

section.article-content .article-date {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 6rem;
}

section.article-content .article-contents {
  border: 2px solid #613920;
}

section.article-content .article-contents .article-imagebox {
  min-height: 80vh;
  border-bottom: 2px solid #613920;
  margin-bottom: 6rem;
}

section.article-content .article-contents .article-text {
  padding: 9rem 0 15rem;
}

section.article-content .article-contents .article-text p, section.article-content .article-contents .article-text strong, section.article-content .article-contents .article-text li {
  font-size: 2rem;
  line-height: 2.6rem;
}

section.cta-block {
  text-align: center;
  padding: 9rem 0;
}

section.multiple-block {
  padding: 6rem 0 18rem;
}

section.multiple-block .blocks {
  padding: 9rem 0;
}

section.multiple-block .blocks .text-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

section.multiple-block .blocks .text-block > div {
  display: inline-block;
  max-width: 650px;
}

section.multiple-block .blocks .text-block > div * {
  font-family: "Roboto Condensed", sans-serif !important;
}

section.multiple-block .blocks .text-block > div p, section.multiple-block .blocks .text-block > div strong, section.multiple-block .blocks .text-block > div li {
  font-size: 2.4rem;
  line-height: 3rem;
}

section.multiple-block .blocks .text-block > div p, section.multiple-block .blocks .text-block > div li {
  font-weight: 300;
}

section.multiple-block .blocks .text-block > div ul {
  margin-left: 3.5rem !important;
}

section.multiple-block .blocks .text-block > div ul li {
  list-style-type: "✓   ";
  list-style-position: outside;
}

section.multiple-block .blocks .text-block > div strong {
  font-weight: 600;
}

section.multiple-block .blocks .text-block:not(.style-b):before {
  content: '•';
  display: block;
  margin-right: 4.5rem;
  padding-top: .3rem;
}

section.multiple-block .link-container {
  text-align: center;
}

section.multiple-block.no-link {
  padding-bottom: 4rem !important;
}

section.news-block {
  background-color: rgba(197, 177, 142, 0.3);
  padding: 12rem 0 9rem;
}

section.news-block h2 {
  margin-bottom: 6rem;
}

section.news-block article .article-imagebox {
  min-height: 310px;
  border: 2px solid #613920;
  border-bottom: none;
}

section.news-block article .article-details {
  padding: 3rem 2.5rem 4.5rem 2.5rem;
  border: 2px solid #613920;
}

section.news-block article .article-details .article-date {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 2rem;
}

section.news-block article .article-details .article-preview > strong {
  font-family: 'Roboto Condensed', sans-serif;
  display: block;
  margin-bottom: 2rem;
}

section.news-block article .article-details .sg-button {
  padding: 1.5rem 2rem;
}

#colophon {
  background-color: #613920;
  padding: 6rem 0 12rem;
}

#colophon * {
  color: #E1DFDB;
}

#colophon h4 {
  font-weight: 400;
}

#colophon table td {
  vertical-align: top;
}

.navbar-toggler:focus {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.navbar-toggler-icon {
  width: 2em !important;
  height: 2em !important;
}
/*# sourceMappingURL=custom.css.map */