.views-list-items-with-filter .views-row {
  margin-bottom: 20px;
}
.views-list-items-with-filter .search-box input::placeholder {
  font-style: italic;
}
.views-list-items-with-filter .search-box input::-webkit-input-placeholder {
  font-style: italic;
}
.views-list-items-with-filter .search-box input::-moz-placeholder {
  font-style: italic;
}
.views-list-items-with-filter .search-box input:-ms-input-placeholder {
  font-style: italic;
}
.views-list-items-with-filter .search-box input:-moz-placeholder {
  font-style: italic;
}
.views-list-items-with-filter .search-box {
  display: flex;
  margin-bottom: 18px;
}
.views-list-items-with-filter .filter-title,
.views-list-items-with-filter .search-box input {
  width: 100%;
  height: auto;
  flex-grow: 2;
  border-radius: 0px;
  font-size: 14px;
  font-weight: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
}


  .views-list-items-with-filter::-moz-scrollbar {
        display: none;
  }

  .views-list-items-with-filter:-moz-scrollbar {
          display: none;
  }


.views-list-items-with-filter .search-box .form-group.form-item-populate-search {
  width: 100%;
  display: inline-block;
  margin-bottom: 0;
  vertical-align: middle;
}

.views-list-items-with-filter .search-box.top-filter input {
  height: 100%;
}

.views-list-items-with-filter .search-icon {
  padding: 9px 10px 9px 11px;
  flex-grow: 1;
  background-color: #003863;
  border-radius: 0px;
  border: none;
}
.views-list-items-with-filter .search-icon i {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #f6f6f6;
}
.views-list-items-with-filter .bottom-filter {
  padding: 10px 11px;
  border-radius: 0px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
}
.views-list-items-with-filter .download-container {
  padding: 20px 25px;
  border-radius: 0px;
  border: solid 1px #d8d8d8;
  border-top: none;
  background-color: #fff;
}

.iec-table-feed-container {padding-top: 50px;}

.header-reset {
  margin-bottom: 17px;
}

.header-reset-blog {
  padding-right: 10px;
  padding-bottom: 10px;
}

.header-reset-blog input.btn-reset {
  font-size: 18px;
  font-family: 'Roboto Condensed';
  color: #0194cb;
  Text-decoration: underline;
  border: none;
  background: no-repeat;
}

.views-list-items-with-filter .form-actions .btn-reset .icon {
  display: none;
}


.views-list-items-with-filter .bottom-filter .filter-field-title,
.views-list-items-with-filter .bottom-filter details summary {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 40px;
  letter-spacing: normal;
  color: #473f3f;
  width: 100%;
}

.views-list-items-with-filter .bottom-filter details summary:active,
.views-list-items-with-filter .bottom-filter details summary:focus {
  outline: none;
}

.header-filter[aria-expanded=false] .filter-title-icon:after,
.views-list-items-with-filter .bottom-filter details summary:after {
  font-family: 'Glyphicons Halflings';
  content: "\e080";
  float: right;
  color: #473f3f;
  font-size: 20px;
}

.header-filter[aria-expanded=true] .filter-title-icon:after,
.views-list-items-with-filter .bottom-filter details[open] summary:after {
  content: "\e114";
}

.views-list-items-with-filter .bottom-filter details summary::-webkit-details-marker {
  display: none;
}

.views-list-items-with-filter .bottom-filter .filter-field-title i {
  color: #473f3f;
  line-height: 40px;
  display: block;
  padding-right: 9px;
}

.views-list-items-with-filter .filter-field-value,
.views-list-items-with-filter details .form-checkboxes {
  font-family: "Roboto Condensed", sans-serif;
}

.views-list-items-with-filter .bottom-filter .filter-field-value,
.views-list-items-with-filter .bottom-filter details .form-checkboxes {
  padding: 6px;
  margin-bottom: 17px;
  min-height: 400px;
  height: auto;
  overflow-y: auto;
}

.views-list-items-with-filter .bottom-filter .form-type-checkbox {
  display: block;
}

.views-list-items-with-filter .form-actions {
  width: 100%
}

