article.document.teaser .content,
article.video.teaser .content,
article.resource-image.teaser .content,
article.news-etech-articles.teaser .content,
article.news-etech-articles.centre-feed .content,
article.video.card .content,
.node-video-promote {
  background-color: #fff;
}

div.content-flex {
  display: flex;
  justify-content: space-between;
}

div.content-flex-rigth {
  width: 70%;
}
@media screen and (max-width: 700px) {
  div.content-flex {
    display: block;
  }
  div.content-flex-rigth {
    margin-left: inherit;
  }
}

.iec-latest-news-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.iec-webstore-teaser .iec-webstore-link {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.88;
  letter-spacing: -0.7px;
  color: #0194cb;
}

.iec-webstore-information {
  margin-bottom: 15px;
}

.iec-webstore-information .field--name-field-description {
  font-weight: normal;
  color: #777;
}

.iec-webstore-teaser .iec-webstore-category {
  font-weight: normal;
  color: #777;
}

.etech-teaser {
  margin-bottom: 10px;
}

.etech-teaser .etech-teaser-item-container {
  padding: 8px 6px 4px 6px;
}

.etech-teaser .etech-title {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
}

.pdf-iframe-container {
  position: relative;
}

.pdf-iframe-container-popout {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(0, 0, 0, 0.1);
  top: 12px;
  right: 12px;
}

.etech-teaser .etech-date {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom: 5px;
}

.etech-teaser .etech-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 17px;
  margin-top: -5px;
}

.etech-teaser .etech-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.etech-teaser .etech-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 176px;
  width: 176px;
  height: 98px;
  margin-right: 18px;
}

.etech-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 auto;
  flex: 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 768px) {
  .etech-content {
    width: calc(100% - 194px);
  }
}

.iec-node-document-file {
  margin-top: 20px;
  margin-bottom: 20px;
}

.iec-node-document-commitee .field--name-field-commitee {
  display: inline-block;
}

.iec-node-document-versions {
  margin-top: 30px;
  margin-bottom: 30px;
}

.iec-card-container {
  border: 1px solid gainsboro;
  background-color: #fff !important;
}

.list-company-wrapper h3.company-information-list-title {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  margin-top: 50px;
  margin-bottom: 26px;
}

.iec-bg-grey .iec-node-company-item-wrapper {
  background-color: #fff !important;
}

.iec-node-company-item-wrapper {
  border: 1px solid #e3e2e3;
  background-color: #fff !important;
}

.iec-node-company-item-wrapper.company-type-internal {
  min-height: 450px;
  position: relative;
  background-color: #fff;
}

.iec-node-card-list-of-contact-information-container {
  min-height: 370px;
  border: 1px solid gainsboro;
  background-color: #fff !important;
}

.iec-node-card-list-of-companies-text, .iec-node-card-list-of-contact-information-text {
  padding: 10px;
}

.iec-node-card-list-of-contact-information-image {
  height: 160px;
}

/*.iec-node-card-logo-company{*/
/*height: 130px;*/
/*}*/
.iec-card-img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.iec-node-card-logo-company, .iec-node-card-list-of-contact-information-image {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.iec-node-card-list-of-companies-link {
  text-align: right;
  /*font-weight: bold;*/
  margin-top: 24px;
}

.iec-node-card-list-of-contact-information-title {
  color: #2f6287;
}

.iec-node-company-item-wrapper .iec-node-card-logo-company {
  height: 134px;
  overflow: hidden;
}

.iec-node-company-item-wrapper .iec-node-card-logo-company img {
  /*max-height: 134px;*/
  width: 100%;
}

.iec-node-company-item-wrapper .iec-node-card-list-of-companies-title {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-top: 15px;
  margin-bottom: 4px;
}

.iec-node-company-item-wrapper.company-type-internal .iec-node-card-list-of-companies-title {
  margin-top: 0;
  min-height: 45px;
}

.iec-node-company-item-wrapper.company-type-internal .company-item-website {
  position: absolute;
  right: 10px;
  bottom: 10px;
}


/*.iec-node-company-item-wrapper.company-type-internal .company-item-address{
  min-height: 60px;
}

.iec-node-company-item-wrapper.company-type-internal .company-item-phone{
  min-height: 20px;
}

.iec-node-company-item-wrapper.company-type-internal .company-item-email{
  min-height: 20px;
}

.iec-node-company-item-wrapper.company-type-internal .company-item-biographlink{
  min-height: 40px;
}*/

.iec-node-company-item-wrapper .company-item-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 28px;
}

.iec-node-company-item-wrapper .company-item-phone img,
.iec-node-company-item-wrapper .company-item-address img,
.iec-node-company-item-wrapper .company-item-biographlink img,
.iec-node-company-item-wrapper .company-item-email img {
  height: 20px;
  width: auto;
}

.iec-node-company-item-wrapper .company-item-address {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iec-node-company-item-wrapper .company-item-address .content,
.iec-node-company-item-wrapper .company-item-biographlink .item-link,
.iec-node-company-item-wrapper .company-item-email .item-link,
.iec-node-company-item-wrapper .company-item-phone .item-link {
  margin-left: 8px;
}

.iec-node-company-item-wrapper .company-item-phone a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #0194cb;
}

.iec-node-company-item-wrapper .company-item-biographlink,
.iec-node-company-item-wrapper .company-item-email,
.iec-node-company-item-wrapper .company-item-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.iec-node-company-item-wrapper .company-item-biographlink .item-link a,
.iec-node-company-item-wrapper .company-item-email .item-link a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #0194cb;
}

.iec-node-company-item-wrapper .company-item-biographlink .item-link a i {
  font-size: 15px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
}

.iec-node-company-item-wrapper .company-item-website .iec-node-card-list-of-companies-a a {
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
}

.iec-node-company-item-wrapper .company-item-website .iec-node-card-list-of-companies-a a:hover {
  text-decoration: underline;
}

.iec-node-company-item-wrapper .company-item-website .iec-node-card-list-of-companies-a a i {
  font-size: 20px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  vertical-align: middle;
}

.iec-node-card-list-of-companies-info-wrap {
  margin-bottom: 15px;
}

.iec-node-company-item-wrapper.company-type-internal .iec-node-card-list-of-companies-info-wrap {
  margin-bottom: 10px;
}

/*.iec-node-card-list-of-companies-a a{*/
/*color: #1cacd9 !important;*/
/*}*/
.iec-node-card-list-of-contact-information-info-wrap {
  margin: 5px 0px;
}

.iec-node-card-document-image {
  max-width: 100%;
  width: auto;
  height: auto;
  display: block;
}

.iec-video-teaser-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.iec-video-teaser-thumbnail {
  position: relative;
}

.iec-videos-container .field--item:nth-child(n+2) {
  display: none !important;
}

.iec-video-teaser-thumbnail .field--item:nth-child(n+2) {
  display: none !important;
}

.iec-video-thumbnail-mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  display: block;
}

.btnGroupCategories {
  width: 263px;
  height: 40px;
  border: solid 1px #d8d8d8;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px !important;
  position: relative;
}

.btnCategories {
  width: calc(100% - 40px);
  border-radius: 0px;
  font-family: 'Roboto';
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  border: none !important;
  text-align: left;
  background-color: #fff;
}

.blog-view-filter-by-category {
  min-height: 16px;
  width: 100%;
}
.biography-information-image img {
  width: 100%;
}

