<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&amp;family=Roboto+Slab&amp;family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,300;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow:wght@300;400;500;600&amp;family=Barlow+Semi+Condensed:wght@400;600&amp;family=Source+Sans+Pro:ital,wght@0,400;0,600;1,400&amp;display=swap");
*, body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 300;
  color: #1e1e1e;
  scroll-behavior: smooth; }

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  background: #fff;
  box-shadow: 2px 0 24px 0 rgba(0, 0, 0, 0.22); }

@media only screen and (min-width: 420px) and (max-width: 575px) {
  .container {
    padding: 0 30px; } }
@media only screen and (max-width: 419px) {
  .container {
    padding: 0 15px; } }

.row {
  margin-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .row {
      margin: 0; } }
  .row div[class^="col-"]:not(.row) {
    margin-bottom: 0; }

.section-fullscreen {
  max-height: 100%;
  height: auto;
  position: relative; }
  .section-fullscreen img {
    width: 100%;
    visibility: hidden; }

.section-reg {
  padding: 70px 0px; }

.section-lg {
  padding: 100px 0; }
  @media only screen and (max-width: 575px) {
    .section-lg {
      padding: 90px 0; } }

.section-hero {
  overflow: hidden;
  max-width: 1280px;
  margin: 0 auto 40px; }

.bg-large, .section-xl {
  padding: 122px 0; }
  @media only screen and (max-width: 575px) {
    .bg-large, .section-xl {
      padding: 108px 0; } }

.bg-grey {
  background-image: url("/assets/joe/img/bgxy@900.png") !important;
  background-repeat: repeat; }

.bg-neutral {
  background: #bdbdbd; }

.bg-fna {
  background: #872928; }
  .bg-fna * {
    color: #fff; }

.navbar-dark * {
  color: #fff; }

.hide {
  display: none; }

.center-vert {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.button-lg {
  padding: 11px 52px;
  margin: 22px 0;
  font: 500 14px/23px Barlow, sans-serif;
  letter-spacing: 0.70px; }
  @media only screen and (max-width: 575px) {
    .button-lg {
      padding: 10px 48px;
      font-size: 13px;
      line-height: 22px; } }

.form-success {
  transition: display 1s;
  padding: 30px 50px 40px;
  margin: 20px auto;
  border: 1px solid #ddd;
  font-size: 17px; }
  .form-success h2 {
    font-size: 28px; }
    .form-success h2 i {
      margin-right: 8px; }

.form-error {
  transition: display 1s;
  padding: 30px 50px 40px;
  margin: 20px auto;
  border: 1px solid #ddd;
  font-size: 16px; }
  .form-error h2 {
    font-size: 22px; }
    .form-error h2 i {
      margin-right: 7px; }

.box {
  padding: 30px 50px 40px;
  margin: 60px auto;
  border: 1px solid #ddd; }
  @media only screen and (max-width: 575px) {
    .box {
      padding: 32px 36px 28px;
      margin: 42px auto; } }
  @media only screen and (max-width: 575px) {
    .box ul {
      padding-left: 20px; } }

.small-box * {
  font: 400 18px/24px "Source Sans Pro", sans-serif; }

.button-fna {
  background: #872928;
  border-color: #872928;
  color: #fff !important; }
  .button-fna * {
    color: #fff !important; }

.scrolltotop i {
  color: #fff; }

@media only screen and (max-width: 767px) {
  [class*="col-12"]:not(:last-child):not([class*="col-xs"]):not([class*="col-sm"]) {
    margin-bottom: 45px; } }
@media only screen and (max-width: 992px) {
  [class*="col-12"]:not(:last-child):not([class*="col-xs"]):not([class*="col-sm"]):not([class*="col-md"]) {
    margin-bottom: 45px; } }

p,
ul,
ol,
blockquote {
  font: 300 21px/27px "Source Sans Pro", sans-serif;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    p,
    ul,
    ol,
    blockquote {
      font: 400 18px/23px "Source Sans Pro", sans-serif;
      margin-bottom: 23px; } }
  @media only screen and (max-width: 575px) {
    p,
    ul,
    ol,
    blockquote {
      font-size: 16.5px; } }

h1 {
  font: 400 30px/37px Barlow, sans-serif;
  color: #1e1e1e;
  margin-bottom: 16px; }
  @media only screen and (max-width: 575px) {
    h1 {
      font-size: 29px;
      line-height: 35px;
      margin-bottom: 12px; } }

h2 {
  font: 400 38px/46px Barlow, sans-serif;
  color: #585A5E;
  margin-bottom: 6px;
  text-transform: uppercase; }
  h2.faq {
    letter-spacing: 3px; }

h3 {
  font: 400 34px/41px Barlow, sans-serif;
  color: #585A5E; }

h4 {
  font: 300 23px/25px Barlow, sans-serif; }
  @media only screen and (max-width: 767px) {
    h4 {
      font: 300 21px/28px "Source Sans Pro", sans-serif; } }
  @media only screen and (max-width: 575px) {
    h4 {
      font-size: 20px; } }
  h4 span {
    font-weight: 400;
    text-transform: uppercase; }

h5 {
  font: 400 23px/27px Barlow, sans-serif;
  text-transform: uppercase; }

h6 {
  font: 300 25px/30px Barlow, sans-serif;
  color: #585A5E;
  margin: 10px 0; }

blockquote {
  overflow: auto; }
  blockquote p {
    font-style: italic;
    margin-top: 0; }
  blockquote::first-line {
    font-weight: bold;
    letter-spacing: 0.06em; }
  blockquote span {
    font-style: italic;
    margin-top: 0;
    margin-top: 0.8em;
    float: right;
    font-size: 19px; }
    @media only screen and (max-width: 767px) {
      blockquote span {
        font-size: 17px; } }
    @media only screen and (max-width: 575px) {
      blockquote span {
        font-size: 16px; } }

ul {
  list-style-type: none;
  padding: 0; }
  ul li:not(.nav *):before {
    content: '• '; }

dl * {
  color: #585A5E; }
dl dt {
  font: 400 24px/39px "Barlow Semi Condensed", sans-serif; }
  @media only screen and (max-width: 991px) {
    dl dt {
      font-size: 22px;
      line-height: 36px; } }
  @media only screen and (max-width: 767px) {
    dl dt {
      font-size: 20px;
      line-height: 34px; } }
  @media only screen and (max-width: 575px) {
    dl dt {
      font-size: 20px;
      line-height: 34px; } }
dl dd {
  font: 300 21px/27px "Source Sans Pro", sans-serif;
  margin-bottom: 26px; }
  @media only screen and (max-width: 991px) {
    dl dd {
      font-size: 19px;
      margin-bottom: 23px; } }
  @media only screen and (max-width: 767px) {
    dl dd {
      font-size: 18px; } }
  @media only screen and (max-width: 575px) {
    dl dd {
      font-size: 17px; } }

.fa, .far, .fas {
  font-family: "Font Awesome 5 Pro"; }

.small {
  font: 400 16px/23px "Source Sans Pro", sans-serif;
  letter-spacing: 0.16px; }
  @media only screen and (max-width: 767px) {
    .small {
      font: 400 15px/23px "Source Sans Pro", sans-serif; } }

.fine-print {
  font: 300 italic 14px/23px "Source Sans Pro", sans-serif; }

@keyframes right {
  0% {
    left: 0px; }
  100% {
    left: 10px; } }
.home-page {
  overflow: hidden;
  max-width: 100%; }
  .home-page h2 {
    font-size: 30px;
    line-height: 42px;
    text-transform: none; }
    @media only screen and (max-width: 991px) {
      .home-page h2 {
        font-size: 28px; } }
    @media only screen and (max-width: 767px) {
      .home-page h2 {
        font-size: 26px; } }
    @media only screen and (max-width: 575px) {
      .home-page h2 {
        font-size: 25px; } }
  @media only screen and (max-width: 991px) {
    .home-page p, .home-page ul {
      font-size: 20px; } }
  @media only screen and (max-width: 767px) {
    .home-page p, .home-page ul {
      font-size: 20px;
      line-height: 25px; } }
  @media only screen and (max-width: 575px) {
    .home-page p, .home-page ul {
      font-size: 19px;
      line-height: 24px; } }
  .home-page i.run-right {
    position: relative;
    animation: right;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out;
    animation-direction: alternate; }
  .home-page #summary .img-left {
    opacity: 0.9;
    padding: 0 30px 0; }
    @media (max-width: 767px) {
      .home-page #summary .img-left {
        padding: 0 13px 0; } }
  .home-page #summary .txt-right ul li::before {
    content: none; }
  .home-page #summary .txt-right ul li.first-li {
    font-weight: 600;
    margin-bottom: 21px; }
    .home-page #summary .txt-right ul li.first-li a:hover span {
      margin-left: 5px; }
    .home-page #summary .txt-right ul li.first-li a span {
      font-weight: 600;
      font-style: italic;
      background: rgba(255, 252, 0, 0.2);
      transition: ease 0.35s; }
  .home-page #summary .txt-right i {
    font-size: 17px; }
  .home-page #list .home-words h1 {
    font-weight: 400;
    font-size: 37px;
    letter-spacing: 0.013em;
    text-shadow: none; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .home-page #list .home-words h1 {
        font-size: 48px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-page #list .home-words h1 {
        font-size: 38px; } }
    @media only screen and (max-width: 575px) {
      .home-page #list .home-words h1 {
        font-size: 30px; } }
    .home-page #list .home-words h1 i {
      font-size: 34px;
      color: #fff; }
  .home-page #contact h6 {
    font-size: 23px;
    line-height: 33px; }
  .home-page #contact p.sm {
    font-size: 19px;
    line-height: 24px;
    color: #606267; }
  @media only screen and (max-width: 767px) {
    .home-page .section-fullscreen.section-hero {
      width: 150%;
      margin: 0 -25%; } }
  @media only screen and (max-width: 575px) {
    .home-page .section-fullscreen.section-hero {
      width: 200%;
      margin: 0 -50%; } }