.views-list-items-with-filter .btn-outline.form-submit,
.views-list-items-with-filter .form-actions .form-submit {
  font-size: 16px;
  padding: 6px 16px;
  margin: 10px 2px 5px;
}

fieldset[data-drupal-selector="edit-field-date-archived"] legend {
  display: none;
}

.views-list-items-with-filter .fixed {
  position: fixed;
  top: 0; left: 0;
  width: 100%;
  padding: 8px;
  background-color: #fff;
  opacity: 0.9;
  z-index: 2;
}

.views-list-items-with-filter .fieldgroup {
  padding: 15px 5px;
}

.view-video-centre-table-feed .view-content.row [class*="col-"],
.view-resource-centre-table-feed .view-content.row [class*="col-"] {
  margin-bottom: 22px;
}
.show-download .views-list-items-with-filter .download-container {
  display: block;
}
.hide-download .views-list-items-with-filter .download-container {
  display: none;
}

@media (max-width: 767px) {
  .iec-table-feed-container {padding-top: 30px;}

  .view-iec-webstore-feed .view-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .view-iec-webstore-feed .view-content > .views-row {
    margin-right: 10px;
  }

  .views-list-items-with-filter .view-filters {
    background-color: #fff;
    border: solid 1px #d8d8d8
  }
  .views-list-items-with-filter .bottom-filter {
    padding: 0px 0px 16px;
    border: none;
  }
  .views-list-items-with-filter .bottom-filter .header {
    line-height: 40px;
    padding: 7px 20px 3px;
    border: solid 1px #d8d8d8;
    margin-bottom: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }


  .views-list-items-with-filter .bottom-filter details {
    border: solid 1px #d8d8d8;
    margin: 8px 0;
  }

  .views-list-items-with-filter .bottom-filter details summary {
    line-height: 40px;
    padding: 5px 20px;
  }

  .views-list-items-with-filter .fieldgroup {
    padding: 5px 20px;
  }

  .views-list-items-with-filter .bottom-filter .filter-field-title {
    line-height: inherit;
    display: inline-block;
  }
  .views-list-items-with-filter .bottom-filter .header .reset {
    display: none;
  }
  .views-list-items-with-filter .bottom-filter .header:after {
    /* symbol for "opening" panels */
    font-family: 'FontAwesome';
    content: "\f107";
    float: right;
    color: #000;
    font-size: 20px;
  }
  .views-list-items-with-filter .bottom-filter .header[aria-expanded="true"]:after {
    content: "\f106";
  }

  .views-list-items-with-filter .bottom-filter .filter-field-value,
  .views-list-items-with-filter .bottom-filter details .form-checkboxes,
  .views-list-items-with-filter .bottom-filter details .bef-toggle {
    padding: 0 25px 10px;
  }
  .views-list-items-with-filter .btn-filter-open {
    width: 100%;
    padding: 14px;
  }
  .views-list-items-with-filter .filter-header {
    border: solid 1px #d8d8d8;
    font-family: Roboto;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #33333a;
    background-color: #f1f1f1;
    padding: 14px;
    margin-bottom: 4px;
  }
  .views-list-items-with-filter .search-box {
    margin: 4px;
  }
  .views-list-items-with-filter .form-actions .btn {
    border: none;
    font-size: 17px !important;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    padding: 12px !important;
    min-width: calc(50% - 25px);
    border-radius: 0;
  }

  .views-list-items-with-filter .form-actions .btn-apply {
    background-color: #003863;
    color: #fff;
    margin-right: 18px !important;
  }

  .views-list-items-with-filter .form-actions .btn-reset {
    background-color: #d8d8d8;
    color: #5f5f5f;
    margin-left: 18px;
  }

  .views-list-items-with-filter .download-container {
    border-top: solid 1px #d8d8d8;
    padding: 15px;
    margin: 25px 18px 30px;
  }
  .views-list-items-with-filter .fixed-filter {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    bottom: 0px;
    overflow-y: scroll;
    z-index: 2;
  }
  .btn-filter-close {
    font-size: 17px;
    font-weight: 500;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #33333a;
  }
}

.ui-widget-content .ui-state-active {
  background: #0194cb;
  border: none;
  width: 100%;
  display: block;
}