.image-information-img img {
  width: 100%;
}

.list-of-blog-comments-content nav.pager-nav {
  display: none;
}

.btnGroupCategories .btnCaret {
  width: 40px;
  height: 100%;
  background-color: #003863;
  color: #fff;
  border: none !important;
  border-radius: 0px !important;
}

.btnGroupCategories .btnCaret span {
  font-size: 20px !important;
}

.dropdown-blog-categories {
  width: 100%;
  border-radius: 0px;
  max-height: 300px;
  overflow-x: hidden;
  overflow-y: scroll;
}

.dropdown-blog-categories li a {
  line-height: 40px;
  font-size: 16px;
}

.iec-video-teaser-container-xs {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* Small devices (tablets, 768px and up) */
/*@media (min-width: 768px) {*/
.iec-video-teaser-container {
  flex-wrap: nowrap;
}

.iec-video-teaser-thumbnail,
.item-container.image-teaser .left-col {
  -webkit-box-flex: 1;
  /*-ms-flex: 1;*/
  /*flex: 1;*/
}

.iec-video-teaser-info {
  -webkit-box-flex: 2;
  -ms-flex: 2;
  flex: 2;
  padding-left: 20px;
}

.resource-centre-container .item-container,
.video-centre-container .item-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}

.resource-centre-container .item-container.document-teaser .image-left {
  min-width: 110px;
  height: 100%;
  background-size: contain;
  background-position: center;
}

/* for video */
.resource-centre-container .item-container.video-teaser,
.video-centre-container .item-container.video-teaser {
  height: auto;
}

.resource-centre-container .item-container.image-teaser .left-col img {
  /*height: 141px;*/
}

/* for video teaser in resource centre feed + video centre feed */
.resource-centre-container .item-container.video-teaser .left-col .field--item,
.video-centre-container .item-container.video-teaser .left-col .field--item {
  width: 210px;
}


/* style mobile for video teaser in resource centre feed + video centre feed */
@media (max-width: 767px) {
  .resource-new-blog-tab-date-author {
    margin-bottom: 10px;
  }
  .resource-new-blog-tab-container .resource-new-blog-tab-content {
    display: block !important;
  }
  .resource-new-blog-tab-container .resource-new-blog-tab-content-left {
    width: 100%;
    margin-bottom: 15px;
  }
  .resource-new-blog-tab-container .resource-new-blog-tab-content-left img {
    width: 100% !important;
  }

  .resource-new-blog-tab-container .resource-new-blog-tab-content-right {
    margin-bottom: 20px;
  }
  .resource-new-blog-tab-container {
    padding-bottom: 30px;
  }
  .resource-new-blog-tab-container .resource-new-blog-read-more {
    bottom: 10px;
  }
  .resource-centre-container .item-container.video-teaser .left-col .field--item,
  .video-centre-container .item-container.video-teaser .left-col .field--item {
    width: auto;
  }

  .etech-teaser .etech-content-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .etech-teaser .etech-image {
    margin-bottom: 15px;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
    margin-right: 0;
  }
  .blog-article-date-author {
    margin-bottom: 0px;
  }
  .blog-article-select-categories {
    margin-bottom: 60px;
  }
}

.resource-centre-container .video-embed-field-responsive-video:after,
.webinar-cards-container .video-embed-field-responsive-video:after,
.video-centre-container .video-embed-field-responsive-video:after {
  padding-bottom: 0px
}

/* for image */
.resource-centre-container .item-container.image-teaser {
  height: auto;
}

.resource-centre-container .item-container.image-teaser .image-left {
  height: 118px;
  width: 210px;
}

@media (max-width: 767px) {
  .resource-centre-container .item-container.image-teaser {
    flex-direction: column;
    overflow: hidden;
  }

  .resource-centre-container .item-container.image-teaser .left-col {
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
  }

  .resource-centre-container .item-container.image-teaser .left-col .image-left {
    position: absolute;
    width: 100%;
    height: 100%;
  }
}

.resource-centre-container .item-container .content-right,
.video-centre-container .item-container .content-right {
  -webkit-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  padding: 8px 11px 7px 10px;
}

.resource-centre-container .item-container .content-right .download-file,
.resource-centre-container .item-container .content-right .div-read-more,
.video-centre-container .item-container .content-right .div-read-more {
  text-align: right;
}

.resource-centre-container .item-container .content-right .div-read-more,
.video-centre-container .item-container .content-right .div-read-more {
  height: 19px;
}

.resource-centre-container .div-read-more a > span,
.video-centre-container .div-read-more a > span {
  font-size: 16px !important;
}

.resource-centre-container .item-container.document-teaser .content-right .download-file,
.resource-centre-container .item-container.document-teaser .content-right .div-read-more {
  margin-top: 15px;
}

.resource-centre-container .item-container .content-right .download-file .link-text {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #0194cb;
}

.resource-centre-container .item-container .content-right .download-file .link-text .download-icon {
  font-size: 20px;
  line-height: normal;
}

.resource-centre-container .item-container .content-right .download-file .link-text .download-icon.dropdown {
  position: relative;
  bottom: 2px;
}

.resource-centre-container .item-container .content-right .download-file .link-filesize {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #473f3f;
  margin-left: 11px;
}

.resource-centre-container .item-container .content-right .download-file .link-filesize .pdf-icon {
  font-size: 20px;
  position: relative;
  bottom: 2px;
  line-height: normal;
}

.resource-centre-container .content-right .iec-read-more,
.video-centre-container .content-right .iec-read-more {
  line-height: normal;
  height: 19px;
}

.resource-centre-container .item-container .item-title,
.video-centre-container .item-container .item-title {
  margin-bottom: 5px;
}

.resource-centre-container .item-container .item-title-text,
.video-centre-container .item-container .item-title-text {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
}

.resource-centre-container .item-container .item-description,
.video-centre-container .item-container .item-description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #473f3f;
}

.resource-centre-container .item-container.image-teaser .item-description,
.resource-centre-container .item-container.video-teaser .item-description {
  min-height: 46px;
}

.resource-centre-container .item-container.document-teaser .item-description {
  min-height: 60px;
}

/*}*/

.iec-node-job-document-image {
  width: 100%;

}

.iec-node-job-document-image img {
  width: 100%;
  height: auto;
  max-height: 146px;
}

.iec-job-card-read-more-container {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.iec-node-card-job-content {
  padding: 0px 10px 40px 10px;
  min-height: 210px;
}

.iec-node-card-job-container {
  height: 100%;
  position: relative;
  margin-top: 10px;
  min-height: 310px;
}

.iec-node-card-job-container:hover {
  -webkit-box-shadow: 0px 0px 27px 1px rgba(155, 155, 155, 0.66);
  box-shadow: 0px 0px 27px 1px rgba(155, 155, 155, 0.66);
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: -webkit-box-shadow;
  transition-property: -webkit-box-shadow;
  -o-transition-property: box-shadow;
  transition-property: box-shadow;
  transition-property: box-shadow, -webkit-box-shadow;
}

.iec-node-card-job-container .iec-node-card-job-content h3 {
  font-size: 22px;
  margin: 15px 0px;
  color: #003863;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
}

.iec-node-card-job-container .iec-node-card-description-content {
  color: #473f3f;
  line-height: 1.43;
  font-size: 14px;
}

.iec-node-card-job-container .iec-job-card-read-more-container .link-details {
  font-size: 16px;
  font-weight: 500;
  color: #0194cb;
  line-height: normal;
  letter-spacing: normal;
  margin-right: 4px;
}

.iec-node-card-job-container .iec-job-card-read-more-container i {
  font-size: 22px;
  vertical-align: middle;
  text-decoration: none;
}

.iec-node-card-job-container .iec-job-card-read-more-container .link-details:hover {
  text-decoration: underline;
}

.iec-job-card-read-more-container .link-detail-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.document-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}

