body {
  margin: 0;
}

.arial {
  font-family: arial;
}
.hka {
  font-family: houschka-pro, arial;
}
.acumin {
  font-family: acumin-pro, arial;
}
.acuminw {
  font-family: acumin-pro-wide, arial;
}
.fs13 {
  font-size: 13px;
  line-height: 18px;
}
.fs15 {
  font-size: 15px;
  line-height: 18px;
}
.fs16 {
  font-size: 16px;
  line-height: 19px;
}
.fs17 {
  font-size: 17px;
  line-height: 24px;
}
.fs21 {
  font-size: 21px;
  line-height: 25px;
}
.fs23 {
  font-size: 23px;
  line-height: 28px;
}
.fs25 {
  font-size: 25px;
  line-height: 30px;
}
.fs33 {
  font-size: 33px;
  line-height: 40px;
}
.lh23 {
  line-height: 23px;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.c2b {
  color: #2b2b2b;
}
.c4b {
  color: #4b4b4b;
}
.c90 {
  color: #909090;
}
.cff {
  color: #fff;
}
.lsp06 {
  letter-spacing: 0.06em;
}
.lsp15 {
  letter-spacing: 0.15em;
}
.italic {
  font-style: italic;
}
.upper {
  text-transform: uppercase;
}
.ta-center {
  text-align: center;
}
.ta-right {
  text-align: right;
}

a.link {
  color: #ea4c2b;
  text-decoration: underline;
}

a.button {
  display: inline-block;
  color: #fff;
  background-color: #EA4C2B;
  padding: 12px 25px;
  text-decoration: none;
}
a.button:hover,
a.button:focus,
a.button:active,
a.button:visited {
  text-decoration: none;
}

hr {
  border-top: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
}
hr.full {
  margin-left: -800px;
  margin-right: -800px;
  padding-left: 800px;
  padding-right: 800px;
}

.main-container {
  overflow: hidden;
}

.eyetube-back-header {
  background-color: #3e3e3e;
  padding: 18px 0;
  position: relative;
}
.eyetube-back-btn {
  width: 180px;
}

.ppp-header {
  position: relative;
  padding: 35px 0;
  min-height: 130px;
  overflow: hidden;
  background: #fff;
  /*background: linear-gradient(270deg, #ec5728 0%, #f7bca9 25.81%, #fff 51.28%, #fff 100%);*/
  display: flex;
  align-items: center;
}
.ppp-header img.bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: auto;
}
.ppp-header .column {
  float: none;
  display: inline-block;
  vertical-align: middle;
  margin-right: -4px;
}
.ppp-header .column img {
  max-width: 100%;
}

.ad-here {

}

.webinar-videos {
  
}
.webinar-videos .img-frame {
  position: relative;
  display: inline-block;
}
.webinar-videos .img-frame img.play {
  position: absolute;
  top: calc(50% - 39px);
  left: calc(50% - 37px);
  width: 74px;
  height: 74px;
  z-index: 999;
  -webkit-filter: drop-shadow( 1px 3px 3px rgba(0, 0, 0, .25));
  filter: drop-shadow( 1px 3px 3px rgba(0, 0, 0, .25));
}
.webinar-videos .img-frame img.thumb {
  display: block;
  max-width: 100%;
  height: auto;
  z-index: 99;
}

.videos {

}
.videos .video-contain {
  padding-right: 20px;
}
.videos .video-list .video-unit a,
.videos .video-list .video-unit a:hover,
.videos .video-list .video-unit a:focus,
.videos .video-list .video-unit a:active,
.videos .video-list .video-unit a:visited {
  text-decoration: none;
}
.videos .video-list .video-unit a:hover h1 {
  text-decoration: underline;
}
.videos .video-list .video-unit .play-btn,
.videos .video-list .video-unit .video-unit-text {
  display: inline-block;
  vertical-align: top;
  margin-right: -3px;
}
.videos .video-list .video-unit .play-btn {
  width: 39px;
  padding-right: 12px;
}
.videos .video-list .video-unit .video-unit-text {
  width: calc(100% - 44px);
}
.videos .video-list .video-unit#current-vid .play-btn svg g {
  fill: #ea4c2b;
}