.section-hero .home-words h1 {
  opacity: 0; }

.home-words {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content; }
  .home-words h1 {
    color: #fff;
    text-shadow: 0.75px 0.75px rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    font-weight: 600;
    font-size: 39px;
    line-height: 45px; }
    @media only screen and (max-width: 992px) {
      .home-words h1 {
        text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.8); } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .home-words h1 {
        font-size: 48px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .home-words h1 {
        font-size: 38px; } }
    @media only screen and (max-width: 575px) {
      .home-words h1 {
        text-shadow: 0.25px 0.25px rgba(0, 0, 0, 0.8);
        font-size: 30px; } }
    @media only screen and (max-width: 450px) {
      .home-words h1 {
        font-size: 25px; } }
    .home-words h1 span {
      color: #fff;
      text-shadow: 0.75px 0.75px rgba(0, 0, 0, 0.8);
      margin-bottom: 0; }
      @media only screen and (max-width: 992px) {
        .home-words h1 span {
          text-shadow: 0.5px 0.5px rgba(0, 0, 0, 0.8); } }
      @media only screen and (max-width: 575px) {
        .home-words h1 span {
          text-shadow: 0.25px 0.25px rgba(0, 0, 0, 0.8); } }

#fna-wealth, #taking-you {
  font: 600 52px Barlow, sans-serif; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #fna-wealth, #taking-you {
      font-size: 48px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #fna-wealth, #taking-you {
      font-size: 38px; } }
  @media only screen and (max-width: 575px) {
    #fna-wealth, #taking-you {
      font-size: 30px; } }