.document-container .document-file {
  width: 261px;
  height: auto;
  min-height: 362px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -ms-flex: 1 30%;
  flex: 1 30%;
}

.document-container .document-file img {
  width: 100%;
  height: auto;
}

.document-container .document-info {
  -webkit-box-flex: 1;
  -ms-flex: 1 70%;
  flex: 1 70%;
}

.document-container .iec-node-short-info {
  margin-top: 0px;
}

.document-info .iec-node-subtitle {
  margin-bottom: 10px;
}

.document-container .iec-node-description {
  margin-top: 45px;
}

.document-container .iec-node-social-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  margin-top: 16px;
}

.document-container .iec-node-title {
  margin-top: -5px;
}

.node-video-container {
  width: 100%;
  height: 329px;
}

@media (max-width: 767px) {

  /*.iec-node-job-document-image{
    height: 200px;
  }*/
  .iec-node-video-container, .iec-node-new-container {
    margin-top: 15px;
  }

  .document-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .iec-node-social-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between !important;
  }

  .iec-node-social-container > div {
    margin-bottom: 10px;
    margin-right: 0px !important;
  }

  .document-container .document-file {
    width: 100%;
    margin: 0px 0px 15px 0px;
    -webkit-box-flex: 1;
    -ms-flex: 1 100%;
    flex: 1 100%;
  }

  .iec-node-card-job-container {
    width: 100%;
    margin-bottom: 20px;
  }

  /* start for resource centre */
  .resource-centre-container .item-container.document-teaser {
    height: auto;
  }

  .resource-centre-container .item-container .content-right {
    width: 100%;
    display: block;
  }

  .resource-centre-container .item-container .image-left {
    display: inline-block;
  }

  /* end for resource centre */

}

@media (min-width: 768px) and (max-width: 1024px) {
  .document-container .iec-node-social-container > div {
    cursor: pointer;
    margin-right: 4px !important;
  }

  .iec-node-video-container, .iec-node-new-container {
    margin-top: 15px;
  }
}

@media (min-width: 768px) {

  .iec-node-card-job-container {
    /*width: 220px;*/
    width: 100%;
  }

  /*.iec-node-job-document-image{
    height: 110px;
  }*/
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
  .block-copyright {
    text-align: right;
  }

  .iec-node-card-job-container {
    /*width: 310px;*/
    width: 100%;
  }

  /*.iec-node-job-document-image{
    height: 1550px;
  }*/

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
  .iec-node-card-job-container {
    /*width: 370px;*/
    width: 100%;
  }

  /*.iec-node-job-document-image{
    height: 180px;
  }*/

}


.arrow_box {
  position: relative;
  background: #f6f6f6;
  border: 1px solid #d8d8d8;
  margin-top: 20px;
}

.arrow_box:after, .arrow_box:before {
  bottom: 100%;
  left: 25%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(136, 183, 213, 0);
  border-bottom-color: #f6f6f6;
  border-width: 10px;
  margin-left: -30px;
}

.arrow_box:before {
  border-color: rgba(194, 225, 245, 0);
  border-bottom-color: #d8d8d8;
  border-width: 12px;
  margin-left: -32px;
}

@media (max-width: 767px) {
  .arrow_box:after {
    margin-left: calc(-2vw + 2px);
  }

  .arrow_box:before {
    margin-left: calc(-2vw);
  }
}

.arrow_box.arrow_border_center:after, .arrow_box.arrow_border_center:before {
  left: 50%;
}

.arrow_box.arrow_border_1_0:after, .arrow_box.arrow_border_1_0:before {
  left: 50%;
}

.arrow_box.arrow_border_2_0:after, .arrow_box.arrow_border_2_0:before {
  left: 25%;
}

.arrow_box.arrow_border_2_1:after, .arrow_box.arrow_border_2_1:before {
  left: 75%;
}

.arrow_box.arrow_border_3_0:after, .arrow_box.arrow_border_3_0:before {
  left: 25%;
}

.arrow_box.arrow_border_3_1:after, .arrow_box.arrow_border_3_1:before {
  left: 50%;
}

.arrow_box.arrow_border_3_2:after, .arrow_box.arrow_border_3_2:before {
  left: 75%;
}

.arrow_box.arrow_border_4_0:after, .arrow_box.arrow_border_4_0:before {
  left: 15%;
}

.arrow_box.arrow_border_4_1:after, .arrow_box.arrow_border_4_1:before {
  left: 40%;
}

.arrow_box.arrow_border_4_2:after, .arrow_box.arrow_border_4_2:before {
  left: 64%;
}

.arrow_box.arrow_border_4_3:after, .arrow_box.arrow_border_4_3:before {
  left: 88%;
}

.collapsible-job-feed-item-trigger .link-details.item-show,
.collapsible-job-feed-item-trigger i.item-show,
.collapsible-job-feed-item-trigger.item-hide .link-details.item-hide,
.collapsible-job-feed-item-trigger.item-hide i.item-hide {
  display: block;
}

.collapsible-job-feed-item-trigger:hover {
  text-decoration: none !important;
}

.collapsible-job-feed-item-trigger.item-hide i.item-hide {
  -webkit-transform: rotateZ(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotateZ(-90deg);
}

.collapsible-job-feed-item-trigger.item-hide .link-details.item-show,
.collapsible-job-feed-item-trigger.item-hide i.item-show,
.collapsible-job-feed-item-trigger .link-details.item-hide,
.collapsible-job-feed-item-trigger i.item-hide {
  display: none;
}

.collapsible-job-feed-item h3.job-box-title {
  font-size: 34px;
  color: #003863;
  text-align: center;
  margin-top: 62px;
  margin-bottom: 20px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
}

@media (max-width: 767px) {
  .collapsible-job-feed-item h3.job-box-title {
    margin-top: 59px;
    margin-bottom: 3px;
  }
}

.collapsible-job-feed-item .job-box-subtitle {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
}

.collapsible-job-feed-item .job-title {
  font-size: 24px;
  color: #003863;
  margin-top: 52px;
  line-height: normal;
  letter-spacing: normal;
  font-weight: normal;
}

@media (max-width: 767px) {
  .collapsible-job-feed-item .job-title {
    margin-top: 48px;
    margin-bottom: 3px;
  }
}

.collapsible-job-feed-item .job-date,
.collapsible-job-feed-item .job-starting-date,
.collapsible-job-feed-item .job-date label,
.collapsible-job-feed-item .job-starting-date label {
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: normal;
  font-weight: normal;
  font-style: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #473f3f;
}

.collapsible-job-feed-item .job-description {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #473f3f;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .collapsible-job-feed-item .job-description {
    margin-top: 38px;
  }
}

.collapsible-job-feed-item .job-description-file a {
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #0194cb;
}

