@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;600;700;800&family=Roboto+Slab&family=Source+Sans+Pro:ital,wght@0,200;0,300;0,400;0,600;1,300;1,600&display=swap");
*, body {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
  color: #1e1e1e;
  scroll-behavior: smooth; }

video {
  width: auto;
  max-width: 100%;
  height: auto; }

.wrapper {
  display: block;
  margin: 0 auto;
  max-width: 1280px;
  background: #fff;
  box-shadow: none; }

@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%; }

.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; }

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

.bg-grey {
  background: #1c1e20 !important; }

.bg-grey-light {
  background: #C8C8C8; }

.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;
  font: 600 14px/23px "Source Sans Pro", sans-serif;
  letter-spacing: 0.14px; }
  @media only screen and (max-width: 575px) {
    .button-lg {
      padding: 10px 48px;
      font: 600 13px/22px 'Source Sans Pro', sans-serif; } }

.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 20px/26px "Source Sans Pro", sans-serif;
  margin-bottom: 26px; }
  @media only screen and (max-width: 767px) {
    p,
    ul,
    ol,
    blockquote {
      font: 300 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: 600 27px/34px "Source Sans Pro", sans-serif;
  color: #1e1e1e;
  margin-bottom: 16px; }
  @media only screen and (max-width: 575px) {
    h1 {
      font: 600 26px/32px 'Source Sans Pro', sans-serif;
      margin-bottom: 12px; } }

h2.subtle {
  font: 600 20px/26px "Source Sans Pro", sans-serif;
  font-style: italic;
  margin: 0 0 6px; }
  @media only screen and (max-width: 767px) {
    h2.subtle {
      font: 600 18px/23px "Source Sans Pro", sans-serif; } }
  @media only screen and (max-width: 575px) {
    h2.subtle {
      font-size: 16.5px; } }

h3 {
  font: 400 26px/33px "Source Sans Pro", sans-serif;
  margin: 16px 0; }
  @media only screen and (max-width: 767px) {
    h3 {
      font: 400 24px/30px "Source Sans Pro", sans-serif;
      margin: 12px 0; } }
  @media only screen and (max-width: 575px) {
    h3 {
      font-size: 23px; } }

h4 {
  font: 300 23px/25px "Source Sans Pro", 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; }

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; } }

.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; } }

.italic {
  font-style: italic; }

.font-style-normal {
  font-style: normal; }

.home h2 {
  font: 400 32px/46px 'Source Sans Pro';
  color: #0c0c0c; }
.home h3 {
  font: 400 21px/30px 'Source Sans Pro';
  color: #0c0c0c; }
.home .bg-fna h2 {
  color: #fff; }
.home .home-cta img {
  padding-left: 6px;
  padding-right: 6px; }
  @media only screen and (max-width: 767px) {
    .home .home-cta img {
      padding-left: 0px;
      padding-right: 0px; } }
.home .home-cta h3 {
  margin-top: 0; }
.home .home-cta a {
  color: #0c0c0c;
  font: 400 20px/28px "Source Sans Pro", sans-serif; }
.home .home-cta p {
  font: 300 20px/28px "Source Sans Pro", sans-serif;
  margin: 8px 0 12px;
  color: #0c0c0c; }
.home .home-posts h3 {
  margin: 20px 0 0; }
.home .home-posts p {
  font: 300 15px/21px "Source Sans Pro", sans-serif;
  margin: 3px 0 2px; }
.home .home-callout {
  padding: 58px 0; }
  .home .home-callout h3 {
    color: #fff;
    font: 300 32px/40px "Source Sans Pro", sans-serif; }
  .home .home-callout .button {
    font: 300 24px/31px "Source Sans Pro", sans-serif;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    background: #0085CA;
    padding: 26px 74px;
    border: none; }
.home .home-videos h2 {
  font: 300 29px/37px "Source Sans Pro", sans-serif;
  margin: 0 0 20px; }

.home-words {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 120px; }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    .home-words {
      left: 60px; } }
  @media only screen and (max-width: 575px) {
    .home-words {
      left: 40px; } }
  .home-words h1 {
    color: #fff;
    text-shadow: 0.75px 0.75px rgba(0, 0, 0, 0.8);
    margin-bottom: 0;
    opacity: 0; }
    @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 (max-width: 575px) {
      .home-words h1 {
        text-shadow: 0.25px 0.25px rgba(0, 0, 0, 0.8); } }
    .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); } }

