@import url("google-fonts.css");
/*
	Scalar by Pixelarity
	pixelarity.com | hello@pixelarity.com
	License: pixelarity.com/license
*/
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: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }
  blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body {
  -webkit-text-size-adjust: none; }

mark {
  background-color: transparent;
  color: inherit; }

input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input, select, textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none; }

/* Basic */
html {
  box-sizing: border-box; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #f5f5f5; }
  body.is-preload *, body.is-preload *:before, body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important; }

body, input, select, textarea {
  color: #545454;
  font-family: "Source Sans Pro", Helvetica, sans-serif;
  font-size: 13pt;
  font-weight: 400;
  line-height: 1.65em; }

a {
  color: #d35400;
  text-decoration: underline; }
  a:hover {
    text-decoration: none; }

strong, b {
  color: #7f7f7f;
  font-weight: 600; }

em, i {
  font-style: italic; }

p {
  margin: 0 0 2em 0; }

h1, h2, h3, h4, h5, h6 {
  color: #7f7f7f;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1em;
  margin: 0 0 1em 0;
  text-transform: uppercase; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: inherit;
    text-decoration: none; }

h2 {
  font-size: 1.75em;
  line-height: 1.5em; }

h3 {
  font-size: 1.25em;
  line-height: 1.5em; }

h4 {
  font-size: 1.1em;
  line-height: 1.5em; }

h5 {
  font-size: 0.9em;
  line-height: 1.5em; }

h6 {
  font-size: 0.7em;
  line-height: 1.5em; }

sub {
  font-size: 0.8em;
  position: relative;
  top: 0.5em; }

sup {
  font-size: 0.8em;
  position: relative;
  top: -0.5em; }

hr {
  border: 0;
  border-bottom: solid 2px rgba(144, 144, 144, 0.25);
  margin: 3em 0; }
  hr.major {
    margin: 6em 0; }

blockquote {
  border-left: solid 4px rgba(144, 144, 144, 0.25);
  font-style: italic;
  margin: 0 0 2em 0;
  padding: 0.5em 0 0.5em 2em; }
  blockquote.testimonial {
    border: 0;
    margin-top: 1em;
    padding: 0;
    text-align: center; }
    blockquote.testimonial p {
      background: rgba(144, 144, 144, 0.2);
      margin: 0 auto 2.5em auto;
      padding: 1em 2em;
      position: relative;
      max-width: 22em; }
      blockquote.testimonial p:after {
        border-left: solid 1em transparent;
        border-right: solid 1em transparent;
        border-top: solid 1em rgba(144, 144, 144, 0.2);
        bottom: -2em;
        content: '';
        height: 2em;
        left: 50%;
        margin: 0 0 0 -1em;
        position: absolute;
        width: 2em; }
    blockquote.testimonial cite {
      display: block; }
      blockquote.testimonial cite .image {
        display: inline-block;
        margin: 0 0 1em 0; }
      blockquote.testimonial cite .name {
        color: #7f7f7f;
        display: block;
        font-style: normal; }
      blockquote.testimonial cite .title {
        color: #989898;
        display: block;
        font-style: normal; }

code {
  background: rgba(144, 144, 144, 0.075);
  border: solid 1px rgba(144, 144, 144, 0.25);
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0.25em;
  padding: 0.25em 0.65em; }

pre {
  -webkit-overflow-scrolling: touch;
  font-family: "Courier New", monospace;
  font-size: 0.9em;
  margin: 0 0 2em 0; }
  pre code {
    display: block;
    line-height: 1.75em;
    padding: 1em 1.5em;
    overflow-x: auto; }

.align-left {
  text-align: left; }

.align-center {
  text-align: center; }

.align-right {
  text-align: right; }