.collapsible-job-feed-item .job-description-file a:hover {
  text-decoration: underline;
}

.collapsible-job-feed-item .job-contact-information-title {
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-top: 70px;
  margin-bottom: 20px;
}

.collapsible-job-feed-item .job-contact-information-box,
.job-contact-information-item-wrapper .job-contact-information-box {
  background-color: #fff;
  border: 1px solid #e3e2e3;
  padding: 12px 23px 2px 23px;
  position: relative;
  min-height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  /* margin-bottom: 48px; */
}

.collapsible-job-feed-item .job-contact-information-box h4.job-contact-information-name,
.job-contact-information-item-wrapper .job-contact-information-box h4.job-contact-information-name {
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-top: 0;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-biz-title,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-biz-title {
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.25;
  letter-spacing: normal;
  color: #473f3f;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-phone,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-phone img,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-phone img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-phone .text,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-phone .text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #0194cb;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email img,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email img {
  height: 15px;
  width: auto;
  margin-right: 5px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email .text,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email .text {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #0194cb;
  margin-right: 19px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype img,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype img {
  height: 15px;
  width: auto;
  margin-right: 5px;
  /*margin-left: 19px;*/
}

.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text,
.collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text a,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text,
.job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text a {
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
}

.collapsible-job-feed-item .job-box-bottom-control {
  text-align: right;
  margin: 0px 0px 20px 0px;
}

@media (max-width: 767px) {
  .collapsible-job-feed-item .job-box-bottom-control {
    margin-top: 87px;
    margin-bottom: 30px;
  }
}

.collapsible-job-feed-item .job-box-bottom-control a {
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
  font-family: 'Roboto Condensed', sans-serif;
}

.collapsible-job-feed-item .job-box-bottom-control a:hover {
  text-decoration: underline;
}

.contact-information-list-wrapper {
  background-color: #f6f6f6;
  padding-top: 50px;
}

.contact-information-list-wrapper.list-contacts-background-grey {
  background-color: #f6f6f6;
}

.contact-information-list-wrapper.list-contacts-background-white {
  background-color: white;
}

.contact-information-list-wrapper .contact-information-list-title {
  font-size: 34px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  font-family: 'Roboto Condensed', sans-serif;
  color: #003863;
  text-align: center;
  margin-bottom: 20px;
}

/* Video default mode style */
.page-node-type-video .video-embed-field-responsive-video:after {
  padding-bottom: 0px;
}

/* End Video default mode style */
.where-when {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 15px;
  display: flex;
}

.node-events-promote .img-cover {
  min-height: 168px;
}

.node-events-promote .description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.29;
  letter-spacing: normal;
  color: #4a4a4a;
}

.node-events-promote .resource-link {
  line-height: 1.71;
}

.node-events-promote .description {
  margin-top: 13px;
}

.node-events-promote .iec-read-more i {
  font-size: 20px;
}

.node-events-promote .title {
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
}

.node-events-promote .description .item-link {
  margin-right: 20px;
  display: inline-block;
}

.node-events-promote .item-link {
  margin-bottom: 9px;
  line-height: normal;
}

.iec-card-container.iec-node-card-document-container {
  width: 202px;
  height: 282px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  /*max-height: 291px;*/
}

.iec-card-container.iec-node-information-document-container {
  width: 100%;
  height: 465px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (max-width: 767px) {
  .iec-node-card-document-container {
    width: 207px;
    /*height: 291px;*/
  }
}

.node-video-promote {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.node-video-promote .video-promote-content {
  position: relative;
  flex-grow: 1;
  border-right: solid 1px #e3e2e3;
  border-left: solid 1px #e3e2e3;
  border-bottom: solid 1px #e3e2e3;
}

.node-video-promote .video-embed-field-responsive-video:after {
  padding-bottom: 0px
}

.node-video-promote .content-container {
  padding: 7px 8px 0px 14px
}

.node-video-promote .title {
  min-height: 50px;
  font-size: 22px;
  color: #003863;
  margin-bottom: 11px;
  line-height: normal;
}

.node-video-promote .video-short-description {
  min-height: 95px;
  margin-bottom: 40px;
  line-height: 1.29;
  color: #473f3f;
}

.node-video-promote .item-link {
  position: absolute;
  right: 0px;
  bottom: 0px;
}

.node-video-promote a {
  font-size: 16px;
  font-weight: 500;
  margin-right: 12px;
  margin-bottom: 14px;
}

.node-video-promote a i {
  font-size: 20px;
}

/*.node-video-promote .iec-player-btn {*/
/*  border-left: 20px solid transparent;*/
/*  padding: 15px 25px 15px 5px;*/
/*  border-bottom: 30px solid rgba(1,148,203,0.75);*/
/*}*/
/*.node-video-promote .iec-player-btn i{*/
/*  font-size: 15px;*/
/*  top: 38px;*/
/*  left: 9px;*/
/*}*/
.node-video-table-feed {
  min-height: 350px;
  background-color: #fff;
  margin-bottom: 43px;
}

.node-video-table-feed .content-container {
  padding: 8px 19px 0px 14px;
}

.node-video-table-feed .video-promote-content.no-video {
  border-top: solid 1px #e3e2e3;
}

.block-inline-blockmodule-promote-video .block-title {
  line-height: normal;
}

.node-resource-image-information .iec-node-short-info {
  margin-top: 3px;
}

.node-resource-image-information .iec-node-description {
  margin-top: 24px;
}

.node-resource-biography .iec-node-short-info {
  margin-top: 0px;
  margin-bottom: 20px;
}

.node-resource-biography .iec-node-social-container {
  justify-content: space-between;
  max-width: 474px;
  padding: 0px;
  margin-bottom: 22px;
}

.node-resource-biography .iec-node-description {
  margin-top: 0px;
}

.node-events-card {
  padding: 15px;
  border: solid 1px #eaeaea;
  color: #473f3f;
  background-color: #fff;
  display: inline;
  flex-direction: column;
}

.node-events-card .title {
  margin-bottom: 6px;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  display: flex;

}

.node-events-card .field--name-field-location {
  margin-bottom: 3px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
}

.node-events-card .field--name-field-date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  margin-bottom: 19px;
}

.node-events-card .description {
  flex-grow: 1;
}


.node-events-card .description::-webkit-scrollbar, .iec-node-teaser-event-content .description::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.node-events-card .description::-webkit-scrollbar-track, .iec-node-teaser-event-content .description::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px #f6f6f6;
  background: #f6f6f6;
}

/* Handle */
.node-events-card .description::-webkit-scrollbar-thumb, .iec-node-teaser-event-content .description::-webkit-scrollbar-thumb {
  background: #9b9b9b;
  border-radius: 2px;
}

/* Handle on hover */
.node-events-card .description::-webkit-scrollbar-thumb:hover, .iec-node-teaser-event-content .description::-webkit-scrollbar-thumb:hover {
  background: #9b9b9b;
}

.node-events-card .item-link-container {
  line-height: normal;
  justify-self: fley-end;
  align-self: flex-end;
}

.event-description-readmore {
  cursor: pointer;
}

.event-description .text-readmore, .iec-node-teaser-event-content .text-readmore {
  display: none;
}


.event-description {
  max-height: 180px;
  overflow-y: auto;
}

.iec-event-bg-image {
  width: auto;
  height: 70px;
  margin: 0 auto;
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
}

.node-document-table-feed {
  position: relative;
  height: 345px;
  padding: 9px 13px 33px 7px;
  background-color: #fff;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  border: solid 1px #e3e2e3;
}

.node-document-table-feed .docs-header-info {
  display: flex;
}

.node-document-table-feed .docs-logo {
  flex: 0 0 100px;
  height: 142px;
}

.node-document-table-feed .docs-info {
  padding: 0px 0px 0px 10px;
  flex-grow: 1;
  font-size: 14px;
  font-family: "Roboto Condensed", sans-serif;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .node-document-table-feed .docs-info {
    padding: 0px 0px 0px 5px !important;
  }

  .node-document-table-feed .title {
    font-size: 17px !important;
    margin-bottom: 10px !important;
    margin-top: 5px !important;
  }

  .resoure-card-container {
    width: 50% !important;
  }

  .event-card-container {
    width: calc(50% - 15px) !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  .resoure-card-container, .event-card-container {
    width: 100% !important;
  }
}

.node-document-table-feed .docs-info .field--name-field-date, .node-document-table-feed .docs-info .field-file a {
  display: inline-block;
  font-size: 12px;
}

.node-document-table-feed .docs-info .field-info {
  margin-bottom: 12px;
}

.node-document-table-feed .docs-info .field-info i {
  font-size: 16px;
}

.node-document-table-feed .title {
  font-size: 22px;
  margin-bottom: 12px;
}

.node-document-table-feed .description {
  padding-left: 3px;
  padding-right: 11px;
  font-size: 14px;
  line-height: 18px;
  min-height: 102px;
}

.node-document-table-feed .item-link-container {
  line-height: normal;
  position: absolute;
  bottom: 17px;
  right: 13px;
}

/* start webinar card style */
.webinar-card-container {
  margin-top: 26px;
}

.webinar-card-container .bottom-content {
  background-color: #fff;
  padding: 9px 17px 14px 11px;
  min-height: 244px;
}

.webinar-card-container .bottom-content .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
}

.webinar-card-container .bottom-content .speaker {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 2px;
}

.webinar-card-container .bottom-content .date-time {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 8px;
}

.webinar-card-container .bottom-content .description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 12px;
  min-height: 80px;
}

.webinar-card-container .bottom-content .registration-link {
  margin-bottom: 9px;
  text-align: right;
}

.webinar-card-container .bottom-content .registration-link a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
}