#taking-you {
  font: 700 43px "Montserrat", sans-serif; }
  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    #taking-you {
      font-size: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #taking-you {
      font-size: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #taking-you {
      font-size: 24px; } }
  @media only screen and (max-width: 575px) {
    #taking-you {
      font-size: 20px; } }

#fna-wealth {
  font: 800 43px "Montserrat", sans-serif; }
  @media only screen and (min-width: 993px) and (max-width: 1199px) {
    #fna-wealth {
      font-size: 40px; } }
  @media only screen and (min-width: 768px) and (max-width: 992px) {
    #fna-wealth {
      font-size: 32px; } }
  @media only screen and (min-width: 576px) and (max-width: 767px) {
    #fna-wealth {
      font-size: 24px; } }
  @media only screen and (max-width: 575px) {
    #fna-wealth {
      font-size: 20px; } }
  #fna-wealth span {
    font: 400 43px "Montserrat", sans-serif; }
    @media only screen and (min-width: 993px) and (max-width: 1199px) {
      #fna-wealth span {
        font-size: 40px; } }
    @media only screen and (min-width: 768px) and (max-width: 992px) {
      #fna-wealth span {
        font-size: 32px; } }
    @media only screen and (min-width: 576px) and (max-width: 767px) {
      #fna-wealth span {
        font-size: 24px; } }
    @media only screen and (max-width: 575px) {
      #fna-wealth span {
        font-size: 20px; } }

.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 > 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 .text-body > #asterisk-anchor {
    font-weight: 300;
    font-size: 16px;
    line-height: 23px;
    padding-top: 15px; }
  .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 video {
    width: 100%; }
  .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 & 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 > 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 > 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 .home-words {
  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, #blogArticles video {
  margin-bottom: 38px; }
#blogArticles h2 {
  font: 400 20px/25px 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  margin-bottom: 8px; }
#blogArticles p {
  font: 300 16px/20px 'Source Sans Pro', sans-serif;
  color: #1e1e1e;
  margin: 22px 0 60px; }
  @media only screen and (max-width: 575px) {
    #blogArticles p {
      font: 300 15px/20px 'Source Sans Pro', sans-serif;
      color: #1e1e1e;
      margin: 22px 0 60px; } }

h3.afc {
  margin: 48px 0 32px;
  font-size: 24px; }

@media only screen and (max-width: 575px) {
  #afc-form .col-12 {
    padding: 0; } }

#afc-send {
  padding: 26px;
  font-weight: 300;
  font-size: 21px;
  color: #fff;
  text-transform: none;
  background-color: #cfb338;
  border: none;
  margin-bottom: 78px; }

