@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 19, ../../global/elements/elements.scss */
  body.menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(1) {
    left: 9px; }
  /* line 23, ../../global/elements/elements.scss */
  body.menu_active .hold_header .navigation .menu_mobile_trigger_holder #menu_mobile_trigger span:nth-child(4) {
    left: -9px; }
  /* line 34, ../../global/elements/elements.scss */
  body.admin-bar header {
    top: 32px; }
    @media only screen and (max-width: 1024px) {
      /* line 34, ../../global/elements/elements.scss */
      body.admin-bar header {
        top: 0; } }
  /* line 44, ../../global/elements/elements.scss */
  body.mobile_menu_active #menu_mobile_container {
    right: 0; }
  /* line 49, ../../global/elements/elements.scss */
  body.mobile_menu_active header > .row {
    transform: translateX(calc(-100% + 64px)); }
  /* line 58, ../../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 64, ../../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 71, ../../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 78, ../../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 90, ../../global/elements/elements.scss */
  html.override {
    margin-top: 0px !important; } }

/* line 96, ../../global/elements/elements.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: salitia, sans-serif;
  margin-top: 0px;
  text-wrap: balance; }

/* line 113, ../../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 113, ../../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: 72px;
  margin-bottom: 15px;
  line-height: 54px;
  text-transform: uppercase;
  font-weight: 200;
  letter-spacing: 4px; }
  @media only screen and (max-width: 640px) {
    /* line 127, ../../global/elements/elements.scss */
    h2,
    .h2 {
      font-size: 40px;
      margin-bottom: 15px;
      line-height: 31px; } }

/* line 142, ../../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 152, ../../global/elements/elements.scss */
h4,
.h4 {
  font-family: mr-eaves-sans, sans-serif;
  font-size: 20px;
  margin-bottom: 13px;
  line-height: 24px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-weight: bold; }

/* 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 188, ../../global/elements/elements.scss */
p,
ol,
ul {
  font-size: 20px;
  line-height: 28px;
  font-weight: 400; }
  /* line 193, ../../global/elements/elements.scss */
  p.large,
  ol.large,
  ul.large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 300; }
  /* line 197, ../../global/elements/elements.scss */
  p.small,
  ol.small,
  ul.small {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 12px;
    font-weight: 300; }
  /* line 201, ../../global/elements/elements.scss */
  p strong,
  p b,
  ol strong,
  ol b,
  ul strong,
  ul b {
    font-weight: 600; }
  /* line 206, ../../global/elements/elements.scss */
  p a,
  ol a,
  ul a {
    color: #0a2539;
    position: relative; }
    /* line 210, ../../global/elements/elements.scss */
    p a:hover,
    ol a:hover,
    ul a:hover {
      text-decoration: none; }

/* line 217, ../../global/elements/elements.scss */
ul {
  list-style: none; }
  /* line 220, ../../global/elements/elements.scss */
  ul li {
    position: relative;
    margin-bottom: 3px; }
    /* line 224, ../../global/elements/elements.scss */
    ul li:before {
      content: "•";
      color: #b28a50;
      position: absolute;
      left: -22px;
      top: 0; }

/* line 234, ../../global/elements/elements.scss */
a {
  color: #0a2539; }

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

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

/* line 249, ../../global/elements/elements.scss */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: background-color 0.25s, color 0.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: 75px;
  padding-bottom: 75px; }
  @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 #b28a50;
  font-size: 12px; }

/* line 298, ../../global/elements/elements.scss */
table {
  width: 100%;
  border-collapse: collapse; }
  /* line 305, ../../global/elements/elements.scss */
  table thead tr th,
  table thead tr td,
  table tbody tr th,
  table tbody tr td {
    text-align: left; }
  /* line 312, ../../global/elements/elements.scss */
  table thead {
    border-bottom: 1px solid #0a2539;
    font-family: salitia, sans-serif; }
    /* line 318, ../../global/elements/elements.scss */
    table thead tr th {
      padding: 20px 24.5px; }
  /* line 324, ../../global/elements/elements.scss */
  table tbody {
    font-size: 20px;
    line-height: 28px;
    font-weight: 400; }
    /* line 327, ../../global/elements/elements.scss */
    table tbody tr {
      border-bottom: 1px solid #0a2539; }
      /* line 330, ../../global/elements/elements.scss */
      table tbody tr td {
        padding: 24px 24.5px; }
        /* line 333, ../../global/elements/elements.scss */
        table tbody tr td .fm_button {
          margin-bottom: 0px; }

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

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