.sh-popup {
  overflow: hidden;
}

.popup-region {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 9;
  overflow: hidden;
  /* padding-top: 100px;
  padding-bottom: 100px; */
}

.popup-region .popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

.sh-popup .popup-region {
  display: block;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 0;
  width: 45px;
  height: 45px;
  display: inline-block;
  background: url(img/close.png) no-repeat center;
  background-size: contain;
}

.popup-close:hover {
  opacity: .7;
}

.popup-section {
  width: 100%;
  position: relative;
  padding-top: 100px;
  padding-bottom: 100px;
  height: 100%;
  overflow: auto;
}

.popup-sectiom-inner {
  position: relative;
  max-width: 1140px;
  width: 90%;
  margin: 0 auto;
}

.popup-content {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 0 9px 0 rgba(0, 0, 0, .1);
  color: #1a1a1a;
  font-size: 16px;
  max-width: 100%;
}

.popup-title {
  font-size: 60px;
  font-family: var(--secondary-font);
  font-weight: 300;
  color: #29509c;
  margin: 0;
  text-transform: uppercase;
}

.popup-head {
  margin-bottom: 30px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.popup-title bold {
  font-size: 66px;
}

.article-wrap {
  align-items: flex-start;
}

.popup-video-section {
  margin-bottom: 80px;
}

.popup-section .article-main-title {
  font-family: var(--teritiory-font);
  font-size: 26px;
  color: #eb5f3b;
  margin-bottom: 25PX;
}

.popup-section .article-person-name {
  font-size: 24px;
  font-weight: 500;
}

.popup-section .article-person-role {
  font-size: 16px;
  font-weight: 500;
}

.popup-section .article-description {
  margin-top: 40px;
  font-size: 16px;
  line-height: 22px;
  color: var(--black2);
}

.popup-section .article-description p:not(:last-child) {
  margin-bottom: 20px;
}


/* Opening Remarks popup  */

.popup-region.person .popup-overlay::before,
.popup-region.person .popup-overlay::after {
  width: 231px;
  height: 237px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  background: url("img/opening_remarks_lines_bg_lefttop.png") no-repeat center;
}

.popup-region.person .popup-overlay::after {
  left: auto;
  top: auto;
  bottom: 0;
  right: 0;
  background-image: url("img/opening_remarks_lines_bg_rightbottom.png");
}

.popup-region.person::before {
  width: 154px;
  height: 235px;
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  background: url("img/opening_remarks_bg_leftbottom.png") no-repeat center;
}


/* plenary popup  */
.popup-region.plenary .download-link a {
  color: var(--white);
}

.popup-region.plenary .download-link a:hover {
  color: var(--orange);
}

.popup-region:not(.person) .popup-title,
.popup-region:not(.person) .popup-sub-title,
.popup-region:not(.person) .download-link {
  color: #fff;
}

.popup-region.plenary .popup-title {
  font-weight: var(--robotocondensed-bold);
}

.popup-region.plenary .section-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  line-height: 32px;
  color: var(--orange);
  font-family: var(--primary-font);
  font-weight: var(--opensans-bold);
}

/* .popup-region.plenary .popup-body-text p>strong { */
.popup-region .popup-body-text h4 {
  font-size: 21px;
  line-height: 27px;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: var(--primary-font);
  font-weight: var(--opensans-bold);
  color: var(--patricks-blue);
  display: block;
}

.popup-region .popup-body-text ul {
  padding-left: 23px;
  list-style: none;
}

.popup-region .popup-body-text li {
  padding-left: 0;
  position: relative;
  margin-bottom: 19px;
}

.popup-region .popup-body-text li:last-child {
  margin-bottom: 0;
}

.popup-region .popup-body-text li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #eb5f3b;
  position: absolute;
  top: 7px;
  left: -23px;
}

.popup-region .popup-body-text li ul {
  margin-top: 19px;
}

.download-section {
  padding-left: 30px;
  margin-left: 22px;
  border-left: 1px solid #e6e7e8;
  display: flex;
  align-items: center;
}

.popup-head .download-section {
  padding-top: 8px;
  padding-bottom: 8px;
}

.popup-region .download-link {
  position: relative;
  font-size: 14px;
  display: inline-block;
  padding-left: 38px;
  text-decoration: none !important;
}

.download-link a {
  text-decoration: none !important;
}

.popup-region .download-link::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 28px;
  display: inline-block;
  background: url("img/download.png") no-repeat center;
}