/* Row */
.row {
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  align-items: stretch; }
  .row > * {
    box-sizing: border-box; }
  .row.gtr-uniform > * > :last-child {
    margin-bottom: 0; }
  .row.aln-left {
    justify-content: flex-start; }
  .row.aln-center {
    justify-content: center; }
  .row.aln-right {
    justify-content: flex-end; }
  .row.aln-top {
    align-items: flex-start; }
  .row.aln-middle {
    align-items: center; }
  .row.aln-bottom {
    align-items: flex-end; }
  .row > .imp {
    order: -1; }
  .row > .col-1 {
    width: 8.3333333333%; }
  .row > .off-1 {
    margin-left: 8.3333333333%; }
  .row > .col-2 {
    width: 16.6666666667%; }
  .row > .off-2 {
    margin-left: 16.6666666667%; }
  .row > .col-3 {
    width: 25%; }
  .row > .off-3 {
    margin-left: 25%; }
  .row > .col-4 {
    width: 33.3333333333%; }
  .row > .off-4 {
    margin-left: 33.3333333333%; }
  .row > .col-5 {
    width: 41.6666666667%; }
  .row > .off-5 {
    margin-left: 41.6666666667%; }
  .row > .col-6 {
    width: 50%; }
  .row > .off-6 {
    margin-left: 50%; }
  .row > .col-7 {
    width: 58.3333333333%; }
  .row > .off-7 {
    margin-left: 58.3333333333%; }
  .row > .col-8 {
    width: 66.6666666667%; }
  .row > .off-8 {
    margin-left: 66.6666666667%; }
  .row > .col-9 {
    width: 75%; }
  .row > .off-9 {
    margin-left: 75%; }
  .row > .col-10 {
    width: 83.3333333333%; }
  .row > .off-10 {
    margin-left: 83.3333333333%; }
  .row > .col-11 {
    width: 91.6666666667%; }
  .row > .off-11 {
    margin-left: 91.6666666667%; }
  .row > .col-12 {
    width: 100%; }
  .row > .off-12 {
    margin-left: 100%; }
  .row.gtr-0 {
    margin-top: 0;
    margin-left: 0em; }
    .row.gtr-0 > * {
      padding: 0 0 0 0em; }
    .row.gtr-0.gtr-uniform {
      margin-top: 0em; }
      .row.gtr-0.gtr-uniform > * {
        padding-top: 0em; }
  .row.gtr-25 {
    margin-top: 0;
    margin-left: -0.5em; }
    .row.gtr-25 > * {
      padding: 0 0 0 0.5em; }
    .row.gtr-25.gtr-uniform {
      margin-top: -0.5em; }
      .row.gtr-25.gtr-uniform > * {
        padding-top: 0.5em; }
  .row.gtr-50 {
    margin-top: 0;
    margin-left: -1em; }
    .row.gtr-50 > * {
      padding: 0 0 0 1em; }
    .row.gtr-50.gtr-uniform {
      margin-top: -1em; }
      .row.gtr-50.gtr-uniform > * {
        padding-top: 1em; }
  .row {
    margin-top: 0;
    margin-left: -2em; }
    .row > * {
      padding: 0 0 0 2em; }
    .row.gtr-uniform {
      margin-top: -2em; }
      .row.gtr-uniform > * {
        padding-top: 2em; }
  .row.gtr-150 {
    margin-top: 0;
    margin-left: -3em; }
    .row.gtr-150 > * {
      padding: 0 0 0 3em; }
    .row.gtr-150.gtr-uniform {
      margin-top: -3em; }
      .row.gtr-150.gtr-uniform > * {
        padding-top: 3em; }
  .row.gtr-200 {
    margin-top: 0;
    margin-left: -4em; }
    .row.gtr-200 > * {
      padding: 0 0 0 4em; }
    .row.gtr-200.gtr-uniform {
      margin-top: -4em; }
      .row.gtr-200.gtr-uniform > * {
        padding-top: 4em; }
  @media screen and (max-width: 1680px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xlarge {
        order: -1; }
      .row > .col-1-xlarge {
        width: 8.3333333333%; }
      .row > .off-1-xlarge {
        margin-left: 8.3333333333%; }
      .row > .col-2-xlarge {
        width: 16.6666666667%; }
      .row > .off-2-xlarge {
        margin-left: 16.6666666667%; }
      .row > .col-3-xlarge {
        width: 25%; }
      .row > .off-3-xlarge {
        margin-left: 25%; }
      .row > .col-4-xlarge {
        width: 33.3333333333%; }
      .row > .off-4-xlarge {
        margin-left: 33.3333333333%; }
      .row > .col-5-xlarge {
        width: 41.6666666667%; }
      .row > .off-5-xlarge {
        margin-left: 41.6666666667%; }
      .row > .col-6-xlarge {
        width: 50%; }
      .row > .off-6-xlarge {
        margin-left: 50%; }
      .row > .col-7-xlarge {
        width: 58.3333333333%; }
      .row > .off-7-xlarge {
        margin-left: 58.3333333333%; }
      .row > .col-8-xlarge {
        width: 66.6666666667%; }
      .row > .off-8-xlarge {
        margin-left: 66.6666666667%; }
      .row > .col-9-xlarge {
        width: 75%; }
      .row > .off-9-xlarge {
        margin-left: 75%; }
      .row > .col-10-xlarge {
        width: 83.3333333333%; }
      .row > .off-10-xlarge {
        margin-left: 83.3333333333%; }
      .row > .col-11-xlarge {
        width: 91.6666666667%; }
      .row > .off-11-xlarge {
        margin-left: 91.6666666667%; }
      .row > .col-12-xlarge {
        width: 100%; }
      .row > .off-12-xlarge {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.5em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.5em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.5em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.5em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -1em; }
        .row.gtr-50 > * {
          padding: 0 0 0 1em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -1em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 1em; }
      .row {
        margin-top: 0;
        margin-left: -2em; }
        .row > * {
          padding: 0 0 0 2em; }
        .row.gtr-uniform {
          margin-top: -2em; }
          .row.gtr-uniform > * {
            padding-top: 2em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-150 > * {
          padding: 0 0 0 3em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 3em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -4em; }
        .row.gtr-200 > * {
          padding: 0 0 0 4em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -4em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 4em; } }
  @media screen and (max-width: 1280px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-large {
        order: -1; }
      .row > .col-1-large {
        width: 8.3333333333%; }
      .row > .off-1-large {
        margin-left: 8.3333333333%; }
      .row > .col-2-large {
        width: 16.6666666667%; }
      .row > .off-2-large {
        margin-left: 16.6666666667%; }
      .row > .col-3-large {
        width: 25%; }
      .row > .off-3-large {
        margin-left: 25%; }
      .row > .col-4-large {
        width: 33.3333333333%; }
      .row > .off-4-large {
        margin-left: 33.3333333333%; }
      .row > .col-5-large {
        width: 41.6666666667%; }
      .row > .off-5-large {
        margin-left: 41.6666666667%; }
      .row > .col-6-large {
        width: 50%; }
      .row > .off-6-large {
        margin-left: 50%; }
      .row > .col-7-large {
        width: 58.3333333333%; }
      .row > .off-7-large {
        margin-left: 58.3333333333%; }
      .row > .col-8-large {
        width: 66.6666666667%; }
      .row > .off-8-large {
        margin-left: 66.6666666667%; }
      .row > .col-9-large {
        width: 75%; }
      .row > .off-9-large {
        margin-left: 75%; }
      .row > .col-10-large {
        width: 83.3333333333%; }
      .row > .off-10-large {
        margin-left: 83.3333333333%; }
      .row > .col-11-large {
        width: 91.6666666667%; }
      .row > .off-11-large {
        margin-left: 91.6666666667%; }
      .row > .col-12-large {
        width: 100%; }
      .row > .off-12-large {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 980px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-medium {
        order: -1; }
      .row > .col-1-medium {
        width: 8.3333333333%; }
      .row > .off-1-medium {
        margin-left: 8.3333333333%; }
      .row > .col-2-medium {
        width: 16.6666666667%; }
      .row > .off-2-medium {
        margin-left: 16.6666666667%; }
      .row > .col-3-medium {
        width: 25%; }
      .row > .off-3-medium {
        margin-left: 25%; }
      .row > .col-4-medium {
        width: 33.3333333333%; }
      .row > .off-4-medium {
        margin-left: 33.3333333333%; }
      .row > .col-5-medium {
        width: 41.6666666667%; }
      .row > .off-5-medium {
        margin-left: 41.6666666667%; }
      .row > .col-6-medium {
        width: 50%; }
      .row > .off-6-medium {
        margin-left: 50%; }
      .row > .col-7-medium {
        width: 58.3333333333%; }
      .row > .off-7-medium {
        margin-left: 58.3333333333%; }
      .row > .col-8-medium {
        width: 66.6666666667%; }
      .row > .off-8-medium {
        margin-left: 66.6666666667%; }
      .row > .col-9-medium {
        width: 75%; }
      .row > .off-9-medium {
        margin-left: 75%; }
      .row > .col-10-medium {
        width: 83.3333333333%; }
      .row > .off-10-medium {
        margin-left: 83.3333333333%; }
      .row > .col-11-medium {
        width: 91.6666666667%; }
      .row > .off-11-medium {
        margin-left: 91.6666666667%; }
      .row > .col-12-medium {
        width: 100%; }
      .row > .off-12-medium {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 736px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-small {
        order: -1; }
      .row > .col-1-small {
        width: 8.3333333333%; }
      .row > .off-1-small {
        margin-left: 8.3333333333%; }
      .row > .col-2-small {
        width: 16.6666666667%; }
      .row > .off-2-small {
        margin-left: 16.6666666667%; }
      .row > .col-3-small {
        width: 25%; }
      .row > .off-3-small {
        margin-left: 25%; }
      .row > .col-4-small {
        width: 33.3333333333%; }
      .row > .off-4-small {
        margin-left: 33.3333333333%; }
      .row > .col-5-small {
        width: 41.6666666667%; }
      .row > .off-5-small {
        margin-left: 41.6666666667%; }
      .row > .col-6-small {
        width: 50%; }
      .row > .off-6-small {
        margin-left: 50%; }
      .row > .col-7-small {
        width: 58.3333333333%; }
      .row > .off-7-small {
        margin-left: 58.3333333333%; }
      .row > .col-8-small {
        width: 66.6666666667%; }
      .row > .off-8-small {
        margin-left: 66.6666666667%; }
      .row > .col-9-small {
        width: 75%; }
      .row > .off-9-small {
        margin-left: 75%; }
      .row > .col-10-small {
        width: 83.3333333333%; }
      .row > .off-10-small {
        margin-left: 83.3333333333%; }
      .row > .col-11-small {
        width: 91.6666666667%; }
      .row > .off-11-small {
        margin-left: 91.6666666667%; }
      .row > .col-12-small {
        width: 100%; }
      .row > .off-12-small {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
  @media screen and (max-width: 480px) {
    .row {
      display: flex;
      flex-wrap: wrap;
      box-sizing: border-box;
      align-items: stretch; }
      .row > * {
        box-sizing: border-box; }
      .row.gtr-uniform > * > :last-child {
        margin-bottom: 0; }
      .row.aln-left {
        justify-content: flex-start; }
      .row.aln-center {
        justify-content: center; }
      .row.aln-right {
        justify-content: flex-end; }
      .row.aln-top {
        align-items: flex-start; }
      .row.aln-middle {
        align-items: center; }
      .row.aln-bottom {
        align-items: flex-end; }
      .row > .imp-xsmall {
        order: -1; }
      .row > .col-1-xsmall {
        width: 8.3333333333%; }
      .row > .off-1-xsmall {
        margin-left: 8.3333333333%; }
      .row > .col-2-xsmall {
        width: 16.6666666667%; }
      .row > .off-2-xsmall {
        margin-left: 16.6666666667%; }
      .row > .col-3-xsmall {
        width: 25%; }
      .row > .off-3-xsmall {
        margin-left: 25%; }
      .row > .col-4-xsmall {
        width: 33.3333333333%; }
      .row > .off-4-xsmall {
        margin-left: 33.3333333333%; }
      .row > .col-5-xsmall {
        width: 41.6666666667%; }
      .row > .off-5-xsmall {
        margin-left: 41.6666666667%; }
      .row > .col-6-xsmall {
        width: 50%; }
      .row > .off-6-xsmall {
        margin-left: 50%; }
      .row > .col-7-xsmall {
        width: 58.3333333333%; }
      .row > .off-7-xsmall {
        margin-left: 58.3333333333%; }
      .row > .col-8-xsmall {
        width: 66.6666666667%; }
      .row > .off-8-xsmall {
        margin-left: 66.6666666667%; }
      .row > .col-9-xsmall {
        width: 75%; }
      .row > .off-9-xsmall {
        margin-left: 75%; }
      .row > .col-10-xsmall {
        width: 83.3333333333%; }
      .row > .off-10-xsmall {
        margin-left: 83.3333333333%; }
      .row > .col-11-xsmall {
        width: 91.6666666667%; }
      .row > .off-11-xsmall {
        margin-left: 91.6666666667%; }
      .row > .col-12-xsmall {
        width: 100%; }
      .row > .off-12-xsmall {
        margin-left: 100%; }
      .row.gtr-0 {
        margin-top: 0;
        margin-left: 0em; }
        .row.gtr-0 > * {
          padding: 0 0 0 0em; }
        .row.gtr-0.gtr-uniform {
          margin-top: 0em; }
          .row.gtr-0.gtr-uniform > * {
            padding-top: 0em; }
      .row.gtr-25 {
        margin-top: 0;
        margin-left: -0.375em; }
        .row.gtr-25 > * {
          padding: 0 0 0 0.375em; }
        .row.gtr-25.gtr-uniform {
          margin-top: -0.375em; }
          .row.gtr-25.gtr-uniform > * {
            padding-top: 0.375em; }
      .row.gtr-50 {
        margin-top: 0;
        margin-left: -0.75em; }
        .row.gtr-50 > * {
          padding: 0 0 0 0.75em; }
        .row.gtr-50.gtr-uniform {
          margin-top: -0.75em; }
          .row.gtr-50.gtr-uniform > * {
            padding-top: 0.75em; }
      .row {
        margin-top: 0;
        margin-left: -1.5em; }
        .row > * {
          padding: 0 0 0 1.5em; }
        .row.gtr-uniform {
          margin-top: -1.5em; }
          .row.gtr-uniform > * {
            padding-top: 1.5em; }
      .row.gtr-150 {
        margin-top: 0;
        margin-left: -2.25em; }
        .row.gtr-150 > * {
          padding: 0 0 0 2.25em; }
        .row.gtr-150.gtr-uniform {
          margin-top: -2.25em; }
          .row.gtr-150.gtr-uniform > * {
            padding-top: 2.25em; }
      .row.gtr-200 {
        margin-top: 0;
        margin-left: -3em; }
        .row.gtr-200 > * {
          padding: 0 0 0 3em; }
        .row.gtr-200.gtr-uniform {
          margin-top: -3em; }
          .row.gtr-200.gtr-uniform > * {
            padding-top: 3em; } }
/* Container */
.container {
  margin: 0 auto;
  width: 1400px; }
  .container.medium {
    width: 1050px; }
  @media screen and (max-width: 1680px) {
    .container {
      width: 1200px; }
      .container.medium {
        width: 900px; } }
  @media screen and (max-width: 1280px) {
    .container {
      width: 960px; }
      .container.medium {
        width: 720px; } }
  @media screen and (max-width: 980px) {
    .container {
      width: 90%; }
      .container.medium {
        width: 67.5%; } }
  @media screen and (max-width: 736px) {
    .container {
      width: 90%; }
      .container.medium {
        width: 90%; } }
/* Section/Article */
section.special, article.special {
  text-align: center; }

header p {
  color: #989898;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 400;
  letter-spacing: 0.05em;
  margin: 0 0 2em 0;
  position: relative;
  text-transform: uppercase; }

header h2 + p {
  font-size: 1.25em;
  margin-top: -0.5em;
  line-height: 1.5em; }

header h3 + p {
  font-size: 1.1em;
  margin-top: -0.8em;
  line-height: 1.5em; }

header h4 + p,
header h5 + p,
header h6 + p {
  font-size: 0.9em;
  margin-top: -0.6em;
  line-height: 1.5em; }

header.major {
  margin: 0 0 4em 0;
  text-align: center; }
  header.major:after {
    height: 2px;
    width: 20em;
    max-width: 60%;
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    margin: 0 auto; }

/* Form */
form {
  margin: 0 0 2em 0; }

label {
  color: #7f7f7f;
  display: block;
  font-size: 0.9em;
  font-weight: 600;
  margin: 0 0 1em 0; }

input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: rgba(144, 144, 144, 0.075);
  border: none;
  border: solid 1px rgba(144, 144, 144, 0.25);
  border-radius: 0 !important;
  color: inherit;
  display: block;
  outline: 0;
  padding: 0 1em;
  text-decoration: none;
  width: 100%; }
  input[type="text"]:invalid,
  input[type="password"]:invalid,
  input[type="email"]:invalid,
  select:invalid,
  textarea:invalid {
    box-shadow: none; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  select:focus,
  textarea:focus {
    border-color: #d35400;
    box-shadow: 0 0 0 1px #d35400; }

select {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='40' height='40' preserveAspectRatio='none' viewBox='0 0 40 40'%3E%3Cpath d='M9.4,12.3l10.4,10.4l10.4-10.4c0.2-0.2,0.5-0.4,0.9-0.4c0.3,0,0.6,0.1,0.9,0.4l3.3,3.3c0.2,0.2,0.4,0.5,0.4,0.9 c0,0.4-0.1,0.6-0.4,0.9L20.7,31.9c-0.2,0.2-0.5,0.4-0.9,0.4c-0.3,0-0.6-0.1-0.9-0.4L4.3,17.3c-0.2-0.2-0.4-0.5-0.4-0.9 c0-0.4,0.1-0.6,0.4-0.9l3.3-3.3c0.2-0.2,0.5-0.4,0.9-0.4S9.1,12.1,9.4,12.3z' fill='rgba(144, 144, 144, 0.25)' /%3E%3C/svg%3E");
  background-size: 1.25rem;
  background-repeat: no-repeat;
  background-position: calc(100% - 1rem) center;
  height: 2.75em;
  padding-right: 2.75em;
  text-overflow: ellipsis; }
  select:focus::-ms-value {
    background-color: transparent; }
  select::-ms-expand {
    display: none; }
  select option {
    color: #7f7f7f;
    background: #f5f5f5; }

input[type="text"],
input[type="password"],
input[type="email"],
select {
  height: 2.75em; }

textarea {
  padding: 0.75em 1em; }

input[type="checkbox"],
input[type="radio"] {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  display: block;
  float: left;
  margin-right: -2em;
  opacity: 0;
  width: 1em;
  z-index: -1; }
  input[type="checkbox"] + label,
  input[type="radio"] + label {
    text-decoration: none;
    color: #545454;
    cursor: pointer;
    display: inline-block;
    font-size: 1em;
    font-weight: 400;
    padding-left: 2.4em;
    padding-right: 0.75em;
    position: relative; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      line-height: 1;
      text-transform: none !important;
      font-family: 'Font Awesome 5 Free';
      font-weight: 900; }
    input[type="checkbox"] + label:before,
    input[type="radio"] + label:before {
      background: rgba(144, 144, 144, 0.075);
      border: solid 1px rgba(144, 144, 144, 0.25);
      content: '';
      display: inline-block;
      font-size: 0.8em;
      height: 2.0625em;
      left: 0;
      line-height: 2.0625em;
      position: absolute;
      text-align: center;
      top: 0;
      width: 2.0625em; }
  input[type="checkbox"]:checked + label:before,
  input[type="radio"]:checked + label:before {
    background: #286880;
    border-color: #286880;
    color: #ffffff;
    content: '\f00c'; }
  input[type="checkbox"]:focus + label:before,
  input[type="radio"]:focus + label:before {
    border-color: #d35400;
    box-shadow: 0 0 0 1px #d35400; }

input[type="radio"] + label:before {
  border-radius: 100%; }

::-webkit-input-placeholder {
  color: #989898 !important;
  opacity: 1.0; }

:-moz-placeholder {
  color: #989898 !important;
  opacity: 1.0; }

::-moz-placeholder {
  color: #989898 !important;
  opacity: 1.0; }

:-ms-input-placeholder {
  color: #989898 !important;
  opacity: 1.0; }

/* Box */
.box {
  border: solid 1px rgba(144, 144, 144, 0.25);
  margin-bottom: 2em;
  padding: 1.5em; }
  .box > :last-child,
  .box > :last-child > :last-child,
  .box > :last-child > :last-child > :last-child {
    margin-bottom: 0; }
  .box.alt {
    border: 0;
    border-radius: 0;
    padding: 0; }

/* Icon */
.icon {
  text-decoration: none;
  border-bottom: none;
  position: relative; }
  .icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400; }
  .icon > .label {
    display: none; }
  .icon.logo > svg {
    height: 2em;
    vertical-align: middle; }
  .icon.solid:before {
    font-weight: 900;
    line-height: inherit; }
  .icon.brands:before {
    font-family: 'Font Awesome 5 Brands';
    line-height: inherit; }
  .icon.major {
    display: block;
    height: 4.5em;
    line-height: 4.5em;
    margin: 1em auto 3em auto;
    position: relative;
    text-align: center;
    width: 4.5em; }
    .icon.major:before {
      color: #ffffff;
      font-size: 2em;
      line-height: inherit;
      position: relative;
      z-index: 1; }
    .icon.major:after {
      -moz-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      background: #d35400;
      content: '';
      height: inherit;
      left: 0;
      line-height: inherit;
      position: absolute;
      top: 0;
      width: inherit; }

/* Image */
.image {
  border: 0;
  display: inline-block;
  position: relative; }
  .image img {
    display: block; }
  .image.left {
    float: left;
    padding: 0 1.5em 1em 0;
    top: 0.25em; }
  .image.right {
    float: right;
    padding: 0 0 1em 1.5em;
    top: 0.25em; }
  .image.left, .image.right {
    max-width: 40%; }
    .image.left img, .image.right img {
      width: 100%; }
  .image.fit {
    display: block;
    margin: 0 0 2em 0;
    width: 100%; }
    .image.fit img {
      width: 100%; }
  .image.style1 {
    background: #ffffff;
    border-radius: 0.5em;
    border: solid 2em #ffffff;
    box-shadow: 0 2px 0 0 rgba(0, 0, 0, 0.125);
    margin-top: -0.25em; }
    .image.style1:after {
      background: #f0f0f0;
      border-radius: 100%;
      content: '';
      display: block;
      height: 0.75em;
      margin: -0.5em 0.5em 0 0;
      position: absolute;
      right: -2em;
      top: 50%;
      width: 0.75em; }
  .image.style2 {
    background: rgba(144, 144, 144, 0.2);
    border-radius: 100%;
    overflow: hidden; }
    .image.style2 img {
      border-radius: 100%; }

/* List */
ol {
  list-style: decimal;
  margin: 0 0 2em 0;
  padding-left: 1.25em; }
  ol li {
    padding-left: 0.25em; }

ul {
  list-style: disc;
  margin: 0 0 2em 0;
  padding-left: 1em; }
  ul li {
    padding-left: 0.5em; }
  ul.alt {
    list-style: none;
    padding-left: 0; }
    ul.alt li {
      border-top: solid 1px rgba(144, 144, 144, 0.25);
      padding: 0.5em 0; }
      ul.alt li:first-child {
        border-top: 0;
        padding-top: 0; }

dl {
  margin: 0 0 2em 0; }

/* Actions */
ul.actions {
  display: -moz-flex;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  cursor: default;
  list-style: none;
  margin-left: -1em;
  padding-left: 0; }
  ul.actions li {
    padding: 0 0 0 1em;
    vertical-align: middle; }
  ul.actions.special {
    -moz-justify-content: center;
    -webkit-justify-content: center;
    -ms-justify-content: center;
    justify-content: center;
    width: 100%;
    margin-left: 0; }
    ul.actions.special li:first-child {
      padding-left: 0; }
  ul.actions.stacked {
    -moz-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0; }
    ul.actions.stacked li {
      padding: 1.3em 0 0 0; }
      ul.actions.stacked li:first-child {
        padding-top: 0; }
  ul.actions.fit {
    width: calc(100% + 1em); }
    ul.actions.fit li {
      -moz-flex-grow: 1;
      -webkit-flex-grow: 1;
      -ms-flex-grow: 1;
      flex-grow: 1;
      -moz-flex-shrink: 1;
      -webkit-flex-shrink: 1;
      -ms-flex-shrink: 1;
      flex-shrink: 1;
      width: 100%; }
      ul.actions.fit li > * {
        width: 100%; }
    ul.actions.fit.stacked {
      width: 100%; }
  @media screen and (max-width: 480px) {
    ul.actions:not(.fixed) {
      -moz-flex-direction: column;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 0;
      width: 100% !important; }
      ul.actions:not(.fixed) li {
        -moz-flex-grow: 1;
        -webkit-flex-grow: 1;
        -ms-flex-grow: 1;
        flex-grow: 1;
        -moz-flex-shrink: 1;
        -webkit-flex-shrink: 1;
        -ms-flex-shrink: 1;
        flex-shrink: 1;
        padding: 1em 0 0 0;
        text-align: center;
        width: 100%; }
        ul.actions:not(.fixed) li > * {
          width: 100%; }
        ul.actions:not(.fixed) li:first-child {
          padding-top: 0; }
        ul.actions:not(.fixed) li input[type="submit"],
        ul.actions:not(.fixed) li input[type="reset"],
        ul.actions:not(.fixed) li input[type="button"],
        ul.actions:not(.fixed) li button,
        ul.actions:not(.fixed) li .button {
          width: 100%; }
          ul.actions:not(.fixed) li input[type="submit"].icon:before,
          ul.actions:not(.fixed) li input[type="reset"].icon:before,
          ul.actions:not(.fixed) li input[type="button"].icon:before,
          ul.actions:not(.fixed) li button.icon:before,
          ul.actions:not(.fixed) li .button.icon:before {
            margin-left: -0.5em; } }
/* Icons */
ul.icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.icons li {
    display: inline-block;
    padding: 0 1em 0 0; }
    ul.icons li:last-child {
      padding-right: 0 !important; }
    ul.icons li .icon:before {
      font-size: 2em; }

/* Major Icons */
ul.major-icons {
  cursor: default;
  list-style: none;
  padding-left: 0; }
  ul.major-icons li {
    display: inline-block;
    padding: 0 2.5em 0 0; }
    ul.major-icons li:last-child {
      padding-right: 0 !important; }
    ul.major-icons li .icon {
      display: block;
      font-size: 0.675em;
      height: 4.5em;
      line-height: 4.5em;
      position: relative;
      text-align: center;
      width: 4.5em; }
      ul.major-icons li .icon svg {
        color: #ffffff;
        height: 2.5em;
        position: relative;
        vertical-align: middle;
        z-index: 1; }
      ul.major-icons li .icon:after {
        -moz-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
        background: #d35400;
        content: '';
        height: inherit;
        left: 0;
        line-height: inherit;
        position: absolute;
        top: 0;
        width: inherit; }

/* Table */
.table-wrapper {
  -webkit-overflow-scrolling: touch;
  overflow-x: auto; }

table {
  margin: 0 0 2em 0;
  width: 100%; }
  table tbody tr {
    border: solid 1px rgba(144, 144, 144, 0.25);
    border-left: 0;
    border-right: 0; }
    table tbody tr:nth-child(2n + 1) {
      background-color: rgba(144, 144, 144, 0.075); }
  table td {
    padding: 0.75em 0.75em; }
  table th {
    color: #7f7f7f;
    font-size: 0.9em;
    font-weight: 600;
    padding: 0 0.75em 0.75em 0.75em;
    text-align: left; }
  table thead {
    border-bottom: solid 2px rgba(144, 144, 144, 0.25); }
  table tfoot {
    border-top: solid 2px rgba(144, 144, 144, 0.25); }
  table.alt {
    border-collapse: separate; }
    table.alt tbody tr td {
      border: solid 1px rgba(144, 144, 144, 0.25);
      border-left-width: 0;
      border-top-width: 0; }
      table.alt tbody tr td:first-child {
        border-left-width: 1px; }
    table.alt tbody tr:first-child td {
      border-top-width: 1px; }
    table.alt thead {
      border-bottom: 0; }
    table.alt tfoot {
      border-top: 0; }

/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
.button {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  -moz-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -webkit-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  -ms-transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out, color 0.2s ease-in-out;
  background-color: transparent;
  border: 0;
  border: solid 2px #7f7f7f;
  border-radius: 0 !important;
  color: #7f7f7f !important;
  cursor: pointer;
  display: inline-block;
  font-family: "Montserrat", Helvetica, sans-serif;
  font-weight: 700;
  height: 3em;
  height: calc(3em + 2px);
  letter-spacing: 0.05em;
  line-height: 3em;
  padding: 0 1.25em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap; }
  input[type="submit"]:hover,
  input[type="reset"]:hover,
  input[type="button"]:hover,
  .button:hover {
    background-color: rgba(144, 144, 144, 0.075); }
  input[type="submit"]:active,
  input[type="reset"]:active,
  input[type="button"]:active,
  .button:active {
    background-color: rgba(144, 144, 144, 0.2); }
  input[type="submit"].icon,
  input[type="reset"].icon,
  input[type="button"].icon,
  .button.icon {
    padding: 0 1.25em 0 1.35em; }
    input[type="submit"].icon:before,
    input[type="reset"].icon:before,
    input[type="button"].icon:before,
    .button.icon:before {
      margin: 0 0.5em 0 0; }
  input[type="submit"].icon-after,
  input[type="reset"].icon-after,
  input[type="button"].icon-after,
  .button.icon-after {
    padding: 0 1.35em 0 1.25em; }
    input[type="submit"].icon-after:before,
    input[type="reset"].icon-after:before,
    input[type="button"].icon-after:before,
    .button.icon-after:before {
      float: right;
      line-height: inherit;
      margin: 0 0 0 0.75em; }
  input[type="submit"].fit,
  input[type="reset"].fit,
  input[type="button"].fit,
  .button.fit {
    width: 100%; }
  input[type="submit"].small,
  input[type="reset"].small,
  input[type="button"].small,
  .button.small {
    font-size: 0.8em; }
  input[type="submit"].large,
  input[type="reset"].large,
  input[type="button"].large,
  .button.large {
    font-size: 1.35em; }
  input[type="submit"].primary,
  input[type="reset"].primary,
  input[type="button"].primary,
  .button.primary {
    background-color: #d35400;
    border: 0;
    color: #ffffff !important;
    height: 3em; }
    input[type="submit"].primary:hover,
    input[type="reset"].primary:hover,
    input[type="button"].primary:hover,
    .button.primary:hover {
      background-color: #ed5e00; }
    input[type="submit"].primary:active,
    input[type="reset"].primary:active,
    input[type="button"].primary:active,
    .button.primary:active {
      background-color: #ba4a00; }
  input[type="submit"].disabled, input[type="submit"]:disabled,
  input[type="reset"].disabled,
  input[type="reset"]:disabled,
  input[type="button"].disabled,
  input[type="button"]:disabled,
  .button.disabled,
  .button:disabled {
    background-color: #545454 !important;
    border: 0;
    color: #f5f5f5 !important;
    cursor: default;
    height: 3em;
    opacity: 0.25; }

/* Feature */
.feature {
  margin: 0 0 2em 0;
  padding-left: 7.5em;
  position: relative;
  text-align: left; }
  .feature:before {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    height: 100%;
    left: 5.5em;
    position: absolute;
    top: 0;
    width: 1px; }
  .feature .icon.major {
    font-size: 0.675em;
    left: 0;
    position: absolute;
    top: 0; }
  .feature p {
    margin: 0; }

/* Tree */
.tree {
  margin: 1em 0 0 0;
  padding: 3em 0 0 0;
  position: relative; }
  .tree:before {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    height: 3.25em;
    left: 50%;
    margin-left: -0.5px;
    position: absolute;
    top: 1px;
    width: 1px; }
  .tree:after {
    background: rgba(144, 144, 144, 0.25);
    content: '';
    display: block;
    height: 1px;
    left: -4em;
    position: absolute;
    top: 0;
    width: calc(100% + 4em); }
  .tree.first:after {
    left: 50%;
    width: 50%; }
  .tree.last:after {
    width: calc(50% + 4em); }

/* Wrapper */
.wrapper {
  padding: 6em 0 4em 0 ; }
  .wrapper:after {
    clear: both;
    content: '';
    display: block; }
  .wrapper.split {
    overflow-x: hidden;
    padding: 0; }
    .wrapper.split .primary {
      padding: 6em 4em 4em 0 ;
      float: left;
      width: 50%; }
    .wrapper.split .secondary {
      color: #838886;
      float: left;
      width: 50%; }
      .wrapper.split .secondary > section {
        padding: 4em 0 2em 4em ;
        color: #545454;
        position: relative; }
        .wrapper.split .secondary > section > * {
          position: relative;
          z-index: 1; }
        .wrapper.split .secondary > section:before {
          content: '';
          display: block;
          height: 100%;
          left: 0;
          position: absolute;
          top: 0;
          width: 1000%;
          z-index: 0; }
        .wrapper.split .secondary > section:nth-child(2n):before {
          background: #ffffff; }
        .wrapper.split .secondary > section:nth-child(2n + 1):before {
          background: #f5f5f5; }
        .wrapper.split .secondary > section h1, .wrapper.split .secondary > section h2, .wrapper.split .secondary > section h3, .wrapper.split .secondary > section h4, .wrapper.split .secondary > section h5, .wrapper.split .secondary > section h6 {
          color: #7f7f7f; }
        .wrapper.split .secondary > section strong, .wrapper.split .secondary > section b {
          color: #7f7f7f; }
        .wrapper.split .secondary > section header p {
          color: #989898; }
        .wrapper.split .secondary > section input[type="submit"],
        .wrapper.split .secondary > section input[type="reset"],
        .wrapper.split .secondary > section input[type="button"],
        .wrapper.split .secondary > section .button {
          border-color: #7f7f7f;
          color: #7f7f7f !important; }
          .wrapper.split .secondary > section input[type="submit"]:hover,
          .wrapper.split .secondary > section input[type="reset"]:hover,
          .wrapper.split .secondary > section input[type="button"]:hover,
          .wrapper.split .secondary > section .button:hover {
            background-color: rgba(144, 144, 144, 0.075); }
          .wrapper.split .secondary > section input[type="submit"]:active,
          .wrapper.split .secondary > section input[type="reset"]:active,
          .wrapper.split .secondary > section input[type="button"]:active,
          .wrapper.split .secondary > section .button:active {
            background-color: rgba(144, 144, 144, 0.2); }
        .wrapper.split .secondary > section .image.style2 {
          background: rgba(144, 144, 144, 0.075); }
  .wrapper.style1 {
    background-color: #d35400;
    color: #f4d4bf; }
    .wrapper.style1.split .secondary > section h1, .wrapper.style1.split .secondary > section h2, .wrapper.style1.split .secondary > section h3, .wrapper.style1.split .secondary > section h4, .wrapper.style1.split .secondary > section h5, .wrapper.style1.split .secondary > section h6 {
      color: #d35400; }
    .wrapper.style1 h1, .wrapper.style1 h2, .wrapper.style1 h3, .wrapper.style1 h4, .wrapper.style1 h5, .wrapper.style1 h6, .wrapper.style1 strong, .wrapper.style1 b {
      color: #ffffff; }
    .wrapper.style1 header p {
      color: #edbb99; }
    .wrapper.style1 input[type="submit"],
    .wrapper.style1 input[type="reset"],
    .wrapper.style1 input[type="button"],
    .wrapper.style1 .button {
      border-color: #ffffff;
      color: #ffffff !important; }
      .wrapper.style1 input[type="submit"]:hover,
      .wrapper.style1 input[type="reset"]:hover,
      .wrapper.style1 input[type="button"]:hover,
      .wrapper.style1 .button:hover {
        background-color: rgba(255, 255, 255, 0.075); }
      .wrapper.style1 input[type="submit"]:active,
      .wrapper.style1 input[type="reset"]:active,
      .wrapper.style1 input[type="button"]:active,
      .wrapper.style1 .button:active {
        background-color: rgba(255, 255, 255, 0.2); }
    .wrapper.style1 .image.style2 {
      background: rgba(255, 255, 255, 0.2); }
    .wrapper.style1 blockquote.testimonial p {
      background-color: rgba(0, 0, 0, 0.25); }
      .wrapper.style1 blockquote.testimonial p:after {
        border-top-color: rgba(0, 0, 0, 0.25); }
    .wrapper.style1 blockquote.testimonial cite .name {
      color: #ffffff; }
    .wrapper.style1 blockquote.testimonial cite .title {
      color: #edbb99; }
    .wrapper.style1 .tree:before {
      background: #ffffff; }
    .wrapper.style1 .tree:after {
      background: #ffffff; }
    .wrapper.style1 .icon.major:before {
      color: #d35400; }
    .wrapper.style1 .icon.major:after {
      background: #ffffff; }
  .wrapper.style2 {
    background-color: #f5f5f5; }
  .wrapper.style3 {
    background-color: #ffffff; }
  .wrapper.style4 {
    background-color: #235b70;
    color: #eaf0f2; }
    .wrapper.style4.split .secondary > section h1, .wrapper.style4.split .secondary > section h2, .wrapper.style4.split .secondary > section h3, .wrapper.style4.split .secondary > section h4, .wrapper.style4.split .secondary > section h5, .wrapper.style4.split .secondary > section h6 {
      color: #286880; }
    .wrapper.style4 h1, .wrapper.style4 h2, .wrapper.style4 h3, .wrapper.style4 h4, .wrapper.style4 h5, .wrapper.style4 h6, .wrapper.style4 strong, .wrapper.style4 b {
      color: #ffffff; }
    .wrapper.style4 header p {
      color: #d4e1e6; }
    .wrapper.style4 input[type="submit"],
    .wrapper.style4 input[type="reset"],
    .wrapper.style4 input[type="button"],
    .wrapper.style4 .button {
      border-color: #ffffff;
      color: #ffffff !important; }
      .wrapper.style4 input[type="submit"]:hover,
      .wrapper.style4 input[type="reset"]:hover,
      .wrapper.style4 input[type="button"]:hover,
      .wrapper.style4 .button:hover {
        background-color: rgba(255, 255, 255, 0.075); }
      .wrapper.style4 input[type="submit"]:active,
      .wrapper.style4 input[type="reset"]:active,
      .wrapper.style4 input[type="button"]:active,
      .wrapper.style4 .button:active {
        background-color: rgba(255, 255, 255, 0.2); }
    .wrapper.style4 .image.style2 {
      background: rgba(255, 255, 255, 0.075); }
    .wrapper.style4 blockquote.testimonial p {
      background-color: rgba(0, 0, 0, 0.25); }
      .wrapper.style4 blockquote.testimonial p:after {
        border-top-color: rgba(0, 0, 0, 0.25); }
    .wrapper.style4 blockquote.testimonial cite .name {
      color: #ffffff; }
    .wrapper.style4 blockquote.testimonial cite .title {
      color: #d4e1e6; }
    .wrapper.style4 .tree:before {
      background: #ffffff; }
    .wrapper.style4 .tree:after {
      background: #ffffff; }
    .wrapper.style4 .icon.major:before {
      color: #286880; }
    .wrapper.style4 .icon.major:after {
      background: #ffffff; }

/* Header */
#page-wrapper {
  padding-top: 4.5em; }

#header {
  background: #286880;
  box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.125);
  color: #eaf0f2;
  height: 4.5em;
  left: 0;
  line-height: 4.5em;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000; }
  #header .container {
    position: relative; }
  #header .icon:before {
    color: #d35400;
    line-height: inherit;
    font-size: 0.9em; }
  #header h1, #header h2, #header h3, #header h4, #header h5, #header h6, #header strong, #header b {
    color: #ffffff; }
  #header h1 {
    font-size: 1.25em;
    height: inherit;
    left: 0;
    line-height: inherit;
    position: absolute;
    top: 0; }
    #header h1 a.icon:before {
      margin-right: 0.5em; }
  #header nav {
    height: inherit;
    line-height: inherit;
    position: absolute;
    right: 0;
    top: 0; }
    #header nav > ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      #header nav > ul > li {
        -moz-transition: background-color 0.2s ease-in-out;
        -webkit-transition: background-color 0.2s ease-in-out;
        -ms-transition: background-color 0.2s ease-in-out;
        transition: background-color 0.2s ease-in-out;
        display: inline-block;
        margin: 0 0.5em;
        padding: 0; }
        #header nav > ul > li > a {
          color: #ffffff;
          display: block;
          font-family: "Montserrat", Helvetica, sans-serif;
          font-weight: 700;
          letter-spacing: 0.05em;
          line-height: 2.5em;
          padding: 0 1em;
          text-decoration: none;
          text-transform: uppercase; }
          #header nav > ul > li > a.icon:before {
            margin-right: 0.5em; }
          #header nav > ul > li > a > svg {
            height: 1em;
            vertical-align: middle; }
        #header nav > ul > li.active {
          background-color: rgba(0, 0, 0, 0.075); }
        #header nav > ul > li.current {
          background-color: rgba(0, 0, 0, 0.25); }
        #header nav > ul > li > ul {
          display: none; }
        #header nav > ul > li:last-child {
          margin-right: 0; }

.dropotron {
  background: #286880;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.075);
  color: #eaf0f2;
  list-style: none;
  margin-top: -0.5em;
  min-width: 15em;
  padding: 0.5em 0; }
  .dropotron > li {
    box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
    padding: 0; }
    .dropotron > li > a {
      color: #eaf0f2;
      display: block;
      font-family: "Montserrat", Helvetica, sans-serif;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 2.75em;
      padding: 0 1em;
      text-decoration: none;
      text-transform: uppercase; }
    .dropotron > li:hover > a, .dropotron > li.active > a {
      background-color: #d35400;
      color: #ffffff !important; }
    .dropotron > li:first-child {
      box-shadow: none !important; }
  .dropotron.level-0 {
    font-size: 0.8em;
    margin-top: 3.5em; }
    .dropotron.level-0:before {
      border-bottom: solid 1em #286880;
      border-left: solid 1em transparent;
      border-right: solid 1em transparent;
      content: '';
      display: block;
      height: 2em;
      left: 50%;
      margin-left: -1em;
      position: absolute;
      top: -2em;
      width: 2em; }

/* Banner */
#banner {
  padding: 9em 0 7em 0 ;
  background-color: #423e3a;
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url("../../images/banner.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #d0cfce; }
  #banner h1, #banner h2, #banner h3, #banner h4, #banner h5, #banner h6, #banner strong, #banner b {
    color: #ffffff; }
  #banner header p {
    color: #ffffff; }
  #banner input[type="submit"],
  #banner input[type="reset"],
  #banner input[type="button"],
  #banner .button {
    border-color: #ffffff;
    color: #ffffff !important; }
    #banner input[type="submit"]:hover,
    #banner input[type="reset"]:hover,
    #banner input[type="button"]:hover,
    #banner .button:hover {
      background-color: rgba(255, 255, 255, 0.075); }
    #banner input[type="submit"]:active,
    #banner input[type="reset"]:active,
    #banner input[type="button"]:active,
    #banner .button:active {
      background-color: rgba(255, 255, 255, 0.2); }
  #banner h2 {
    font-size: 2.25em; }

/* Footer */
#footer {
  padding: 6em 0 4em 0 ;
  text-align: center; }
  #footer .icon svg {
    -moz-transition: color 0.2s ease-in-out;
    -webkit-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: #989898; }
  #footer .icon:after {
    -moz-transition: background-color 0.2s ease-in-out;
    -webkit-transition: background-color 0.2s ease-in-out;
    -ms-transition: background-color 0.2s ease-in-out;
    transition: background-color 0.2s ease-in-out;
    background-color: rgba(144, 144, 144, 0.2); }
  #footer .icon:hover svg {
    color: #ffffff; }
  #footer .icon:hover:after {
    background-color: #d35400; }

/* List Episodes */
.list-episode {
  display: flex;
  flex-direction: row; }
  .list-episode .le-logo {
    background-color: #000;
    height: 75px;
    margin-right: 1em;
    width: 75px; }
    .list-episode .le-logo img {
      height: 100%;
      margin-right: 1em;
      object-fit: cover;
      object-position: center right;
      width: 100%; }
  .list-episode .le-meta span + span:before {
    background-color: #000;
    border-radius: 50%;
    content: " ";
    display: inline-block;
    height: 6px;
    margin: 0 7px 2px 2px;
    width: 6px; }
  .list-episode .le-title {
    color: inherit;
    font-size: 1.1em;
    font-weight: 600;
    text-decoration: none; }

/* Episode Hero */
.ep-hero {
  max-height: 360px;
  object-fit: cover;
  object-position: center; }

/* Episode Tags */
.ep-tags {
  display: inline-block;
  list-style-type: none;
  padding: 0; }
  .ep-tags li {
    display: inline-block;
    padding-left: 0.5em; }
  .ep-tags li:after {
    content: ", "; }
  .ep-tags li:last-child:after {
    content: ""; }

/* Awful Lawful & Orderly Header */
.lando-header {
  position: relative; }
  .lando-header img:last-child {
    height: 70%;
    left: 50%;
    position: absolute;
    top: 15%;
    transform: translateX(-50%); }

/* XLarge */
@media screen and (max-width: 1680px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt; } }

/* Large */
@media screen and (max-width: 1280px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt; }
  /* Tree */
  .tree:after {
    left: -3em;
    width: calc(100% + 3em); }
  .tree.last:after {
    width: calc(50% + 3em); }
  /* Wrapper */
  .wrapper {
    padding: 4em 0 2em 0 ; }
    .wrapper.split .primary {
      padding: 3em 3em 1em 0 ; }
    .wrapper.split .secondary > section {
      padding: 3em 0 1em 3em ; }
  /* Header */
  #page-wrapper {
    padding-top: 3.5em; }
  #header {
    height: 3.5em;
    line-height: 3.5em; }
    #header h1 {
      font-size: 1em; }
    #header nav {
      font-size: 0.9em; }
  .dropotron.level-0 {
    font-size: 0.9em; }
  /* Banner */
  #banner {
    padding: 6em 0 4em 0 ; }
  /* Footer */
  #footer {
    padding: 4em 0 2em 0 ; } }

/* Medium */
#navPanel, #navButton {
  display: none; }

@media screen and (max-width: 980px) {
  /* Basic */
  html, body {
    overflow-x: hidden; }
  body, input, select, textarea {
    font-size: 12pt; }
  blockquote.testimonial {
    margin-top: 0; }
    blockquote.testimonial p {
      max-width: 30em; }
  /* Wrapper */
  .wrapper.split .primary {
    padding: 3em 0 1em 0 ;
    float: none;
    width: 100%; }
  .wrapper.split .secondary {
    float: none;
    width: 100%; }
    .wrapper.split .secondary > section {
      padding: 3em 3em 1em 3em ;
      left: -3em;
      width: calc(100% + 6em); }
      .wrapper.split .secondary > section:before {
        width: 100%; }
  /* Header */
  #page-wrapper {
    padding-top: 3em; }
  #header {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    height: 3em;
    line-height: 3em; }
    #header .container {
      width: 100% !important; }
    #header h1 {
      margin-left: 1em; }
    #header nav {
      display: none; }
  /* Banner */
  #banner {
    padding: 8em 0 6em 0 ; }
    #banner h2 {
      font-size: 2em; }
  /* Off-Canvas Navigation */
  #page-wrapper {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    padding-bottom: 1px; }
  #navButton {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    display: block;
    height: 3em;
    right: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001; }
    #navButton .toggle {
      text-decoration: none;
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
      #navButton .toggle:before {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        display: inline-block;
        font-style: normal;
        font-variant: normal;
        text-rendering: auto;
        line-height: 1;
        text-transform: none !important;
        font-family: 'Font Awesome 5 Free';
        font-weight: 900; }
      #navButton .toggle > svg {
        background: #d35400;
        color: #f4d4bf;
        height: 3em;
        position: absolute;
        right: 0;
        top: 0;
        width: 4em; }
  #navPanel {
    -moz-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    background-image: -moz-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -moz-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1));
    background-image: -webkit-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -webkit-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1));
    background-image: -ms-linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), -ms-linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1));
    background-image: linear-gradient(top, rgba(0,0,0,0.25), rgba(0,0,0,0.25)), linear-gradient(top, rgba(0,0,0,0) 75%, rgba(0,0,0,0.1));
    -moz-transform: translateY(-20em);
    -webkit-transform: translateY(-20em);
    -ms-transform: translateY(-20em);
    transform: translateY(-20em);
    -moz-transition: -moz-transform 0.5s ease;
    -webkit-transition: -webkit-transform 0.5s ease;
    -ms-transition: -ms-transform 0.5s ease;
    transition: transform 0.5s ease;
    background-color: #286880;
    color: #eaf0f2;
    display: block;
    height: 20em;
    left: 0;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10002; }
    #navPanel .link {
      box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.1);
      color: #eaf0f2;
      display: block;
      font-family: "Montserrat", Helvetica, sans-serif;
      font-size: 0.8em;
      font-weight: 400;
      letter-spacing: 0.05em;
      line-height: 4em;
      padding: 0 1.5em;
      text-decoration: none;
      text-transform: uppercase; }
      #navPanel .link:first-child {
        box-shadow: none; }
      #navPanel .link.depth-0 {
        color: #ffffff; }
      #navPanel .link .indent-1 {
        display: inline-block;
        width: 1.25em; }
      #navPanel .link .indent-2 {
        display: inline-block;
        width: 2.5em; }
      #navPanel .link .indent-3 {
        display: inline-block;
        width: 3.75em; }
      #navPanel .link .indent-4 {
        display: inline-block;
        width: 5em; }
      #navPanel .link .indent-5 {
        display: inline-block;
        width: 6.25em; }
  html.navPanel-visible {
    overflow-y: hidden; }
    html.navPanel-visible body {
      overflow-y: hidden; }
      html.navPanel-visible body #page-wrapper,
      html.navPanel-visible body #navButton,
      html.navPanel-visible body #header {
        -moz-transform: translateY(20em);
        -webkit-transform: translateY(20em);
        -ms-transform: translateY(20em);
        transform: translateY(20em); }
      html.navPanel-visible body #navPanel {
        -moz-transform: translateY(0);
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0); } }