.views-exposed-faq-container input.form-autocomplete:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media (max-width: 767px) {
  .view_faq_links .faq-link:nth-of-type(3) {
    padding-left: 15px;
  }
}

.multi-item-carousel .carousel-inner .item {
  display: none;
}

.multi-item-carousel .images-container,
.multi-item-carousel .carousel-inner .item.active {
  display: flex;
  justify-content: space-between;
}

.images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.view-related-images .div-image-item {
  width: 100%;
  height: 219px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.view-related-images .div-image-item > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.view-related-images .iec-arrow-left::after {
  top: 92px;
  left: -70px;
}

.view-related-images .iec-arrow-right::after {
  top: 92px;
  right: -70px;
}

.view-related-images .view-content {
  padding-top: 25px;
  padding-bottom: 25px;
}

.multi-item-carousel .carousel-inner > .item {
  transition: 500ms ease-in-out left;
}
.multi-item-carousel .carousel-inner .active.left {
  left: -33%;
}
.multi-item-carousel .carousel-inner .active.right {
  left: 33%;
}
.multi-item-carousel .carousel-inner .next {
  left: 33%;
}
.multi-item-carousel .carousel-inner .prev {
  left: -33%;
}

.iec-view-meeting-event-feed-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}

.iec-view-meeting-event-feed-container .views-row {
  /*margin-right: calc(100%/3 - 1044px/3);*/
  width: 261px;
}

.dynamic-layouts-container-column.col-6 .iec-view-meeting-event-feed-container .views-row:nth-child(odd) {
  margin-right: calc(100% - 522px)
}

.iec-view-meeting-event-feed-container .views-row:nth-child(4n+0) {
  margin-right: 0px;
}

.dynamic-layouts-container-column.col-4 .iec-view-meeting-event-feed-container .views-row {
  margin-left: auto !important;
  margin-right: auto !important;
}

.dynamic-layouts-container-column.col-8 .iec-view-meeting-event-feed-container .views-row:nth-child(odd) {
  margin-right: 45px;
}

.block-module-promote-video-list .dynamic-layout-row .node-video-promote {
  display: inherit !important;
}

.box-padding-top-breadcrumb {
  padding-top: 50px !important;
}

.box-padding-top-breadcrumb > .node-full-margin {
  margin-top: 0px !important;
}

.iec-view-table-webinar {
  border-bottom: 0px;
  box-sizing: content-box;
  width: 100%;
  margin: 0 auto;
  clear: both;
  border-spacing: 0;
  max-width: 100%;
  background-color: transparent;
}

.iec-view-table-webinar thead tr th {
  border-top: 1px solid #d8d8d8 !important;
  border-bottom: 1px solid #d8d8d8 !important;
  font-family: Roboto;
  font-size: 12px;
  font-weight: normal;
  color: #473f3f;
  padding: 8px 10px;
}

.iec-view-table-webinar thead th.views-field-title {
  min-width: 20%;
}

.iec-view-table-webinar thead th.views-field-field-webinar {
  min-width: 12%;
}

.iec-view-table-webinar tbody tr td {
  font-family: Roboto;
  font-size: 14px;
  color: #473f3f;
  border-bottom: 1px solid #e4e4e4 !important;
  padding: 8px 10px;
  vertical-align: top;
}

.iec-view-table-webinar tbody td ul {
  padding: 0;
}

.iec-view-table-webinar tbody td ul li {
  list-style: none;
  padding: 0 0 10px 0;
}

.iec-view-table-webinar span.webinar-hour {
  float: left;
  padding-left: 2px;
}

.iec-view-table-webinar span.webinar-link {
  float: right;
  padding-right: 2px;
}

.iec-view-table-webinar caption {
  font-size: 22px;
  font-stretch: condensed;
  color: #0194cb;
  line-height: 40px;
  font-family: 'Roboto Condensed', sans-serif;
}

.iec-view-table-webinar .views-field-field-date {
  white-space: nowrap;
}

.iec-view-table-webinar .views-field-title{
  width: 19%;
}

.iec-view-table-webinar i{
   font-size:16px;
}

