/* line 3, ../../global/elements/elements.scss */
.row {
  max-width: 1300px; }

/* line 7, ../../global/elements/elements.scss */
body {
  transition: transform 0.25s;
  /*
      &.menu-open {
          -ms-transform: translateX(-280px);
          transform: translateX(-280px);

          #wpadminbar {
              top: -46px;
              left: 280px;

              @include  gt-custom(782px) {
                  top: -32px;
              }
          }
      }
      */ }
  /* line 26, ../../global/elements/elements.scss */
  body.admin-bar header {
    top: 32px; }
    @media only screen and (max-width: 1024px) {
      /* line 26, ../../global/elements/elements.scss */
      body.admin-bar header {
        top: 0; } }
  /* line 36, ../../global/elements/elements.scss */
  body.mobile_menu_active #menu_mobile_container {
    right: 0; }
  /* line 41, ../../global/elements/elements.scss */
  body.mobile_menu_active header > .row {
    transform: translateX(calc(-100% + 64px)); }
  /* line 50, ../../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 56, ../../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 63, ../../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 70, ../../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 82, ../../global/elements/elements.scss */
  html.override {
    margin-top: 0px !important; } }

/* line 88, ../../global/elements/elements.scss */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "mencken-std-head", sans-serif;
  margin-top: 0px; }

/* line 104, ../../global/elements/elements.scss */
h1,
.h1 {
  font-size: 75px;
  margin-bottom: 26px;
  line-height: 90px; }
  @media only screen and (max-width: 640px) {
    /* line 104, ../../global/elements/elements.scss */
    h1,
    .h1 {
      font-size: 60px;
      line-height: 69px;
      margin-bottom: 20px; } }

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

/* line 130, ../../global/elements/elements.scss */
h3,
.h3 {
  font-size: 24px;
  margin-bottom: 14px;
  line-height: 32px; }

/* line 137, ../../global/elements/elements.scss */
h4,
.h4 {
  font-size: 18px;
  margin-bottom: 8px;
  line-height: 24px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 600; }

/* line 146, ../../global/elements/elements.scss */
h5,
.h5 {
  font-size: 16px;
  margin-bottom: 6px;
  line-height: 21px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500; }

/* line 155, ../../global/elements/elements.scss */
h6,
.h6 {
  font-size: 14px;
  margin-bottom: 5px;
  line-height: 19px;
  font-family: "roc-grotesk", sans-serif;
  font-weight: 500; }

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

/* line 169, ../../global/elements/elements.scss */
p,
ol,
ul {
  font-size: 18px;
  line-height: 24px; }
  /* line 174, ../../global/elements/elements.scss */
  p.large,
  ol.large,
  ul.large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px; }
  /* line 178, ../../global/elements/elements.scss */
  p.small,
  ol.small,
  ul.small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px; }
  /* line 182, ../../global/elements/elements.scss */
  p strong,
  p b,
  ol strong,
  ol b,
  ul strong,
  ul b {
    font-weight: 600; }
  /* line 187, ../../global/elements/elements.scss */
  p a,
  ol a,
  ul a {
    color: #0a0a0a;
    position: relative; }
    /* line 191, ../../global/elements/elements.scss */
    p a:hover,
    ol a:hover,
    ul a:hover {
      text-decoration: none;
      font-weight: 600; }

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

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

/* line 209, ../../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 218, ../../global/elements/elements.scss */
.iframe_wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 25px; }
  /* line 224, ../../global/elements/elements.scss */
  .iframe_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

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

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

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

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

/* line 256, ../../global/elements/elements.scss */
table {
  width: 100%;
  border-collapse: collapse; }
  /* line 264, ../../global/elements/elements.scss */
  table thead tr th,
  table thead tr td,
  table tbody tr th,
  table tbody tr td {
    text-align: left; }
  /* line 271, ../../global/elements/elements.scss */
  table thead {
    background-color: #0a0a0a;
    color: #fefefe;
    font-family: "mencken-std-head", sans-serif; }
    /* line 277, ../../global/elements/elements.scss */
    table thead tr th {
      padding: 20px 24.5px; }
  /* line 283, ../../global/elements/elements.scss */
  table tbody {
    font-size: 18px;
    line-height: 24px; }
    /* line 286, ../../global/elements/elements.scss */
    table tbody tr {
      border-bottom: 1px solid #0a0a0a; }
      /* line 289, ../../global/elements/elements.scss */
      table tbody tr:nth-of-type(even) {
        background-color: #f7f7f7; }
      /* line 293, ../../global/elements/elements.scss */
      table tbody tr td {
        padding: 24px 24.5px; }
        /* line 296, ../../global/elements/elements.scss */
        table tbody tr td .fm_button {
          margin-bottom: 0px; }

/* line 305, ../../global/elements/elements.scss */
.bg_secondary blockquote {
  border-color: #fcb387; }

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

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