@media screen and (max-width: 980px) and (max-height: 480px) {
  #navPanel {
    -moz-transform: translateY(-13em);
    -webkit-transform: translateY(-13em);
    -ms-transform: translateY(-13em);
    transform: translateY(-13em);
    height: 13em; }
  html.navPanel-visible body #page-wrapper,
  html.navPanel-visible body #navButton,
  html.navPanel-visible body #header {
    -moz-transform: translateY(13em);
    -webkit-transform: translateY(13em);
    -ms-transform: translateY(13em);
    transform: translateY(13em); } }

/* Small */
@media screen and (max-width: 736px) {
  /* Basic */
  body, input, select, textarea {
    font-size: 12pt; }
  h1 br, h2 br, h3 br, h4 br, h5 br, h6 br {
    display: none; }
  h2 {
    font-size: 1.35em; }
  h3 {
    font-size: 1.1em; }
  h4 {
    font-size: 1em; }
  /* Section/Article */
  header p br {
    display: none; }
  header h2 + p {
    font-size: 1.1em; }
  header h3 + p {
    font-size: 1em; }
  /* Icon */
  .icon.major {
    height: 3.75em;
    line-height: 3.75em;
    width: 3.75em; }
    .icon.major:before {
      font-size: 1.75em; }
  /* Image */
  .image.style1 {
    border-width: 0.75em; }
    .image.style1:after {
      display: none; }
  /* Major Icons */
  ul.major-icons li {
    padding-right: 1.5em; }
    ul.major-icons li .icon {
      font-size: 0.5em; }
  /* Feature */
  .feature {
    padding-left: 5em; }
    .feature:before {
      left: 3.75em; }
    .feature .icon.major {
      font-size: 0.5em; }
  /* Tree */
  .tree {
    margin: 0;
    padding: 0; }
    .tree:before, .tree:after {
      display: none; }
  /* Header */
  #page-wrapper {
    padding-top: 44px; }
  #header {
    height: 44px;
    line-height: 44px; }
    #header h1 {
      font-size: 0.9em; }
  /* Banner */
  #banner {
    padding: 4em 0 2em 0 ; }
    #banner h2 {
      font-size: 1.5em; }
  /* Off-Canvas Navigation */
  #navButton .toggle svg {
    height: 44px;
    line-height: 44px;
    width: 44px; }
  #navPanel .link {
    line-height: 44px;
    padding: 0 1.25em; } }

/* XSmall */
@media screen and (max-width: 480px) {
  /* Basic */
  html, body {
    min-width: 320px; }
  body, input, select, textarea {
    font-size: 12pt; }
  /* Button */
  input[type="submit"],
  input[type="reset"],
  input[type="button"],
  .button {
    padding: 0; }
    input[type="submit"].icon-after:before,
    input[type="reset"].icon-after:before,
    input[type="button"].icon-after:before,
    .button.icon-after:before {
      display: none;
      line-height: inherit; }
  /* Banner */
  #banner {
    padding: 5em 0 3em 0 ; } }