.iec-exposed-form-webinar input, .iec-exposed-form-webinar select {
  height: 40px;
  border-radius: 0px;
}
.iec-exposed-form-webinar .form-item-webinar-tags {
  margin-right: 10px;
}
.iec-exposed-form-webinar button.action-reset, .iec-exposed-form-webinar button.action-reset:hover, .iec-exposed-form-webinar button.action-reset:focus, .iec-exposed-form-webinar button.action-reset:active {
  border: 0px;
  font-weight: normal;
  font-size: 14px;
  color: #0194CB;
  background: none;
}
.iec-exposed-form-webinar button.action-reset:hover, .iec-exposed-form-webinar button.action-reset:focus, .iec-exposed-form-webinar button.action-reset:active {
  color: #0060aa;
  text-decoration: underline;
  box-shadow: none;
}
.iec-exposed-form-webinar .action-reset span.icon {
  visibility: hidden;
}
.iec-exposed-form-webinar button.btn-submit {
  background-color: #003863;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-size: 20px;
  margin-left: -4px;
}


@media all and (transform-3d), (-webkit-transform-3d) {
  .multi-item-carousel .carousel-inner > .item {
    transition: 500ms ease-in-out left;
    transition: 500ms ease-in-out all;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transform: none !important;
    transform: none !important;
  }
}
.multi-item-carousel .carouse-control.left,
.multi-item-carousel .carouse-control.right {
  background-image: none;
}