.live h2 {
  font: 400 32px/46px 'Source Sans Pro';
  color: #0c0c0c; }
.live h3 {
  font: 400 21px/30px 'Source Sans Pro';
  color: #0c0c0c; }
.live .bg-fna h2 {
  color: #fff; }
.live .live-posts h3 {
  margin: 20px 0 0; }
.live .live-posts p {
  font: 300 15px/21px "Source Sans Pro", sans-serif;
  margin: 3px 0 2px; }
.live .live-callout {
  padding: 58px 0; }
  .live .live-callout h3 {
    color: #fff;
    font: 300 32px/40px "Source Sans Pro", sans-serif; }
  .live .live-callout .button {
    font: 300 24px/31px "Source Sans Pro", sans-serif;
    color: #fff;
    letter-spacing: 0;
    text-transform: none;
    background: #0085CA;
    padding: 26px 74px;
    border: none; }
.live .live-videos h2 {
  font: 300 29px/37px "Source Sans Pro", sans-serif;
  margin: 0 0 20px; }

header {
  position: relative; }
  header .navbar {
    flex-wrap: nowrap;
    height: 61px;
    transition: height 0.5s; }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar {
        display: flex;
        align-items: center;
        justify-content: space-between; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      header .navbar {
        height: 42px; } }
    @media only screen and (max-width: 575.98px) {
      header .navbar {
        height: 36px; } }
    header .navbar.navbar-home {
      background: transparent; }
      header .navbar.navbar-home .container {
        padding-left: 0; }
        header .navbar.navbar-home .container .header-logo .logo-spacer {
          height: 100%;
          width: 22px;
          background: #872928;
          float: left;
          margin-left: -1px;
          margin-right: -1px; }
        header .navbar.navbar-home .container .logo-timer .countdown p {
          color: #872928; }
    header .navbar.navbar-shrink {
      box-shadow: none;
      height: 52px; }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        header .navbar.navbar-shrink {
          height: 42px; } }
      @media only screen and (max-width: 575.98px) {
        header .navbar.navbar-shrink {
          height: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        header .navbar.navbar-shrink .nav {
          /* top should be same as height of .navbar-shrink */
          top: 42px; } }
      @media only screen and (max-width: 575.98px) {
        header .navbar.navbar-shrink .nav {
          /* top should be same as height of .navbar-shrink */
          top: 36px; } }
      header .navbar.navbar-shrink .nav .nav-item .dropdown-menu {
        top: 52px; }
        @media only screen and (max-width: 767.98px) {
          header .navbar.navbar-shrink .nav .nav-item .dropdown-menu {
            padding: 0;
            width: auto;
            min-width: 0;
            top: 0; } }
      header .navbar.navbar-shrink .nav .nav-item .nav-link {
        line-height: 52px; }
        @media only screen and (max-width: 767.98px) {
          header .navbar.navbar-shrink .nav .nav-item .nav-link {
            line-height: 26px; } }
      header .navbar.navbar-shrink .container {
        height: 52px; }
        @media only screen and (min-width: 576px) and (max-width: 767.98px) {
          header .navbar.navbar-shrink .container {
            height: 42px; } }
        @media only screen and (max-width: 575.98px) {
          header .navbar.navbar-shrink .container {
            height: 36px; } }
    header .navbar.navbar-dark {
      background: transparent; }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar.navbar-dark .nav {
          background: transparent; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav:hover .nav-item .nav-link.active {
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav:hover .nav-item .nav-link.active:hover {
          color: #fff; } }
      header .navbar.navbar-dark .nav:hover .nav-item .dropdown-menu {
        background: #141414; }
        @media only screen and (min-width: 768px) {
          header .navbar.navbar-dark .nav:hover .nav-item .dropdown-menu a.active:hover {
            color: #fff; } }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar.navbar-dark .nav .nav-item .nav-link {
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav .nav-item .nav-link.active {
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav .nav-item .nav-link:hover {
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav .nav-item .dropdown-menu {
          background: #141414; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav .nav-item .dropdown-menu a.active {
          color: #fff; } }
      @media only screen and (min-width: 768px) {
        header .navbar.navbar-dark .nav .nav-item .dropdown-menu a:hover {
          color: #fff; } }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar.navbar-dark .ovr .nav-item .nav-link {
          color: #141414; } }
      header .navbar.navbar-dark .nav-overflow-btn i {
        color: #fff; }
        @media only screen and (min-width: 768px) {
          header .navbar.navbar-dark .nav-overflow-btn i {
            color: #fff; } }
    @media only screen and (max-width: 767.98px) {
      header .navbar.navbar-land .nav {
        top: 0;
        width: auto;
        position: relative;
        display: block;
        left: 0;
        box-shadow: none;
        padding: 0; } }
    @media only screen and (max-width: 767.98px) {
      header .navbar.navbar-land .nav .nav-item .nav-link {
        padding: 0;
        line-height: 42px; } }
    @media only screen and (max-width: 575.98px) {
      header .navbar.navbar-land .nav .nav-item .nav-link {
        line-height: 36px; } }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar.bg-fna .nav {
        background: transparent; } }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar.bg-fna .nav .nav-item .nav-link {
        color: #fff; } }
    @media only screen and (min-width: 768px) {
      header .navbar.bg-fna .nav .nav-item .dropdown-menu {
        background: #872928; } }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar.bg-fna .ovr .nav-item .nav-link {
        color: #141414; } }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar.ovr-show .ovr {
        display: block; } }
    header .navbar ul {
      margin-left: 60px;
      margin-right: 0; }
      @media only screen and (max-width: 1199px) {
        header .navbar ul {
          margin-left: 0; } }
    header .navbar .nav-extender {
      max-width: 1280px;
      position: absolute;
      width: 100%;
      height: 100%;
      margin: 0 auto;
      left: 0;
      right: 0; }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar .nav {
        position: static;
        padding: 0;
        display: flex;
        -webkit-box-shadow: none;
        box-shadow: none; }
        header .navbar .nav .nav-overflow {
          display: none; } }
    @media only screen and (max-width: 767.98px) {
      header .navbar .nav {
        left: auto;
        width: 200px; } }
    @media only screen and (min-width: 576px) and (max-width: 767.98px) {
      header .navbar .nav {
        /* top should be same as height of .navbar */
        top: 42px; } }
    @media only screen and (max-width: 575.98px) {
      header .navbar .nav {
        /* top should be same as height of .navbar */
        top: 36px; } }
    header .navbar .nav:hover .nav-item .nav-link.active {
      text-decoration: none; }
      header .navbar .nav:hover .nav-item .nav-link.active:hover {
        color: #141414;
        text-decoration: underline; }
    header .navbar .nav:hover .nav-item .dropdown-menu a.active:hover {
      color: #141414;
      text-decoration: underline; }
    header .navbar .nav .nav-item {
      margin-right: 27px; }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar .nav .nav-item {
          margin: 0 30px 0 0; } }
      @media only screen and (max-width: 767.98px) {
        header .navbar .nav .nav-item {
          margin: 0; } }
      @media only screen and (min-width: 993px) {
        header .navbar .nav .nav-item:nth-last-child(2) {
          margin-right: 0; } }
      @media only screen and (max-width: 767.98px) {
        header .navbar .nav .nav-item.nav-item-hili {
          margin-left: 0px; } }
      header .navbar .nav .nav-item.nav-item-hili .nav-link {
        font-weight: 600;
        background: rgba(255, 255, 0, 0.4);
        top: 50%;
        height: 20px;
        line-height: 20px;
        padding: 0 6px;
        transform: translateY(-50%); }
        @media only screen and (max-width: 767.98px) {
          header .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 (max-width: 767.98px) {
        header .navbar .nav .nav-item.nav-dropdown {
          margin: 0; } }
      header .navbar .nav .nav-item .nav-link {
        text-transform: uppercase;
        letter-spacing: 0.18px;
        font: 400 11px "Source Sans Pro", sans-serif;
        line-height: 61px; }
        @media only screen and (min-width: 768px) and (max-width: 992.98px) {
          header .navbar .nav .nav-item .nav-link {
            padding: 0;
            font-size: 12px; } }
        @media only screen and (max-width: 767.98px) {
          header .navbar .nav .nav-item .nav-link {
            line-height: 26px; } }
        header .navbar .nav .nav-item .nav-link.active {
          color: #141414;
          text-decoration: underline; }
        header .navbar .nav .nav-item .nav-link:hover {
          color: #141414;
          text-decoration: underline; }
        @media only screen and (min-width: 768px) and (max-width: 992.98px) {
          header .navbar .nav .nav-item .nav-link {
            padding: 0;
            font-size: 12px; } }
      header .navbar .nav .nav-item .dropdown-menu {
        top: 61px;
        min-width: 240px;
        padding: 5px 0;
        border: none; }
        @media only screen and (max-width: 767.98px) {
          header .navbar .nav .nav-item .dropdown-menu {
            padding: 0;
            width: auto;
            min-width: 0;
            top: 0; } }
        @media only screen and (max-width: 767.98px) {
          header .navbar .nav .nav-item .dropdown-menu li {
            margin: 0; } }
        header .navbar .nav .nav-item .dropdown-menu li a {
          text-transform: uppercase;
          letter-spacing: 0.18px;
          font: 400 11px "Source Sans Pro", sans-serif;
          line-height: 26px; }
          @media only screen and (min-width: 768px) and (max-width: 992.98px) {
            header .navbar .nav .nav-item .dropdown-menu li a {
              font-size: 12px; } }
          @media only screen and (max-width: 767.98px) {
            header .navbar .nav .nav-item .dropdown-menu li a {
              line-height: 26px; } }
        @media only screen and (max-width: 767.98px) {
          header .navbar .nav .nav-item .dropdown-menu a {
            color: #141414; } }
        header .navbar .nav .nav-item .dropdown-menu a.active {
          color: #141414;
          text-decoration: underline; }
        header .navbar .nav .nav-item .dropdown-menu a:hover {
          color: #141414;
          text-decoration: underline; }
      header .navbar .nav .nav-item .dropdown-trigger {
        display: none; }
        @media only screen and (max-width: 767.98px) {
          header .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: 992.98px) {
      header .navbar .nav .nav-overflow {
        display: none; } }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar .ovr {
        display: none;
        left: auto;
        width: 200px;
        top: 60px;
        position: absolute;
        right: 20px;
        background: #fff;
        padding: 15px 20px;
        text-align: left;
        list-style: none; } }
    header .navbar .ovr:hover .nav-item .nav-link.active {
      color: #141414;
      text-decoration: none; }
      header .navbar .ovr:hover .nav-item .nav-link.active:hover {
        color: #141414;
        text-decoration: underline; }
    header .navbar .ovr:hover .nav-item .nav-link:hover {
      color: #141414;
      text-decoration: underline; }
    header .navbar .ovr:hover .nav-item .dropdown-menu a.active:hover {
      color: #141414;
      text-decoration: underline; }
    @media only screen and (min-width: 768px) and (max-width: 992.98px) {
      header .navbar .ovr .nav-item {
        margin: 0;
        position: relative;
        clear: both; } }
    header .navbar .ovr .nav-item.nav-dropdown .nav-link:before, header .navbar .ovr .nav-item.nav-dropdown .nav-link:after {
      content: '';
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      background: #141414;
      transition: linear 0.1s; }
    header .navbar .ovr .nav-item.nav-dropdown .nav-link:before {
      right: 0px;
      width: 7px;
      height: 1px; }
    header .navbar .ovr .nav-item.nav-dropdown .nav-link:after {
      right: 3px;
      width: 1px;
      height: 7px; }
    header .navbar .ovr .nav-item.nav-dropdown .nav-link:hover:before, header .navbar .ovr .nav-item.nav-dropdown .nav-link:hover:after {
      background: #646464; }
    header .navbar .ovr .nav-item.nav-dropdown .nav-link.open:after {
      transform: translateY(-50%) rotate(-90deg); }
    header .navbar .ovr .nav-item .nav-link {
      text-transform: uppercase;
      letter-spacing: 0.18px;
      font: 400 11px "Source Sans Pro", sans-serif;
      line-height: 61px; }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar .ovr .nav-item .nav-link {
          line-height: 36px;
          font-size: 12px;
          padding: 5px 0; } }
    header .navbar .ovr .nav-item .dropdown-menu {
      border: none;
      position: relative;
      padding: 0 10px 0; }
      header .navbar .ovr .nav-item .dropdown-menu.dropdown-menu-show {
        display: block; }
      header .navbar .ovr .nav-item .dropdown-menu li {
        padding-bottom: 10px; }
        header .navbar .ovr .nav-item .dropdown-menu li a {
          text-transform: uppercase;
          letter-spacing: 0.18px;
          font: 400 11px "Source Sans Pro", sans-serif;
          line-height: 26px; }
      header .navbar .ovr .nav-item .dropdown-menu a.active {
        color: #141414;
        text-decoration: underline; }
      header .navbar .ovr .nav-item .dropdown-menu a:hover {
        color: #141414;
        text-decoration: underline; }
    header .navbar .ovr .nav-item .dropdown-trigger {
      display: none; }
      @media only screen and (max-width: 992.98px) {
        header .navbar .ovr .nav-item .dropdown-trigger {
          display: block;
          width: 20px;
          height: 20px;
          position: absolute;
          bottom: 12px;
          right: -7px; } }
    header .navbar .container {
      height: 61px;
      transition: height 0.5s; }
      header .navbar .container .logo-timer {
        height: 100%;
        display: flex; }
        header .navbar .container .logo-timer .countdown {
          margin: 0 18px; }
          header .navbar .container .logo-timer .countdown p {
            font: 400 16px "Source Sans Pro", sans-serif;
            line-height: 61px; }
            @media only screen and (min-width: 576px) and (max-width: 767.98px) {
              header .navbar .container .logo-timer .countdown p {
                line-height: 42px; } }
            @media only screen and (max-width: 575.98px) {
              header .navbar .container .logo-timer .countdown p {
                line-height: 36px; } }
      @media only screen and (min-width: 576px) and (max-width: 767.98px) {
        header .navbar .container {
          height: 42px; } }
      @media only screen and (max-width: 575.98px) {
        header .navbar .container {
          height: 36px; } }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar .container .navlogo-home {
          width: 369px; } }
    header .navbar .navlogo-home {
      position: absolute;
      top: -1px;
      bottom: 0px;
      z-index: auto;
      width: 50%;
      left: 0;
      background: #872928; }
      @media only screen and (min-width: 768px) and (max-width: 992.98px) {
        header .navbar .navlogo-home {
          width: 369px; } }
    header .navbar .navright-home {
      position: absolute;
      top: -1px;
      bottom: 0px;
      z-index: auto;
      width: 50%;
      right: 0;
      background: #fff; }
    header .navbar .navlogo-fna {
      position: absolute;
      top: -1px;
      bottom: 0px;
      z-index: auto;
      width: 100%;
      left: 0;
      right: 0;
      background: #872928; }
    header .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) and (max-width: 992.98px) {
      header .navbar .nav-overflow-btn {
        display: inline-block; } }
    @media only screen and (min-width: 768px) {
      header .navbar .nav-toggle-btn {
        display: none; } }
  header .navbar > .container {
    align-items: unset; }
  header #disc-memo {
    padding: 91px 0 0; }
    @media only screen and (max-width: 767.98px) {
      header #disc-memo {
        padding: 64px 0 0; } }
    @media only screen and (max-width: 575.98px) {
      header #disc-memo {
        padding: 56px 0 0; } }
    header #disc-memo p {
      font-size: 11px;
      line-height: 14px;
      text-align: justify; }
    header #disc-memo a {
      font-weight: 300; }
      header #disc-memo a.hili:hover {
        text-decoration: underline; }

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

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

.header-logo {
  height: 100%; }
  .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: 400 13px/15px "Source Sans Pro", sans-serif;
    letter-spacing: 0.31px; }
    @media only screen and (max-width: 767px) {
      footer * {
        font: 400 13px/15px "Source Sans Pro", sans-serif;
        letter-spacing: 0.31px; } }
    @media only screen and (max-width: 575px) {
      footer * {
        font: 400 11px/13px 'Source Sans Pro', sans-serif;
        letter-spacing: 0.27px; } }
  footer p:last-child {
    margin-bottom: 10px; }

.copy {
  font-weight: 600; }

#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 > 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 > div {
  max-width: 400px;
  background: #fff;
  position: relative;
  margin: 5% auto;
  padding: 30px 40px 50px; }

.modalDialog#tc-modal > div {
  max-width: 600px; }
  .modalDialog#tc-modal > div h3 {
    margin: 20px 0; }
  .modalDialog#tc-modal > 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; }

.owl-carousel .owl-nav {
  position: absolute;
  top: 50%;
  right: -27px;
  left: -27px;
  transform: translateY(-50%);
  z-index: -1;
  height: 38px; }
  .owl-carousel .owl-nav button.owl-next,
  .owl-carousel .owl-nav button.owl-prev {
    position: absolute;
    font-size: 32px;
    line-height: 38px; }
    .owl-carousel .owl-nav button.owl-next i,
    .owl-carousel .owl-nav button.owl-prev i {
      color: #848484; }
  .owl-carousel .owl-nav button.owl-next {
    right: 0; }
  .owl-carousel .owl-nav button.owl-prev {
    left: 0; }

.series-block h2 {
  font: 300 28px/36px "Source Sans Pro", sans-serif; }
.series-block p {
  font: 300 17px/22px "Source Sans Pro", sans-serif;
  letter-spacing: 0; }
.series-block .live {
  border-top: 2px solid #772c29;
  border-right: 2px solid #963934;
  border-bottom: 2px solid #963934;
  border-left: 2px solid #772c29; }

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