.icon-boxes {
  margin-right: -30px;
  margin-left: -30px; }
  .icon-boxes &gt; div &gt; div {
    border: 1px solid #bebebe;
    padding: 40px 0 0;
    margin: 0 15px; }
    .icon-boxes &gt; div &gt; div.icon-box-1 {
      background: #50515E; }
    .icon-boxes &gt; div &gt; div.icon-box-2 {
      background: #C2855A; }
    .icon-boxes &gt; div &gt; div.icon-box-3 {
      background: #312D31; }
    .icon-boxes &gt; div &gt; div * {
      color: #fff; }
    .icon-boxes &gt; div &gt; div ul {
      margin: 0;
      list-style: none;
      text-align: left;
      background: #fff;
      padding: 44px 48px 64px; }
      .icon-boxes &gt; div &gt; div ul li {
        font: 300 18px/28px Barlow, sans-serif;
        margin: 0;
        color: #333; }
        .icon-boxes &gt; div &gt; div ul li sup {
          color: #333; }
    .icon-boxes &gt; div &gt; div a div {
      background: #C6C6C6;
      text-transform: uppercase;
      padding: 18px 0 19px; }
      .icon-boxes &gt; div &gt; div a div p {
        font: 500 17px/28px Barlow;
        margin: 0; }

.callout {
  font: 600 54px/65px 'Barlow Semi Condensed';
  margin-bottom: 30px; }

.img-pad {
  /* Padding-left should match .home-cta img padding */
  padding-left: 6px; }
  @media only screen and (max-width: 767px) {
    .img-pad {
      /* Padding-left should match .home-cta img padding */
      padding-left: 0px; } }

.inner-hero {
  max-height: 563px;
  width: 100%; }

.section-reg .text-body &gt; h1 {
  margin-bottom: 45px; }

.post-body {
  padding-bottom: 140px; }
  @media only screen and (max-width: 575px) {
    .post-body {
      padding: 44px 0 100px; } }
  .post-body .row img {
    margin: 20px auto; }
    @media only screen and (max-width: 767px) {
      .post-body .row img {
        margin: 30px auto; } }
  .post-body .row .text-body .def p {
    line-height: 25px;
    font-style: italic;
    padding: 12px 20px;
    margin-bottom: 26px; }
    @media only screen and (max-width: 767px) {
      .post-body .row .text-body .def p {
        line-height: 24px; } }
    .post-body .row .text-body .def p a {
      font-size: 20px;
      letter-spacing: normal; }
      @media only screen and (max-width: 767px) {
        .post-body .row .text-body .def p a {
          font-size: 18px; } }
      @media only screen and (max-width: 575px) {
        .post-body .row .text-body .def p a {
          font-size: 16.5px; } }
  @media only screen and (max-width: 575px) {
    .post-body .text-body p:first-of-type {
      margin-top: 36px; } }
  .post-body .text-body blockquote p:first-of-type {
    margin-top: 0; }
  .post-body .text-body .def p:first-of-type {
    margin-top: 0; }
  .post-body .text-body ul.post-details {
    margin-bottom: 56px; }
  .post-body .text-body .post-disclaimer p {
    font: italic 300 15px/20px "Source Sans Pro", sans-serif;
    color: #606060;
    margin-bottom: 18px; }
    .post-body .text-body .post-disclaimer p:first-of-type {
      margin-top: 0px;
      padding-top: 84px; }
  .post-body .text-body .post-disclaimer div {
    border-top: 1px solid #ddd;
    width: 100%;
    max-width: 240px; }
  .post-body h1 {
    color: #1e1e1e;
    font: 600 27px/34px "Source Sans Pro", sans-serif;
    margin: 0 0 16px; }
    @media only screen and (max-width: 575px) {
      .post-body h1 {
        font: 600 24px/32px 'Source Sans Pro', sans-serif;
        margin: 0 0 10px; } }
  .post-body h2 {
    color: #1e1e1e;
    font: 600 23px/34px "Source Sans Pro", sans-serif;
    margin: 12px 0; }
    @media only screen and (max-width: 575px) {
      .post-body h2 {
        font: 600 21px/32px 'Source Sans Pro', sans-serif;
        margin: 6px 0; } }
  .post-body h3 {
    color: #1e1e1e;
    font: 600 21px/32px "Source Sans Pro", sans-serif;
    margin: 12px 0; }
    @media only screen and (max-width: 575px) {
      .post-body h3 {
        font: 600 19px/32px 'Source Sans Pro', sans-serif;
        margin: 6px 0; } }
  .post-body img {
    max-width: 100%;
    display: block;
    margin: 40px auto 50px; }
  .post-body ul.post-details {
    font: 400 16px/20px "Source Sans Pro", sans-serif; }
    @media only screen and (max-width: 575px) {
      .post-body ul.post-details {
        font: 400 13px/18px 'Source Sans Pro', sans-serif; } }

.def p {
  line-height: 25px;
  font-style: italic;
  padding: 12px 20px;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    .def p {
      line-height: 24px; } }
  .def p:first-of-type::first-line {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .def p:first-of-type::first-line {
        font-size: 19px;
        line-height: 30px; } }
    @media only screen and (max-width: 575px) {
      .def p:first-of-type::first-line {
        font-size: 17px;
        letter-spacing: 0.5px; } }
  .def p span {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 0.06em;
    line-height: 32px; }
    @media only screen and (max-width: 767px) {
      .def p span {
        font-size: 19px;
        line-height: 30px; } }
    @media only screen and (max-width: 575px) {
      .def p span {
        font-size: 17px;
        letter-spacing: 0.5px; } }
  .def p a {
    font-size: 20px;
    letter-spacing: normal; }
    @media only screen and (max-width: 767px) {
      .def p a {
        font-size: 18px; } }
    @media only screen and (max-width: 575px) {
      .def p a {
        font-size: 16.5px; } }

li span.about-name {
  color: #000;
  line-height: 36px; }

.post-hero {
  padding-bottom: 0; }
  @media only screen and (max-width: 575px) {
    .post-hero {
      padding: 100px 0 0; } }
  .post-hero img {
    width: 100%; }
    .post-hero img.khan-key {
      display: none; }
  .post-hero .container {
    position: relative; }
  .post-hero div#khan-key {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    cursor: pointer; }
    .post-hero div#khan-key:hover .khan-key {
      display: block; }
  .post-hero div#khan-box {
    background-color: #fff;
    display: none;
    position: absolute;
    bottom: 0;
    right: 0;
    max-height: 50%;
    width: 360px;
    max-width: 60%;
    margin: 10px;
    padding: 20px; }
    .post-hero div#khan-box h3 {
      font: 400 21px/26px "Source Sans Pro", sans-serif;
      margin: 0 0 12px; }
    .post-hero div#khan-box li {
      font: 400 15px/19px "Source Sans Pro", sans-serif; }
    @media only screen and (max-width: 1199px) {
      .post-hero div#khan-box {
        width: 60%; } }
    @media only screen and (max-width: 991px) {
      .post-hero div#khan-box {
        z-index: 100;
        position: fixed;
        width: 360px;
        max-width: 100%;
        height: 320px;
        max-height: 100%;
        padding: 32px 28px; } }

