.resource-events {
  padding: 20px 0 0;
}

.resource-events .col-three .inner-content {
  position: relative
}

.resource-events .col-three .inner-content .top-bar {
  height: 7px
}

.resource-events .inner-box h6 {
  font-weight: 700
}

.resource-events .filter-wrap {
  width: 100%;
  /* min-height: 55px; */
}

.resource-events .filter-wrap ul {
  float: right;
  padding: 0 5px
}

.resource-events .filter-wrap:after {
  content: "";
  clear: both;
  display: block
}

.resource-events .filter-wrap li {
  display: inline-block;
  vertical-align: middle
}

.resource-events .search {
  display: none;
  float: left;
  /* max-width: calc(100% - 360px); */
  width: 100%;
  padding: 3px 5px 13px
}

.resource-events .filter-wrap p,
.resource-events .filter-wrap span {
  display: inline;
  font-weight: 400;
  line-height: 1.5;
  color: #333
}

.resource-events .filter-wrap span.box {
  display: inline-block;
  background: #fff;
  padding: 10px 40px 10px 16px;
  position: relative;
  margin: 0 5px 8px 0;
  border: 1px solid #ccc
}

.resource-events .filter-wrap span.box:last-child {
  margin-right: 15px
}

.resource-events .filter-wrap span.box span {
  text-transform: capitalize
}

.resource-events .filter-wrap span.box .remove {
  position: absolute;
  top: 0;
  height: 100%;
  left: 0;
  right: 0;
  text-align: right;
  cursor: pointer
}

.resource-events .filter-wrap span.box .remove img {
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%)
}

.resource-events .filter-wrap .post .clear {
  margin: 0;
  display: inline-block
}

.resource-events .filter-wrap .clear {
  margin: 0 0 0 15px;
  cursor: pointer;
  font-weight: 700;
  color: #4287d6;
  font-size: 18px
}

.resource-events .filter-wrap .clear:after {
  display: none
}

.resource-events .filter-wrap .post {
  display: none;
  float: left;
  width: 100%;
  padding: 0 5px;
  text-align: left;
}

.resource-events .filter-wrap .inner p {
  margin-right: 21px
}

.resource-events .filter-wrap li:first-child p {
  font-weight: 400
}

.resource-events .filter-wrap li.down-arrrow {
  position: relative;
  padding: 0 13px 0 6px;
  margin-right: 57px;
  cursor: pointer;
  width: 133px
}

.resource-events .filter-wrap .sort-submenu p {
  color: #fff;
  position: relative
}