@media (max-width: 767px) {
  .box-padding-top-breadcrumb {
    padding-top: 30px !important;
  }

  .view-related-images .iec-arrow-left::after {
    top: 92px;
    left: 0px;
  }

  .view-related-images .iec-arrow-right::after {
    top: 92px;
    right: 0px;
  }

  .table-filter {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .table-filter > div,
  .table-filter > a {
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-bottom: 15px;
  }

  .young-professionals-filters .inputSearch {
    width: 100%;
    margin-left: auto;
  }

  .young-professionals-filters .btnGroupFilter {
    margin-left: auto;
  }

  .young-professionals-filters .btnGroupFilter .btnFilter {
    /*width: calc(100% - 39px);*/
    margin-left: 10px;
    width: 100px;
  }

  .young-professionals-filters .btnGroupFilter .btnFilter .text {
    width: 38px;
  }

  .young-professionals-filters .right-corner {
    justify-content: left;
    margin-top: 20px;
  }

  table.iec-view-table-webinar td.views-field.views-field-field-webinar {
    text-align: left;
  }

  .iec-view-table-webinar span.webinar-hour {
    float: none;
    padding-left: 2px;
    padding-right: 10%;
  }

  .iec-view-table-webinar span.webinar-link {
    float: none;
  }

  .iec-view-table-webinar td:empty,
  .iec-view-table-webinar td li:empty {
    display: none;
  }

}

@media (min-width: 768px) {
  .view-related-images .div-image-item {
    width: 30%;
    height: 150px;
  }

  .view-related-images .iec-arrow-left::after {
    top: 60px;
    left: 10px;
  }

  .view-related-images .iec-arrow-right::after {
    top: 60px;
    right: 10px;
  }

  .views-list-items-with-filter .header-filter:nth-child(n+2),
  .views-list-items-with-filter .bottom-filter details,
  .views-list-items-with-filter .fieldgroup {
    border-top: solid 1px #e3e2e3;
  }

  .views-list-items-with-filter .form-actions .btn-reset {
    display: none;
  }

  table.iec-view-table-webinar {
   border: none;
   width: 100%;
   text-align: left;
   border-collapse:collapse;
  }
  table.iec-view-table-webinar td, table.iec-view-table-webinar th {
     border: none;
   padding: 3px 2px;
  }
  table.iec-view-table-webinar tr:hover {
           background-color: #f6f6f6;
         }

  table.iec-view-table-webinar thead {
   border-bottom: 1px solid #444444;
  }
  table.iec-view-table-webinar thead th {
  font-weight:normal;
   font-size: 14px;
   color: #0194CB;
     border-left: none;
  }
  table.iec-view-table-webinar thead th:first-child {
   border-left: none;
  }


}

@media (min-width: 1200px) {
  .view-related-images .div-image-item {
    width: 30%;
    height: 219px;
  }

  .view-related-images .iec-arrow-left::after {
    top: 92px;
    left: -70px;
  }

  .view-related-images .iec-arrow-right::after {
    top: 92px;
    right: -70px;
  }
}

@media (max-width: 500px) {
  .iec-view-meeting-event-feed-container .views-row {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (max-width: 767px) {
  .meeting-event-centre-container .title {
    min-height: 24px;
    font-size: 20px !important;
  }

  .table-responsive > table.iec-view-table-webinar>tbody>tr>td {
    white-space:inherit!important;
  }

  .iec-view-table-webinar .views-field-title, .iec-view-table-webinar .views-field-field-description-with-summary {
      width: 100%;
  }

  	table.iec-view-table-webinar, thead, tbody, th, td, tr {
  		display: block;
  	}

  	thead tr {
  		position: absolute;
  		top: -9999px;
  		left: -9999px;
  	}

  	tr {   border: none; padding:5px; }

  	td {
  		border: none;
  		border-bottom: 1px solid #eee;
  		position: relative;
  		padding-left: 50%;
  white-space:normal;
  		text-align:left;
  padding-bottom: 3px;
  padding-top: 3px;
  word-break: break-words;
  	}

  td:last-child {
    border-bottom: 0px;
  }

  table.gsc-search-box tbody {
    display: table-row-group !important;
  }
  table.gsc-search-box tr {
    display: table-row !important;
  }
  table.gsc-search-box td.gsc-input,
  table.gsc-search-box td.gsc-search-button {
    display: table-cell !important;
  }
  table.gsc-search-box td.gsc-clear-button {
    display: none;
  }
  table.gsc-search-box td.gsc-search-button {
    padding-left: 0 !important;
  }
  td.gsib_a {
    padding: 20px 9px 4px 9px;
  }
  .gsc-search-box td.gsc-input,
  .gsc-search-box td.gsc-search-button {
    border: none;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  .iec-view-meeting-event-feed-container .views-row {
    margin-right: calc(100% / 2 - 783px / 2);
  }
  .iec-view-meeting-event-feed-container .views-row:nth-child(3n+0) {
    margin-right: 0px;
  }
}

@media (min-width: 501px) and (max-width: 991px) {
  .iec-view-meeting-event-feed-container .views-row {
    margin-right: 45px;
  }
  .iec-view-meeting-event-feed-container .views-row:nth-child(2n+0) {
    margin-right: 0px;
  }
  .dynamic-layouts-container-column.col-6 .iec-view-meeting-event-feed-container .views-row {
    margin-right: auto !important;
    margin-left: auto !important;
  }

}

form#views-exposed-form-resource-centre-table-feed-default .bottom-filter.clearfix button {
  display: none;
}

.iec-header-exposed-filter {
  text-align: center;
  margin: 20px 0px;
}
.iec-header-exposed-filter input {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #fff;
  color: #fff;
  background-color: transparent;
  text-align: center;
  font-size: 12px;
  letter-spacing: .2em;
  border-radius: 0;
  height: 39px;
}

.iec-header-exposed-filter input::-webkit-input-placeholder {
  color: #ffffff;
}

.iec-header-exposed-filter input::-moz-placeholder {
  color: #ffffff;
}

.iec-header-exposed-filter input:-ms-input-placeholder {
  color: #ffffff;
}

.iec-header-exposed-filter input:-moz-placeholder {
  color: #ffffff;
}
.iec-header-exposed-filter i:hover {
  color: white;
}

.iec-header-exposed-filter button {
  background-color: #003863;
  width: 40px;
  height: 40px;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-size: 20px;
  margin-left: -3px;
}
.iec-header-exposed-filter form#views-exposed-form-resource-centre-table-feed-filter-block .form-item-populate-search {
  width: 60%;
  display: inline-block;
}
.iec-header-exposed-filter form#views-exposed-form-resource-centre-table-feed-filter-block .form-inline .form-control {
  width: 100%;
}

.js-form-item-categories {
  display: none;
}
