@charset "UTF-8";
/* line 3, ../../global/elements/elements.scss */
.row {
  max-width: 1300px; }

/* line 7, ../../global/elements/elements.scss */
body {
  transition: transform 0.25s; }
  /* line 18, ../../global/elements/elements.scss */
  body.menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(1) {
    left: 9px; }
  /* line 22, ../../global/elements/elements.scss */
  body.menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(4) {
    left: -9px; }
  /* line 33, ../../global/elements/elements.scss */
  body.admin-bar header {
    top: 32px; }
    @media only screen and (max-width: 1024px) {
      /* line 33, ../../global/elements/elements.scss */
      body.admin-bar header {
        top: 0; } }
  /* line 43, ../../global/elements/elements.scss */
  body.mobile_menu_active #menu_mobile_container {
    right: 0; }
  /* line 48, ../../global/elements/elements.scss */
  body.mobile_menu_active header > .row {
    transform: translateX(calc(-100% + 64px)); }
  /* line 57, ../../global/elements/elements.scss */
  body.mobile_menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(1) {
    top: 12px;
    width: 0%;
    left: 50%; }
  /* line 63, ../../global/elements/elements.scss */
  body.mobile_menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg); }
  /* line 70, ../../global/elements/elements.scss */
  body.mobile_menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  /* line 77, ../../global/elements/elements.scss */
  body.mobile_menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(4) {
    top: 12px;
    width: 0%;
    left: 50%; }

@media only screen and (max-width: 1024px) {
  /* line 89, ../../global/elements/elements.scss */
  html.override {
    margin-top: 0px !important; } }

/* line 95, ../../global/elements/elements.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: sofia-pro, sans-serif;
  margin-top: 0px; }

/* line 111, ../../global/elements/elements.scss */
h1,
.h1 {
  font-size: 110px;
  margin-bottom: 26px;
  line-height: 110px;
  font-weight: 100; }
  @media only screen and (max-width: 1024px) {
    /* line 111, ../../global/elements/elements.scss */
    h1,
    .h1 {
      font-size: 60px;
      line-height: 69px;
      margin-bottom: 20px; } }

/* line 127, ../../global/elements/elements.scss */
h2,
.h2 {
  font-size: 48px;
  margin-bottom: 22px;
  line-height: 54px;
  font-weight: 200; }
  @media only screen and (max-width: 640px) {
    /* line 127, ../../global/elements/elements.scss */
    h2,
    .h2 {
      font-size: 40px;
      margin-bottom: 15px;
      line-height: 49px; } }

/* line 141, ../../global/elements/elements.scss */
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px; }

/* line 151, ../../global/elements/elements.scss */
h4,
.h4 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 3px; }

/* line 164, ../../global/elements/elements.scss */
h5,
.h5 {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 21px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2.67px; }

/* line 174, ../../global/elements/elements.scss */
h6,
.h6 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 18px;
  font-weight: 600; }

/* line 183, ../../global/elements/elements.scss */
p {
  margin-top: 0px;
  margin-bottom: 16px; }

/* line 190, ../../global/elements/elements.scss */
p,
ol,
ul {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300; }
  /* line 195, ../../global/elements/elements.scss */
  p.large,
  ol.large,
  ul.large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 300; }
  /* line 199, ../../global/elements/elements.scss */
  p.small,
  ol.small,
  ul.small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: 300; }
  /* line 203, ../../global/elements/elements.scss */
  p strong,
  p b,
  ol strong,
  ol b,
  ul strong,
  ul b {
    font-weight: 600; }
  /* line 208, ../../global/elements/elements.scss */
  p a,
  ol a,
  ul a {
    color: #362d28;
    position: relative; }
    /* line 212, ../../global/elements/elements.scss */
    p a:hover,
    ol a:hover,
    ul a:hover {
      text-decoration: none; }

/* line 219, ../../global/elements/elements.scss */
ul {
  list-style: none; }
  /* line 222, ../../global/elements/elements.scss */
  ul li {
    position: relative;
    margin-bottom: 10px; }
    /* line 226, ../../global/elements/elements.scss */
    ul li:before {
      content: "•";
      color: #e4cb84;
      position: absolute;
      left: -22px;
      top: 0; }

/* line 236, ../../global/elements/elements.scss */
a {
  color: #362d28; }

/* line 240, ../../global/elements/elements.scss */
blockquote {
  border-left: 3px solid #e4cb84;
  margin-left: 2rem;
  padding-left: 1rem; }

/* line 246, ../../global/elements/elements.scss */
iframe {
  width: 100%; }

/* line 251, ../../global/elements/elements.scss */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color .25s, color .25s; }

/* line 260, ../../global/elements/elements.scss */
.iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 25px; }
  /* line 266, ../../global/elements/elements.scss */
  .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

/* line 277, ../../global/elements/elements.scss */
.mfp-wrap .iframe_wrapper {
  margin-bottom: 0px; }

@media only screen and (max-width: 1024px) {
  /* line 282, ../../global/elements/elements.scss */
  #wpadminbar {
    display: none; } }

/* line 288, ../../global/elements/elements.scss */
.module {
  padding-top: 65px;
  padding-bottom: 65px; }
  @media only screen and (max-width: 1024px) {
    /* line 288, ../../global/elements/elements.scss */
    .module {
      padding-top: 55px;
      padding-bottom: 55px; } }

/* line 292, ../../global/elements/elements.scss */
pre {
  max-height: 500px;
  border: 4px solid #e4cb84;
  font-size: 12px; }

/* line 298, ../../global/elements/elements.scss */
table {
  width: 100%;
  border-collapse: collapse; }
  /* line 306, ../../global/elements/elements.scss */
  table thead tr th,
  table thead tr td,
  table tbody tr th,
  table tbody tr td {
    text-align: left; }
  /* line 313, ../../global/elements/elements.scss */
  table thead {
    border-bottom: 1px solid #362d28;
    font-family: sofia-pro, sans-serif; }
    /* line 319, ../../global/elements/elements.scss */
    table thead tr th {
      padding: 20px 24.5px; }
  /* line 325, ../../global/elements/elements.scss */
  table tbody {
    font-size: 18px;
    line-height: 24px;
    font-weight: 300; }
    /* line 328, ../../global/elements/elements.scss */
    table tbody tr {
      border-bottom: 1px solid #362d28; }
      /* line 332, ../../global/elements/elements.scss */
      table tbody tr td {
        padding: 24px 24.5px; }
        /* line 335, ../../global/elements/elements.scss */
        table tbody tr td .fm_button {
          margin-bottom: 0px; }

@media only screen and (max-width: 1024px) {
  /* line 344, ../../global/elements/elements.scss */
  .column,
  .columns {
    padding-left: 1rem;
    padding-right: 1rem; } }

/*# sourceMappingURL=elements.css.map */