.resource-events .filter-wrap .sort-submenu {
  width: 145px;
  left: 1px;
  position: absolute;
  display: none;
  padding: 0;
  z-index: 99;
  background: -webkit-gradient(linear, left top, left bottom, from(#333), to(#201a19));
  background: linear-gradient(180deg, #333 0, #201a19);
  box-shadow: -5px 6px 10px 0 rgba(25, 24, 24, .6)
}

.resource-events .filter-wrap .sort-submenu p:after {
  content: "";
  background: #fff;
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  transform: scaleX(0);
  transition: transform .1s;
}

.resource-events .filter-wrap .sort-submenu li {
  padding: 5px 10px;
  display: block
}

.resource-events .filter-wrap .sort-submenu li.asc {
  display: none
}

.resource-events .filter-wrap .sort-submenu.desc-active li.asc {
  display: block
}

.resource-events .filter-wrap .sort-submenu.desc-active li.desc {
  display: none
}

.resource-events .filter-wrap .sort-submenu.asc-active li.desc {
  display: block
}

.resource-events .filter-wrap .sort-submenu p {
  transition: all .3s ease
}

.resource-events .filter-wrap .sort-submenu li:hover {
  background: rgba(0, 0, 0, .3)
}

.resource-events .filter-wrap .sort-submenu li:hover p:after {
  transform: scaleX(1);
  transition-duration: .3s
}

.resource-events .filter-wrap li.down-arrrow:after {
  content: "";
  position: absolute;
  right: -2px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 6px;
  background: url(../../images/resources/blue-arrow.png) no-repeat center center
}

.resource-events .filter-wrap li.down-arrrow p {
  font-weight: 700;
  font-size: 18px
}

.resource-events .filter-wrap li.list-view {
  margin-right: 5px
}

.resource-events .filter-wrap li.grid-view,
.resource-events .filter-wrap li.list-view {
  cursor: pointer;
  background: #ccc;
  transition: all .3s ease;
}

.resource-events .filter-wrap li.grid-view.active,
.resource-events .filter-wrap li.list-view.active {
  background: #4287d6
}

.resource-events .load-more-wrap {
  float: left;
  width: 100%;
  text-align: center;
  padding-top: 17px
}

.resource-events .col-three-outer.list-wrapper .col-three {
  width: 100%;
  margin-bottom: 9px
}

.resource-events .col-three-outer.list-wrapper .event-info {
  width: 86px;
  text-align: center
}

.resource-events .col-three-outer.list-wrapper .inner-box {
  width: 100%;
  margin: 0 0 8px;
  padding: 0 0 0 20px;
  max-width: calc(100% - 300px);
  overflow: visible
}

.resource-events .col-three-outer.list-wrapper .inner-box .hover-off p {
  max-height: 48px;
  -webkit-line-clamp: 2;
  -moz-line-clamp: 2;
  -ms-line-clamp: 2;
  -o-line-clamp: 2;
  line-clamp: 2
}

.resource-events .col-three-outer.list-wrapper .inner-box .hover-off p,
.resource-events .col-three-outer.list-wrapper .inner-box .hover-state p {
  text-overflow: ellipsis;
  display: -webkit-box;
  overflow: hidden;
  line-height: 24px;
  box-orient: vertical
}

.resource-events .col-three-outer.list-wrapper .inner-box .hover-state p {
  max-height: 73px;
  -webkit-line-clamp: 3;
  -moz-line-clamp: 3;
  -ms-line-clamp: 3;
  -o-line-clamp: 3;
  line-clamp: 3
}

.resource-events .col-three-outer.list-wrapper .inner-box h6 {
  padding: 0
}

.resource-events .col-three-outer.list-wrapper .inner-box h6:after {
  display: none
}

.resource-events .col-three-outer.list-wrapper .col-three .blue-link {
  position: absolute;
  top: 13px;
  right: -190px
}

.resource-events .col-three-outer.list-wrapper .col-three .inner-content {
  overflow: hidden;
  padding: 24px 39px 16px
}

.resource-events .col-three-outer.list-wrapper .col-three .inner-content .top-bar {
  display: none
}


.connect-online .generic-events.resource-events {
  background: #fff;
  background-color: #fff
}

@media (min-width:1025px) {
  .resource-events {
    /* padding: 35px 0 0; */
    padding: 10px 0 0;
  }
}

@media (max-width:767px) {

  .resource-events .filter-wrap {
    padding: 0
  }

  .resource-events .filter-wrap .inner p {
    margin-right: 10px;
    padding-bottom: 5px;
    display: inline-block;
  }

  .resource-events .filter-wrap span.box:last-child {
    margin-right: 10px
  }

  .resource-events .filter-wrap span.box {
    padding: 5px 30px 5px 10px
  }

  .resource-events .filter-wrap .clear {
    font-size: 14px
  }

  .resource-events .filter-wrap span.box .remove img {
    width: 14px;
    height: 14px;
    right: 7px;
  }

  .resource-events .col-three-outer.list-wrapper .inner-box {
    width: 100%;
    padding: 0;
    max-width: 100%;
    overflow: hidden;
    margin: 10px 0 8px
  }

  .resource-events .col-three-outer.list-wrapper .event-info {
    width: auto
  }

  .resource-events .col-three-outer.list-wrapper .blue-link {
    position: relative !important;
    top: auto !important;
    right: auto !important
  }

  .resource-events .search {
    max-width: 100%;
    padding: 0
  }

  .resource-events .filter-wrap .post {
    padding: 0
  }

  .resource-events .filter-wrap li.down-arrrow p,
  .resource-events .filter-wrap span.box span {
    font-size: 14px
  }
}

@media (max-width:480px) {
  .resource-events .filter-wrap ul {
    width: 100%
  }

  .resource-events .col-three-outer.list-wrapper .col-three .inner-content {
    padding: 20px 20px 16px
  }

  .resource-events .filter-wrap li.down-arrrow {
    margin-right: 0;
    width: calc(100% - 65px)
  }

  .resource-events .filter-wrap li.grid-view,
  .resource-events .filter-wrap li.list-view {
    margin-top: 5px
  }
}

.resources-card-filter .resources-tabs {
  display: flex
}

.resources-card-filter .resources-tabs.slick-slider {
  display: block
}

.resource-events.resource-sorting-section .filter-wrap li.down-arrrow {
  margin-right: 25px;
  width: auto
}

.resource-filter.resources-card-filter .container .content-wrapper .icon {
  width: auto;
  height: 50px
}

.resource-filter.resources-card-filter .container .content-wrapper p {
  color: #666;
  text-transform: capitalize
}

.resource-filter.resources-card-filter {
  background: #ebebeb
}

.resource-filter.resources-card-filter .container .content-wrapper li .menu-tab-cont {
  border-radius: 0 20px 0 20px
}

.resource-filter.resources-card-filter .container .content-wrapper li:hover .menu-tab-cont {
  background: #dbdbdb
}

.resource-filter.resources-card-filter .container .content-wrapper li#all-contents .menu-tab-cont:after {
  content: "";
  height: 100%;
  width: 2px;
  background: #c5c5c5;
  position: absolute;
  right: -1px;
  top: 0
}

.resource-filter.resources-card-filter .container .content-wrapper li:hover p {
  color: #666
}

.resource-filter.resources-card-filter .container .content-wrapper li.active-card .menu-tab-cont {
  background: #cedeee
}

.resource-filter.resources-card-filter .container .content-wrapper li.active-card p {
  color: #1274e0
}

.resource-filter.resources-card-filter .container .content-wrapper li svg {
  fill: #666
}

.resource-filter.resources-card-filter .container .content-wrapper li.active-card svg {
  fill: #1274e0
}

.resource-events .col-three .inner-content {
  min-height: 421px
}

.resource-events .col-three .inner-content .top-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 42px
}

.resource-events .col-three .inner-content .top-bar .head-bar-title {
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  margin: auto auto auto 0
}

.resource-events .col-three .inner-content .top-bar .head-bar {
  padding-left: 35px;
  padding-right: 35px;
  display: flex;
  height: 100%
}

.resource-events .col-three .inner-content .top-bar .head-bar-icon {
  width: 38px;
  height: 38px;
  margin: auto 0 auto auto
}

.resource-events .col-three .inner-content .top-bar .head-bar-icon svg.head-bar-img path {
  fill: #fff
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content .top-bar {
  display: block;
  height: 100%;
  width: 160px
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content {
  padding-left: 160px;
  min-height: 203px;
  padding-right: 20px
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content .top-bar .head-bar {
  flex-direction: column-reverse;
  justify-content: center
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content .top-bar .head-bar>div {
  float: none !important;
  margin: 0;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 14px;
  line-height: 1.2
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content .top-bar .head-bar>div.head-bar-icon {
  height: 65px;
  top: -15px;
  position: relative
}

.col-three-outer.list-wrapper .resource-card-wrap .resources-card .inner-content .top-bar .head-bar>div.head-bar-icon svg {
  width: 100%
}

.resource-card-wrap {
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 30px
}

.resource-card-wrap .resources-card.col-three {
  overflow: unset;
  float: none
}

.resource-card-wrap .resources-card .inner-box .hover-off-card p {
  margin-bottom: 10px
}

.resource-card-wrap .resources-card .inner-box .hover-off-card p+p,
.resource-card-wrap .resources-card .inner-box .hover-off-card p+ul,
.resource-card-wrap .resources-card .inner-box .hover-off-card ul+p {
  display: none
}

.resources-card .bg-blue {
  background: #5c8bdd
}

.resources-card .bg-cyan {
  background: #38c0cc
}

.resources-card .bg-yellow {
  background: #fc9c27
}

.resources-card .bg-violet {
  background: #cf5dab
}

.resources-card .bg-cerulean {
  background: #4287d6
}

.resources-card .bg-purple {
  background: #b36cdb
}

.resources-card .bg-pink {
  background: #eb4e75
}

.resources-card .bg-orange {
  background: #f4774c
}

.resources-card .inner-box {
  margin: 0;
  float: none
}

.resources-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  left: 0;
  bottom: 0
}

.resources-card .inner-box .event-info-date .date {
  min-height: 16px;
  display: inline-block
}

.col-three-outer.list-wrapper .resources-card .inner-box {
  max-width: 100%;
  margin: 0;
  display: flex;
  align-items: center
}

.resources-card .inner-content {
  box-shadow: 2px 2px 7px 0 #c7c7c7
}

.resources-card .inner-box h6 {
  margin: 32px 0 0;
  padding: 0 0 16px;
  min-height: 55px;
  max-height: 55px;
  overflow: hidden
}

.resources-card .inner-box h6:after {
  display: none
}

.col-three-outer.list-wrapper .resources-card .inner-box h6 {
  min-height: 28px;
  margin-top: 0;
  padding-bottom: 16px
}

.resources-card .inner-box p {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  min-height: 126px;
  padding-bottom: 10px;
  max-height: 126px;
  overflow: hidden
}

.col-three-outer.list-wrapper .resources-card .inner-box p {
  min-height: 63px
}

.customer-card.resources-card .inner-box .button-box,
.whitepapers-card.resources-card .inner-box .button-box {
  min-height: 56px
}

.col-three-outer.list-wrapper .resources-card .inner-box .hover-off-card {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.col-three-outer.list-wrapper .resources-card .inner-box .button-box {
  width: 250px;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  padding-left: 30px;
  min-height: auto
}

.resources-card .inner-box .blue-link {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  width: fit-content;
  margin-left: 0;
  color: #1274e0;
  padding: 0 15px 0 0
}

.resources-card .inner-box .blue-link:before {
  background: #1274e0
}

.col-three-outer.list-wrapper .resources-card .inner-box .blue-link {
  position: relative;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.resources-card .inner-box .blue-link+.blue-link {
  margin-bottom: 0;
  margin-top: 10px
}

.resource-menu {
  padding: 20px 0
}

.resource-menu .menu-tab-cont {
  width: 118px;
  min-height: 108px;
  max-width: 150px;
  margin: 0 auto;
  padding: 10px 7px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: space-between;
}

.resources-card.events-card .inner-box h6 {
  margin-bottom: 0
}

.resources-card.events-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card .inner-box .event-info-date .date {
  font-weight: 700;
  font-style: italic;
  font-size: 14px;
  color: #666
}

.resources-card.events-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
  bottom: 0
}

.resources-card.webinars-card .inner-box h6:after {
  display: none
}

.resources-card.webinars-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card.webinars-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
  bottom: 0
}

.resources-card.blogs-card .inner-box h6 {
  margin-bottom: 0
}

.resources-card.blogs-card .inner-box h6:after {
  display: none
}

.resources-card.blogs-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card.blogs-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
  bottom: 0
}

.resource-events.resource-sorting-section .filter-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center
}

.resource-events.resource-sorting-section .filter-wrap:after {
  display: none
}

.resource-events.resource-sorting-section .filter-wrap .device-view .down-arrrow {
  margin: 0
}

.resource-events.resource-sorting-section .search.search-info {
  float: none;
  max-width: unset;
  width: unset
}

.resource-events.resource-sorting-section .filter-wrap ul {
  float: none
}

.resource-events .filter-wrap .device-view .grid-view,
.resource-events .filter-wrap .device-view .list-view {
  display: none
}

.resources-card.videos-card .inner-box h6 {
  margin-bottom: 0
}

.resources-card.videos-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card.videos-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
  bottom: 0
}

.resources-card.press-releases-card .inner-box h6 {
  margin-bottom: 0
}

.resources-card.press-releases-card .inner-box h6:after {
  display: none
}

.resources-card.press-releases-card .inner-box .event-info-date {
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
  margin-top: 8px
}

.resources-card.press-releases-card .inner-box .event-info-date:after {
  position: absolute;
  content: "";
  border-bottom: 1px solid #bfbfbf;
  width: 55%;
  bottom: 16px;
  left: 0;
  bottom: 0
}

/* .load-more {
  text-align: center;
  padding-top: 15px
} */

.resource-events.resource-sorting-section.sorting-wrapper .filter-wrap li.down-arrrow {
  width: 150px
}

.resource-events.sorting-wrapper .filter-wrap .search-value span {
  display: inline-block;
  max-width: 200px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  vertical-align: middle
}

.resource-filter-nav.resource-page-nav.card-filter-nav .navigation-wrapper .search-form input {
  padding-right: 55px
}

.resource-filter-nav.resource-page-nav.card-filter-nav .navigation-wrapper .search-form.search-active input {
  padding-right: 105px
}

.resource-events .col-three .inner-content .top-bar .head-bar-title.web-title {
  display: block
}

.resource-events .col-three .inner-content .top-bar .head-bar-title.devices-title {
  display: none
}

.resource-filter.resources-card-filter .container .content-wrapper ul {
  max-width: 100%
}

/* .resource-filter.resources-card-filter .container .content-wrapper li {
  padding: 16px 0
} */

.col-three-outer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.resource-events .view-switcher {
  width: 65px;
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.resource-events .view-switcher:after {
  display: none;
}

.resource-events .view-switcher .fa {
  font-size: 26px !important;
  cursor: pointer;
}

.resource-events .view-switcher .active .fa {
  color: #4287D6
}

@media (max-width:1224px) {
  .resource-events .resources-card.col-three .inner-content .top-bar .head-bar {
    padding-left: 30px;
    padding-right: 30px
  }
}

@media (max-width:1023px) {
  .resource-events .resources-card.col-three .inner-content .top-bar .head-bar {
    padding-left: 15px;
    padding-right: 15x
  }

  .resource-events .col-three-outer.list-wrapper .resources-card.col-three .inner-content .top-bar .head-bar {
    padding-left: 35px;
    padding-right: 35px
  }

  .resources-card .inner-box h6 {
    min-height: 50px;
    max-height: 50px
  }

  .col-three-outer.list-wrapper .resources-card .inner-box h6 {
    min-height: 55px
  }
}

@media (max-width:767px) {
  .resource-filter.resources-card-filter .container .content-wrapper li#all-contents .menu-tab-cont:after {
    display: none
  }

  .resource-events.resource-sorting-section .filter-wrap {
    padding-bottom: 25px;
    flex-direction: column-reverse;
    align-items: baseline
  }

  .resources-card .inner-box h6 {
    min-height: 39px;
    max-height: 39px
  }

  .resource-events .resources-card.col-three .inner-content .top-bar .head-bar {
    padding-left: 40px;
    padding-right: 40px
  }

  .resource-events .col-three .inner-content .top-bar .head-bar-title.web-title {
    display: none
  }

  .resource-events .col-three .inner-content .top-bar .head-bar-title.devices-title {
    display: block
  }

  .resource-events.resource-sorting-section.sorting-wrapper .filter-wrap li.down-arrrow {
    width: auto
  }

  .resource-events .view-switcher {
    display: none;
  }
}

@media (max-width:480px) {
  .resource-events .resources-card.col-three .inner-content .top-bar .head-bar {
    padding-left: 20px;
    padding-right: 20px
  }
}


@media all and (min-width: 768px) {
  .resource-events .filter-wrap {
    width: calc(100% - 80px);
  }
}