@media only screen and (max-width: 575px) {
  .text-body p:first-of-type {
    margin-top: 36px; } }
.text-body a {
  color: #6f2b2a; }
  .text-body a.button {
    color: #141414; }
    .text-body a.button i {
      color: #141414; }
  .text-body a:hover {
    color: #000; }
    .text-body a:hover i {
      color: #000; }
  .text-body a i {
    color: #6f2b2a; }
.text-body ul.tags {
  padding: 0;
  margin-top: 56px; }
  @media only screen and (max-width: 767px) {
    .text-body ul.tags {
      padding: 0;
      margin-top: 48px; } }
  .text-body ul.tags li {
    display: inline-block;
    margin: 0 3px 6px 0; }
    .text-body ul.tags li a {
      display: inline-block;
      background: #f0f0f0;
      padding: 5px 10px;
      font-size: 14px;
      color: #141414; }
      .text-body ul.tags li a:hover {
        background: #e6e6e6; }
.text-body .post-disclaimer p {
  font: italic 300 15px/20px "Source Sans Pro", sans-serif;
  color: #606060;
  margin-bottom: 18px; }
  .text-body .post-disclaimer p:first-of-type {
    margin-top: 0px;
    padding-top: 84px; }
.text-body .post-disclaimer div {
  border-top: 1px solid #ddd;
  width: 100%;
  max-width: 240px; }

/* POST ALT */
.post-alt div.archive {
  width: 100%;
  max-height: 201px;
  overflow: hidden; }
.post-alt .archive img {
  width: 100%; }
.post-alt h2.archive {
  font: normal normal normal 45px/56px "Source Sans Pro", sans-serif;
  margin-top: 64px;
  color: #C8C8C8; }
.post-alt.post-body .text-body p:first-of-type {
  margin-top: 0; }

/* LIVE &amp; ARC */
.post-live.post-body h2.live {
  margin: 20px 0 26px; }
.post-live.post-body .text-body p:first-of-type {
  margin-top: 0; }
.post-live .container {
  padding: 8px 0; }
.post-live .text-body ul.post-details {
  margin-bottom: 24px; }
.post-live .post-details li {
  font-style: italic; }
.post-live .post-details li &gt; span {
  padding-right: 0px !important; }
.post-live h2.live {
  color: #C8C8C8;
  font: normal normal normal 45px/59px "Source Sans Pro", sans-serif; }
  .post-live h2.live i {
    color: #C8C8C8;
    margin-right: 9px; }

.post-arc.post-body h2.arc {
  margin: 20px 0 26px; }
.post-arc .text-body ul.post-details {
  margin-bottom: 24px; }
.post-arc h2.arc {
  font: normal normal normal 45px/59px "Source Sans Pro", sans-serif;
  color: #C8C8C8; }
  .post-arc h2.arc i {
    color: #C8C8C8;
    margin-right: 9px; }

.blog-live div.live {
  width: 100%;
  max-height: 274px;
  overflow: hidden; }
.blog-live .live {
  width: 100%; }
.blog-live .post-details li {
  font-style: italic; }
.blog-live .post-details li &gt; span {
  padding-right: 0px !important; }
.blog-live ul.post-details {
  font: 400 16px/20px "Source Sans Pro", sans-serif; }
.blog-live h1.live {
  font: normal normal normal 45px/59px "Source Sans Pro", sans-serif;
  color: #C8C8C8;
  margin-top: 64px; }
.blog-live #blogArticles h2 {
  margin-bottom: 20px;
  color: #1e1e1e;
  font: 600 27px/34px "Source Sans Pro", sans-serif;
  margin: 0 0 16px; }
.blog-live #blogArticles a p:first-of-type {
  margin-top: 0; }

.blog-arc div.arc {
  width: 100%;
  max-height: 274px;
  overflow: hidden; }
.blog-arc .arc {
  width: 100%; }
.blog-arc ul.post-details {
  font: 400 16px/20px "Source Sans Pro", sans-serif; }
.blog-arc h1.arc {
  font: normal normal normal 45px/59px "Source Sans Pro", sans-serif;
  color: #C8C8C8;
  margin-top: 64px; }
.blog-arc #blogArticles h2 {
  margin-bottom: 20px;
  color: #1e1e1e;
  font: 600 27px/34px "Source Sans Pro", sans-serif;
  margin: 0 0 16px; }
.blog-arc #blogArticles a p:first-of-type {
  margin-top: 0; }

.contact.section-fullscreen img {
  visibility: visible; }
.contact .home-words {
  transform: translateY(-50%);
  top: 55%;
  left: 90px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .contact .home-words {
      left: 70px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .contact .home-words {
      left: 60px; } }
  @media only screen and (max-width: 575px) {
    .contact .home-words {
      left: 40px; } }
  .contact .home-words h1 {
    opacity: 1;
    font: 600 60px/68px 'Montserrat', sans-serif; }
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
      .contact .home-words h1 {
        font-size: 52px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .contact .home-words h1 {
        font-size: 44px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .contact .home-words h1 {
        font-size: 36px; } }
    @media only screen and (max-width: 575px) {
      .contact .home-words h1 {
        font-size: 24px; } }
.contact .text-body img {
  margin-bottom: 44px; }
.contact .text-body hr {
  margin: 36px 0 60px; }
.contact .text-body .contact-form {
  margin-top: 46px; }

#lifeCalc {
  margin: 10px 0 50px; }
  #lifeCalc .fieldbox {
    border: 1px solid #ddd;
    padding: 20px 20px 15px;
    margin-bottom: 32px; }
  #lifeCalc legend {
    display: block;
    font-weight: 700;
    font-size: 20px;
    color: #202020;
    margin: 7px 0 9px -2px; }
  #lifeCalc label {
    display: inline;
    font-weight: 300;
    font-size: 17px;
    color: #202020;
    margin-right: 7px; }
  #lifeCalc input {
    display: inline;
    min-width: 35px;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: #303030;
    padding: 5px 8px;
    margin: 10px 7px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    background: transparent;
    max-width: 75px; }
    #lifeCalc input[type="text"] {
      appearance: none;
      outline: 0; }
  #lifeCalc select {
    display: inline;
    min-width: 35px;
    font-size: 12px;
    line-height: 14px;
    font-style: normal;
    color: #303030;
    padding: 5px 8px;
    margin: 10px 7px 0 0;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: none;
    background: transparent;
    appearance: none;
    outline: 0;
    width: auto; }
  #lifeCalc .domeplus {
    display: inline;
    cursor: pointer;
    font-weight: normal;
    font-size: 20px;
    margin: 10px 3px 0 3px; }
    #lifeCalc .domeplus i {
      color: #6f2b2a; }
  #lifeCalc #output {
    font-weight: 300;
    font-size: 24px;
    margin-top: 19px; }
    #lifeCalc #output::before {
      font-family: "Font Awesome 5 Pro";
      font-weight: 900;
      content: "\f155";
      color: #aaa;
      padding-right: 10px;
      display: inline-block;
      font-style: normal;
      font-variant: normal;
      text-rendering: auto;
      -webkit-font-smoothing: antialiased; }
  #lifeCalc button {
    background: #872928;
    cursor: pointer;
    font-weight: 300;
    font-size: 18px;
    padding: 8px 35px;
    margin: 36px 0 0;
    border: none;
    text-transform: uppercase;
    color: #fff; }