.webinar-card-container .bottom-content .resources-link {
  text-align: right;
}

.webinar-card-container .bottom-content .resources-link a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #0194cb;
}

/* finish webinar card*/

.node-full-margin {
  margin-top: 15px;
}

/* for event teaser */
.iec-node-teaser-event-container {
  padding: 15px 7px 15px 15px;
  border: 1px solid #eaeaea;
  background-color: #fff;
  display: flex;
}

.iec-node-teaser-event-container:hover {
  box-shadow: 0px 0px 27px 1px rgba(155, 155, 155, 0.66);
  transition-duration: 0.3s;
  transform: perspective(1px) translateZ(0);
  border: none;
}

.iec-node-teaser-event-content {
  text-align: left;
  position: relative;
  height: 100%;
  width: 100%;
}

.view-list-of-events .event-card-container {
  margin-bottom: 10px;
}

.iec-node-teaser-event-container .title {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-bottom: 6px;
  /*min-height: 49px;*/
}

.iec-node-teaser-event-container .location {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 18px;
}

.iec-node-teaser-event-container .date {
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  margin-bottom: 18px;
}

.iec-node-teaser-event-container .description {
  font-family: Roboto;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
  margin-right: 10px;
  margin-bottom: 30px;
  height: 100px;
  overflow-y: auto;
}

.iec-node-teaser-event-container .multi-links {
  position: absolute;
  right: 0px;
  padding-right: 16px;
  bottom: 16px;
}

.iec-node-teaser-event-container .multi-links a {
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #0194cb;
  margin-top: 13px;
  display: block;
}

.iec-node-centre-feed-event-container {
  width: 261px;
}

/*E-tech Magazine*/

.e-tech-magazine-center-feed-wrap {
  max-width: 100% !important;
}

.e-tech-magazine-center-feed {
  margin-bottom: 20px;
}

.e-tech-magazine-content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.e-tech-magazine-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-width: 261px;
  width: 261px;
  height: 168px;
  margin-right: 27px;
}

.e-tech-magazine-title {
  min-height: 30px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-bottom: 1px;
}

.e-tech-magazine-date {
  height: 19px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: condensed;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  margin-bottom: 4px;
}

.e-tech-magazine-description {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
}

.e-tech-magazine-description a {
  color: #0194cb;
}

.e-tech-magazine-description a:hover {
  text-decoration: none;
  cursor: pointer;
}

@media (max-width: 767px) {
  .e-tech-magazine-content-wrapper {
    display: block;
  }

  .e-tech-magazine-image {
    max-width: 100%;
    width: 100%;
    height: 207px;
    margin-bottom: 10px;
  }
}

/*New*/
.iec-node-new-title {
  margin-top: 0px;
  font-family: Roboto;
  margin-bottom: 0px;
}

.iec-node-new-subtitle {
  font-family: Roboto;
}

.iec-node-new-img {
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
}

.iec-node-new-short-info {
  margin-top: 24px !important;
}

.iec-node-committee a {
  min-height: 24px;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: condensed;
  line-height: 1.5;
  letter-spacing: normal;
  color: #0194cb;
  display: block;
}

.iec-node-external-publication {
  text-align: left !important;
  min-height: 19px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: right;
  color: #0194cb;
  margin-top: 8.3px;
  margin-bottom: 8.3px;
}

.iec-node-new-description {
  margin-top: 24px !important;
}

@media (max-width: 767px) {
  .iec-node-teaser-event-container {
    width: 261px;
  }


  .iec-events-teasers-container div.view-list-of-events > div.view-content {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    padding-bottom: 20px;
  }

  .iec-events-teasers-container div.view-list-of-events > div.view-content::-webkit-scrollbar {
    display: none;
  }
}

.iec-iframe-document-card-wrap {
  position: relative;
  width: 100px;
  height: 140px;
  overflow: hidden;
}

.iec-iframe-news-card-wrap {
  position: relative;
  width: 100%;
  height: 145px;
  overflow: hidden;
  margin-bottom: 10px;
}

.iec-iframe-card-news {
  position: absolute;
  left: -12px;
  top: -12px;
  right: 12px;
  width: calc(100% + 24px);
  height: 500px;
}

.iec-iframe-document-home-card-wrap {
  position: relative;
  width: 200px;
  height: 280px;
  overflow: hidden;
}

.iec-iframe-document-card-absolute {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
}

.iec-iframe-home-card-document {
  position: absolute;
  left: -12px;
  top: -12px;
  right: 12px;
  width: 226px;
  height: 500px;
}

.iec-iframe-card-document {
  position: absolute;
  left: -12px;
  top: -12px;
  right: 12px;
  width: 124px;
  height: 400px;
}

.iec-iframe-document-information-wrap {
  width: 100%;
  height: 350px;
}

.iec-iframe-document-information-wrap iframe {
  width: 100%;
  height: 350px;
}

.iec-node-documet-image-card {
  max-height: 280px;
}