.listen-podcast {
  
}
.listen-podcast .podcast-thumb,
.listen-podcast .podcast-info {
  display: inline-block;
  vertical-align: top;
  margin-right: -4px;
}
.listen-podcast .podcast-thumb {
  width: 140px;
  padding-right: 20px;
}
.listen-podcast .podcast-thumb img {
  max-width: 100%;
  height: auto;
}
.listen-podcast .podcast-info {
  width: calc(100% - 150px);
}


.pt2note {
  background-color: #0a3450;
}

.footer-section {
  background-color: #f7f7f7;
}
.footer-section .inner-footer img {
  max-width: 100%;
}

@media all and (max-width: 992px) {
  .tf21 {
    font-size: 21px;
    line-height: 26px;
  }
}
@media all and (max-width: 767px) {
  .mf25 {
    font-size: 25px;
    line-height: 30px;
  }

  .ppp-header img.bg {
    position: absolute;
    top: 0;
    right: -200px;
    height: 100%;
    width: auto;
  }


  .videos .video-contain {
    padding-right: 10px;
  }
}

@media all and (max-width: 400px) {
  .ppp-header img.bg {
    position: absolute;
    top: 0;
    right: -350px;
    height: 100%;
    width: auto;
  }
}

.mt0 { margin-top: 0px; }
.mt3 { margin-top: 3px; }
.mt4 { margin-top: 4px; }
.mt5 { margin-top: 5px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt15 { margin-top: 15px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }
.mt30 { margin-top: 30px; }
.mt35 { margin-top: 35px; }
.mt40 { margin-top: 40px; }
.mt45 { margin-top: 45px; }
.mt50 { margin-top: 50px; }

.mb0 { margin-bottom: 0px; }
.mb3 { margin-bottom: 3px; }
.mb4 { margin-bottom: 4px; }
.mb5 { margin-bottom: 5px; }
.mb8 { margin-bottom: 8px; }
.mb10 { margin-bottom: 10px; }
.mb15 { margin-bottom: 15px; }
.mb20 { margin-bottom: 20px; }
.mb25 { margin-bottom: 25px; }
.mb30 { margin-bottom: 30px; }
.mb35 { margin-bottom: 35px; }
.mb40 { margin-bottom: 40px; }
.mb45 { margin-bottom: 45px; }
.mb50 { margin-bottom: 50px; }

@media (max-width: 767px) {
  .mmt0 { margin-top: 0px; }
  .mmt3 { margin-top: 3px; }
  .mmt4 { margin-top: 4px; }
  .mmt5 { margin-top: 5px; }
  .mmt8 { margin-top: 8px; }
  .mmt10 { margin-top: 10px; }
  .mmt15 { margin-top: 15px; }
  .mmt20 { margin-top: 20px; }
  .mmt25 { margin-top: 25px; }
  .mmt30 { margin-top: 30px; }
  .mmb35 { margin-top: 35px; }
  .mmb40 { margin-top: 40px; }
  .mmb45 { margin-top: 45px; }
  .mmt50 { margin-top: 50px; }

  .mmb0 { margin-bottom: 0px; }
  .mmb3 { margin-bottom: 3px; }
  .mmb4 { margin-bottom: 4px; }
  .mmb5 { margin-bottom: 5px; }
  .mmb8 { margin-bottom: 8px; }
  .mmb10 { margin-bottom: 10px; }
  .mmb15 { margin-bottom: 15px; }
  .mmb20 { margin-bottom: 20px; }
  .mmb25 { margin-bottom: 25px; }
  .mmb30 { margin-bottom: 30px; }
  .mmb35 { margin-bottom: 35px; }
  .mmb40 { margin-bottom: 40px; }
  .mmb45 { margin-bottom: 45px; }
  .mmb50 { margin-bottom: 50px; }
}
