html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: none;
  vertical-align: baseline;
  font-weight: inherit;
}
html {
  height: 100%;
}
body {
  background: #ffffff;
  color: #1B1B1B;
  font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
  font-weight: 300;
  font-size: 106%;
  line-height: 1.4;
  height: 100%;
  overflow-y: scroll;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #603A17;
  line-height: 1.2;
  margin: 1.75em 0 0.75em 0;
}
h1 {
  font-size: 2.8em;
}
h2 {
  font-size: 1.53em;
}
h3,
h4,
h5,
h6 {
  font-size: 1.45em;
}
p {
  margin: 1em 0;
}
strong {
  font-weight: 500;
}
em {
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
}
img.alignnone,
img.alignleft,
img.alignright,
img.aligncenter {
  max-width: 100%;
  height: auto;
}
ul {
  margin: 0.5em 0;
}
ul li {
  margin: 0 0 0 1em;
  padding: 0 0 0 0.75em;
  list-style-type: square;
  list-style-position: outside;
}
a {
  color: #1B1B1B;
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a.cta {
  position: relative;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1.29rem;
  color: #603A17;
  text-decoration: underline;
  font-weight: 600;
  padding-right: 1.5em;
}
a.cta::after {
  content: ' ➔';
  position: absolute;
  margin-left: 0.4em;
}
a.cta:hover {
  background: #603A17;
  color: #fff;
  text-decoration: none;
}
blockquote {
  position: relative;
  padding-left: 6rem;
  margin: 2rem 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 1.76rem;
  line-height: 1.21;
}
blockquote::before {
  content: '❞';
  position: absolute;
  left: -0.15em;
  top: -0.05em;
  font-family: 'Inter', 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 6rem;
  line-height: 1;
  color: #603A17;
}
.width-limiter {
  width: 1200px;
  max-width: calc(100% - 30px);
  margin: 0 auto;
  padding: 0 15px;
}
.header {
  margin-bottom: 85px;
}
.header .image-container {
  width: 100%;
  height: auto;
  max-height: 90vh;
  overflow: hidden;
}
.header .image-container.mobile {
  display: none;
}
.header .image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.menu-trigger {
  display: none;
}
.menu-container {
  display: block;
  float: left;
  width: 250px;
  height: auto;
  padding-right: calc(150px / 2 - 1px);
  border-right: solid 1px #1B1B1B;
}
.menu-container .logo-container {
  display: none;
}
.menu-container .menu-footer {
  display: none;
}
.menu-container .nav {
  margin: 0;
  padding: 0;
}
.menu-container .nav li {
  margin: 10px 0;
  padding: 0;
  text-align: right;
  list-style-type: none;
  font-size: 1.18em;
}
.menu-container .nav li a {
  display: inline-block;
  text-transform: uppercase;
  text-decoration: none;
  color: #1B1B1B;
  padding: 3px 0;
}
.menu-container .nav li a:hover {
  text-decoration: underline;
}
.menu-container .nav li.current-menu-item a {
  color: #603A17;
  text-decoration: underline;
}
#content {
  width: 100%;
  max-width: calc(100% - 250px - 150px);
  /* padding:25px 0 25px 20px; */
  padding-left: calc(150px / 2);
  float: right;
}
#content > *:first-child {
  margin-top: 0;
}
.clear {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
  clear: both;
}
.footer .columns-container {
  display: flex;
  flex-direction: row;
  margin-top: 100px;
  margin-bottom: 50px;
  padding-top: 50px;
  border-top: 1px solid #603A17;
}
.footer .columns-container > * {
  flex-shrink: 1;
  flex-grow: 1;
  margin-right: 50px;
}
.footer .columns-container .column-1 {
  flex-shrink: 0;
  flex-grow: 0;
  width: 250px;
  margin-right: 150px;
  text-align: right;
}
.footer .columns-container .column-4 {
  margin-right: 0;
  text-align: right;
}
@media (max-width: 1000px) {
  body {
    font-size: 100%;
  }
  h1 {
    font-size: 2em;
  }
  h2 {
    font-size: 1.45em;
  }
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.35em;
  }
  blockquote {
    padding-left: 3.5rem;
    margin: 2rem 0;
    font-size: 1.375rem;
    line-height: 1.3;
  }
  blockquote::before {
    top: -0.05em;
    font-size: 4rem;
  }
  .header {
    margin-bottom: 35px;
  }
  .menu-trigger {
    position: fixed;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    justify-items: center;
    z-index: 20;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 20px auto;
    width: 60px;
    height: 60px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-shadow: 0 0 15px #0000004D;
    color: #fff;
    background: #603A17;
    text-align: center;
    line-height: 0;
    vertical-align: middle;
  }
  .menu-trigger::after {
    font-size: 30px;
    line-height: 0;
  }
  .menu-trigger.open::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='35px' height='35px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 18L20 18' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 12L20 12' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M4 6L20 6' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .menu-trigger.close::after {
    content: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='utf-8'%3F%3E%3Csvg width='40px' height='40px' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16 8L8 16M8 8L16 16' stroke='%23ffffff' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E");
  }
  .menu-container {
    position: fixed;
    display: none;
    float: none;
    z-index: 10;
    bottom: 0;
    left: 0;
    right: 0;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    overflow: auto;
    opacity: 1;
    margin: 0;
    padding: 20px;
    border: none;
    background: #fff;
  }
  .menu-container .logo-container {
    display: block;
    text-align: center;
    margin: 30px 0 50px 0;
    line-height: 0;
  }
  .menu-container .logo-container img {
    display: inline-block;
    max-width: 35%;
    height: auto;
    line-height: 0;
  }
  .menu-container .menu-footer {
    display: block;
    margin-top: 50px;
    margin-bottom: 150px;
    text-align: center;
    font-size: 0.88rem;
  }
  .menu-container .menu-footer p {
    margin: 0.75em 0;
  }
  .menu-container .nav li {
    text-align: center;
  }
  #content {
    width: 100%;
    max-width: unset;
    padding: 0;
    float: unset;
  }
  .footer {
    font-size: 0.88rem;
  }
  .footer .columns-container {
    flex-direction: column;
    border-top-width: 2px;
  }
  .footer .columns-container > * {
    flex-shrink: 1;
    flex-grow: 1;
    margin: 0 0 50px 0;
  }
  .footer .columns-container .column-1 {
    flex-shrink: 1;
    flex-grow: 1;
    width: 100%;
    margin-right: 0;
    text-align: left;
  }
  .footer .columns-container .column-4 {
    text-align: left;
  }
}
@media (max-width: 650px) {
  .header .image-container {
    width: 100%;
    height: auto;
    max-height: unset;
  }
  .header .image-container.desktop {
    display: none;
  }
  .header .image-container.mobile {
    display: block;
  }
  .header .image-container img.image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .header .image-container img.logo {
    width: 60%;
    max-width: 400px;
    object-fit: contain;
    object-position: top left;
    margin: 30px 0 0 20px;
  }
}
@media (min-width: 1001px) {
  .mobile-only {
    display: none;
  }
}
@media (max-width: 1000px) {
  .desktop-only {
    display: none;
  }
}
/*
	============================================================================================================================================================================================================
	============================================================================================================================================================================================================
	============================================================================================================================================================================================================
	============================================================================================================================================================================================================

	====================================================================
	3. References Styles
	====================================================================
*/
ul.blog {
  position: relative;
  padding: 0;
  margin: 0;
}
ul.blog li {
  display: block;
  position: relative;
  padding: 0 0 75px 0;
  list-style-type: none;
  text-indent: 0;
  margin: 0;
}
ul.blog li:first-child {
  padding-top: 10px;
}
ul.blog li .refhead {
  font-size: 1.2rem;
  color: #603A17;
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #603A17;
  margin: 0 0 0.5rem 0;
}
ul.blog li .quote {
  font-style: inherit;
  clear: both;
}
ul.blog li .quote > *:first-child::before {
  content: '❞ ';
  font-size: 1.25em;
  line-height: 1rem;
  vertical-align: middle;
  color: #603A17;
}
ul.blog li .quote > *:last-child::after {
  content: ' ❞';
  font-size: 1.25em;
  line-height: 1rem;
  vertical-align: middle;
  color: #603A17;
}
ul.blog li .quote p {
  display: inline-block;
  margin: 0;
}
ul.blog li .autor {
  margin: 0.5rem 0 0 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-size: 1rem;
  font-style: italic;
  font-weight: 400;
  color: #603A17;
}
ul.blog li .web {
  margin: 0;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
  font-style: italic;
  font-weight: 300;
  color: #603A17;
}
ul.blog li .web a {
  color: #603A17;
}
.pag_wrap {
  display: inline-block;
}
.pag_wrap.top {
  margin: 1rem 0 2rem 0;
}
.pag_wrap .pagination {
  position: relative;
}
.pag_wrap .pagination span,
.pag_wrap .pagination a {
  display: inline-block;
  margin: 2px 2px 2px 0;
  padding: 8px;
  text-decoration: none;
  width: 1em;
  height: 1em;
  line-height: 1;
  text-align: center;
  color: #1B1B1B;
  background: #eeeeee;
  transition: background 0.3s ease;
}
.pag_wrap .pagination span.current,
.pag_wrap .pagination a.current {
  color: #fff;
  background: #603A17;
  font-weight: 600;
}
.pag_wrap .pagination a:hover {
  color: #fff;
  background: #603A17;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s ease;
}
/*# sourceMappingURL=main.css.map */