.popup-region .download-link:hover::before {
  background-image: url("img/download_hover.png");
}

.popup-section .quotes-wrap {
  margin-top: -10px;
}

.popup-section .quotes-wrap .paragraph {
  padding: 30px 0 25px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid #009b85;
}

.popup-section .quotes-wrap .paragraph:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.popup-section .quotes-wrap .paragraph:nth-child(even) {
  flex-direction: row-reverse;
}

.popup-section .quotes-wrap .quotes-left {
  width: 170px;
  border: 1px solid #009b85;
  height: 170px;
  border-radius: 50%;
  padding: 10px;
  overflow: hidden;
}

.popup-section .quotes-left img {
  max-width: 100%;
  min-width: 100%;
  height: 150px;
  object-fit: cover;
  object-position: center;
}

.popup-section .quotes-left .field--name-field-profile-picture {
  width: 150px;
  overflow: hidden;
  height: 150px;
  border-radius: 50%;
}

.popup-section .quotes-wrap .quotes-right {
  width: calc(100% - 170px);
  padding-left: 40px;
}

.popup-section .quotes-wrap .quotes-full-width .quotes-right {
  padding-left: 0;
  width: 100%;
}

.popup-section .quotes-wrap .paragraph:nth-child(even) .quotes-right {
  padding-left: 0;
  padding-right: 40px;
}

.popup-section .quotes-wrap .quotes-full-width.paragraph:nth-child(even) .quotes-right {
  padding-right: 0;
}

.quotes-section-title {
  font-size: 21px;
  line-height: 27px;
  margin-top: 40px;
  margin-bottom: 5px;
  font-family: var(--primary-font);
  font-weight: var(--opensans-bold);
  color: var(--patricks-blue);
}

.quotes-right .field--name-field-quotes {
  padding: 55px 0 35px;
  position: relative;
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary-font);
  font-style: italic;
  font-weight: var(--opensans-regular);
  color: #000;
}

.quotes-right .field--name-field-quotes:before,
.quotes-right .field--name-field-quotes:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 35px;
  background: url(img/quote_1.png) no-repeat center;
}

.quotes-right .field--name-field-quotes:before {
  top: 0;
  left: 0;
}

.quotes-right .field--name-field-quotes:after {
  right: 0;
  bottom: 0;
  background: url(img/quote_2.png) no-repeat center;
}

.quotes-right .field--name-field-name {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary-font);
  font-weight: var(--opensans-bold);
  color: #58595b;
}

.quotes-right .field--name-field-address {
  font-size: 16px;
  line-height: 22px;
  font-family: var(--primary-font);
  font-weight: var(--opensans-regular);
  color: #58595b;
}

/*  */
.popup-head>.view-nec-details {
  width: 100%;
}

.popup-sub-title {
  margin-top: 30px;
  padding-top: 30px;
  font-size: 36px;
  border-top: 1px solid #fff;
  margin-bottom: 25px;
}

.popup-content .tab-section {
  display: flex;
  margin-bottom: 45px;
  border-bottom: 1px solid #dbdbdb;
}

.popup-content .tab-section>div:not(:last-child) {
  margin-right: 35px;
}

.popup-content .tab-section a {
  display: inline-block;
  text-decoration: none;
  padding-bottom: 20px;
  font-size: 18px;
  color: #293579;
}

.popup-content .tab-section a.active {
  border-bottom: 4px solid #eb5f3b;
  color: var(--orange);
  font-weight: var(--opensans-bold);
}

.head-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.head-wrapper .download-section {
  border: none;
}

.head-wrapper .download-section .download-link {
  color: #293579;
  font-size: 12px;
}

.head-title {
  font-size: 26px;
  font-weight: 700;
  color: #293579;
  margin: 0;
}

/* popup-video-row */

.popup-video-row {
  line-height: 0;
}

.popup-region.plenary .popup-video-section {
  margin-bottom: 72px;
}

/* popup-text-content-row */

.popup-text-content-row,
.popup-quotes-row {
  padding-left: 60px;
  padding-right: 60px;
}

.popup-region.session::before {
  width: 87px;
  height: 133px;
  content: "";
  position: fixed;
  left: 0;
  bottom: 0;
  background: url(img/pattern_stream_left-01.svg) no-repeat center;
  z-index: 1;
}

.popup-region.session .popup-section {
  z-index: 2;
}
