@font-face {
  font-family: 'Mabry';
  src: url("../fonts/MabryPro/mabry-regular-pro.eot");
  src: url("../fonts/MabryPro/mabry-regular-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/MabryPro/mabry-regular-pro.woff2") format("woff2"), url("../fonts/MabryPro/mabry-regular-pro.woff") format("woff"), url("../fonts/MabryPro/mabry-regular-pro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Mabry';
  src: url("../fonts/MabryPro/mabry-black-pro.eot");
  src: url("../fonts/MabryPro/mabry-black-pro.eot?#iefix") format("embedded-opentype"), url("../fonts/MabryPro/mabry-black-pro.woff2") format("woff2"), url("../fonts/MabryPro/mabry-black-pro.woff") format("woff"), url("../fonts/MabryPro/mabry-black-pro.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora/LoraRegular.eot");
  src: url("../fonts/Lora/LoraRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/LoraRegular.woff") format("woff"), url("../fonts/Lora/LoraRegular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Lora';
  src: url("../fonts/Lora/LoraBold.eot");
  src: url("../fonts/Lora/LoraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Lora/LoraBold.woff") format("woff"), url("../fonts/Lora/LoraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

.visible-s {
  display: none !important; }

.visible-d {
  display: block !important; }

@media only screen and (max-width: 600px) {
  .visible-s {
    display: block !important; }
  .visible-d {
    display: none !important; } }

* {
  font-family: 'Mabry',Arial,sans-serif;
  color: #000000;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  word-wrap: break-word; }
  @media only screen and (max-width: 600px) {
    * {
      font-size: 16px; } }

body {
  color: black;
  /*background-color: #F7F8FA;*/ }

a {
  color: black;
  text-decoration: underline;
  /*
    border-bottom: 1px solid black;
    box-shadow: inset 0px 0px 0px 0px black;
    -webkit-box-shadow: inset 0px 0px 0px 0px black;
    -moz-box-shadow: inset 0px -0px 0px 0px black;
    */ }
  a:hover {
    color: black; }

h1 {
  font-family: 'Mabry',Arial,sans-serif;
  font-weight: normal;
  font-size: 100px;
  word-wrap: break-word;
  color: black !important; }
  @media only screen and (max-width: 1000px) {
    h1 {
      line-height: 100% !important;
      font-size: 70px; } }
  @media only screen and (max-width: 600px) {
    h1 {
      line-height: 100% !important;
      font-size: 40px; } }

@media only screen and (max-width: 600px) {
  h2 {
    text-transform: uppercase !important; } }

h2 {
  font-weight: bold;
  font-size: 40px;
  text-transform: none;
  word-wrap: break-word; }
  h2 .subtitle {
    font-family: 'PT Serif', serif;
    font-weight: normal;
    font-size: 30px; }
    @media only screen and (max-width: 600px) {
      h2 .subtitle {
        font-size: 20px;
        line-height: 110% !important; } }
  @media only screen and (max-width: 600px) {
    h2 {
      font-size: 20px;
      line-height: 110% !important; } }

h3 {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    h3 {
      font-size: 30px; } }

h4 {
  font-size: 28px; }
  @media only screen and (max-width: 600px) {
    h4 {
      font-size: 18px; } }
  @media only screen and (max-width: 1000px) {
    h4 {
      font-size: 21px; } }

h5 {
  font-weight: bold;
  font-size: 15px;
  line-height: 19px;
  /*letter-spacing: 1px;*/
  word-wrap: break-word; }

.cols.cols-2 div {
  padding: 20px 0; }

.cols.cols-2 > div:nth-child(1) {
  border-right: 1px solid black;
  padding-right: 40px; }
  @media only screen and (max-width: 600px) {
    .cols.cols-2 > div:nth-child(1) {
      padding-right: 0px;
      border: none; } }

.cols.cols-2 > div:nth-child(2) {
  padding-left: 40px; }
  @media only screen and (max-width: 600px) {
    .cols.cols-2 > div:nth-child(2) {
      padding-left: 0px;
      border: none; } }

.uppercase {
  text-transform: uppercase; }

.bg-dark {
  background-color: black !important;
  color: white; }
  .bg-dark * {
    color: white !important; }
  .bg-dark a {
    color: white !important;
    text-decoration: underline !important; }
  .bg-dark a:hover {
    color: white !important;
    text-decoration: none !important; }
  .bg-dark .btn {
    color: white;
    border-color: white; }
    .bg-dark .btn:hover {
      color: black !important;
      background: white;
      border-color: white; }
  @media only screen and (max-width: 600px) {
    .bg-dark h2 {
      text-transform: uppercase; } }
  .bg-dark h3 {
    font-weight: bold !important; }

.btn {
  color: black;
  border-color: black !important;
  border-width: 2px;
  padding: 15px 50px;
  text-transform: uppercase;
  font-size: 16px; }
  .btn.podcast {
    padding: 5px 35px;
    font-size: 14px;
    margin-right: 10px !important;
    text-transform: none !important; }
  .btn:hover, .btn.btn-solid {
    color: white !important;
    background: black !important;
    border-color: black; }

.bg-white {
  background-color: white; }

.bg-grey {
  background-color: #f2f2f2; }

.text-center {
  margin: 0 auto; }
  @media only screen and (max-width: 600px) {
    .text-center {
      text-align: left !important; } }
  .text-center * {
    text-align: center !important; }

p {
  font-size: 18px; }
  @media only screen and (max-width: 600px) {
    p {
      font-size: 16px;
      line-height: 130%; } }

.tags {
  margin-bottom: 20px; }

.badge {
  line-height: 27px;
  height: 30px;
  min-width: 30px;
  padding: 0 20px;
  font-size: 16px;
  font-weight: normal;
  margin-right: 7px; }
  .badge img {
    height: 30px;
    padding: 6px; }
  .badge.tag-1 {
    background: #83c2fc;
    color: #000000; }
  .badge.tag-2 {
    background: #8adbdb;
    color: #000000; }
  .badge.tag-3 {
    background: #ffabb8;
    color: #000000; }
  .badge.tag-4 {
    background: #ffc457;
    color: #000000; }
  .badge.tag-5 {
    background: #c4adff;
    color: #000000; }
  .badge.green {
    background: #c6f048;
    padding: 0; }
  .badge.yellow {
    background: #ffe100;
    padding: 0; }

.section {
  padding: 60px 0; }
  @media only screen and (max-width: 600px) {
    .section {
      padding: 40px 30px; } }
  .section.intro {
    padding: 20px 0;
    height: 180vw; }
    @media only screen and (max-width: 600px) {
      .section.intro {
        height: 210vw !important; } }
    .section.intro h4 {
      max-width: 680px; }

.lead {
  font-size: 24px; }
  @media only screen and (max-width: 600px) {
    .lead {
      font-size: 18px; } }

.container .text {
  max-width: 760px;
  margin: 0 auto; }

.sponsor {
  margin: 40px auto;
  padding: 40px;
  max-width: 960px;
  color: #0a0a0a; }
  .sponsor * {
    font-size: 15px;
    font-family: 'Lora',Arial,sans-serif;
    line-height: 1.6;
    font-weight: normal; }
  .sponsor .logo {
    margin: 40px 0 20px 0;
    display: block; }

.tabs {
  border-top: 1px solid white;
  padding-top: 30px;
  text-align: center; }
  @media only screen and (max-width: 1200px) {
    .tabs {
      text-align: left; } }
  @media only screen and (max-width: 460px) {
    .tabs {
      max-width: 300px;
      margin: 0 auto; }
      .tabs a {
        width: 100%;
        text-align: center; } }
  .tabs a {
    border-radius: 30px;
    padding: 10px 27px;
    text-decoration: none !important;
    display: inline-block;
    border: 1px solid white;
    margin: 5px 10px 5px 0;
    line-height: 20px;
    transition: all .3s; }
    .tabs a:hover {
      background-color: white;
      border-color: white;
      color: black !important;
      transition: all .3s; }

.content {
  margin: 0 auto; }
  .content.t1, .content.t2 {
    max-width: 960px; }
  .content.t1.solid {
    max-width: 1160px;
    margin: 0 auto;
    padding: 80px;
    border-radius: 10px; }
    @media only screen and (max-width: 600px) {
      .content.t1.solid {
        padding: 20px; } }
    .content.t1.solid .txt {
      padding: 0; }
    @media only screen and (max-width: 600px) {
      .content.t1.solid h3 {
        text-align: center; } }
  .content h3 {
    /*margin-bottom:0px;*/ }
  .content .expert {
    margin: 20px 0;
    display: table;
    border-bottom: 1px solid black;
    margin-bottom: 20px; }
    .content .expert .img-wrapper {
      display: table-cell;
      margin-bottom: 0;
      padding: 0; }
      .content .expert .img-wrapper .photo {
        display: block;
        width: 55px;
        height: 55px;
        background-size: cover;
        border-radius: 100px; }
    .content .expert .title {
      display: table-cell;
      padding-bottom: 30px;
      padding-left: 20px;
      vertical-align: top; }
      .content .expert .title h5 {
        margin-bottom: 0px;
        margin-top: 5px;
        font-size: 18px; }
      .content .expert .title .subtitle {
        font-size: 16px;
        opacity: 1; }
  .content .subheader {
    opacity: .45; }
  .content .cnt {
    margin-bottom: 40px; }
  .content.t1 .txt {
    margin-top: 20px;
    margin-bottom: 40px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 620px; }
  .content.t2 {
    margin-bottom: 60px; }
    .content.t2 .txt {
      padding-left: 40px; }
      @media only screen and (max-width: 600px) {
        .content.t2 .txt {
          padding-left: 0px; } }
  .content .img-wrapper {
    margin-bottom: 40px;
    display: block; }
    .content .img-wrapper .img {
      max-width: 100%; }
  .content .video-wrapper {
    max-width: 100%;
    margin-bottom: 40px; }
  .content .btn-wrapper {
    text-align: left; }
  .content .btn {
    display: inline-block;
    margin: 0px auto;
    background-color: transparent;
    border-radius: 100px;
    text-decoration: none !important; }

@media only screen and (max-width: 600px) {
  .artwork {
    padding-top: 100px;
    height: 200vw !important; }
    .artwork img {
      transform: none; } }