ul.post-details {
  font: 400 12px/15px 'Source Sans Pro', sans-serif;
  color: #1e1e1e; }
  ul.post-details li {
    display: inline-block;
    padding-right: 14px;
    margin-bottom: 0px; }
    ul.post-details li i {
      padding-right: 8px; }

.blog-home {
  padding-bottom: 300px; }

.blog-head {
  background: #1e1e1e;
  padding: 21px 49px;
  margin-bottom: 46px; }
  @media only screen and (min-width: 420px) and (max-width: 575px) {
    .blog-head {
      padding: 18px 42px;
      margin-bottom: 46px; } }
  @media only screen and (max-width: 419px) {
    .blog-head {
      padding: 12px 32px;
      margin-bottom: 46px; } }
  .blog-head h1 {
    font: 400 18px/24px 'Roboto Slab', serif;
    color: #fff;
    margin: 0; }
    @media only screen and (min-width: 420px) and (max-width: 575px) {
      .blog-head h1 {
        font-size: 17px; } }
    @media only screen and (max-width: 419px) {
      .blog-head h1 {
        font-size: 15px; } }

#blogArticles img {
  margin-bottom: 38px; }
#blogArticles h2 {
  font: 400 20px/25px 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  margin-bottom: 8px; }
#blogArticles p {
  font: 400 16px/20px 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  margin: 22px 0 60px; }
  @media only screen and (max-width: 575px) {
    #blogArticles p {
      font: 400 15px/20px 'Source Sans Pro', sans-serif;
      color: #1e1e1e;
      margin: 22px 0 60px; } }

#comparison img.compare {
  margin-bottom: 50px; }

#about h2 {
  font: 300 25px/30px Barlow, sans-serif;
  margin: 48px 0 32px;
  text-transform: uppercase; }
#about img.oapt {
  height: 100px;
  width: 100px;
  padding: 0 30px 30px 0; }

#b404.section-hero.inner-hero {
  margin-top: 111px;
  max-height: 600px; }
  @media (max-width: 767px) {
    #b404.section-hero.inner-hero {
      margin-top: 80px; } }
  @media (max-width: 578px) {
    #b404.section-hero.inner-hero {
      margin-top: 70px; } }

