/* general layout */
/* component defaults */
.zfcec_event_calendar > * {
  margin: 0;
  padding: 0;
}

.zfcec_event_calendar a {
  text-decoration: none;
}

/* dropdown partial */
.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper {
  display: inline-block;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper.zfc-dropdown-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper * {
  margin: 0;
  padding: 0;
}

@media (min-width: 720px) {
  .zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper {
    padding-bottom: 0;
  }
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-wrapper {
  position: relative;
  height: 52px;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-wrapper .zfc-filter-dropdown-toggler {
  display: block;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-toggled .zfc-dropdown-list, .zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-toggled .zfc-filter-dropdown-toggler {
  z-index: 3;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list {
  position: absolute;
  z-index: 1;
  max-height: 468px;
  border: 1px solid transparent;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list li::before {
  display: none;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-label {
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 5px;
  padding-left: 3px;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list li {
  display: inline-block;
  cursor: pointer;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list .zfc-dropdown-active-filter-selected {
  display: none;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding-right: 25px;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-wrapper {
  position: relative;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-wrapper .zfc-filter-dropdown-toggler {
  display: block;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list {
  width: 100%;
  height: 52px;
  background-color: #fff;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list li {
  background-color: #fff;
  line-height: 18px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 17px 20px;
  color: #333333;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list li.zfc-dropdown-filter-active {
  color: #0070b4;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list li.filterHovered:not(.zfc-dropdown-active-filter-selected) {
  color: #fff;
  background-color: #00abe7;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list .zfc-dropdown-active-filter-selected {
  display: block;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list .zfc-all-tag-separator, .zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list .zfc-tag-active {
  display: none;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-toggled .zfc-dropdown-list {
  border-radius: 8px;
  border: 1px solid #eef1f4;
  overflow-y: scroll;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-list-toggled .zfc-filter-dropdown-toggler {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-dropdown-filter li {
  font-size: 14px;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper .zfc-filter-dropdown-toggler {
  display: none;
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  height: 52px;
  width: 52px;
  font-size: 25px;
  padding: 14px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

/* component stylsheets*/
/* wrapper override for this component 
.zfcsw-wrapper {
  padding-bottom: 30px;
}*/

.zfcec-title-area-wrapper {
  padding-top: 60px;
  padding-bottom: 40px;
}

@media (min-width: 721px) {
  .zfcec-title-area-wrapper {
    padding-top: 65px;
    padding-bottom: 50px;
  }
}

.zfcec-title-area-title-row {
  padding-bottom: 40px;
}

@media (min-width: 721px) {
  .zfcec-title-area-title-row {
    padding-bottom: 45px;
  }
}

.zfcec-title-area-title {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 0;
  font-size: 40px;
  line-height: 48px;
}

@media (min-width: 721px) {
  .zfcec-title-area-title {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-title-area-welcome-text {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin: 0;
  font-size: 14px;
  line-height: 24px;
}

@media (min-width: 721px) {
  .zfcec-title-area-welcome-text {
    width: 66.66667%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-search-tool-separator {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-search-tool-search-reset-wrapper {
  height: 52px;
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-search-tool-meta-reset-content {
  width: 100%;
  position: relative;
  height: 100%;
}

.zfcec-search-tool-meta-reset {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  display: none;
  right: 0;
  bottom: 0;
}

.zfcec-search-tool-reset-icon {
  height: 30px;
  width: 30px;
  font-size: 14px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  bottom: -8px;
  cursor: pointer;
}

.zfcec-search-tool-reset-icon:before {
  position: absolute;
  right: 0.46rem;
  top: 0.45rem;
}

.zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-top: 40px;
}

@media (min-width: 721px) {
  .zfcec-search-tool-dropdrowns-row .zfc-dropdown-wrapper {
    width: 33.33333%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-table-mobile {
  display: block;
}

@media (min-width: 721px) {
  .zfcec-table-mobile {
    display: none;
  }
}

.zfcec-table-mobile .zfcui-mobile-location::before,
.zfcec-table-mobile .zfcui-mobile-division::before {
  font-family: 'zf-ui-icons' !important;
  position: absolute;
  left: 8px;
  font-size: 24px;
  color: #0070b4;
}

.zfcec-table-mobile .zfcui-mobile-location::before {
  content: "\e92e";
}

.zfcec-table-mobile .zfcui-mobile-division::before {
  content: "\e93a";
}

.zfcec-table-mobile .zfcec-table-results-table-mobile {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-table-mobile .zfcec-table-results-table-mobile-date, .zfcec-table-mobile .zfcec-table-results-table-mobile-designation, .zfcec-table-mobile .zfcec-table-results-table-mobile-hr-separator, .zfcec-table-mobile .zfcec-table-results-table-mobile-location, .zfcec-table-mobile .zfcec-table-results-table-mobile-type {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  font-size: 14px;
  line-height: 24px;
  margin-top: 10px;
}

.zfcec-table-mobile .zfcec-table-results-table-mobile-date span, .zfcec-table-mobile .zfcec-table-results-table-mobile-designation span, .zfcec-table-mobile .zfcec-table-results-table-mobile-hr-separator span, .zfcec-table-mobile .zfcec-table-results-table-mobile-location span, .zfcec-table-mobile .zfcec-table-results-table-mobile-type span {
  font-weight: bold;
}

.zfcec-table-mobile .zfcec-table-results-table-mobile-date, .zfcec-table-mobile .zfcec-table-results-table-mobile-location, .zfcec-table-mobile .zfcec-table-results-table-mobile-type {
  padding-left: 40px;
}

.zfcec-table-mobile .zfcec-table-results-table-mobile-designation {
  font-weight: bold;
  margin-top: 5px;
}

.zfcec-table-mobile .zfcec-table-results-table-mobile-hr-separator {
  margin-top: 20px;
  margin-bottom: 20px;
}

.zfcec-table-desktop {
  display: none;
}

@media (min-width: 721px) {
  .zfcec-table-desktop {
    display: block;
  }
}

.zfcec-table-desktop .zfcec-table-wrapper {
  padding-top: 60px;
}

.zfcec-table-desktop .zfcec-table-results-table {
  margin-top: 40px;
  width: 100%;
}

.zfcec-table-desktop .zfcec-table-results-table-column-body, .zfcec-table-desktop .zfcec-table-results-table-column-header {
  display: table;
}

.zfcec-table-desktop .zfcec-table-results-table-column-body:first-child, .zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(3), .zfcec-table-desktop .zfcec-table-results-table-column-header:first-child, .zfcec-table-desktop .zfcec-table-results-table-column-header:nth-child(3) {
  width: 25%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(2), .zfcec-table-desktop .zfcec-table-results-table-column-header:nth-child(2) {
  width: 50%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (min-width: 1025px) {
  .zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(2), .zfcec-table-desktop .zfcec-table-results-table-column-header:nth-child(2) {
    width: 33.33333%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(3), .zfcec-table-desktop .zfcec-table-results-table-column-header:nth-child(3) {
  display: none;
}

@media (min-width: 1025px) {
  .zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(3), .zfcec-table-desktop .zfcec-table-results-table-column-header:nth-child(3) {
    display: table;
    width: 25%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-table-desktop .zfcec-table-results-table-column-body:last-child, .zfcec-table-desktop .zfcec-table-results-table-column-header:last-child {
  width: 25%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (min-width: 1025px) {
  .zfcec-table-desktop .zfcec-table-results-table-column-body:last-child, .zfcec-table-desktop .zfcec-table-results-table-column-header:last-child {
    width: 16.66667%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-table-desktop .zfcec-table-results-table-column-header-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-size: 18px;
  line-height: 40px;
  border-bottom: 2px solid;
}

.zfcec-table-desktop .zfcec-table-results-table-column-body:nth-child(2) .event-designation {
  font-weight: bold;
}

.zfcec-table-desktop .zfcec-table-results-table .zfcui-mobile-location {
  position: relative;
}

.zfcec-table-desktop .zfcec-table-results-table .zfcui-mobile-location::before {
  font-family: 'zf-ui-icons' !important;
  position: absolute;
  left: 8px;
  font-size: 24px;
  color: #0070b4;
}

.zfcec-table-desktop .zfcec-table-results-table .zfcui-mobile-location::before {
  content: "\e92e";
}

.zfcec-table-desktop .zfcec-table-results-table-cell {
  font-size: 14px;
  line-height: 24px;
  /*display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;*/
  border-bottom: 1px solid #b7b7b7;
  padding-top: 5px;
  height: 75px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1025px) {
  .zfcec-table-desktop .zfcec-table-results-table-cell {
    height: 50px;
    padding-top: 0px;
    padding-bottom: 5px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
}

.zfcec-table-desktop .zfcec-table-results-table .zfcec-table-results-tablet-view-event-location {
  margin-top: 10px;
  padding-left: 40px;
}

@media (min-width: 1025px) {
  .zfcec-table-desktop .zfcec-table-results-table .zfcec-table-results-tablet-view-event-location {
    display: none;
  }
}

.zfcec-table-results-counter-wrapper {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-table-results-counter-number {
  font-size: 40px;
  line-height: 48px;
}

.zfcec-table-results-counter-separator {
  margin-top: 5px;
}

.zfcec-modal-trigger {
  text-decoration: underline;
  cursor: pointer;
}

.zfcec-modal-close {
  width: 8.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: 91.66667%;
  text-align: right;
  cursor: pointer;
  position: relative;
  padding-top: 20px;
}

.zfcec-modal-close:before {
  font-size: 20px;
  position: absolute;
  right: 50%;
}

.zfcec-modal-dynamic-content {
  padding-top: 45px;
  width: 83.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: calc((100% / 12) + 1px);
  padding-left: 2.05128%;
  padding-right: 0.68376%;
}

.zfcec-modal-wrapper {
  position: fixed;
  top: 50px;
  right: 0;
  left: 0;
  bottom: 0;
  height: 1px;
  z-index: 1041;
}

@media (min-width: 721px) {
  .zfcec-modal-wrapper-content {
    width: 83.33333%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
    box-sizing: border-box;
    margin-left: 8.33333%;
  }
}

.zfcec-overlay-title {
  width: 83.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: calc((100% / 12) + 1px);
  padding-left: 2.05128%;
  font-size: 24px;
  line-height: 30px;
}

.zfcec-modal-date {
  font-size: 14px;
  line-height: 20px;
}

.zfcec-modal-title, .zfcec-modal-location {
  font-size: 28px;
  line-height: 36px;
}

.zfcec-modal-content {
  display: inline-block;
  max-height: calc(100vh - 50px);
  overflow-x: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 45px;
  background-color: #EEF1F4;
  width: 100%;
}

.zfcec-modal-text {
  line-height: 24px;
  font-size: 14px;
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 721px) {
  .zfcec-modal-text {
    padding-top: 45px;
    padding-bottom: 40px;
  }
}

.zfcec-modal-image-wrapper {
  padding-top: 50px;
}

.zfcec-modal-image-mobile {
  width: 100%;
}

@media (min-width: 721px) {
  .zfcec-modal-image-mobile {
    display: none;
  }
}

.zfcec-modal-image-desktop {
  width: 100%;
  display: none;
}

@media (min-width: 721px) {
  .zfcec-modal-image-desktop {
    display: block;
  }
}

.zfcec-modal-separator {
  margin-top: 50px;
  margin-bottom: 50px;
}

.zfcec-modal-contact {
  padding-bottom: 50px;
}

@media (min-width: 721px) {
  .zfcec-modal-contact {
    width: 50%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

@media (min-width: 1025px) {
  .zfcec-modal-contact {
    width: 33.33333%;
    padding-left: 1.36752%;
    padding-right: 1.36752%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: left;
  }
}

.zfcec-modal-contact-icon {
  width: 33.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

.zfcec-modal-contact-icon span {
  font-size: 3em;
}

.zfcec-modal-contact-info {
  width: 66.66667%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
}

@media (max-width: 720px) {
  .zfcec-modal-contact-info {
    padding-bottom: 50px;
  }
}

.zfcec-modal-contact-info-name {
  font-size: 18px;
  line-height: 22px;
}

.zfcec-modal-contact-info-job-title, .zfcec-modal-contact-info-phone-number a span, .zfcec-modal-contact-info-email a span {
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.zfcec-modal-dynamic-content .zfctys-button-link {
  padding: 16px 24px 18px;
  color: #fff;
}

.zfcec-modal-dynamic-content .zfctys-button-link:hover {
  color: #fff;
}

.zfcec-share-icons-container {
  margin-top: 30px;
  width: 83.33333%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  margin-left: calc((100% / 12) + 1px);
  padding-left: 2.05128%;
}

.zfcec-link-share {
  width: 100%;
  padding-left: 1.36752%;
  padding-right: 1.36752%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  float: left;
  position: relative;
  font-size: 24px;
  line-height: 1em;
  width: 52px;
  height: 52px;
  margin-right: 20px;
}

@media (max-width: 440px) {
  .zfcec-link-share {
    margin-bottom: 15px;
  }
}

.zfcec-link-share .zfcec-icon {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  left: 0;
  width: 100%;
  text-align: center;
}

.zfcec-link-share .zfcec-icon:before {
  color: #fff;
}

.zfcec-link-share:hover {
  opacity: 0.8;
}

.zfcec-circle {
  border-radius: 50%;
}

.zfcec-bg-blue-fb {
  background-color: #3360A3;
}

.zfcec-bg-blue-twitter {
  background-color: #16A9E2;
}

.zfcec-bg-blue-linkedin {
  background-color: #066C9E;
}

.zfcec-bg-green-xing {
  background-color: #007578;
}
.zfcec-social-section-container {
    font-size: 24px;
}