.page-template-resources-center #content-page, .page-template-quiz #content-page, .page-template-papers_journals #site-content>.container, .page-template-guide_nbi_diagnosis #site-content>.container {
  position: relative;
}
.content-wrapper.bottom, .resources-center.bottom {
  position: relative;
}
#site-content.bottom .page-name-wrap {
  top: auto;
  bottom: 0;
  position: absolute !important;
  -webkit-transform: rotate(-90deg) translate(102px, -102px);
  -ms-transform: rotate(-90deg) translate(102px, -102px);
  transform: rotate(-90deg) translate(102px, -102px);
}
@-webkit-keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes rot {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
body.loading-more .loading-modal {
  display: block;
}
.loading-modal {
  display: none;
  -webkit-transition: 1s all;
  -o-transition: 1s all;
  transition: 1s all;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999999;
  position: fixed;
  top: 0;
  left: 0;
  height: 110%;
  width: 100%;
}
.loading-modal:before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -25px 0 0 -25px;
  border-bottom: 6px solid rgba(0, 0, 0, .1);
  border-left: 6px solid rgba(0, 0, 0, .1);
  border-right: 6px solid rgba(0, 0, 0, .1);
  border-top: 6px solid rgba(0, 0, 0, .4);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: rot .6s infinite linear;
  animation: rot .6s infinite linear;
}
a.button-link.btn-explan:before, .button-link.btn-explan:before {
  background-image: url('../images/icon-explan.svg');
  width: 26px;
  height: 26px;
  background-size: contain;
}
.quiz_action_finish:before, a.quiz_action_next_cate:before, a.quiz_action_next:before, a.quiz_action_explan:before {
  width: 26px;
  height: 26px;
}
.quiz_action_finish:hover:before, a.quiz_action_next_cate:hover:before, a.quiz_action_next:hover:before, .quiz_action_finish:hover:focus:before, a.quiz_action_next_cate:hover:focus:before, a.quiz_action_next:focus:before {
  background-repeat: no-repeat;
}
.quiz_action_finish, a.quiz_action_next_cate, a.quiz_action_next, a.quiz_action_explan {
  padding-left: 0;
  padding-right: 0;
  outline: none;
  margin-left: 68px;
  position: relative;
}
.quiz_action_finish:hover, a.quiz_action_next_cate:hover, a.quiz_action_next:hover, a.quiz_action_explan:hover {
  background-color: transparent;
}
.quiz_action_finish:after, a.quiz_action_next_cate:after, a.quiz_action_next:after, a.quiz_action_explan:after {
  left: 8px;
}
.slick-slide.slick-active, .slick-slide.slick-active {
  outline: none;
}
.flex {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex-middle-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.flex-between {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}
.flex_child_auto {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.position-fixed {
  position: fixed;
  top: 238px;
}
.bg-cover-middle {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
@media only screen and (min-width: 768px) {
  .show-mb {
    display: none !important;
  }
}
@media only screen and (max-width: 767.98px) {
  .show-pc {
    display: none !important;
  }
  .journals-2 .desktops-image, .nbi-2 .desktops-image {
    display: none;
  }
  .journals-2 img.mobiles-image, .nbi-2 img.mobiles-image {
    display: block;
  }
}
.custom-select-wrapper {
  display: inline-block;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: auto;
  max-width: 100%;
}
.custom-select-wrapper .max_val {
  border: none !important;
  display: block !important;
  white-space: nowrap;
  height: 0 !important;
  line-height: 0 !important;
  overflow: hidden;
  margin: 0 1px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.custom-select {
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 51px;
}
.custom-select__trigger {
  border: solid 1px #f6f6f6;
  border: solid 1px #000000;
  border-radius: 25.5px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 16px;
  font-weight: 400;
  line-height: 49px;
  cursor: pointer;
  background: #f6f6f6;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition: all .7s;
  white-space: nowrap;
}
.custom-select__trigger:hover {
  border-color: #ffffff;
  background-color: #ffffff;
}
.custom-select.open .custom-select__trigger {
  border-color: #000;
  border-bottom: none;
  background-color: #fff;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.custom-options {
  border: 1px solid transparent;
  border-top: none;
  border-bottom-left-radius: 25.5px;
  border-bottom-right-radius: 25.5px;
  overflow: hidden;
  position: absolute;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  border-top: 0;
  background: #fff;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 2;
  -ms-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform: scale(1, 0);
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}
.custom-select.open .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  border-color: #000;
  border-top: none;
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
}
.custom-option {
  position: relative;
  display: block;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.custom-options, .custom-option:last-child {
  color: #8a8a8a;
}
.custom-option:hover {
  cursor: pointer;
  color: #000;
}
.custom-option.selected {
  color: #000000;
}

/*custom option extend*/

.custom-options-extend {
  max-width: 0;
  opacity: 0;
  height: 0;
  overflow: hidden;
  -o-transition: all 0.7s;
  transition: all 0.7s;
  -webkit-transition: all 0.7s;
  visibility: hidden;
  pointer-events: none;
}
.custom-options-extend .custom-option, .custom-options-extend .custom-option * {
  white-space: nowrap;
}
.resources-center-search-input div#menu-container {
  max-width: 500px;
  max-height: 176px;
  overflow: hidden;
  border-radius: 25.5px;
  border: solid 1px #000;
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  -o-transition: all .7s, border .3s;
  transition: all .7s, border .3s;
  -webkit-transition: all .7s, border .3s;
  padding: 11px 38px 24px 38px;
  background: #fff;
  width: 100%;
  -ms-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform: scaleY(1);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.resources-center-search-input:not(.open) #menu-container {
  height: 0;
  border-color: transparent;
  overflow: hidden;
  padding-top: 0;
  padding-bottom: 0;
  opacity: 0;
  visibility: hidden;
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
}
.ui-widget-content {
  background: #ffffff;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100% !important;
  max-height: 150px;
  overflow: auto;
  position: relative !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  display: block !important;
  max-height: 170px;
}
.ui-widget-content li {
  color: #8a8a8a;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}
.ui-widget-content li:hover, .ui-widget-content li:focus {
  background-color: #ffffff;
  color: #000;
  cursor: pointer;
}
.page-name-wrap {
  -ms-transform: rotate(-90deg) translate(-102px, -102px);
  transform: rotate(-90deg) translate(-102px, -102px);
  -webkit-transform: rotate(-90deg) translate(-102px, -102px);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 106px;
}
.e-learning .page-name-wrap {
  top: 109px;
  left: -1px;
}
.page-template-quiz .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(-198px, -102px);
  -ms-transform: rotate(-90deg) translate(-198px, -102px);
  transform: rotate(-90deg) translate(-198px, -102px);
}
.page-template-template-our-members .page-name-wrap {
  -ms-transform: rotate(-90deg) translate(-70px, -77px);
  transform: rotate(-90deg) translate(-70px, -77px);
  -webkit-transform: rotate(-90deg) translate(-70px, -77px);
}
#site-header.sticky~.content-wrapper .page-name-wrap {
  position: fixed;
  -webkit-transform: rotate(-90deg) translate(-131px, -103px);
  -ms-transform: rotate(-90deg) translate(-131px, -103px);
  transform: rotate(-90deg) translate(-131px, -103px);
}
.page-template-template-our-members #site-header.sticky~.content-wrapper .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(-79px, -77px);
  -ms-transform: rotate(-90deg) translate(-79px, -77px);
  transform: rotate(-90deg) translate(-79px, -77px);
}
.page-template-template-elearning #site-header.sticky~.content-wrapper .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(-126px, -103px);
  -ms-transform: rotate(-90deg) translate(-126px, -103px);
  transform: rotate(-90deg) translate(-126px, -103px);
}
.page-template-resources-center #site-header.sticky~.content-wrapper .page-name-wrap, .page-template-quiz #site-header.sticky~.content-wrapper .page-name-wrap, .page-template-papers_journals #site-header.sticky~.content-wrapper .page-name-wrap, .page-template-guide_nbi_diagnosis #site-header.sticky~.content-wrapper .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(-105px, -102px);
  -ms-transform: rotate(-90deg) translate(-105px, -102px);
  transform: rotate(-90deg) translate(-105px, -102px);
}
.page-template-quiz #site-header.sticky~.content-wrapper .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(-105px, -102px);
  -ms-transform: rotate(-90deg) translate(-105px, -102px);
  transform: rotate(-90deg) translate(-105px, -102px);
}
.page-template-resources-center #site-content.bottom .page-name-wrap, .page-template-quiz #site-content.bottom .page-name-wrap, .page-template-papers_journals #site-content.bottom .page-name-wrap, .page-template-guide_nbi_diagnosis #site-content.bottom .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(154px, -103px) !important;
  -ms-transform: rotate(-90deg) translate(154px, -103px) !important;
  transform: rotate(-90deg) translate(154px, -103px) !important;
}
.page-template-resources-center #site-content.bottom.empty_result .page-name-wrap {
  -webkit-transform: rotate(-90deg) translate(118px, -103px) !important;
  -ms-transform: rotate(-90deg) translate(118px, -103px) !important;
  transform: rotate(-90deg) translate(118px, -103px) !important;
}
body #site-content.bottom .page-name-wrap {
  bottom: 118px;
  position: absolute !important;
  top: auto;
}
.page-template-template-our-members #site-content.bottom .page-name-wrap {
  bottom: 363px;
  position: absolute !important;
  top: auto;
}
.page-template-template-elearning #site-content.bottom .page-name-wrap {
  bottom: 332px;
  position: absolute !important;
  top: auto;
}
.page-template-guide_nbi_diagnosis #site-content.bottom .page-name-wrap, .page-template-papers_journals #site-content.bottom .page-name-wrap {
  bottom: 167px;
  position: absolute;
}
.page-name-wrap.bottom {
  top: auto;
}
main#site-content.our_members_content {
  padding-bottom: 182px;
}
.page-template-resources-center main#site-content.is-max-item {
  padding-bottom: 123px;
}
.page-template-papers_journals main#site-content.is-max-item, .page-template-guide_nbi_diagnosis main#site-content.is-max-item {
  padding-bottom: 112px;
}
body.page-template-resources-center main#site-content, body.page-template-quiz main#site-content, body.page-template-papers_journals main#site-content, body.page-template-guide_nbi_diagnosis main#site-content {
  padding-top: 106px;
}
body.page-template-resources-center main#site-content, body.page-template-quiz main#site-content, body.page-template-papers_journals main#site-content, body.page-template-guide_nbi_diagnosis main#site-content {
  padding-bottom: 68px;
  padding-bottom: 169px;
}
.page-name {
  background: #009f9d;
  -o-transition: all .5s;
  transition: all .5s;
  -webkit-transition: all .5s;
  color: #ffffff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 24px 40px 21px 40px;
  white-space: nowrap;
  position: relative !important;
}
.page-template-template-our-members .page-name {
  background-color: #000;
}
h2.page-title.resources-title {
  border-top: solid 1px #d8d8d8;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 61px;
  padding-top: 40px;
}
h2.page-title.resources-title>span {
  display: inline-block;
  margin-left: 10px;
  padding-top: 2px;
}
.resources-center-1 {
  margin-bottom: 99px;
}
ul.resources-center-1-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.resources-center-1-nav>li>a {
  border-radius: 25.5px;
  color: #8a8a8a;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  outline: none;
  text-decoration: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 15px 40.5px;
  white-space: nowrap;
}
.resources_bar .tabs .selector {
  background-color: #009f9d;
}
.resources_bar .tabs .selector:not(.loaded) {
  transition: none;
}
.resources_bar .tabs .selector:not(.loaded)+.resources-center-1-nav a.active {
  color: #8a8a8a;
  transition: none;
}
h2.resources-center-heading {
  font-family: "Source Serif Pro";
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  margin-top: 0;
  margin-bottom: 40px;
}
.resources-center-2 {
  position: relative;
}
.resources-center-search-filter span, .resources-center-search-filter a {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
}
.resources-center-search-filter .custom-select__trigger span {
  padding: 0 8px 0 40px;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.resources-center-search-filter .custom-option,
.resources-center-search-filter .max_val {
  padding: 0px 40px;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
}
.resources-center-search-filter .arrow {
  display: inline-block;
  width: 27.37px;
  height: 24.95px;
  background-image: url('../images/icon-filter.svg');
  background-size: auto;
  margin-right: 40px;
}
.resources-center-search-input input {
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #f6f6f6;
  border-radius: 25.5px;
  background-color: #f6f6f6;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  padding: 14px 52px 14px 40px;
  line-height: 1;
  width: 500px;
  height: 51px;
  max-width: 100%;
  display: block;
  -o-transition: all .7s;
  transition: all .7s;
  -webkit-transition: all .7s;
}
.resources-center-search-input.open input {
  border-color: #000;
  background-color: #fff;
}
.resources-center-search-input.open input {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none;
}
.resources-center-search-input button {
  border: none;
  background-color: transparent;
  display: inline-block;
  width: 25px;
  background-image: url('../images/icon-search.svg');
  background-size: 25px 26px;
  padding: 0;
  right: 20px;
  top: 0;
  bottom: 0;
}
.resources-center-search-input button span {
  display: none;
}
.resources-center-search-filter.custom-select-wrapper {
  width: auto;
}
.resources-center-search-filter.custom-select-wrapper>.custom-select.open>.custom-options {
  padding-top: 10px;
  padding-bottom: 10px;
}
.resources-center-search-input {
  padding-left: 50px;
  max-width: calc(100% - 170px);
}
.resources-center-search-input>div {
  position: relative;
}
h3.resources-center-videos-name {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-top: 0;
  margin-bottom: 5px;
}
h3.resources-center-videos-name a {
  display: inline-block;
}
.resources-center-videos-doctor {
  color: #009f9d;
  font-family: Montserrat;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 5px;
}
.resources-center-videos-date {
  color: #acacac;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.resources-center-videos .resources-center-videos-caption {
  display: none;
}
.resources-center-videos-cate {
  font-size: 0;
  line-height: 0;
}
.resources-center-videos-cate a {
  display: inline-block;
  color: #616161;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  margin-right: 5px;
}
main:not(.empty_result) .resources-center-videos-empty, main.empty_result .resources-center-videos-action {
  display: none;
}
main.empty_result .resources-center-videos-empty+.resources-center-videos {
  display: none;
}
.resources-center-videos-empty {
  margin-top: 60px;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}
.resources-center-videos-action {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -23px;
  display: none;
}
a.resources-center-videos-loadmore, a.journals_loadmore {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-decoration: none;
  min-width: 184px;
}
.loading-more a.resources-center-videos-loadmore, .loading-more a.journals_loadmore {
  cursor: not-allowed;
}
.loading-more a.resources-center-videos-loadmore .toggle-text, .loading-more a.journals_loadmore .toggle-text {
  display: none;
}
.loading-more a.resources-center-videos-loadmore .loading-text, .loading-more a.journals_loadmore .loading-text {
  display: inline-block !important;
}
.resources-center-videos.is-max-item+.resources-center-videos-action, .journals_items.is-max-item .journals_action {
  display: none;
}
.resources-center-videos {
  margin-left: -43px;
  margin-right: 0px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 390px;
}
.resources-center-videos:empty {
  min-height: 100px;
}
.resources-center-videos.is-max-item {
  padding-bottom: 45px;
}
.resources-center-videos-item {
  padding-left: 41px;
  width: 33.33%;
}
.resources-center-videos-item.is-more {
  max-height: 377px;
  overflow: hidden;
}
.resources-center-videos-inner {
  padding-top: 60px;
}
.resources-center-videos:after {
  content: '';
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(#ffffff), to(#FFFFFF));
  background: -o-linear-gradient(top, transparent, #ffffff, #FFFFFF);
  background: linear-gradient(180deg, transparent, #ffffff, #FFFFFF);
  height: 387px;
  position: absolute;
  left: 41px;
  right: 0;
  bottom: 0;
}
.resources-center-videos.is-max-item:after, .journals_items.is-max-item ul:after {
  content: none;
  display: none;
}
.resources-center-videos-media {
  height: 218px;
  cursor: pointer;
  height: calc(((1240px - 82px)/3) * 0.564767);
  height: calc(((1240px - 82px)/3) * 0.5625);
  overflow: hidden;
  margin-bottom: 11px;
  padding: 0;
  border: none;
}
.resources-center-videos-media>.thumbnail {
  padding: 0;
  border: none;
}
.resources-center-videos-media * {
  font-size: 0;
  line-height: 0;
}
.resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
  width: calc((1283px - 123px)/3);
  height: calc(((1283px - 123px)/3) * 0.564767);
  height: calc(((1283px - 123px)/3) * 0.5625);
  font-size: 0;
  outline: none;
}
.resources-center-videos-media>img {
  width: 100%;
  padding: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
.resources-center-videos-media.active>img:not(.thumbnail) {
  display: none;
}
.resources-center-videos-media:not(.active) video {
  display: none;
}
.resources-center-videos-media.active_waiting img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s .3s;
  -o-transition: all .5s .3s;
  transition: all .5s .3s;
}
.loading-modal {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.8);
  display: none;
}
.resources-center-1-nav .custom-select .custom-select__trigger>span {
  max-width: 100%;
  white-space: nowrap;
}
@media only screen and (max-width: 1279.98px) {
  .page-name.page-name {
    display: none;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1366.98px) {
  ul.resources-center-1-nav>li>a {
    padding-left: 29px;
    padding-right: 29px;
  }
}
@media only screen and (max-width: 1239.98px) {
  .resources-center-videos {
    margin-left: -41px;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 122px)/3);
    height: calc((100vw - 122px)/3 * 0.564767);
    height: calc((100vw - 122px)/3 * 0.5625);
  }
}
@media only screen and (min-width: 767px) and (max-width: 1024.98px) {
  .resources-center-videos {
    margin-left: -20px;
    margin-right: 0;
  }
  .resources-center-videos-item {
    padding-left: 20px;
  }
  .resources-center-videos:after {
    height: 382px;
    left: 20px;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 80px)/3);
    height: calc((100vw - 80px)/3 * 0.564767);
    height: calc((100vw - 80px)/3 * 0.5625);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  body.page-template-resources-center main#site-content, body.page-template-quiz main#site-content, body.page-template-papers_journals main#site-content, body.page-template-guide_nbi_diagnosis main#site-content {
    padding-top: 30px;
    padding-bottom: 80px;
  }
  .resources-center-search-input {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    width: auto;
    max-width: calc(100% - 170px);
  }
  .resources-center-search-input input {
    width: 100%;
  }
  .page-template-resources-center main#site-content.is-max-item {
    padding-bottom: 37px;
  }
}
@media only screen and (max-width: 767.98px) {
  body.page-template-resources-center main#site-content, body.page-template-quiz main#site-content, body.page-template-papers_journals main#site-content, body.page-template-guide_nbi_diagnosis main#site-content {
    padding-top: 60px;
    padding-bottom: 19px;
  }
  .resources-center-2 {
    padding-bottom: 0;
  }
  .resources-center-2,
  .resources-center-2 * {
    transform: none !important;
  }
  h2.page-title.resources-title {
    padding-top: 20px;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 40px;
  }
  .resources-center-1 {
    margin-bottom: 62px;
    position: relative;
    z-index: 1;
  }
  .resources-center-videos {
    margin-left: -20px;
  }
  .resources-center-videos.is-max-item {
    padding-bottom: 50px;
  }
  .resources-center-videos-item {
    padding-left: 20px;
  }
  .resources-center-videos:after {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.4)), color-stop(#ffffff), to(#FFFFFF));
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0.4), #ffffff, #FFFFFF);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4), #ffffff, #FFFFFF);
    height: 393px;
    z-index: 1;
  }
  .resources-center-videos-media .overlay.video, .resources-center-videos-media .overlay.youtube {
    display: block;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .resources-center-videos-media .overlay.video:after, .resources-center-videos-media .overlay.youtube:after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    z-index: 2;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 51px 51px;
    background-image: url('../images/icon-play.svg');
    width: 51px;
    height: 51px;
  }
  .resources-center-videos-media.active .overlay {
    display: none;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 80px)/3);
    height: calc((100vw - 80px)/3 * 0.564767);
    height: calc((100vw - 80px)/3 * 0.5625);
  }
  .resources-center-1-nav .custom-select {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
  }
  .resources-center-1-nav.custom-select-wrapper {
    width: 100%;
  }
  .resources-center-1-nav .custom-select__trigger {
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    height: 51px;
    border-radius: 25.5px;
    background: #009f9d;
  }
  .resources-center-1-nav .arrow {
    width: 15px;
    background-image: url('../images/arrow-custom-dropdown.svg');
    height: 50px;
    background-size: 15px 15px;
    margin-right: 39px;
    margin-top: -3px;
  }
  .resources-center-1-nav .custom-select.open .arrow {
    background-image: url('../images/arrow-custom-dropdown-blue.svg');
  }
  .resources-center-1-nav .custom-select .custom-select__trigger {
    background-color: #009f9d;
    border-color: #009f9d;
  }
  .resources-center-1-nav .custom-select.open .custom-select__trigger {
    background-color: #ffffff;
    border-color: #009f9d;
    color: #009f9d;
  }
  .resources-center-1-nav .custom-select .custom-select__trigger>span {
    padding-left: 39px;
    padding-right: 10px;
    min-width: 159px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .resources-center-1-nav .custom-select .custom-option,
  .resources-center-1-nav .max_val {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 39px;
  }
  .resources-center-1-nav .custom-select.open .custom-options {
    border-color: #009f9d;
  }
  .resources-center-1-nav .custom-select.open .custom-option.selected {
    color: #009f9d;
  }
  h2.resources-center-heading {
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 39px;
  }
  .resources-center-search {
    display: block;
    height: 132px;
  }
  .resources-center-search-filter.custom-select-wrapper {
    margin-bottom: 30px;
  }
  .resources-center-search-input {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .resources-center-search-input.focus {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5014881);
    z-index: 999;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .resources-center-search-input.focus>div {
    width: 100%;
  }
  .resources-center-search-input input {
    max-width: 100%;
    width: 100%;
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 50px;
    padding: 15px 50px 14px 20px;
    line-height: 1;
  }
  .resources-center-search-filter .custom-select__trigger span, .resources-center-search-filter .custom-option, .resources-center-search-filter .max_val {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    padding-top: 13px;
    padding-bottom: 13px;
    height: 49px;
    white-space: normal;
    height: auto;
  }
  .resources-center-search-filter .custom-select__trigger {
    border: 1px solid #d8d8d8;
    background-color: #ffffff;
  }
  .resources-center-search-filter .custom-select.open .custom-select__trigger {
    border-bottom: none;
  }
  .resources-center-search-filter .custom-select.open .custom-select__trigger span {
    line-height: 50px;
    height: 50px;
  }
  h3.resources-center-videos-name {
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 9px;
  }
  .resources-center-videos-doctor {
    color: #009f9d;
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 11px;
  }
  .resources-center-videos-date {
    color: #acacac;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    margin-bottom: 11px;
  }
  .resources-center-videos-cate {
    color: #616161;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    text-decoration: underline;
  }
  .resources-center-videos-action, .journals_action {
    margin-top: 0;
    background: #ffffff;
    height: 20px;
    position: relative;
    z-index: 2;
    padding-bottom: 20px;
  }
  a.resources-center-videos-loadmore {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 500;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    top: -117px;
    padding: 13.5px 20px;
  }
  a.resources-center-videos-loadmore:before, a.journals_loadmore:before {
    margin-right: 15px;
  }
  .resources-center-search-input .ui-widget-content li {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
    padding-top: 8px;
    padding-bottom: 12px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0;
  }
  .resources-center-search-input .ui-widget-content li:last-child {
    padding-bottom: 0;
  }
  .resources-center-search-input div#menu-container {
    padding-left: 19px;
    padding-right: 20px;
    padding-top: 0px;
    max-height: 185px;
    width: 100%;
    max-width: 100%;
  }
  .page-template-resources-center main#site-content.is-max-item {
    padding-bottom: 53px;
  }
}
@media only screen and (max-width: 640.98px) {
  .resources-center-videos-item {
    width: 50%;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 60px)/2);
    height: calc((100vw - 60px)/2 * 0.564767);
    height: calc((100vw - 60px)/2 * 0.5625);
  }
}
@media only screen and (max-width: 425.98px) {
  .resources-center-videos-item {
    width: 100%;
  }
  .resources-center-videos:after {
    height: 406px;
    left: 0;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: 100%;
    height: calc((100vw - 40px) * 0.5642);
  }
  .resources-center-videos-media {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 375.98px) {
  .resources-center-search-input .ui-widget-content li {
    max-width: 230px;
  }
}
#resource_center_media_modal {
  background: #171717;
  display: none;
  color: #ffffff;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  -o-transition: all .9s ease;
  transition: all .9s ease;
  -webkit-transition: all .9s ease;
  padding: 0;
  height: 100vh;
  padding: 25px;
  opacity: 0;
}
#resource_center_media_modal.active {
  opacity: 1;
}
#resource_center_media_modal.active.member_modal {
  transition: none;
  -webkit-transition: none;
}
.resource_center_media_modal_inner {
  -ms-overflow-style: hidden;
  -webkit-box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem 0 rgba(0, 0, 0, 0.1);
  padding: 0;
  -o-transition: all .2s;
  transition: all .2s;
  -webkit-transition: all .2s;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 100%;
}
.resource_center_media_modal_inner>div {
  width: 100%;
  overflow: auto;
  overflow-x: hidden;
  height: 100%;
}
.resource_center_media_modal_header {
  padding-top: 13px;
  padding-top: 6px;
  padding-right: 100px;
  top: 24px;
  left: 0;
  right: 0;
  max-width: 1240px;
  margin: auto;
  background: #171717;
}
.resource_center_media_modal_header span {
  color: #ffffff;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}
span.resource_center_media_modal_name {
  margin-right: 158px;
}
.resource_center_media_modal_header .resource_center_media_modal_close, .resource_center_media_modal_header .resource_center_media_modal_close:hover, .resource_center_media_modal_header .resource_center_media_modal_close:focus {
  right: 0px;
  top: -11px;
  position: absolute;
  color: #fff;
  text-decoration: none;
}
.resource_center_media_modal_header .resource_center_media_modal_close:hover, .resource_center_media_modal_header .resource_center_media_modal_close:focus {
  background-color: #fff;
  color: #000;
  outline: none;
}
.resource_center_media_modal_inner .resource_center_media_modal_close:before, .resource_center_media_modal_inner .resource_center_media_modal_close:hover:before, .resource_center_media_modal_inner .resource_center_media_modal_close:focus:before {
  background-image: url(../images/more-hover.svg);
  margin-right: 14px;
}
.resource_center_media_modal_inner .resource_center_media_modal_close:hover:before, .resource_center_media_modal_inner .resource_center_media_modal_close:focus:before {
  background-image: url(../images/more.svg);
}
.resource_center_media_modal_footer {
  color: #ffffff;
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  padding-top: 24px;
  margin-top: 0;
  margin-bottom: auto;
}
.resource_center_media_modal_right a {
  display: block;
  color: #ffffff;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  text-align: center;
  width: 157px;
  height: 51px;
  border-radius: 25.5px;
  text-decoration: none;
}
.resource_center_media_modal_right a+a {
  margin-top: 20px;
}
.resource_center_media_modal_right a:hover, .resource_center_media_modal_right a:focus {
  background: #009f9d;
  color: #fff;
}
.resource_center_media_modal_main {
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  width: 100%;
  max-height: 100%;
}
.resource_center_media_modal_middle {
  width: calc(100% - 440px);
  overflow-y: auto;
  max-height: calc(100vh - 319px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.resource_center_media_modal_middle>* {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  flex-basis: 100%;
}
div#resource_center_media_modal_middle {
  width: 100%;
  margin-top: auto;
  margin-bottom: auto;
}
.page-template-template-our-milestone {
  margin-bottom: auto;
}
.resource_center_media_modal_middle iframe, .resource_center_media_modal_middle video, .resource_center_media_modal_middle img {
  width: 100%;
  height: calc((1240px - 440px) * 0.5625);
  position: relative;
  position: unset;
  position: initial;
  margin-top: auto;
  margin-bottom: 0;
}
.resource_center_media_modal_left {
  padding-right: 61px;
}
.resource_center_media_modal_right {
  padding-left: 61px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resource_center_media_modal_left, .resource_center_media_modal_right {
  width: 220px;
  max-height: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.resource_center_media_modal_left>div.milestones-slider-nav {
  height: 100%;
  max-width: 136px;
  margin-left: -3px;
  margin-right: auto;
}
.resource_center_media_modal_left>div {
  max-width: 100%;
}
.resource_center_media_modal_right>div {
  width: 100%;
  max-width: 157px;
  margin-bottom: 62px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.resource_center_media_modal_body {
  padding-top: 163px;
  height: calc(100% - 163px);
  height: 100%;
}
@media only screen and (max-width: 1400.98px) {
  .resource_center_media_modal_body {
    padding-top: 50px;
  }
  span.resource_center_media_modal_name {
    margin-right: 50px;
  }
  .resource_center_media_modal_right>div {
    margin-bottom: 0;
  }
  .resource_center_media_modal_middle {
    max-height: unset;
    max-height: initial;
  }
}
@media only screen and (max-width: 1280px) {
  .resource_center_media_modal_header {
    left: 25px;
    right: 25px;
  }
}
@media only screen and (max-width: 1024.98px) {
  .resource_center_media_modal_left, .resource_center_media_modal_right {
    width: 177px;
  }
  .resource_center_media_modal_left {
    padding-right: 20px;
  }
  .resource_center_media_modal_right {
    padding-left: 20px;
  }
  .resource_center_media_modal_middle {
    width: calc(100% - 354px);
    margin-top: auto;
    margin-bottom: auto;
  }
}
.quiz-2 {
  position: relative;
}
.page-template-quiz .content-wrapper {
  -o-transition: padding .3s;
  transition: padding .3s;
  -webkit-transition: padding .3s;
}
.quiz_item {
  margin-bottom: 21px;
}
.quiz_gallery, .quiz_item_explan_gallery {
  max-width: 100%;
  width: 31.129%;
  position: relative;
}
.quiz_slider.quiz_slider_for, .quiz_slider.quiz_explan_slider_for {
  height: calc(1240px * 0.31129 * 0.829);
  overflow: hidden;
  margin-bottom: 7px;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide, .quiz_slider.quiz_explan_slider_nav .slick-slide {
  width: calc(1240px * 0.31129 * 0.3005);
  height: calc(1240px * 0.31129 * 0.2435);
  outline: none;
  overflow: hidden;
  position: relative;
  padding: 0 5px;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide {
  padding-left: 2px;
  padding-right: 2px;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide div, .quiz_slider.quiz_explan_slider_nav .slick-slide div {
  border: solid 3px transparent;
  height: 100%;
  overflow: hidden;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide.slick-active+.slick-slide:not(.slick-active):before, .quiz_slider.quiz_explan_slider_nav .slick-slide.slick-active+.slick-slide:not(.slick-active):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.4)), color-stop(#ffffff), color-stop(#fff), to(#fff));
  background: -o-linear-gradient(left, rgba(255, 255, 255, 0.4), #ffffff, #fff, #fff);
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4), #ffffff, #fff, #fff);
  -webkit-box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
  box-shadow: 0px 2px 4px rgba(100, 100, 100, 0.5);
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide img, .quiz_slider.quiz_explan_slider_nav .slick-slide img {
  cursor: pointer;
}
.quiz_slider.slider-nav.quiz_slider_nav, .quiz_slider.quiz_explan_slider_nav {
  margin-left: -5px;
}
.quiz_slider.slider-nav.quiz_slider_nav {
  height: calc(1240px * 0.31129 * 0.2435);
}
.quiz_slider.slider-nav.quiz_slider_nav {
  top: calc(1240px * 0.31129 * 0.829 + 7px);
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-arrow, .quiz_slider.quiz_explan_slider_nav .slick-arrow {
  display: none !important;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide>img, .quiz_slider.quiz_explan_slider_nav .slick-slide>img {
  width: 100%;
}
.quiz_slider.slider-nav.quiz_slider_nav .slick-slide.slick-current div, .quiz_slider.quiz_explan_slider_nav .slick-slide.slick-current div {
  border: solid 3px #009f9d;
}
.quiz_item_explan {
  display: none;
}
.quiz_actions {
  display: none;
}
.quiz-search {
  margin-bottom: 59px;
}
.quiz-search-filter .custom-select__trigger {
  padding-left: 40px;
  padding-right: 40px;
}
.quiz-search-filter .custom-select__trigger span {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 400;
  line-height: 50px;
  white-space: nowrap;
  max-width: calc(100% - 28px);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}
.quiz-search-filter .custom-select__trigger .arrow {
  width: 28px;
  height: 25px;
  background-image: url(../images/icon-filter.svg);
  background-size: auto;
  margin-left: 8px;
  margin-top: -2px;
}
.quiz-search-filter .custom-select {
  height: 50px;
}
.quiz-search-filter .custom-option, .quiz-search-filter .max_val {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 40px;
  color: #8A8A8A;
}
.quiz-search-filter .custom-option, .quiz-search-filter .max_val {
  padding-left: 40px;
  padding-right: 30px;
}
.quiz-search-filter .custom-select.open .custom-option {
  white-space: nowrap;
}
.quiz-search-filter .custom-select.open .custom-option:hover {
  color: #000;
}
.quiz-search-filter .custom-select .custom-options {
  -o-transition: all 0.7s, max-width 0s, width 0s;
  transition: all 0.7s, max-width 0s, width 0s;
  -webkit-transition: all 0.7s, max-width 0s, width 0s;
}
.quiz-search-filter .custom-select.open .custom-options {
  padding-top: 10px;
  padding-bottom: 14px;
}
.quiz-search-filter .custom-option.selected {
  color: #000;
}
.quiz_questions, .quiz_item_explan_description {
  padding-left: 40px;
  width: 68.871%;
}
.quiz_questions>.quiz_cate a {
  color: #a3a3a3;
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 500;
  line-height: 23px;
  margin-right: 5px;
}
.quiz_cate {
  margin-top: -1px;
  line-height: normal;
  margin-bottom: 6px;
}
.quiz_question {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}
.quiz-ansers-filter.custom-select-wrapper {
  display: none;
}
ul.quiz_ansers {
  list-style: none;
  margin-left: 0;
  counter-reset: listStyle;
  margin-bottom: 33px;
}
li.quiz_anser {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  padding-left: 0;
  counter-increment: listStyle;
  position: relative;
  padding-left: 0px;
  margin-bottom: 0.5px;
  cursor: pointer;
}
li.quiz_anser>span:first-child:before {
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 700;
  content: counter(listStyle, lower-alpha);
  text-transform: uppercase;
  padding-left: 40px;
  position: absolute;
  left: 0;
}
li.quiz_anser>span:first-child {
  border: 1px solid transparent;
  display: inline-block;
  border-radius: 25.5px;
  padding-left: 103px;
  padding-right: 40px;
  padding: 15px 40px 15px 103px;
  max-width: calc(100% - 46px);
  line-height: 18px;
  transition: all .5s;
  -webkit-transition: all .5s;
}
li.quiz_anser>span:first-child:hover {
  border-color: #000;
}
li.quiz_anser.wrong>span:first-child {
  border-color: #ce1515;
}
li.quiz_anser.correct>span:first-child {
  border: solid 1px #009f9d;
  color: #009F9D;
}
li.quiz_anser>span.icon {
  background-image: url('../images/icon-success.svg');
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 18px;
  position: absolute;
  top: 12px;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
}
li.quiz_anser.wrong>span.icon {
  background-image: url(../images/sign-lenguage.svg);
  opacity: 1;
  visibility: visible;
}
li.quiz_anser.correct>span.icon {
  opacity: 1;
  visibility: visible;
}
.quiz_source {
  color: #616161;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: solid 1px #8e8e8e;
  padding-bottom: 9px;
}
.quiz_actions+.quiz_source {
  display: none;
}
.quiz_items:not(.done) .quiz_action_finish {
  display: none;
}
.quiz_action_finish:before {
  background: transparent !important;
  width: 1px;
}
.quiz_items:not(.last-of-item) a.quiz_action_next_cate, .quiz_items.done a.quiz_action_next_cate {
  display: none;
}
.quiz_items.last-of-item a.quiz_action_next, .quiz_items.done a.quiz_action_next {
  display: none;
}
.quiz_items:not(.has_explanation) a.quiz_action_explan {
  display: none;
}
div#quiz_item_explan {
  background: #f6f6f6;
  margin-top: 47px;
  padding-top: 61px;
  padding-bottom: 87px;
}
.quiz_item_explan_description h2 {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  margin-top: 1px;
  margin-bottom: 20px;
}
.quiz_item_explan_top {
  font-family: "Source Serif Pro";
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
  margin-bottom: 18px;
}
.quiz_item_explan_middle {
  font-family: Montserrat;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  margin-bottom: 20px;
  min-height: 150px;
}
.quiz_item_explan_source {
  color: #616161;
  font-family: Montserrat;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  text-transform: uppercase;
  border-bottom: solid 1px #d8d8d8;
  padding-bottom: 9px;
}
.quiz_slider_nav img, .quiz_explan_slider_nav img {
  max-width: 150px;
}
@media only screen and (min-width: 768px) {
  .page-template-quiz .resources-center-1 {
    margin-bottom: 101px;
  }
}
@media only screen and (min-width: 1680px) {
  .resource_center_media_modal_inner {
    max-width: 1450px;
  }
  .resource_center_media_modal_header {
    max-width: 1450px;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((1280px - 123px)/3);
    height: calc(((1280px - 123px)/3) * 0.5625);
    font-size: 0;
    outline: none;
  }
  #site-header.sticky~.content-wrapper .page-name-wrap {
    top: 150px;
  }
  .page-template-resources-center #site-content.bottom .page-name-wrap, .page-template-quiz #site-content.bottom .page-name-wrap, .page-template-papers_journals #site-content.bottom .page-name-wrap, .page-template-guide_nbi_diagnosis #site-content.bottom .page-name-wrap {
    position: absolute;
    top: auto;
  }
  .page-template-guide_nbi_diagnosis #site-content.bottom .page-name-wrap, .page-template-papers_journals #site-content.bottom .page-name-wrap {
    bottom: 166px;
    position: absolute;
    top: auto;
  }
  .page-template-template-our-members #site-content.bottom .page-name-wrap {
    bottom: 346px;
    position: absolute;
    top: auto;
  }
  .page-template-template-elearning #site-header.sticky~.content-wrapper .page-name-wrap {
    top: 130px;
  }
  .page-template-template-elearning #site-content.bottom .page-name-wrap {
    bottom: 332px;
    position: absolute;
    top: auto !important;
  }
  .quiz_slider.quiz_slider_for, .quiz_slider.quiz_explan_slider_for {
    height: calc(1450px * 0.31129 * 0.829);
  }
  .quiz_slider.quiz_slider_for img, .quiz_slider.quiz_explan_slider_for img {
    width: 100%;
  }
  .quiz_slider.slider-nav.quiz_slider_nav {
    height: calc(1450px * 0.31129 * 0.2435);
    top: calc(1450px * 0.31129 * 0.829 + 7px);
  }
  .quiz_slider.slider-nav.quiz_slider_nav .slick-slide, .quiz_slider.quiz_explan_slider_nav .slick-slide {
    width: calc(1450px * 0.31129 * 0.3005);
    height: calc(1450px * 0.31129 * 0.2435);
  }
}
@media only screen and (min-width: 640px) and (max-width: 1240px) {
  .quiz_slider.quiz_slider_for, .quiz_slider.quiz_explan_slider_for {
    height: calc((100vw - 40px) * 0.31129 * 0.829);
  }
  .quiz_slider.quiz_slider_for img, .quiz_slider.quiz_explan_slider_for img {
    width: 100%;
  }
  .quiz_slider.slider-nav.quiz_slider_nav {
    height: calc((100vw - 40px) * 0.31129 * 0.2435);
    top: calc((100vw - 40px) * 0.31129 * 0.829 + 7px);
    position: absolute;
    left: 0;
    right: 0;
  }
  .quiz_slider.slider-nav.quiz_slider_nav .slick-slide, .quiz_slider.quiz_explan_slider_nav .slick-slide {
    width: calc((100vw - 40px) * 0.31129 * 0.3005);
    height: calc((100vw - 40px) * 0.31129 * 0.2435);
  }
}
@media only screen and (min-width: 640px) {
  .quiz_actions[style*="flex"] {
    display: block !important;
  }
  .quiz_slider.slider-nav.quiz_slider_nav {
    position: absolute;
    left: 0;
    right: 0;
  }
}
@media only screen and (max-width: 767.98px) {
  .page-template-quiz .content-wrapper.explan-hide, .page-template-quiz .content-wrapper.empty {
    padding-bottom: 60px;
  }
  .quiz_item {
    margin-bottom: 20px;
  }
  .quiz-2 {
    padding-top: 19px;
  }
  .quiz_action_finish:before, a.quiz_action_next_cate:before, a.quiz_action_next:before, a.quiz_action_explan:before {
    margin-right: 0px;
    background-position: left center;
  }
  .quiz_action_finish:before, .quiz_action_finish:after {
    content: none;
    display: none;
  }
  a.button-link.btn-explan:before, .button-link.btn-explan:before {
    margin-right: 15px;
  }
  .quiz-search-filter .custom-select__trigger {
    border-radius: 25.5px;
    border: solid 1px #d8d8d8;
    background: #ffffff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: auto;
    white-space: nowrap;
    min-width: 299px;
    max-width: 100%;
  }
  .quiz-search-filter .custom-select__trigger span, .quiz-search-filter .custom-option {
    font-family: Montserrat;
    font-size: 16px;
    font-weight: 400;
    overflow: hidden;
  }
  .quiz-search-filter .custom-option {
    white-space: pre-wrap !important;
  }
  .quiz-search {
    margin-bottom: 41px;
    height: 50px;
  }
  .quiz-search-filter .custom-select {
    display: inline-block;
    width: auto;
    max-width: 100%;
  }
  .quiz-search-filter .custom-select.open {
    width: 100%;
  }
  .quiz-search-filter .custom-select.open .custom-select__trigger {
    width: 100%;
  }
  div#quiz_item_explan {
    margin-top: 60px;
    padding-bottom: 60px;
  }
  .quiz_slider.quiz_explan_slider_nav .slick-slide.slick-current div {
    border-width: 5px;
  }
}
@media only screen and (max-width: 639.98px) {
  .quiz_slider.slider-nav.quiz_slider_nav {
    top: auto;
  }
  .quiz_gallery, .quiz_item_explan_gallery {
    width: 100%;
    margin-bottom: 30px;
  }
  .quiz_item_explan_gallery {
    margin-bottom: 57px;
  }
  .quiz_item_explan_description h2 {
    margin-bottom: 30px;
  }
  .quiz_item_explan_top {
    margin-bottom: 28px;
  }
  .quiz_item_explan_middle {
    min-height: auto;
    margin-bottom: 30px;
  }
  .quiz_gallery img, .quiz_item_explan_gallery img {
    width: 100%;
  }
  .quiz_slider.quiz_slider_for, .quiz_slider.quiz_explan_slider_for {
    height: calc((100vw - 40px) * 0.8299);
    margin-bottom: 6px;
  }
  .quiz_slider.slider-nav.quiz_slider_nav, .quiz_slider.quiz_explan_slider_nav {
    margin-left: -3px;
    height: calc((100vw - 40px) * 0.2461);
  }
  .quiz_slider.slider-nav.quiz_slider_nav .slick-slide, .quiz_slider.quiz_explan_slider_nav .slick-slide {
    width: 91.99px;
    height: 76.45px;
    width: calc((100vw - 40px) * 0.2985);
    height: calc((100vw - 40px) * 0.2461);
    padding-left: 1px;
    padding-right: 1px;
  }
  .quiz_questions, .quiz_item_explan_description {
    width: 100%;
    padding-left: 0;
  }
  .quiz-ansers-filter.custom-select-wrapper {
    display: block;
    position: relative;
    margin-bottom: 10px;
  }
  .quiz-2 .quiz-ansers-filter.custom-select-wrapper:after {
    content: '';
    background-image: url('../images/icon-success.svg');
    display: inline-block;
    width: 28px;
    height: 51px;
    margin-left: 15px;
    vertical-align: top;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
    opacity: 0;
    visibility: hidden;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transition: all .3s;
  }
  .quiz-2.correct .quiz-ansers-filter.custom-select-wrapper:after {
    opacity: 1;
    visibility: visible;
  }
  .quiz-2.wrong .quiz-ansers-filter.custom-select-wrapper:after {
    background-image: url(../images/sign-lenguage.svg);
    opacity: 1;
    visibility: visible;
  }
  ul.quiz_ansers {
    display: none;
  }
  .quiz_cate {
    display: none;
  }
  .quiz-search-filter .custom-select__trigger {
    min-width: 0;
  }
  .quiz_question {
    font-family: "Source Serif Pro";
    font-size: 20px;
    font-weight: 400;
    line-height: 30px;
    margin-bottom: 27px;
  }
  .quiz-ansers-filter .custom-select__trigger {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 50px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 100%;
    min-width: 215px;
  }
  .quiz-ansers-filter .custom-select__trigger>span {
    padding-left: 38px;
  }
  .quiz-ansers-filter .custom-select__trigger strong {
    margin-right: 22px;
  }
  .quiz-ansers-filter .custom-select.open .custom-select__trigger {
    color: #000;
    border-color: #000 !important;
    width: 100%;
  }
  .quiz-ansers-filter .custom-options {
    z-index: 9;
  }
  .quiz-ansers-filter .custom-select.open .custom-options {
    max-height: 199px;
    overflow: auto;
  }
  .quiz-ansers-filter .custom-option {
    font-family: Montserrat;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    padding: 14px 37px;
  }
  .quiz-ansers-filter .custom-option:before {
    content: attr(data-value);
    font-weight: 700;
    margin-right: 10px;
  }
  .quiz-ansers-filter .custom-select .custom-select__trigger .arrow {
    background-image: url('../images/arrow-up-white.svg');
    width: 15px;
    height: 43px;
    background-size: 15px 15px;
    margin-top: 7px;
    margin-left: 14px;
    margin-right: 40px;
  }
  .quiz-2.correct .quiz-ansers-filter .custom-select .custom-select__trigger .arrow, .quiz-2.wrong .quiz-ansers-filter .custom-select .custom-select__trigger .arrow {
    display: none;
  }
  .quiz-ansers-filter .custom-select.open .custom-select__trigger .arrow {
    background-image: url('../images/arrow-down-black.svg');
  }
  .quiz-ansers-filter .custom-select {
    display: inline-block;
    font-size: 0;
    max-width: calc(100% - 50px);
  }
  .quiz-ansers-filter .custom-select.open {
    width: 100%;
  }
  .quiz-2.correct .quiz-ansers-filter .custom-select__trigger, .quiz-2.wrong .quiz-ansers-filter .custom-select__trigger {
    padding-left: 18px;
    padding-right: 46px;
  }
  .quiz-2.correct .quiz-ansers-filter .custom-select__trigger {
    border: 1px solid #009f9d;
    color: #009f9d;
    background-color: #fff;
  }
  .quiz-2.correct .quiz-ansers-filter .custom-select__trigger>span {
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
  }
  .quiz-2.wrong .quiz-ansers-filter .custom-select__trigger {
    background-color: #fff;
    border: 1px solid #ce1515;
    color: #ce1515;
  }
  .quiz-2.wrong .quiz-ansers-filter .custom-select__trigger span, .quiz-2.correct .quiz-ansers-filter .custom-select__trigger span {
    white-space: nowrap;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    padding-left: 0;
  }
  .quiz_source {
    color: #616161;
    font-family: Montserrat;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
    max-width: 224px;
  }
  .quiz_source {
    display: none;
  }
  .quiz_items {
    border-bottom: 1px solid #d8d8d8;
  }
  .quiz_actions+.quiz_source {
    display: block;
    border-color: #d8d8d8;
    padding-bottom: 10px;
    border-bottom: none;
  }
  .quiz_actions[style*="block"], .quiz_actions[style*="flex"] {
    display: -ms-flexbox !important;
    display: -webkit-box !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .quiz_actions {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 32px;
  }
  .quiz_actions a, .quiz_actions>span {
    display: block;
    margin-left: 0;
    width: 100%;
    text-align: left;
    height: auto;
    margin-bottom: 27px;
  }
  .quiz_action_finish {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 0;
  }
  a.quiz_action_next_cate {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-left: -6px;
    height: auto;
  }
  a.quiz_action_explan {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-left: -1px;
    line-height: 26px;
  }
}
.generals-memberss .members ul {
  margin-left: -41px;
  list-style: none;
  padding-bottom: 1px;
}

.generals-memberss .members li.items {
  padding-left: 41px;
  width: 33.33%;
  margin-left: 0 !important;
}
.generals-memberss .members li.items a {
  display: block;
}
.generals-memberss .members li.items a.image-hover, .link-document-image {
  display: block;
  overflow: hidden;
  position: relative;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}
.journals-2 .generals-memberss, .nbi-2 .generals-memberss {
  position: relative;
}
.journals-2 .images-country img, .nbi-2 .images-country img {
  margin-bottom: 60px;
}
.journals-2 .mobiles-image, .nbi-2 .mobiles-image {
  display: none;
}
.journals_items .date {
  display: none;
}
.journals_items .date_preview {
  display: none;
}
.journals_items .milestone_cap {
  display: none;
}
.generals-memberss .member_prev_overlay {
  opacity: 0;
  visibility: hidden;
}
.generals-memberss .member_prev_overlay {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 1;
}
.generals-memberss .items .member_prev_overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-transition: all .3s;
  z-index: 3;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
.generals-memberss .show_member_modal:hover .member_prev_overlay {
  opacity: 1;
  visibility: visible;
  color: #2c4983;
}
.member_prev_overlay .button-link:hover {
  color: #2c4983;
}
.generals-memberss .members li.items a.image-hover, .link-document-image {
  height: calc(((1240px - 82px) /3) * 0.7254);
}
.generals-memberss a.image-hover img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  height: 100%;
}

@media only screen and (min-width: 1680px) {
  .generals-memberss .members li.items a.image-hover, .link-document-image {
    height: calc(((1450px - 82px) /3) * 0.7254);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1240px) {
  .generals-memberss .members ul {
    margin-left: -20px;
  }
  .generals-memberss .members li.items {
    padding-left: 20px;
  }
  .generals-memberss .members li.items a.image-hover, .link-document-image {
    height: calc(((100vw - 80px) /3) * 0.7254);
  }
}
@media only screen and (min-width: 480px) and (max-width: 767.98px) {
  .generals-memberss .members ul {
    margin-left: -20px;
  }
  .generals-memberss .members li.items {
    padding-left: 20px;
    width: 50%;
  }
  .generals-memberss .members li.items a.image-hover, .link-document-image {
    height: calc(((100vw - 60px) /2) * 0.7254);
  }
}
@media only screen and (max-width: 479.98px) {
  .generals-memberss .members ul {
    margin-left: 0px;
  }
  .generals-memberss .members li.items {
    padding-left: 0px;
    width: 100%;
  }
  .generals-memberss .members li.items a.image-hover, .link-document-image {
    height: calc((100vw - 40px) * 0.7254);
  }
}
.milestone_slides {
  display: none;
}
@media only screen and (min-width: 1920px) {
  .resource_center_media_modal_inner {
    max-width: 1640px;
  }
  .resource_center_media_modal_header {
    max-width: 1640px;
  }
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((1683px - 123px)/3);
    width: calc((1280px - 123px)/3);
    height: calc(calc((1280px - 123px)/3) * 0.5625);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1279.98px) {
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 122px)/3);
    height: calc(((100vw - 122px)/3) * 0.564767);
    height: calc(((100vw - 122px)/3) * 0.5625);
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1399.98px) {
  .resources-center-videos-media, .resources-center-videos-media iframe, .resources-center-videos-media video {
    width: calc((100vw - 242px)/3);
    height: calc(((100vw - 242px)/3) * 0.564767);
    height: calc(((100vw - 242px)/3) * 0.5625);
    font-size: 0;
    outline: none;
  }
}
#resource_center_media_modal.member_modal .resource_center_media_modal_middle {
  max-height: 100%;
  flex: 1;
}