.navbar {
  flex-wrap: nowrap;
  height: 111px;
  transition: height 0.5s; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar {
      display: flex;
      align-items: center;
      justify-content: space-between; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar {
      height: 80px; } }
  @media only screen and (max-width: 575px) {
    .navbar {
      height: 70px; } }
  .navbar.navbar-home {
    background: transparent; }
    .navbar.navbar-home .container {
      padding-left: 0; }
      @media only screen and (max-width: 575px) {
        .navbar.navbar-home .container {
          padding-left: 15px; } }
      .navbar.navbar-home .container .header-logo .logo-spacer {
        height: 100%;
        width: 22px;
        background: #872928;
        float: left;
        margin-left: -1px;
        margin-right: -1px; }
      .navbar.navbar-home .container .logo-timer .countdown p {
        color: #872928; }
  .navbar.navbar-shrink {
    box-shadow: none;
    height: 40px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navbar.navbar-shrink {
        height: 42px; } }
    @media only screen and (max-width: 575px) {
      .navbar.navbar-shrink {
        height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navbar.navbar-shrink .nav {
        /* top should be same as height of .navbar-shrink */
        top: 42px; } }
    @media only screen and (max-width: 575px) {
      .navbar.navbar-shrink .nav {
        /* top should be same as height of .navbar-shrink */
        top: 36px; } }
    .navbar.navbar-shrink .nav .nav-item .dropdown-menu {
      top: 40px; }
      @media only screen and (max-width: 767px) {
        .navbar.navbar-shrink .nav .nav-item .dropdown-menu {
          padding: 0;
          width: auto;
          min-width: 0;
          top: 0; } }
    .navbar.navbar-shrink .nav .nav-item .nav-link {
      line-height: 40px; }
      @media only screen and (max-width: 767px) {
        .navbar.navbar-shrink .nav .nav-item .nav-link {
          line-height: 26px; } }
    .navbar.navbar-shrink .container {
      height: 40px; }
      @media only screen and (min-width: 576px) and (max-width: 767px) {
        .navbar.navbar-shrink .container {
          height: 42px; } }
      @media only screen and (max-width: 575px) {
        .navbar.navbar-shrink .container {
          height: 36px; } }
  .navbar.navbar-dark {
    background: transparent; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar.navbar-dark .nav {
        background: transparent; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav:hover .nav-item .nav-link.active {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav:hover .nav-item .nav-link.active:hover {
        color: #fff; } }
    .navbar.navbar-dark .nav:hover .nav-item .dropdown-menu {
      background: #141414; }
      @media only screen and (min-width: 768px) {
        .navbar.navbar-dark .nav:hover .nav-item .dropdown-menu a.active:hover {
          color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar.navbar-dark .nav .nav-item .nav-link {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav .nav-item .nav-link.active {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav .nav-item .nav-link:hover {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav .nav-item .dropdown-menu {
        background: #141414; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav .nav-item .dropdown-menu a.active {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      .navbar.navbar-dark .nav .nav-item .dropdown-menu a:hover {
        color: #fff; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar.navbar-dark .ovr .nav-item .nav-link {
        color: #141414; } }
    .navbar.navbar-dark .nav-overflow-btn i {
      color: #fff; }
      @media only screen and (min-width: 768px) {
        .navbar.navbar-dark .nav-overflow-btn i {
          color: #fff; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar.bg-fna .nav {
      background: transparent; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar.bg-fna .nav .nav-item .nav-link {
      color: #fff; } }
  @media only screen and (min-width: 768px) {
    .navbar.bg-fna .nav .nav-item .dropdown-menu {
      background: #872928; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar.bg-fna .ovr .nav-item .nav-link {
      color: #141414; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar.ovr-show .ovr {
      display: block; } }
  .navbar ul {
    margin-left: 60px;
    margin-right: 0; }
    @media only screen and (max-width: 1199px) {
      .navbar ul {
        margin-left: 0; } }
  .navbar .nav-extender {
    max-width: 1280px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar .nav {
      position: static;
      padding: 0;
      display: flex;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .navbar .nav .nav-overflow {
        display: none; } }
  @media only screen and (max-width: 767px) {
    .navbar .nav {
      left: auto;
      width: 200px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .navbar .nav {
      /* top should be same as height of .navbar */
      top: 42px; } }
  @media only screen and (max-width: 575px) {
    .navbar .nav {
      /* top should be same as height of .navbar */
      top: 36px; } }
  .navbar .nav:hover .nav-item .nav-link.active {
    text-decoration: none; }
    .navbar .nav:hover .nav-item .nav-link.active:hover {
      color: #141414;
      text-decoration: underline; }
  .navbar .nav:hover .nav-item .dropdown-menu a.active:hover {
    color: #141414;
    text-decoration: underline; }
  .navbar .nav .nav-item {
    margin-right: 27px;
    margin-top: auto;
    margin-bottom: auto; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar .nav .nav-item {
        margin: 0 30px 0 0; } }
    @media only screen and (max-width: 767px) {
      .navbar .nav .nav-item {
        margin: 0; } }
    @media only screen and (min-width: 993px) {
      .navbar .nav .nav-item:nth-last-child(2) {
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .navbar .nav .nav-item.nav-item-hili {
        margin-left: 0px; } }
    .navbar .nav .nav-item.nav-item-hili .nav-link {
      font-weight: 600;
      background: rgba(255, 255, 0, 0.4);
      top: 0%;
      height: 20px;
      line-height: 20px;
      padding: 0 6px; }
      @media only screen and (max-width: 767px) {
        .navbar .nav .nav-item.nav-item-hili .nav-link {
          background: none;
          top: auto;
          height: auto;
          line-height: 26px;
          padding: 5px 0;
          transform: none; } }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        .navbar .nav .nav-item.nav-item-hili .nav-link {
          top: 46px; } }
    @media only screen and (max-width: 767px) {
      .navbar .nav .nav-item.nav-dropdown {
        margin: 0; } }
    .navbar .nav .nav-item.nav-dropdown.nav-dropdown-quiet .nav-link {
      padding-right: 0; }
    .navbar .nav .nav-item.nav-dropdown.nav-dropdown-quiet .nav-link::before, .navbar .nav .nav-item.nav-dropdown.nav-dropdown-quiet .nav-link::after {
      display: none; }
    .navbar .nav .nav-item.nav-dropdown:hover .nav-link:after {
      display: none; }
    .navbar .nav .nav-item.nav-dropdown:hover .dropdown-menu {
      position: absolute;
      visibility: visible;
      opacity: 1;
      display: block;
      background: #fff;
      box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
      top: 30px; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar .nav .nav-item.nav-overflow-btn {
        display: inline-block;
        margin-right: 0; } }
    .navbar .nav .nav-item .nav-link {
      text-transform: uppercase;
      letter-spacing: 0.18px;
      font: 400 11px/49px "Source Sans Pro", sans-serif; }
      @media only screen and (max-width: 767px) {
        .navbar .nav .nav-item .nav-link {
          line-height: 26px; } }
      @media only screen and (min-width: 768px) and (max-width: 992px) {
        .navbar .nav .nav-item .nav-link {
          padding: 0;
          font-size: 12px;
          line-height: 111px; } }
      .navbar .nav .nav-item .nav-link.active {
        color: #141414;
        text-decoration: underline; }
      .navbar .nav .nav-item .nav-link:hover {
        color: #141414;
        text-decoration: underline; }
    .navbar .nav .nav-item .dropdown-menu {
      min-width: 240px;
      padding: 5px 0;
      border: none;
      top: 42px; }
      @media only screen and (max-width: 767px) {
        .navbar .nav .nav-item .dropdown-menu {
          padding: 0;
          width: auto;
          min-width: 160px;
          top: 0; } }
      .navbar .nav .nav-item .dropdown-menu li {
        font: 400 11px/26px "Source Sans Pro", sans-serif; }
        @media only screen and (max-width: 767px) {
          .navbar .nav .nav-item .dropdown-menu li {
            margin: 0; } }
        .navbar .nav .nav-item .dropdown-menu li a {
          text-transform: uppercase;
          letter-spacing: 0.18px;
          font: 400 11px/49px "Source Sans Pro", sans-serif;
          line-height: 26px; }
          @media only screen and (min-width: 768px) and (max-width: 992px) {
            .navbar .nav .nav-item .dropdown-menu li a {
              font-size: 12px; } }
          @media only screen and (max-width: 767px) {
            .navbar .nav .nav-item .dropdown-menu li a {
              line-height: 26px; } }
      @media only screen and (max-width: 767px) {
        .navbar .nav .nav-item .dropdown-menu a {
          color: #141414; } }
      .navbar .nav .nav-item .dropdown-menu a.active {
        color: #141414;
        text-decoration: underline; }
      .navbar .nav .nav-item .dropdown-menu a:hover {
        color: #141414;
        text-decoration: underline; }
    .navbar .nav .nav-item .dropdown-trigger {
      display: none; }
      @media only screen and (max-width: 767px) {
        .navbar .nav .nav-item .dropdown-trigger {
          display: block;
          width: 20px;
          position: absolute;
          top: 0px;
          bottom: 0px;
          right: -5px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar .nav .nav-overflow {
      display: none; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar .ovr {
      display: none;
      left: auto;
      width: 200px;
      top: 80px;
      position: absolute;
      right: 20px;
      background: #fff;
      padding: 15px 20px;
      text-align: left;
      list-style: none;
      box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09); } }
  .navbar .ovr:hover .nav-item .nav-link.active {
    color: #141414;
    text-decoration: none; }
    .navbar .ovr:hover .nav-item .nav-link.active:hover {
      color: #141414;
      text-decoration: underline; }
  .navbar .ovr:hover .nav-item .nav-link:hover {
    color: #141414;
    text-decoration: underline; }
  .navbar .ovr:hover .nav-item .dropdown-menu a.active:hover {
    color: #141414;
    text-decoration: underline; }
  .navbar .ovr .nav-item:before {
    content: none; }
  .navbar .ovr .nav-item.nav-dropdown:hover .nav-link:after {
    display: none; }
  .navbar .ovr .nav-item.nav-dropdown:hover .dropdown-menu {
    position: absolute;
    visibility: visible;
    opacity: 1;
    display: block;
    background: #fff;
    box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.09);
    top: 56px;
    padding: 10px 20px;
    margin-left: 20px; }
    .navbar .ovr .nav-item.nav-dropdown:hover .dropdown-menu li:before {
      content: none; }
  .navbar .ovr .nav-item.nav-dropdown.nav-dropdown-quiet .nav-link::before, .navbar .ovr .nav-item.nav-dropdown.nav-dropdown-quiet .nav-link::after {
    display: none; }
  .navbar .ovr .nav-item.nav-dropdown.nav-dropdown-quiet .dropdown-menu {
    visibility: hidden;
    display: none; }
  .navbar .ovr .nav-item.nav-dropdown .nav-link:before, .navbar .ovr .nav-item.nav-dropdown .nav-link:after {
    content: '';
    position: absolute;
    background: #141414;
    -webkit-transition: linear 0.1s;
    transition: linear 0.1s; }
  .navbar .ovr .nav-item.nav-dropdown .nav-link:before {
    top: 39px;
    right: 20px;
    width: 7px;
    height: 1px; }
  .navbar .ovr .nav-item.nav-dropdown .nav-link:after {
    top: 36px;
    right: 23px;
    width: 1px;
    height: 7px; }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    .navbar .ovr .nav-item {
      margin: 0; } }
  .navbar .ovr .nav-item .nav-link {
    text-transform: uppercase;
    letter-spacing: 0.18px;
    font: 400 11px/49px "Source Sans Pro", sans-serif; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar .ovr .nav-item .nav-link {
        line-height: 36px;
        font-size: 12px;
        padding: 5px 0; } }
  .navbar .ovr .nav-item .dropdown-menu li a {
    text-transform: uppercase;
    letter-spacing: 0.18px;
    font: 400 11px/49px "Source Sans Pro", sans-serif;
    line-height: 26px; }
  .navbar .ovr .nav-item .dropdown-menu a.active {
    color: #141414;
    text-decoration: underline; }
  .navbar .ovr .nav-item .dropdown-menu a:hover {
    color: #141414;
    text-decoration: underline; }
  .navbar .container {
    height: 111px;
    transition: height 0.5s; }
    .navbar .container .logo-timer {
      height: 100%;
      display: flex; }
      .navbar .container .logo-timer .countdown {
        margin: 0 18px; }
        .navbar .container .logo-timer .countdown p {
          font: 400 16px/49px "Source Sans Pro", sans-serif; }
          @media only screen and (min-width: 576px) and (max-width: 767px) {
            .navbar .container .logo-timer .countdown p {
              line-height: 42px; } }
          @media only screen and (max-width: 575px) {
            .navbar .container .logo-timer .countdown p {
              line-height: 36px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .navbar .container {
        height: 80px; } }
    @media only screen and (max-width: 575px) {
      .navbar .container {
        height: 70px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar .container .navlogo-home {
        width: 369px; } }
  .navbar .navlogo-home {
    position: absolute;
    top: -1px;
    bottom: 0px;
    z-index: auto;
    width: 50%;
    left: 0;
    background: #fff; }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      .navbar .navlogo-home {
        width: 369px; } }
  .navbar .navright-home {
    position: absolute;
    top: -1px;
    bottom: 0px;
    z-index: auto;
    width: 50%;
    right: 0;
    background: #fff; }
  .navbar .navlogo-fna {
    position: absolute;
    top: -1px;
    bottom: 0px;
    z-index: auto;
    width: 100%;
    left: 0;
    right: 0;
    background: #872928; }
  .navbar .navlogo-dark {
    position: absolute;
    top: -1px;
    bottom: 0px;
    z-index: auto;
    width: 100%;
    left: 0;
    right: 0;
    background: #141414; }
  @media only screen and (min-width: 768px) {
    .navbar .nav-toggle-btn {
      display: none; } }

.navbar &gt; .container {
  align-items: unset; }

.section-hero {
  /* .section-hero margin-top should be same as height of .navbar */
  margin-top: 111px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .section-hero {
      /* Margin-top should be same as height of .navbar */
      margin-top: 42px; } }
  @media only screen and (max-width: 575px) {
    .section-hero {
      /* Margin-top should be same as height of .navbar */
      margin-top: 36px; } }
  .section-hero.inner-hero {
    margin-top: 40px; }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      .section-hero.inner-hero {
        /* Margin-top should be same as .navbar-shrink */
        margin-top: 42px; } }
    @media only screen and (max-width: 575px) {
      .section-hero.inner-hero {
        /* Margin-top should be same as .navbar-shrink */
        margin-top: 36px; } }

.nav-extender {
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  left: 0;
  right: 0;
  box-shadow: 5px 0px 20px rgba(0, 0, 0, 0.4);
  box-shadow: -5px 0px 20px rgba(0, 0, 0, 0.4); }

.navlogo {
  height: 100%;
  max-height: 100%; }

.header-logo {
  height: 100%;
  margin-top: 3px; }
  .header-logo img {
    max-height: 100%; }

.nav .nav-item.nav-item-hili {
  margin-left: 25px; }
  @media only screen and (max-width: 1199px) {
    .nav .nav-item.nav-item-hili {
      margin-left: 0px; } }

.nav-overflow-btn {
  display: none; }

footer {
  padding: 100px 0 110px; }
  @media only screen and (max-width: 575px) {
    footer {
      padding: 80px 0; } }
  footer * {
    color: #c2c2c2;
    font: 300 13px/15px "Source Sans Pro", sans-serif;
    letter-spacing: 0.31px; }
    @media only screen and (max-width: 767px) {
      footer * {
        font: 300 13px/15px "Source Sans Pro", sans-serif;
        letter-spacing: 0.31px; } }
    @media only screen and (max-width: 575px) {
      footer * {
        font: 300 11px/13px 'Source Sans Pro', sans-serif;
        letter-spacing: 0.27px; } }
  footer p:last-child {
    margin-bottom: 10px; }

.copy {
  font-weight: 300; }

#sub-div {
  position: relative; }

#sub-wrapper {
  position: relative;
  transform: translateX(-50%);
  top: 70.4%;
  left: 50%;
  width: 75.6%;
  height: 11.5%; }

#sub-form {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10; }

#sub-email {
  font-family: "Source Sans Pro",sans-serif;
  padding: 15px 70px 15px 15px;
  background: #fff;
  display: inline-block;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 11; }
  @media screen and (min-width: 993px) and (max-width: 1199px) {
    #sub-email {
      padding: 10px 50px 10px 15px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #sub-email {
      padding: 10px 45px 10px 10px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #sub-email {
      padding: 20px 88px 20px 20px; } }
  @media only screen and (min-width: 420px) and (max-width: 575px) {
    #sub-email {
      padding: 15px 70px 15px 15px; } }
  @media only screen and (max-width: 419px) {
    #sub-email {
      padding: 15px 60px 15px 10px; } }

#sub-submit {
  display: inline-block;
  height: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 12; }

#sub-img {
  height: 100%;
  max-height: 100%;
  margin: 0; }

.sidebar {
  /*
  div {
  	@media only screen and (max-width: 419px) {
  		margin-bottom: 50px;
  	}
  }
  img {
  	@media only screen and (max-width: 419px) {
  		margin-bottom: 50px;
  	}
  }
  */ }
  @media screen and (min-width: 993px) {
    .sidebar {
      padding-left: 60px; } }

.sidebar &gt; div {
  margin-bottom: 70px; }

.modal-backdrop {
  display: none; }

.modalDialog {
  overflow: auto;
  height: 100%;
  position: fixed;
  /* follows you when you scroll */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  pointer-events: none; }
  .modalDialog.visible {
    opacity: 1;
    pointer-events: auto; }
  .modalDialog form {
    padding: 8px 0;
    text-align: center; }
    .modalDialog form input[type=submit] {
      width: auto;
      margin: 0 auto 10px; }

.modalDialog &gt; div {
  max-width: 400px;
  background: #fff;
  position: relative;
  margin: 5% auto;
  padding: 30px 40px 50px; }

.modalDialog#tc-modal &gt; div {
  max-width: 600px; }
  .modalDialog#tc-modal &gt; div h3 {
    margin: 20px 0; }
  .modalDialog#tc-modal &gt; div p {
    font-size: 16px;
    line-height: 20px; }

.modalClose {
  z-index: 9999;
  background: none;
  position: absolute;
  right: 11px;
  top: 11px;
  width: 24px;
  font-size: 22px;
  text-align: center;
  line-height: 25px;
  text-decoration: none; }

/*# sourceMappingURL=joe.css.map */
</pre></body></html>