#Webinar,
.nxtSub,
.nxtSub::after {
  position: relative;
}
.pastCategory,
.pvMore {
  text-transform: uppercase;
}
.nxtDoc,
.pvMore a::after {
  top: 50%;
  transform: translateY(-50%);
}
#Webinar {
  max-width: 1200px;
  min-width: 300px;
  margin: 0 auto;
  padding: 0;
}
.nxtWebinar {
  float: right;
  margin: 0 0 40px 50px;
  background: #efefef;
  padding: 20px;
  max-width: 300px;
  border-radius: 5px;
}
.nxtHead,
.nxtImg {
  padding-bottom: 10px;
}
.nxtHead {
  font: 500 26px/30px Albra, Helvetica, Arial, sans-serif;
}
.nxtImg img {
  width: 260px;
  height: auto;
}
.nxtSub {
  font: 600 18px/20px Avenir, Helvetica, Arial, sans-serif;
  background: #e1e1e1;
  padding: 10px 80px 10px 10px;
}
.nxtSub a,
.textMain .upWebinar h3 a {
  color: #000;
  text-decoration: none;
}
.textMain .upWebinar h3 a:hover {
  color: #00853f;
}
.nxtSub span {
  display: block;
  font: 400 14px/20px Avenir, Helvetica, Arial, sans-serif;
}
.nxtSub::after {
  content: "";
  width: 100%;
  height: 1px;
  display: block;
  float: none;
  clear: both;
}
.nxtDoc {
  width: 80px;
  height: 80px;
  border-radius: 100%;
  overflow: hidden;
  position: absolute;
  z-index: 1;
  right: -10px;
}
.pastInput input,
.pastVideo > .videoWebinarModal,
.pastWebinar,
.textMain .pvMore a {
  position: relative;
}
.nxtPost {
  font: italic 400 14px/20px Avenir, Helvetica, Arial, sans-serif;
  padding-top: 10px;
}
.nxtButton {
  padding-top: 10px;
  font: 600 16px/24px Avenir, Helvetica, Arial, sans-serif;
}
.textMain .nxtButton a {
  display: inline-block;
  vertical-align: top;
  padding: 10px 20px;
  border-radius: 50px;
  background: #00853f;
  color: #fff;
  text-decoration: none;
}
.textMain .nxtButton a:hover {
  background: #e7e9eb;
  color: #00853f;
  text-decoration: none;
}
.pastWebinar {
  margin: 0;
  background: #efefef;
  padding: 10px;
  border-radius: 5px;
}
.webinar-fade {
  left: 0;
  top: 0;
  background: #000;
  width: 100%;
  height: 100%;
  z-index: 9997;
  opacity: 0.5;
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  position: absolute;
  display: none;
}
.webinar-loader {
  width: 50px;
  padding: 8px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: #f6f2c2;
  --_m: conic-gradient(#0000 10%, #000), linear-gradient(#000 0 0) content-box;
  -webkit-mask: var(--_m);
  mask: var(--_m);
  -webkit-mask-composite: source-out;
  mask-composite: subtract;
  animation: 1s linear infinite l3;
  margin: 0 auto;
  position: absolute;
  left: 48%;
  top: 48%;
}
@keyframes l3 {
  to {
    transform: rotate(1turn);
  }
}
.pastMain {
  margin: 0;
  background: #e1e1e1;
  padding: 20px;
  border-radius: 5px;
}
.pastHead {
  font: 500 26px/30px Albra, Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}
.pastCategory,
.pvidHead {
  font: 600 18px/20px Avenir, Helvetica, Arial, sans-serif;
}
.pastFilter {
  width: 35%;
}
.pastTitle {
  padding: 0 20px 10px 0;
}
.pastInput label,
.pastTitle a,
.pastTitle span {
  display: inline-block;
  vertical-align: middle;
}
.pastTitle span {
  width: calc(100% - 95px);
}
.pastTitle a {
  font: 300 12px/30px Avenir, Helvetica, Arial, sans-serif;
  width: 90px;
  text-align: center;
}
.textMain .pastInput ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  column-count: 2;
}
.textMain .pastInput li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  min-width: 200px;
  font: 300 14px/20px Avenir, Helvetica, Arial, sans-serif;
  padding: 5px;
  background: 0 0;
}
.pastClear select,
.pastInput input,
.textMain .pastCategory a {
  vertical-align: middle;
  display: inline-block;
}
.pastClear select,
.textMain .pastCategory a,
.textMain .pastWrap > li {
  font: 400 16px/20px Avenir, Helvetica, Arial, sans-serif;
}
.pastInput input {
  margin-right: 10px;
  background: 0 0;
  border: 1px solid #333;
  appearance: none;
  width: 20px;
  height: 20px;
  transition: 0.2s;
}
.pastInput input:hover {
  border: 2px solid #00853f;
  transition: 0.2s;
}
.pastInput input:checked {
  background: #00853f;
}
.pastInput input:checked::before {
  content: "\e813";
  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 1;
  transform: translate(-50%, -50%);
  font-family: fontello;
  color: #fff;
}
.pastClear select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: url(/images/select-ico.png) calc(100% - 20px) center no-repeat
    #fff;
  padding: 10px;
  width: 180px;
  border: 2px solid #e2e2e2;
  margin: 0 5px 0 0;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
}
.textMain .pastWrap {
  font-size: 0;
}
.textMain .pastWrap > li {
  margin: 0;
  padding: 20px 0;
  background: 0 0;
}
.textMain .pastWrap li:first-child,
.textMain .upWebinar li:first-child {
  padding-top: 0;
}
.textMain .pastWrap li:not(:last-child) {
  border-bottom: 2px solid #efefef;
}
.pastDiv,
.pastVideo {
  display: inline-block;
  vertical-align: top;
}
.pastVideo {
  width: 200px;
}
.pastVideo > .videoWebinarModal::before {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  content: "";
  background: url(/images/vplay-ico.png) center center no-repeat;
  width: 50px;
  height: 35px;
  transform: translate(-50%, -50%);
}
.pastVideo img {
  width: 180px;
  height: auto;
}
.pastDiv {
  width: calc(100% - 250px);
}
.pastCategory {
  padding-bottom: 10px;
}
.textMain .pastCategory a {
  color: #00853f;
  text-decoration: none;
  position: relative;
}
.pastCategory span {
  display: block;
  text-transform: none;
  font: 400 18px/20px Avenir, Helvetica, Arial, sans-serif;
}
.pvidHead {
  padding-bottom: 2px;
}
.textMain .pastDiv a,
.textMain .pvDesc a,
.textMain .pvidHead a,
.textMain .vidTitle a {
  text-decoration: none;
  color: #000;
}
.textMain .pastDiv a {
  font-weight: 600;
}
.textMain .pvidHead a:hover {
  color: #00853f;
}
.pastClear {
  font: 400 14px/20px Avenir, Helvetica, Arial, sans-serif;
  padding-bottom: 20px;
}
.pvMore,
.textMain .impNote {
  font: 400 16px/20px Avenir, Helvetica, Arial, sans-serif;
}
.textMain .pvMore a {
  color: #00853f;
  display: inline-block;
  text-decoration: none;
}
.pvMore a::after {
  position: absolute;
  content: "\f105";
  font-family: fontello;
  right: -20px;
}
.vidTitle {
  padding: 10px 10px 5px 5px;
  display: block;
  font: 300 14px/20px Avenir, Helvetica, Arial, sans-serif;
}
.textMain .impNote img {
  margin-right: 5px;
}
.upWebinar {
  padding: 10px 0;
}
.textMain .upWebinar ul {
  margin: 0;
  padding: 0;
}
.textMain .upWebinar li {
  margin: 0;
  padding: 20px 0;
  background: 0 0;
  border-bottom: 1px dotted #ccc;
  position: relative;
}
.textMain .upWebinar li::after {
  position: relative;
  content: "";
  z-index: 1;
  left: 0;
  bottom: 0;
  display: block;
  clear: both;
  float: none;
}
.textMain .upWebinar h3 {
  font: 600 24px/30px Avenir, Helvetica, Arial, sans-serif;
}
.upWebImg {
  float: right;
  margin: 0 0 10px 15px;
}
.upWebImg img {
  width: 200px;
  height: auto;
}
.textMain .pastPage {
  margin: 0;
  padding: 0;
  text-align: center;
}
.textMain .pastPage li {
  border-radius: 50%;
  font: 500 14px/20px Avenir, Helvetica, Arial, sans-serif;
  display: inline-block;
  vertical-align: top;
  margin: 0 2px;
  padding: 0;
  background: 0 0;
}
.textMain .pastPage li a {
  width: 100%;
  height: 100%;
  display: block;
  border: 1px solid #666;
  text-decoration: none;
  padding: 5px 10px;
  color: #666;
}
.textMain .pastPage li a.nolink,
.textMain .pastPage li a:hover {
  background: #00853f;
  color: #fff;
}
.textMain .noWebinars {
  text-align: center;
  color: red;
}
.textMain .noWebinars li {
  font-weight: 700;
}
.videoContent {
  float: left;
  width: calc(100% - 400px);
  padding: 0px 20px 0px 0px;
}
.videoContent .videoBorder {
  margin: 0px;
  width: 100%;
}
.videoContent .videoBorder iframe {
  border-radius: 10px;
  border: 2px solid #000;
}
.sidResources {
  float: right;
  margin: 0 0 40px 0px;
  padding: 0px 20px 20px 20px;
  max-width: 400px;
  border-radius: 5px;
}
.relHead {
  font: 600 24px/30px Avenir, Helvetica, Arial, sans-serif;
  border-bottom: 2px solid #444;
  padding-bottom: 10px;
}
.host {
  padding: 10px 0px 0px 0px;
  font: 500 20px/30px Avenir, Helvetica, Arial, sans-serif;
}
.hostName {
  font: 500 24px/30px Avenir, Helvetica, Arial, sans-serif;
}
.hostName span {
  display: block;
  font: 400 18px/22px Avenir, Helvetica, Arial, sans-serif;
}
.hostName a,
.moreHead a,
.resList ul li a {
  color: #000;
  text-decoration: none;
}
.hostBlock {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 10px 0px 10px 0px;
}
.hostImg {
  flex-shrink: 0;
  max-width: 120px;
  margin: 10px 15px 0px 0px;
}
.moreResources {
  padding: 20px 0px 0px 0px;
}
.moreHead {
  padding-bottom: 0px;
  font: 600 20px/26px Avenir, Helvetica, Arial, sans-serif;
}
.textMain .resList ul {
  padding: 0px 0px 10px 0px;
}
.resList ul li {
  padding: 15px 0px 0px 25px;
  display: grid;
  font: 500 18px/24px Avenir, Helvetica, Arial, sans-serif;
  position: relative;
  background: url(/images/bullet-b.png) 0px 24px no-repeat;
}
.webPdf {
  background: none !important;
  padding: 5px 0px 0px 50px !important;
}
.webPdf::before {
  position: relative;
  background: url(/images/icon-pdf.png) no-repeat 0px 0px !important;
  width: 18px;
  height: 20px;
  left: -40px;
  content: "";
  top: 22px;
}
.webAudio {
  background: url(/images/webinar-audio-ico.jpg) no-repeat 0px 14px !important;
  padding-left: 40px !important;
}
.webVideo {
  background: url(/images/webinar-video-ico.jpg) no-repeat 0px 14px !important;
  padding-left: 40px !important;
}
.webPub {
  background: url(/images/webinar-pub-ico.jpg) no-repeat 0px 14px !important;
  padding-left: 40px !important;
}
.textMain .button a {
  color: #fff;
}
@media screen and (max-width: 1000px) {
  .textMain .pastInput ul {
    column-count: 1;
  }
  .textMain .pastInput li {
    display: block;
  }
  .pastDiv {
    width: calc(100% - 205px);
  }
  .videoContent {
    float: none;
    width: auto;
  }
  .videoContent .videoBorder {
    margin: 0px auto;
  }
  .sidResources {
    float: none;
    margin: 0px auto;
  }
}
@media screen and (max-width: 900px) {
  .pastFilter {
    width: 250px;
  }
}
@media screen and (max-width: 820px) {
  .pastMain .table-cell {
    display: block;
  }
  .pastFilter {
    width: auto;
    padding-bottom: 20px;
  }
  .textMain .pastInput ul {
    column-count: 2;
  }
  .textMain .pastInput li {
    display: block;
    width: auto;
    min-width: inherit;
  }
}
@media screen and (max-width: 780px) {
  .nxtWebinar {
    float: none;
    margin: 20px auto;
  }
}
@media screen and (max-width: 600px) {
  .pastDiv,
  .pastVideo {
    display: block;
    width: auto;
  }
  .pastDiv {
    padding-bottom: 20px;
  }
  .upWebImg {
    float: none;
    margin: 10px auto;
  }
  .pastTitle {
    padding: 0 0 10px;
  }
}
span.pipe {
  display: inline;
}
.nxtSub span a {
  color: #00853f !important;
  text-decoration: none !important;
  text-underline-offset: inherit !important;
}