/*Mobile : Increase the body text 14px to 16px*/
@media (max-width: 767px) {
  .meeting-event-centre-container .etech-see-all {
    width: 45% !important;
  }

  .etech-block-header .etech-see-all {
    width: 45% !important;
  }

  .iec-node-teaser-event-container .description {
    font-size: 16px;
  }

  .block-module-competition .field--name-field-description {
    font-size: 16px !important;
  }

  .block-latest-items .register-description, .block-latest-items .general-info .field--name-field-description {
    font-size: 16px !important;
  }

  .google-map-multi-add-container .desc {
    font-size: 16px !important;
  }

  .resource-centre-container .item-container .item-description,
  .video-centre-container .item-container .item-description {
    font-size: 16px !important;
  }

  .block-module-promote-resource-wrapper .module-promote-resource-content .module-promote-resource-content-description {
    font-size: 16px !important;
  }

  .iec-text-block-wrapper .text-block-content {
    font-size: 16px !important;
  }

  body {
    font-size: 16px !important;
  }

  .block-homepage-latest-news .homepage-latest-news-item .homepage-latest-news-item-subtitle {
    font-size: 16px !important;
  }

  .etech-teaser .etech-description {
    font-size: 16px !important;
  }

  .section-card-item-wrapper .iec-card-desc {
    font-size: 16px !important;
  }

  .collapsible-job-feed-item .job-contact-information-box .job-contact-information-phone .text, .job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-phone .text {
    font-size: 16px !important;
  }

  .collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email .text, .job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-email .text {
    font-size: 16px !important;
  }

  .collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text, .collapsible-job-feed-item .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text a, .job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text, .job-contact-information-item-wrapper .job-contact-information-box .job-contact-information-bottom-line .job-contact-information-skype .text a {
    font-size: 16px !important;
  }

  .iec-node-company-item-wrapper .company-item-address {
    font-size: 16px !important;
  }

  .iec-node-company-item-wrapper .company-item-biographlink .item-link a, .iec-node-company-item-wrapper .company-item-email .item-link a {
    font-size: 16px !important;
  }

  .young-professionals-fields .year-country {
    font-size: 16px !important;
  }

  .block-databases-link-contact-wrapper .link-contact-group-contacts, .database-links-contact-wrapper .database-links-contact-categories .database-links-contact-category .database-links-contact-groups .database-links-contact-group .database-links-contact-inputs {
    font-size: 16px !important;
  }

  .node-events-promote .where-when {
    font-size: 16px !important;
  }

  .iec-node-teaser-event-container .date {
    font-size: 16px !important;
  }

  .iec-slide-item-img-wrap {
    height: 30px !important;
  }

  .node-events-promote .description {
    font-size: 16px !important;
  }

  .iec-sub-category-item a {
    font-size: 16px !important;
  }

  .webinar-card-container .bottom-content .description {
    font-size: 16px !important;
  }

  .node-video-promote .video-short-description {
    font-size: 16px !important;
  }

  .node-events-card .description {
    font-size: 16px !important;
  }

  .block-person-list-wrapper .person-list-body .person-list-item .person-list-item-content .person-list-item-description {
    font-size: 16px !important;
  }

  .detail-and-more-information-wrapper .detail-and-more-information-item .item-description {
    font-size: 16px !important;
  }

  .resource-centre-container .item-container .item-description, .video-centre-container .item-container .item-description {
    font-size: 16px !important;
  }

  .young-professionals-fields .description {
    font-size: 16px !important;
  }

  .iec-node-card-job-container .iec-node-card-description-content {
    font-size: 16px !important;
  }

  .collapsible-job-feed-item .job-description {
    font-size: 16px !important;
  }

  .node-document-table-feed .description {
    font-size: 16px !important;
  }

  .item-faq-link {
    font-size: 16px !important;
  }

  table.dataTable tbody td {
    font-size: 16px !important;
  }

  table.dataTable thead th {
    font-size: 14px !important;
  }

  .block-subscribe-form-full .mailchimp-list .mailchimp-newsletter-wrapper .field--item {
    font-size: 16px !important;
  }

  .iec-node-description {
    font-size: 16px !important;
  }

  .iec-node-card-job-container .iec-node-card-description-content {
    font-size: 16px !important;
  }

  .iec-node-company-item-wrapper .company-item-phone a {
    font-size: 16px !important;
  }

  table.dataTable tbody td {
    font-size: 16px !important;
  }

  table.dataTable thead th {
    font-size: 12px !important;
  }
}

