#sns_main {
  padding-left: 0;
  padding-right: 0;
  min-height: calc(100vh - 199px);
  margin-left: auto;
  margin-right: auto;
  max-width: 92%;
  width: 1500px;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-container, .flex {
  display: flex;
}

.col-xs-12 {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
}

@media (min-width: 992px) {
  .col-md-4 {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
    width: 33.33333%;
  }
}
.post-list-wrapper .post-holder .image {
  width: 100%;
  display: block;
  padding-bottom: 60%;
  background-size: cover;
  border: 1px solid #d4d4d4;
  background-position: center;
  margin: 0 0 1.5em;
  background-repeat: no-repeat;
}

body > main ol {
  list-style: none;
}
body > main h1 {
  font-weight: 800;
  color: #353535;
  font-size: 26px;
  line-height: 100%;
  margin: 16px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body > main h1 {
    font-size: 40px;
    margin: 24px 0;
  }
}
body > main h1 span {
  font-weight: 800;
  color: #353535;
  font-size: 26px;
  line-height: 100%;
  margin: 16px 0;
  text-transform: uppercase;
}
@media (min-width: 992px) {
  body > main h1 span {
    font-size: 40px;
    margin: 24px 0;
  }
}
body > main span {
  margin-bottom: 0;
  margin-top: 0;
}
body > main p, body > main span {
  font-weight: 500;
  color: #353535;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
}
body > main .webinar-filters {
  display: flex;
  justify-content: center;
  max-height: 62px;
  transform: scale(0.92);
  position: relative;
  z-index: 2;
  margin: 10px 0 50px;
}
@media (max-width: 991px) {
  body > main .webinar-filters {
    width: 100%;
  }
}
@media (max-width: 768px) {
  body > main .webinar-filters {
    flex-direction: column;
    max-height: none;
  }
}
body > main .webinar-filters .filter, body > main .webinar-filters .searchbar-wrapper {
  width: 280px;
  margin-right: 32px;
  position: relative;
  align-self: flex-start;
  z-index: 2;
  border-radius: 4px;
}
@media (max-width: 991px) {
  body > main .webinar-filters .filter, body > main .webinar-filters .searchbar-wrapper {
    margin-right: 12px;
    width: calc(33.333% - 8px);
  }
}
@media (max-width: 768px) {
  body > main .webinar-filters .filter, body > main .webinar-filters .searchbar-wrapper {
    width: 100%;
    margin-right: 0 !important;
  }
}
body > main .webinar-filters .filter .video-search, body > main .webinar-filters .searchbar-wrapper .video-search {
  width: 100%;
}
body > main .webinar-filters .filter {
  background: #0088CE;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 60px;
  transition: height cubic-bezier(0.71, 0.02, 0.18, 0.95) 0.8s;
  box-shadow: 0 4px 12px rgba(2, 2, 2, 0);
  z-index: 1;
  position: relative;
}
@media (max-width: 768px) {
  body > main .webinar-filters .filter {
    margin-bottom: 12px;
  }
}
body > main .webinar-filters .filter.active {
  height: 450px;
  z-index: 5;
}
body > main .webinar-filters .filter.active .toggle svg {
  transform: rotate(-180deg) translateZ(0);
  -webkit-tap-highlight-color: transparent;
}
body > main .webinar-filters .filter .toggle {
  display: flex;
  cursor: pointer;
  padding: 20px 20px 16px 20px;
}
body > main .webinar-filters .filter .toggle label {
  font-size: 20px;
  color: #FFFFFF;
  font-weight: 700;
  cursor: pointer;
  user-select: none;
}
body > main .webinar-filters .filter .toggle svg {
  margin-left: 12px;
  transition: 0.24s ease;
  transform-origin: center center;
  backface-visibility: hidden;
}
@media (max-width: 768px) {
  body > main .webinar-filters .filter .toggle svg {
    margin-left: auto;
  }
}
body > main .webinar-filters .filter .options {
  display: flex;
  flex-direction: column;
  transition: height cubic-bezier(0.71, 0.02, 0.18, 0.95) 0.8s;
  overflow: hidden;
  height: 0;
  padding: 0 20px 20px 20px;
}
body > main .webinar-filters .filter .options.active {
  height: 400px;
}
body > main .webinar-filters .filter .options div {
  margin-bottom: 12px;
}
body > main .webinar-filters .filter .options div input {
  margin-top: 0;
  top: 0;
  cursor: pointer;
  margin-right: 7px;
  -moz-transform: scale(1.2);
}
body > main .webinar-filters .filter .options div input:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: 99;
  transition: 0.18s;
  box-shadow: inset 0 0 10px 4px rgba(0, 0, 0, 0.07);
}
body > main .webinar-filters .filter .options div input:checked:before {
  background-color: rgba(255, 255, 255, 0);
}
body > main .webinar-filters .filter .options div label {
  user-select: none;
  font-size: 16px;
  font-weight: 500;
  margin-left: 6px;
  transform: translateY(-1px);
  color: #FFFFFF;
  cursor: pointer;
  display: flex;
  align-items: center;
}
body > main .webinar-filters .filter .options div:last-of-type {
  margin-bottom: 0;
}
body > main .webinar-filters .searchbar-wrapper {
  margin-right: 0;
  position: relative;
}
@media (max-width: 768px) {
  body > main .webinar-filters .searchbar-wrapper {
    margin-right: 0;
  }
}
body > main .webinar-filters .searchbar-wrapper input {
  height: 62px;
  padding: 26px 49px 20px 19px;
  font-size: 16px;
  border: 0 solid transparent !important;
  position: relative;
  z-index: 1;
  background: #F0F0F0;
  border-radius: 4px;
}
body > main .webinar-filters .searchbar-wrapper input::placeholder {
  color: rgba(0, 0, 0, 0.48);
}
body > main .webinar-filters .searchbar-wrapper .submit {
  background: transparent;
  border-radius: 100%;
  border: 0 solid transparent;
  position: absolute;
  z-index: 2;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  padding: 0;
}
body > main .webinar-filters .searchbar-wrapper .submit:active, body > main .webinar-filters .searchbar-wrapper .submit:focus {
  box-shadow: 0 0 4px rgba(2, 2, 2, 0);
}
body > main .webinar-filters .searchbar-wrapper .submit svg {
  transform: scale(0.84) translateX(-50%) translateY(-50%);
  position: absolute;
  top: 50%;
  left: 50%;
}
body > main .pagination {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
body > main .pagination a {
  color: #000000;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  padding: 12px 25px;
  background-color: #F0F0F0;
  margin: 10px;
}
body > main .pagination a.active {
  background-color: #0088CE;
  color: #FFFFFF;
}

.post-holder .post-content .youtube-embed {
  position: relative;
  z-index: auto;
  width: 100%;
  padding-bottom: 56.25%;
  margin-top: 24px;
  margin-bottom: 24px;
}
.post-holder .post-content .youtube-embed iframe {
  position: absolute;
  z-index: auto;
  width: 100%;
  height: 100%;
}

.page-title-wrapper {
  margin-bottom: 20px;
}

.post-list {
  padding-left: 0;
  margin-top: 0;
  list-style: none;
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .post-list.grid-collapse {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.post-list .post-holder {
  background-color: #fff;
  border: 0;
  margin-bottom: 40px;
}
@media (min-width: 992px) {
  .post-list .post-holder {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.post-list .post-holder .image {
  margin-bottom: 0;
}
.post-list .post-ftimg-hld img {
  border: 1px solid #dfdfdf;
}
.post-list .post-ftimg-hld a {
  overflow: hidden;
  display: block;
}
.post-list .post-ftimg-hld a:hover .image {
  transform: scale(1.02);
}
.post-list .post-ftimg-hld a .image {
  transition: 0.24s;
}
.post-list .post-ftimg-hld:hover + .post-header .post-title a {
  color: #0088CE;
}
.post-list .post-title {
  font-size: 24px;
  line-height: 1.2;
  margin: 4px 0 0 0;
  padding: 4px 0;
  max-width: 100%;
  font-weight: 800;
  color: #353535;
  transition: 0.24s;
}
@media (max-width: 992px) {
  .post-list .post-title {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  .post-list .post-title {
    font-size: 22px;
  }
}
.post-list .post-title a {
  font-weight: 800;
  text-decoration: none !important;
  color: #353535;
  font-size: inherit;
  line-height: inherit;
  text-transform: none !important;
}
.post-list .post-title a:hover {
  color: #0088CE;
}
.post-list .post-info .item {
  line-height: normal;
}
.post-list .post-info .item.post-categories::after {
  display: none;
}
.post-list .post-info .label,
.post-list .post-info a {
  font-weight: 500;
  text-decoration: none !important;
  color: #b3b3b3;
  font-size: 12px;
  line-height: normal;
  text-transform: uppercase;
}
.post-list .post-info a {
  color: #0088CE;
}
.post-list .post-author {
  display: block !important;
}
.post-list .post-author .posted-by {
  font-weight: 500;
  text-decoration: none !important;
  color: #b3b3b3;
  font-size: 12px;
  line-height: normal;
}
.post-list .post-author a,
.post-list .post-author span {
  color: #b3b3b3;
  font-size: 12px;
  text-transform: none;
}

.block-related-posts > .block-title {
  margin-bottom: 20px !important;
}
.block-related-posts > ol.block-content {
  padding-left: 15px;
}

.toolbar-blog-posts .pages .page {
  text-decoration: none !important;
}
.toolbar-blog-posts .pages .page span {
  color: #0088CE;
}
.toolbar-blog-posts .pages .current .page span {
  color: #353535;
}
.toolbar-blog-posts .pages .action {
  border: 0;
}
.toolbar-blog-posts .pages .action::before, .toolbar-blog-posts .pages .action::after {
  color: #0088CE;
}
.toolbar-blog-posts .pages .action.next {
  margin-left: 0;
}
.toolbar-blog-posts .pages .action.previous {
  margin-right: 0;
}
.toolbar-blog-posts .pages .item {
  font-size: 1.2rem;
  line-height: 3.2rem;
  letter-spacing: normal;
  margin: 0 2px 0 0;
  display: inline-block;
}
.toolbar-blog-posts .pages .item a {
  color: #0088CE;
  font-size: 16px;
}
.toolbar-blog-posts .pages .item a::before, .toolbar-blog-posts .pages .item a::after {
  top: 1px;
  position: relative;
}

@keyframes floatIn {
  from {
    transform: scale(0.9);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.float-in {
  animation: floatIn 0.85s cubic-bezier(0.6, 0.15, 0.26, 0.82);
}

/*# sourceMappingURL=blog-list.css.map */
