@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: Merriweather, sans-serif;
  margin-top: 0px;
  text-wrap: pretty; }

/* line 113, ../../global/elements/elements.scss */
h1,
.h1 {
  font-size: 72px;
  margin-bottom: 26px;
  line-height: 1;
  font-weight: 700; }
  @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: 48px;
  margin-bottom: 22px;
  line-height: 54px;
  font-weight: 700; }
  @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: 700;
  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: 700;
  text-transform: uppercase;
  letter-spacing: 3px; }

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

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

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

/* line 185, ../../global/elements/elements.scss */
p,
ol,
ul {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400; }
  /* line 190, ../../global/elements/elements.scss */
  p.large,
  ol.large,
  ul.large {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 18px;
    font-weight: 400; }
  /* line 194, ../../global/elements/elements.scss */
  p.small,
  ol.small,
  ul.small {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 12px;
    font-weight: 400; }
  /* line 198, ../../global/elements/elements.scss */
  p strong,
  p b,
  ol strong,
  ol b,
  ul strong,
  ul b {
    font-weight: 600; }
  /* line 203, ../../global/elements/elements.scss */
  p a,
  ol a,
  ul a {
    color: #0b3d51;
    position: relative; }
    /* line 207, ../../global/elements/elements.scss */
    p a:hover,
    ol a:hover,
    ul a:hover {
      text-decoration: none; }

/* line 214, ../../global/elements/elements.scss */
ul {
  list-style: none; }
  /* line 217, ../../global/elements/elements.scss */
  ul li {
    position: relative;
    margin-bottom: 10px; }
    /* line 221, ../../global/elements/elements.scss */
    ul li:before {
      content: "•";
      color: #5f2216;
      position: absolute;
      left: -22px;
      top: 0; }

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

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

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

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

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

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

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

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

/* line 293, ../../global/elements/elements.scss */
table {
  width: 100%;
  border-collapse: collapse; }
  /* line 300, ../../global/elements/elements.scss */
  table thead tr th,
  table thead tr td,
  table tbody tr th,
  table tbody tr td {
    text-align: left; }
  /* line 307, ../../global/elements/elements.scss */
  table thead {
    border-bottom: 1px solid #0b3d51;
    font-family: Merriweather, sans-serif; }
    /* line 313, ../../global/elements/elements.scss */
    table thead tr th {
      padding: 20px 24.5px; }
  /* line 319, ../../global/elements/elements.scss */
  table tbody {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400; }
    /* line 322, ../../global/elements/elements.scss */
    table tbody tr {
      border-bottom: 1px solid #0b3d51; }
      /* line 325, ../../global/elements/elements.scss */
      table tbody tr td {
        padding: 24px 24.5px; }
        /* line 328, ../../global/elements/elements.scss */
        table tbody tr td .fm_button {
          margin-bottom: 0px; }

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

/* line 346, ../../global/elements/elements.scss */
.select2-container .select2-selection {
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 1px solid #89a8ab !important;
  border-radius: 0 !important;
  height: 34px !important;
  transition: border-color 0.25s; }
  /* line 354, ../../global/elements/elements.scss */
  .select2-container .select2-selection .select2-selection__rendered {
    color: #0b3d51 !important;
    padding: 0 20px 0 0 !important;
    line-height: 34px !important;
    font-size: 16px; }
  /* line 361, ../../global/elements/elements.scss */
  .select2-container .select2-selection .select2-selection__arrow {
    background: transparent !important;
    border-left: none !important;
    height: 34px !important;
    right: 0 !important;
    width: 20px !important; }
    /* line 368, ../../global/elements/elements.scss */
    .select2-container .select2-selection .select2-selection__arrow b {
      border-color: #0b3d51 transparent transparent transparent !important; }

/* line 375, ../../global/elements/elements.scss */
.select2-container.select2-container--open .select2-selection {
  border-bottom: 1px solid #0b3d51 !important; }
  /* line 378, ../../global/elements/elements.scss */
  .select2-container.select2-container--open .select2-selection .select2-selection__arrow b {
    border-color: transparent transparent #0b3d51 transparent !important; }

/* line 385, ../../global/elements/elements.scss */
.select2-dropdown {
  background-color: #0b3d51 !important;
  border: 1px solid #89a8ab !important;
  border-radius: 3px !important;
  margin-top: 5px !important; }
  /* line 391, ../../global/elements/elements.scss */
  .select2-dropdown .select2-search {
    padding: 5px !important; }
    /* line 394, ../../global/elements/elements.scss */
    .select2-dropdown .select2-search .select2-search__field {
      background-color: transparent !important;
      border: 0 !important;
      border-bottom: 1px solid #89a8ab !important;
      border-radius: 0 !important;
      color: #f5f6f3 !important;
      font-size: 16px !important; }
      /* line 402, ../../global/elements/elements.scss */
      .select2-dropdown .select2-search .select2-search__field:focus {
        border-bottom: 1px solid #f5f6f3 !important;
        outline: none !important; }
  /* line 410, ../../global/elements/elements.scss */
  .select2-dropdown .select2-results .select2-results__options {
    background-color: transparent !important; }
    /* line 413, ../../global/elements/elements.scss */
    .select2-dropdown .select2-results .select2-results__options .select2-results__option {
      padding: 8px 12px !important;
      color: #f5f6f3 !important;
      font-size: 16px !important;
      transition: background-color 0.25s; }
      /* line 419, ../../global/elements/elements.scss */
      .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--highlighted {
        background-color: #89a8ab !important; }
      /* line 423, ../../global/elements/elements.scss */
      .select2-dropdown .select2-results .select2-results__options .select2-results__option.select2-results__option--selected {
        background-color: rgba(137, 168, 171, 0.5) !important; }

/* line 434, ../../global/elements/elements.scss */
.bg_dark .select2-container .select2-selection {
  border-bottom: 1px solid #89a8ab !important; }
  /* line 437, ../../global/elements/elements.scss */
  .bg_dark .select2-container .select2-selection .select2-selection__rendered {
    color: #0b3d51 !important; }
  /* line 441, ../../global/elements/elements.scss */
  .bg_dark .select2-container .select2-selection .select2-selection__arrow b {
    border-color: #0b3d51 transparent transparent transparent !important; }

/* line 447, ../../global/elements/elements.scss */
.bg_dark .select2-container.select2-container--open .select2-selection {
  border-bottom: 1px solid #0b3d51 !important; }

/* line 455, ../../global/elements/elements.scss */
.hold_image_slider .notch {
  cursor: pointer; }
  /* line 458, ../../global/elements/elements.scss */
  .hold_image_slider .notch.right, .hold_image_slider .notch.left {
    cursor: pointer; }

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