.blog-article-header {
  height: 188px;
  background-image: url("../images/bg-article.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 49px;
}

.blog-article-header-text {
  font-family: 'Roboto Condensed';
  text-align: center;
  font-size: 48px;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  letter-spacing: normal;
  color: #f6f6f6;
}

.blog-article-recents-posts {
  margin-bottom: 100px;
}

.blog-article-recents-posts-title {
  font-family: 'Roboto';
  font-size: 22px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
  margin-bottom: 32px;
}

.blog-article-content {
  margin-bottom: 40px;
}

.blog-article-left {
  padding-right: 30px;
  margin-top: -15px;
}

.blog-article-right {
  padding-left: 20px;
  border-left: solid 1px #c4c4c4;
  padding-bottom: 120px;
}


.blog-article-recents-posts-content .views-row {
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
  margin-bottom: 15px;

}

.blog-article-select-categories {
  margin-bottom: 71px;
}

.blog-article-title {
  font-family: 'Roboto Condensed';
  font-size: 26px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: left;
  color: #003863;
}

.blog-article-date-author {
  margin-bottom: 9px;
  margin-top: 5px;
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #473f3f;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.blog-article-image img {
  max-width: 75%;
  max-height: 400px;
}

.blog-article-image .iec-player-btn {
  right: 25%;
}


.blog-article-image .video-embed-field-responsive-video:after{
  display: none;
}

.blog-article-image-description {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #473f3f;
  margin-top: 10px;
  margin-bottom: 30px;
}

.blog-article-description {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.71;
  letter-spacing: normal;
  color: #473f3f;
}

.view-blog-article-by-category .view-filters.form-group {
  margin: 0;
}

.blog-article-data {
  margin-bottom: 30px;
}

.item-article-blog {
  float: left;
  border: solid 1px #e3e2e3;
  margin-bottom: 25px;
}

.item-article-blog h2 {
  margin-top: -5px;
  margin-bottom: 0px;
  line-height: 22px;
}

.item-article-blog .blog-article-date-author {
  margin-top: 0px;
  margin-bottom: 3px;
}

.item-article-blog h2 a {
  color: #003863;
  font-size: 20px;
}

.field--name-field-short-description-plain{
  display: flex;
  flex-grow: 1;
}

.blog-article-information-container {
  height: 450px;
  display: flex;
  flex-direction: column;
}

.blog-article-information-container .item-left {
  float: left;
  width: 177px;
  margin-right: 13px;
}

.blog-article-information-container .item-left img {
  width: 100%;
  float: left;
  height: auto;
  display: none;
}

.blog-article-information-container .item-left .img-view {
  width: 100%;
  height: 98px;
  float: left;
  background-repeat: no-repeat;
  background-size: cover;
}

.blog-article-information-container .item-right {
  float: left;
  width: calc(100% - 190px);
  padding-bottom: 15px;
}

.blog-article-information-container .blog-article-information__description {
  font-size: 14px;
}

@media (max-width: 992px) {
  .blog-article-left {
    padding-right: 15px !important;
    border: none !important;
    float: left;
    width: 100%;
    margin-top: 0px;
  }

  .blog-article-right {
    padding-left: 57px;
    padding-right: 57px;
    float: left;
    width: 100%;
  }

  .blog-article-header.iec-full-width {
    height: 250px;
    background-image: url(../images/bg-article.jpg);
    align-items: initial;
    padding-top: 65px;
    margin-bottom: 43px;
    background-position: center;
    background-size: cover;
  }

  .blog-article-header-text {
    font-size: 33px;
  }

  .btnGroupCategories {
    width: 100%;
  }

  .blog-article-header.iec-full-width .container {
    width: 100%;
    float: left;
    padding-left: 57px;
    padding-right: 57px;
  }

  .item-article-blog {
    width: 100%;
    float: left;
  }

  .item-article-blog p {
    word-break: break-all;
  }

  .blog-article-information-container .item-left {
    width: 100%;
    margin-right: 0px;
  }

  .blog-article-information-container .item-right {
    width: 100%;
  }

  .blog-article-information-container .item-left .img-view {
    width: 100%;
    height: 115px;
    float: left;
    margin-bottom: 12px;
  }
}


.resource-new-blog-tab-container {
  width: 100%;
  min-height: 162px;
  border: solid 1px #e3e2e3;
  background-color: #fff;
  margin-bottom: 26px;
  padding: 7px;
  position: relative;
}

.resource-new-blog-tab-container .resource-new-blog-tab-title {
  min-height: 30px;
  font-family: 'Roboto condensed';
  font-size: 20px;
  font-weight: normal;
  font-style: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #003863;
}

.resource-new-blog-tab-container .resource-new-blog-tab-content-left {
  margin-right: 13px;
}

.resource-new-blog-tab-container .resource-new-blog-tab-content-left img {
  width: 176px;
  height: auto;
}

.resource-new-blog-tab-container .resource-new-blog-tab-content-right {
  font-family: 'Roboto';
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  font-stretch: normal;
  line-height: 1.43;
  letter-spacing: normal;
  color: #473f3f;
}

.resource-new-blog-tab-container .resource-new-blog-tab-date-author {
  height: 19px;
  font-family: 'Roboto condensed';
  font-size: 14px;
  font-weight: normal;
  font-style: italic;
  line-height: normal;
  letter-spacing: normal;
  color: #4a4a4a;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.resource-new-blog-tab-container .resource-new-blog-tab-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.resource-new-blog-tab-container .resource-new-blog-read-more {
  position: absolute;
  right: 12px;
  bottom: 7px;
  height: 19px;
  font-family: 'Roboto';
  font-size: 16px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  color: #0194cb;
  padding-right: 17px;
}
.resource-new-blog-tab-container .resource-new-blog-read-more i {
  position: absolute;
  right: 0px;
  top: 4px;
}

.e-learning-article-wrap {
  background-color: #fff !important;
}

.block-e-learning-wrap .pager {
  display: none !important;
}

.block-e-learning-wrap .iec-academy-row .iec-academy-item .content-right {
  padding: 15px;
  margin-bottom: 35px;
  min-height: 250px;
}

.block-e-learning-wrap .iec-academy-row.no-file .iec-academy-item .iec-academy-video-article .content .iec-border-light-grey.video-teaser {
  background: #fff;
  min-height: unset;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .dynamic-layout-row div.col-6 .iec-view-meeting-event-feed-container {
    display: block !important;
  }
  .dynamic-layout-row div.col-6 .iec-view-meeting-event-feed-container .views-row {
    margin-left: auto;
    margin-right: auto;
  }
  .block-e-learning-wrap .video-iec-academy-wrapper .iec-academy-item {
    width: 100%;
  }
  .video-iec-academy-wrapper .iec-academy-row.no-file .iec-academy-item .iec-academy-video-article .content .iec-border-light-grey.video-teaser {
    min-height: 450px;
  }
}


@media (min-width: 768px) and (max-width: 991px) {

  .block-e-learning-wrap .video-iec-academy-wrapper .iec-academy-item {
    width: 100%;
  }
}

/* view blog article */
.blog-article-div-background-image {
  height: 150px;
  min-height: 150px;
  background-size: cover;
  margin-bottom: 5px;
  background-position: top;
}

.blog-article-div-content {
  padding: 0 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.blog-article-div-cate {
  display: grid;
  grid-gap: 1px;
  grid-template-columns: repeat(2, 1fr);
  text-align: center;
}

.exposed-blog-category-container {
  padding: 0 0 20px 0;
}

.blog-article-information-readmore {
  padding: 10px;
  align-self: flex-end;
  justify-content: flex-end;
}

.blog-article-information-readmore a {
  font-weight: 500;
  font-size: 16px;
  right: 0px;
  bottom: 0px;
  padding: 6px 12px;
}

.view-content .item-article-blog,
.view-content .item-jobs-list {
  border-radius: 5px;
  margin: 0 5px 30px;
  width: 100%;
}

#views-exposed-form-blog-article-by-category-blog button, .blog-article-container button {
  background-color: #003863;
  width: 40px;
  height: 34px;
  border-radius: 0px;
  border: 0px;
  color: #fff;
  font-size: 20px;
  margin-left: -4px;
}

.blog-article-banner, .blog-view-banner {
  height: 200px;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 49px;
  background-image: -webkit-gradient(linear, left top, right top, from(#003863), to(rgba(0, 56, 99, 0)));
  background-image: -webkit-linear-gradient(left, #003863, rgba(0, 56, 99, 0));
  background-image: -o-linear-gradient(left, #003863, rgba(0, 56, 99, 0));
  background-image: linear-gradient(to right, #003863, rgba(0, 56, 99, 0));
}

.blog-article-back-link {
  color: #003863;
  font-weight: 500;
  font-size: 16px;
  padding-bottom: 30px;
  text-decoration: none;
}

.blog-view-banner .container {
  text-align: center;
}

.container .blog-article-header-text {
  margin-bottom: 35px;
}

.blog-article-banner {
  text-align: center;
}

.blog-view-banner .container input, .blog-article-banner .container input {
  width: 40%;
  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;
}

.blog-view-banner .container input::-webkit-input-placeholder, .blog-article-banner .container input::-webkit-input-placeholder {
  color: #ffffff;
}

.blog-view-banner .container input::-moz-placeholder, .blog-article-banner .container input::-moz-placeholder {
  color: #ffffff;
}

.blog-view-banner .container input:-ms-input-placeholder, .blog-article-banner .container input:-ms-input-placeholder {
  color: #ffffff;
}

.blog-view-banner .container input:-moz-placeholder, .blog-article-banner .container input:-moz-placeholder {
  color: #ffffff;
}

.blog-view-banner .container i {
  position: relative;
  color: white;
  left: -2px;
  bottom: 2px;
}

.blog-article-recents-posts .blog-article-post {
  display: flex;
  margin-bottom: 10px;
}

.blog-article-recents-posts .blog-article-flex-content:first-child {
  margin-right: 10px;
}

.blog-article-div-categorie {
  padding: 5px 10px;
  margin-bottom: 10px;
  height: fit-content;
  font-size: 10px;
}

.blog-article-div-categorie span {
  color: #fff;
}

#edit-webinar-tags {
  text-align: center;
}

.blog-view-select, .webinar-view-select {
  text-align: right;
  padding: 10px 5px 30px;
}

.container-select-filter-webinar {
  display: flex;
  align-items: stretch;
  justify-content: right;
}


.container-select-filter-webinar a.btn-reset {
  font-size: 17px;
  padding: 20px 5px;
}
.blog-view-select select {
  border-radius: 0;
}

.blog-view-select .select-wrapper, .blog-view-select select, .webinar-view-select .select-wrapper, .webinar-view-select select {
  width: 360px;
  height: 44px;
}

.homepage-articles-item-readmore {
  padding: 10px;
  justify-self: flex-end;
  align-self: flex-end;
  font-weight: 500;
}

.homepage-latest-news-item .blog-article-date-author {
  padding: 0 15px;
  font-size: 12px;
}

.element_hide {
  display: none;
}

@media (max-width: 768px) {
  .blog-view-banner .container input {
    width: 60%;
  }
}

.view-content .item-article-tabs {
  border-radius: 0px;
  margin: 0 5px 30px;
  width: 100%;
  float: left;
  border: solid 1px #e3e2e3;
}
.tabs-article-container {
  height: 200px;
  display: flex;
  flex-direction: column;
}
.tabs-article-container .tabs-article-div-content {
  padding: 20px 10px 0px 10px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.tabs-article-container .tabs-article-div-content .tabs-article-description {
  font-size: 14px;
}
.tabs-article-container .tabs-article-link {
  padding: 10px;
  align-self: flex-end;
  justify-content: flex-end;
  color: #003863;
  font-size: 25px;
}
.tabs-article-container .tabs-article-link a {
  color: #003863;
}
span.iec-tabs-arrow {
  width: 12px;
  height: 21px;
  right: 15px;
  color: #0194cb;
  font-size: 30px;
  padding-left: 10px;
}

.form--inline.iec-exposed-form-tabs.clearfix .form-group .form-select ul,
.form--inline.iec-exposed-form-tabs.clearfix .form-group .form-select li{
  list-style-type: none;
  display: inline;
}

.form--inline.iec-exposed-form-tabs.clearfix .form-group ul {
  margin-left: 0px;
  padding-left: 0px;
}

  .form--inline.iec-exposed-form-tabs.clearfix .form-group {
    cursor: pointer;
    padding: 5px 35px;
    text-decoration: none;
    color: #666;
    font-weight: bold;
    line-height: 40px;
    margin-right: 0;
    position: static;
    text-align: center;
    margin-bottom: 40px;
  }
  .form--inline.iec-exposed-form-tabs.clearfix .form-group a {
    outline: none;
    font-family: Roboto;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #473f3f;
    cursor: pointer;
    margin-right: 25px;
  }
  .form--inline.iec-exposed-form-tabs.clearfix a.bef-link--selected,
  .form--inline.iec-exposed-form-tabs.clearfix a:hover{
    color: #0194cb;
    border-bottom: 3px solid #0194cb;
  }

@media (max-width: 768px) {
  .tabs-view-select .form-group {
    display: none;
  }
  .tabs-view-select .bef-link-active.form-group {
    display: block;
  }
  .tabs-view-select:hover .form-group {
    display: block;
  }
  .form--inline.iec-exposed-form-tabs.clearfix span.iec-tabs-arrow-mobile::after {
    content: "";
    width: 21px;
    height: 12px;
    background: url('../images/menu-arrow-down.png') bottom center;
    background-repeat: no-repeat;
    position: absolute;
    right: 15px;
    top: 19px;
  }
  .form--inline.iec-exposed-form-tabs.clearfix .form-group {
    line-height: 30px;
    text-align: left;
    margin-bottom: inherit;
  }
  .form--inline.iec-exposed-form-tabs.clearfix .form-group a {
    font-size: 14px;
    margin-right: 25px;
  }
}

section.block-iec-module-table button.buttons-html5 {
  display: none;
}

table.dataTable thead th {
  max-width: 300px;
}
.dataTables-column-filter select:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.dataTables-column-filter select {
  height: 44px;
  border-radius: 0;
  border: 1px solid #cccccc;
  -moz-appearance:none; /* Firefox */
  -webkit-appearance:none; /* Safari and Chrome */
  appearance: none;
  line-height: 1;
  font-size: 14px;
  color: #555555;
  padding-right: 3.2em;
  padding-left: 1em;
}

.dataTables_filter input {
  width: 200px;
  height: 44px;
  border-radius: 0 !important;
  border: 1px solid #cccccc !important;
  line-height: 1;
  font-size: 14px;
  color: #555555;
  margin-top: 20px;
}

section.block-inline-blockmodule-api-table div.dt-buttons button.buttons-excel {
  margin-top: 25px;
}

div.dt-buttons button.buttons-excel {
  font-size: 16px;
  font-style: normal;
  font-stretch: normal;
  line-height: normal;
  letter-spacing: normal;
  color: #0194cb;
  border: none;
  background: transparent;
}

button.dt-button:hover:not(.disabled), button.dt-button:active:not(.disabled):hover:not(.disabled) {
  color: #337ab7;
  border: none !important;
  background: transparent !important;
}

.dt-buttons button.buttons-excel:before {
  padding-right: 5px;
}

section.block-inline-blockmodule-api-table div.dt-buttons {
  float: right !important;
  margin-left: 30px;
}

.dataTables-filter-wrapper {
  display: inline-block;
  padding-right: 5px;
}

.dataTables-filter-wrapper:after {
  content: '\e114';
  font-family: 'Glyphicons Halflings';
  color: #337ab7;
  position: relative;
  top: 7%;
  right: 27px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  margin-top: -0.5em;
  padding-right: 0.5em;
  pointer-events: none;
  display: inline-block;
}

.dataTables-column-filter {
  clear: both;
  padding: 20px 0;
}

.dataTables-content-none {
  display: none;
}

section.block-inline-blockmodule-single-element-text .field--type-text-with-summary img {
  height: auto;
}

.toc {
  overflow-y:auto;
  color: #7b7c7e;
}
.js-toc {
  height: 80vh;
  overflow: auto;
  border: 1px solid #f6f6f6;
}
.toc>.toc-list {
  overflow:hidden;
  position:relative;
  font-size: 14px !important;
  color: #7b7c7e;
  vertical-align: middle;
}
.toc>.toc-list li {
  list-style:none;
  padding: 10px 0px 10px 10px !important;
  line-height: 18px;
  vertical-align: middle;
}
.toc-list {
  margin:0;
  padding-left:10px;
}
a.toc-link {
  color:currentColor;
  height:100%;
}
a.node-name--H1 {
  color: #12375F;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 16px;
}
.is-collapsible {
  max-height:1000px;
  overflow:hidden;
  transition:all 300ms ease-in-out;
}
.is-collapsed {
  max-height:0;
}
.is-position-fixed {
  position:fixed !important;
  top:0;
}
li.is-active-li, li.is-active-li a.node-name--H1 {
  color: #0194cb;
}
.is-active-link {
  text-decoration: none;
}

article.block-article {
  cursor: pointer;
}

#backtotop {
  background: url("../images/back-to-top.png") no-repeat scroll center center !important;
}

::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */
