.region-sidebar-first,
.region-sidebar-second,
.region-footer,
.region-content {
  padding: 0;
}

.perspectives_card .job_title a {
  text-decoration: none;
  color: var(--red-primary);
  font-family: var(--bold-font);
}

.nsm_single-card .title_h6 {
  height: 61px;
  color: var(--white-primary);
  font-family: var(--regular-font);
  position: absolute;
  bottom: -9px;
  left: 0px;
  padding: 0px 12px;
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  background-image: linear-gradient(#9d969600, #1e1f20);
}

.nsm_block_footer .youtube-container,
.nsm_block_footer .youtube-field-player {
  width: 100%;
}

/*
.container {
  width: auto !important;
}
*/
.nsm_navbar-inner li a.nav-link:focus,
.nsm_navbar-inner li a.nav-link:hover {
  color: var(--red-primary);
}

.tabs-nav.form-select {
  border: 0;
  border-bottom: 1px solid var(--black-primary);
}

.form-item-sort-by select,
.form-item-sort-order label {
  display: none;
}

.form-item-field-career-location-target-id .bef-link--selected,
.form-item-field-publication-type-target-id .bef-link--selected,
.form-item-field-voice-type-target-id .bef-link--selected {
  color: var(--red-primary);
  border-bottom: 1px solid var(--red-primary);
  padding-bottom: 0.25vw;
}

/*
.path-frontpage .nsm_withimage-block {
  width: 55%;
}
*/
/*
.nsm_footer-area-dark .nsm_withimage-block {
  width: 58%;
}
*/
.form-item-sort-by,
.form-item-sort-order {
  font-weight: bold;
  margin-bottom: 10px;
  margin-top: 10px;
}

.form-item-sort-order {
  width: 100px;
}

.perspectives-main-content .form-item-sort-by label {
  display: none;
}

.form-item-field-career-location-target-id label {
  display: none;
}

.nsm_strategic-section .nsm_strat-slider .item-block .block-title a {
  color: var(--white-primary);
}

form.node-member-profile-form .js-form-type-checkbox input {
  width: auto;
  margin-right: 9px;
  margin-top: 6px;
}

form.node-member-profile-form .js-form-type-checkbox {
  display: inline-flex;
  clear: both;
  width: 100%;
}

form.node-member-profile-form .form-textarea {
  width: 100%;
  margin-bottom: 22px;
}

.page-node-type-career .application_form .form-text,
.node-member-profile-form .form-text {
  color: var(--black-primary);
}

.node-member-profile-form label,
.page-node-type-career .application_form label,
.loginregister_page .user-register-form label,
.loginregister_page .user-login-form label,
.loginregister_page .user-pass label,
.loginregister_page .user-login-form div.description,
.node-member-profile-form .form-item-field-membership-type div.description,
.member-listing .form-item-sort-bef-combine label,
.loginregister_page .user-pass div.description,
.loginregister_page .user-register-form div.description {
  display: none;
}

.node-member-profile-form .form-textarea {
  padding-left: 27px;
  padding-top: 18px;
}

.node-member-profile-form .form-checkboxes label,
.page-node-type-career .application_form .fileupload label,
.node-member-profile-form .form-item-captcha-response label,
.loginregister_page .user-login-form .form-item-captcha-response label,
.loginregister_page .user-register-form .form-item-captcha-response label,
.loginregister_page .user-pass .form-item-captcha-response label,
.loginregister_page .form-item-remember-me label,
.node-member-profile-form .js-form-type-managed-file label {
  display: block;
}

.loginregister_page .form-item-remember-me label {
  display: contents;
}

/*
.node-member-profile-form .js-form-type-managed-file div.description,
.loginregister_page .user-login-form .form-item-captcha-response div.description,
.loginregister_page .user-register-form .form-item-captcha-response div.description,
.loginregister_page .user-pass .form-item-captcha-response div.description {
  display: ruby-text;
}
*/
.node-member-profile-form label.error,
.page-node-type-career #edit-cmail-error,
.page-node-type-career #edit-cname-error,
.loginregister_page .form_card form label.error,
.nsm_form_section .career-form form label.error {
  font-size: 16px;
  color: #b61328;
  display: block;
  width: 100%;
  margin-bottom: 16px;
}

.node-member-profile-form input.error,
.career-form input.error,
.loginregister_page input.error,
.loginregister_page select.error {
  margin-bottom: 9px;
}

.node-member-profile-form .areas-of-interest legend,
.node-member-profile-form .tc_content legend,
.node-member-profile-form .js-form-type-url div.description {
  display: none;
}

.node-member-profile-form .captcha__title.js-form-required.form-required {
  font-size: 1vw;
  line-height: 2.2vw;
  font-family: var(--bold-font);
  color: var(--red-primary);
  margin-top: 2vw;
}

.node-member-profile-form label.form-required::after,
.application_form label.form-required::after {
  display: inline-block;
  margin-right: 0.15em;
  margin-left: 0.15em;
  content: "*";
  color: var(--red-primary);
  font-size: 0.875rem;
}

/*CSS For Alert*/
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}

.alert h4 {
  margin-top: 0;
  color: inherit;
}

.alert .alert-link {
  font-weight: bold;
}

.alert>p,
.alert>ul {
  margin-bottom: 0;
}

.alert>p+p {
  margin-top: 5px;
}

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px;
}

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit;
}

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}

.alert-success hr {
  border-top-color: #c9e2b3;
}

.alert-success .alert-link {
  color: #2b542c;
}

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}

.alert-info hr {
  border-top-color: #a6e1ec;
}

.alert-info .alert-link {
  color: #245269;
}

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}

.alert-warning hr {
  border-top-color: #f7e1b5;
}

.alert-warning .alert-link {
  color: #66512c;
}

.alert-danger {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}

.alert-danger hr {
  border-top-color: #e4b9c0;
}

.alert-danger .alert-link {
  color: #843534;
}

.messages--error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
  padding: 12px;
  font-size: 15px;
}

.messages--error .placeholder {
  background-color: unset;
  opacity: 1;
}

.messages--error hr {
  border-top-color: #e4b9c0;
}

.messages--error .alert-link {
  color: #843534;
}

/*End CSS For Alert*/

.market-industry-main-content .form-item-sort-by {
  display: none;
}

.market-industry-main-content form select,
.perspectives-main-content form select {
  padding: 0;
  margin-left: 0px !important;
}

.career-main-content .form-item-sort-order select,
.perspectives-main-content .form-item-sort-order select {
  border: 0;
  color: var(--black-primary);
  font-family: var(--medium-font);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-decoration: none;
  text-transform: uppercase;
  margin-right: 0.75vw;
  margin-left: -0.3vw;
  background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
  background-size: 0.8vw !important;
  background-position: calc(100% - 0%) 0.4vw !important;
  background-repeat: no-repeat !important;
  width: 5vw;
  padding: 0px;
  height: unset;
}

.career-main-content .form-item-sort-order select:focus,
.perspectives-main-content .form-item-sort-order select:focus {
  outline: 0;
}

/*
.path-user .loginregister_page {
  display: block;
}
*/
.event-page .form-item-sort-order {
  margin-left: 5px;
}

.path-user .loginregister_page .field--name-user-picture,
.user-logged-in .loginregister_page {
  display: none;
}

.fileupload div.field--type-file:first-child,
.page-node-type-career .application_form .fileupload div.js-form-type-managed-file {
  border: 1px solid var(--black-primary);
  padding: 1vw 1.5vw;
  width: 100%;
  margin-bottom: 1.5vw;
}

.fileupload input.form-file {
  border: unset;
  color: unset;
}

#code-of-conduct {
  max-width: 900px;
  border: 5px solid #b61328;
  padding: 30px;
}

#code-of-conduct p {
  font-size: 13px;
  line-height: 1.46;
  color: #4e4e4e;
}

.media_kit-slider .item-block a {
  text-decoration: none;
}
/*
.application_form .fileupload input[type="file"] {
  padding: .8vw .8vw;
}
*/


.get-the-report {
  padding: 50px 0;
}

.get-the-report .heading {
  text-align: center;
  font-size: 36px;
  font-weight: 400;
  margin-bottom: 15px;
}

.get-the-report .get-the-report-header {
  margin-bottom: 40px;
}

.get-the-report p {
  text-align: center;
  font-size: 20px;
  margin-bottom: 35px;
}

.get-the-report .regular-price {
  background: #f0f0f0;
  padding: 43px 15px 15px 15px;
  width: 49%;
  margin: 0 0.5%;
  font-size: 21px;
  line-height: 27px;
  min-height: 125px;
  color: #000;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.get-the-report .regular-price>span {
  height: 43px;
  line-height: 43px;
}

.get-the-report .regular-price .buy-now {
  background: var(--red-primary);;
  color: #fff;
  font-size: 24px;
  height: 43px;
  line-height: 43px;
  text-align: center;
  max-width: 205px;
  width: 100%;
  display: block;
  margin-left: 5px;
}

.get-the-report .regular-price .buy-now:hover {
  text-decoration: none;
  background-color: #fff;
  color: #b61328;
  border: 1px solid #b61328;
}

.get-the-report .regular-price p {
  text-align: center;
  width: 100%;
  font-size: 14px;
}

.get-the-report .regular-price p.not-activated {
  color: #b61328;
}

/*
ul.pager {
  text-align: center;
}

ul.pager li.pager__item {
  list-style-type: none;
}

ul.pager li.pager__item a.button {
  width: auto;
  padding: 1vw 2vw 1vw 2vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  display: inline-block;
  border: 0;
}

div.click-here a.btn-primary {
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  border: 0;
  height: 30px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 2.5vw;
  font-size: 8px;
}

div.click-here {
  margin-top: 50px;
}
*/
.event-award {
  margin-top: 35px;
}

/* membership calculator popup start */
.membership-fee-modal .modal-dialog {
  max-width: 100%;
}

.membership-fee-modal .modal-content {
  border: 6px solid #b61328;
  border-radius: 0;
  max-width: 900px;
  width: 90%;
  max-height: 90%;
  min-height: auto;
  border-radius: 0;
  margin: 0 auto;
}

.membership-fee-modal .modal-header {
  position: relative;
}

.membership-fee-modal .modal-header img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.membership-fee-modal .modal-title {
  font-size: 30px;
  font-weight: 400;
  width: 100%;
  text-align: center;
}

.membership-fee-modal .modal-body {
  width: calc(100% - 220px);
  margin: 0 auto;
  color: #242424;
  font-size: 17px;
  line-height: 1.3;
}

.membership-fee-modal .modal-body .row {
  margin-top: 18px;
}

.membership-fee-modal .modal-footer {
  background-color: #b61328;
  color: #fff;
  display: block;
  width: calc(100% - 220px);
  margin: 0 auto 30px;
  border-radius: 5px;
  padding: 7px 15px;
  font-size: 17px;
}

.membership-fee-modal .modal-footer .row {
  margin: 0 -15px;
}

.modal-header .close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
}

/* membership calculator popup end */

.popupBox {
  display: none;
  max-width: 1098px !important;
  width: 95% !important;
  padding: 15px !important;
}

.popupBox .fancybox-close-small {
  background-color: #b61328;
  opacity: 1;
  color: #fff;
  border-radius: 50%;
}

.popupBox .heading {
  width: 100%;
  background: #3d7a96;
  text-align: center;
  margin: 0;
}

.popupBox .heading h2 {
  font-size: 24px;
  line-height: 30px;
  color: #fff;
  text-transform: uppercase;
  padding: 30px 0;
  margin: 0px;
}

.popupBox .content table {
  width: 100%;
  margin: 0px;
}

.popupBox .content table th {
  background: #fbc72b;
  text-align: left;
  padding: 15px 15px 15px 48px;
  color: #000;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.popupBox .content table td {
  width: 33.33%;
  text-align: left;
  padding: 18px 15px 15px 48px;
  color: #000;
  font-size: 14px;
  line-height: 18px;
}

.popupBox .content table th:nth-of-type(2),
.popupBox .content table td:nth-of-type(2) {
  text-align: center;
}

.popupBox .content .click {
  color: #f00;
  margin: 30px 0 0 48px;
  font-style: italic;
  font-size: 14px;
  line-height: 22px;
  display: block;
}

/*------- mobile responsive code start --------*/

@media (max-width:767px) {

  .career-main-content .form-item-sort-order select,
  .perspectives-main-content .form-item-sort-order select {
    border: 0;
    color: var(--black-primary);
    font-family: var(--medium-font);
    font-size: 3.6vw;
    line-height: 3.70vw;
    text-decoration: none;
    text-transform: uppercase;
    margin-right: 0.75vw;
    margin-left: -0.3vw;
    background: url(/themes/custom/nasscomredesigntheme/images/red_drop_arrow.svg) no-repeat !important;
    background-size: 2.7vw !important;
    background-position: calc(100% - 0%) 1.2vw !important;
    background-repeat: no-repeat !important;
    width: 15vw;
    margin-bottom: 3vw;
  }
}

.captcha-type-challenge--recaptcha legend.captcha__title {
  display: none;
}

.g-recaptcha {
  margin-bottom: 20px;
}

.captcha-type-challenge--math legend {
  display: none;
}

.perspectives-main-content .member-listing .form-item-sort-by label {
  display: none;
}

.views-infinite-scroll-content-wrapper section.tabs-content:not(:first-child) {
  border-top: unset;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  overflow: hidden;
}

.twitter-profile-url a {
  color: #FFF;
}

.career-form.application_form {
  margin-top: 2.4vw;
}

.alert .placeholder,
.path-user .placeholder {
  background-color: unset;
}

.form-managed-file input.form-submit {
  padding: 7px 13px 7px 12px;
  border-radius: 0;
  margin-bottom: 51px;
}

/*
.people-card .desg {
  height: 3.5vw;
  overflow-y: auto;
}

#people .perspectives_card .job_title {
  height: 3.2vw;
}
*/
/*
#perspectivesstickyelement .form-item-field-publication-type-target-id {
  float: right;
  width: 80%;
}
*/
#perspectivesstickyelement .form-item-sort-by {
  float: left;
  width: 20%;
  margin-top: 30px;
  display: none;
}

.career-main-content .form-item-sort-by {
  display: none;
}

#perspectivesstickyelement .views-infinite-scroll-content-wrapper .tabs-content {
  margin-top: 0;
}

#perspectivesstickyelement #edit-sort-order {
  margin-top: 5px;
}

.youtub-image {
  height: 100%;
}

.node-member-profile-form .container-checkbox input {
  margin: 38px;
}

.user-pass p {
  display: none;
}

#loginregister_page {
  overflow-y: scroll;
}

.tabs-content .content-block a.mailto {
  font-family: unset;
  font-size: unset;
  line-height: unset;
  color: unset;
  text-transform: unset;
  text-decoration: unset;
}

.member-listing form .form-item-title input.form-text {
  width: unset;
}

.member-listing .media_press_tabcontent {
  margin-top: 0px;
}

#members_listing .perspectives_card .action-btn .category {
  width: auto;
  text-align: left;
  font-size: 0.7vw;
  text-decoration: none;
  color: var(--black-primary);
  font-family: var(--medium-font);
  height: unset;
}
/*
.home-page-desktop .nsm_footer_div .nsm_withimage-block {
  width: 60%;
  border-radius: 2vw;
  margin-right: 1%;
}

.home-page-desktop .nsm_footer_div .nsm .nsm_withtext-block {
  width: 38%;
  border-radius: 2vw;
  margin-right: 1%;
  padding: 2vw;
  position: relative;
}
*/

@media (max-width: 767px) {


  #members_listing .perspectives_card .action-btn .category {
    font-size: unset;
  }

  .user-logged-in.path-user .membership_form_single h1.title_h1 {
    font-size: 6vw;
  }
  /*
  .home-page-desktop .nsm_footer_div .nsm_withimage-block {
    width: 90%;
    border-radius: 2vw;
    margin-right: 1%;
  }

  .home-page-desktop .nsm_footer_div .nsm_withtext-block {
    width: 58%;
    padding: 3vw;
  }
  */
  .membership-fee-modal img {
    width: 20%;
  }

  .membership-fee-modal .modal-title {
    font-size: 24px;
  }

  .membership-fee-modal .modal-body {
    width: 100%;
    font-size: 14px;
  }

  .membership-fee-modal .modal-footer {
    width: calc(100% - 2rem);
    font-size: 15px;
  }

  #people .perspectives_card .job_title {
    height: unset;
  }

  /*
  #perspectivesstickyelement .form-item-field-publication-type-target-id {
    float: unset;
    width: 100%;
  }
  */
  #perspectivesstickyelement .form-item-sort-by {
    float: unset;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  #perspectivesstickyelement .form-item-sort-order select,
  .perspectives-main-content .form-item-sort-order select  {
    margin-top: 0;
    width: 100%;
  }

  #perspectivesstickyelement .sort-pers,
  .perspectives-main-content .sort-pers {
    margin-top: 14px;
  }

  #perspectivesstickyelement .form-item-sort-order,
  .perspectives-main-content .form-item-sort-order {
    width: 100%;
  }

  .event-page .form-item-sort-order {
    margin-left: 0;
  }

  form.node-member-profile-form .form-textarea::placeholder {
    font-size: 3.6vw !important;
  }

  .node-member-profile-form .form-textarea {
    padding-left: 9px;
    padding-top: 18px;
  }

  .modal-login .user-login-form .captcha-type-challenge--math {
    width: 100%;
    margin-top: 16px;
  }

  .modal-login .user-pass .captcha-type-challenge--math,
  .modal-login .user-register-form .captcha-type-challenge--math {
    width: 100%;
  }
}

@media (max-width: 599px) {

  #members_listing .tabs-nav.stickyelement {
    margin-top: 50px;
  }

  .user-logged-in.path-user .membership_form_single h1.title_h1 {
    font-size: 5vw;
  }

  #members_listing .perspectives_card .action-btn .category {
    font-size: unset;
  }

  .membership-fee-modal .modal-header {
    flex-wrap: wrap;
  }

  .membership-fee-modal .modal-header img {
    position: static;
    max-width: 200px;
    width: auto;
  }

  .membership-fee-modal .close {
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .membership-fee-modal .modal-body .col-3 {
    padding-left: 0;
  }

  .membership-fee-modal .modal-footer .col-9 {
    width: 50%;
    flex: 0 0 50%;
  }

  .membership-fee-modal .modal-footer .col-3 {
    width: 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  #people .perspectives_card .job_title {
    height: unset;
  }

  /*
  #perspectivesstickyelement .form-item-field-publication-type-target-id {
    float: unset;
    width: 100%;
  }
  */

  #perspectivesstickyelement .form-item-sort-by {
    float: unset;
    width: 100%;
    margin-top: 0;
    display: none;
  }

  #perspectivesstickyelement .form-item-sort-order select,
  .perspectives-main-content .form-item-sort-order select {
    margin-top: 0;
    width: 100%;
  }

  #perspectivesstickyelement .sort-pers,
  .perspectives-main-content .sort-pers {
    margin-top: 14px;
  }

  .event-page .form-item-sort-order {
    margin-left: 0;
  }

  #perspectivesstickyelement .form-item-sort-order,
  .perspectives-main-content .form-item-sort-order {
    width: 100%;
  }

  form.node-member-profile-form .form-textarea::placeholder {
    font-size: 3.6vw !important;
  }

  .node-member-profile-form .form-textarea {
    padding-left: 9px;
    padding-top: 18px;
  }

  .modal-login .user-login-form .captcha-type-challenge--math {
    width: 100%;
    margin-top: 16px;
  }

  .modal-login .user-pass .captcha-type-challenge--math,
  .modal-login .user-register-form .captcha-type-challenge--math {
    width: 100%;
  }

  .voice-slider .content-forblock .title_h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .award-event .svall {
    margin-top: 8px;
  }
}

@media (max-width: 767px) {
  form input[type="submit"] {
    width: auto;
    padding: 5vw 2vw 5vw 2vw !important;
    border-radius: 8.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 11px;
    line-height: 14px;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    display: inline-block;
    border: 0;
  }
}

.views-field-purchased-entity div div>div {
  display: none;
}

.key_finding .blog-author span {
  padding: 10px;
}

@media (max-width: 1199px) {
  .get-the-report .heading {
    font-size: 32px;
  }

  .get-the-report p {
    font-size: 16px;
  }

  .get-the-report .regular-price {
    font-size: 18px;
    min-height: auto;
    padding: 30px 15px;
    display: block;
    text-align: center;
  }

  .get-the-report .regular-price .buy-now {
    font-size: 18px;
    max-width: 160px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .get-the-report .regular-price {
    align-content: flex-start;
  }
}

@media (max-width: 767px) {
  .get-the-report .get-the-report-header {
    margin-bottom: 20px;
  }

  .get-the-report .heading {
    font-size: 26px;
  }

  .get-the-report .regular-price {
    width: 100%;
  }

  .get-the-report .regular-price.r {
    margin-top: 20px;
  }
}

.title-btn-hr {
  height: 20px;
  overflow: hidden;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

#deipage #v1 .item-block .block-title {
  height: max-content;
  border-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

#deipage #v1 .item-block .title-btn-hr {
  margin-top: 0;
}


#deipage #v2 .item-block .block-title {
  height: 3.6vw;
  border-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
  overflow: hidden;
}


#deipage div.click-here {
  margin-top: 50px;
}

#deipage div.click-here a.btn-primary {
  width: auto;
  padding: 1vw 1.75vw 1vw 1.75vw;
  border-radius: 2.5vw;
  color: var(--white-primary);
  text-transform: uppercase;
  background: var(--red-primary);
  font-size: 0.9vw;
  line-height: 1.35vw;
  text-align: center;
  font-family: var(--bold-font);
  text-decoration: none;
  text-decoration: none;
  display: inline-block;
  height: max-content;
  border: 0;
}


@media (max-width:767px) {

  #deipage #v2 .item-block .block-title {
    height: 10vw;
    border-bottom: 0;
    margin-bottom: 0;
    align-items: flex-start;
    overflow: hidden;
  }

  #deipage div.click-here a.btn-primary {
    width: auto;
    padding: 3vw 3.75vw 3vw 3.75vw;
    border-radius: 5.5vw;
    color: var(--white-primary);
    text-transform: uppercase;
    background: var(--red-primary);
    font-size: 3.2vw;
    line-height: 1.35vw;
    text-align: center;
    font-family: var(--bold-font);
    text-decoration: none;
    text-decoration: none;
    display: inline-block;
    height: max-content;
    border: 0;
  }
}

.newsletter_card .job_title a {
  color: var(--red-primary);
  text-decoration: none;
  font-family: var(--regular-font);
}

#perskeypage #v1 .item-block .block-title {
  height: max-content;
  border-bottom: 0;
  margin-bottom: 0;
  align-items: flex-start;
}

#policypage.key_finding-section .key_finding .item-block .block-title a,
#deipage.key_finding-section .key_finding .item-block .block-title a {
  color: var(--black-primary);
  text-decoration: none;
}

.perspectives-main-content .tabs-nav .row {
  align-items: initial;
}

.js-pager__items.pager {
  text-align: center !important;
  list-style-type: none;
}

.key_finding-section#policypage {
  padding: 6vw 0vw 0vw 0vw;
}

@media (max-width:767px) {
  .key_finding-section#policypage {
    padding: 9vw 0vw 0vw 0vw;
  }

}

@media (min-width:768px) and (max-width:1499px) {
  .key_finding-section#policypage {
    padding: 60px 0px 60px 0px;
  }
}

#people {
  margin-left: 0%;
  margin-bottom: 0;
}

.login-details li {
  list-style-type: none;
}

.nasscom-konnect .konnect-card img {
  width: 100%;
}

.market-industry-main-content.markets-industry section.tabs-content {
  border-top: 1px solid var(--black-primary);
  margin-top: 20px;
  overflow: visible;
}

@media (max-width: 767px) {
  .careerpagefilter #mobile_tab {
    padding-top: 23vw;
  }

  .careerpagefilter #mobile_tab .form-item-sort-order {
    width: 100%;
  }

  .careerpagefilter #mobile_tab .form-item-sort-order select {
    width: 100% ;
  }
}

.key_finding-section.perspectivekey h3.title_h3 {
  margin-bottom: 14px;
}

.former-presidents .perspectives_card .job_desc {
  overflow: auto;
  height: 104px;
}

@media (max-width: 767px) {
  #members_listing .tabs-nav select {
    width: 20vw;
  }
  #members_listing .tabs-nav.stickyelement {
    margin-top: 50px;
  }
}

#members_listing.perspectives-main-content .tabs-nav .row {
  align-items: end;
}

#members_listing.perspectives-main-content form select {
  margin-bottom: 0px;
}

.event_detail-intro .event_detail-content p {
  font-family: unset;
  margin-bottom: 10px;
}

.perspectives-main-content .perspectives_card .action-btn .fee a {
  pointer-events: initial !important;
}

.node-423 #edit-submit-events {
  display: none;
}

.node-423 .event-page #mobile_tab {
  padding-top: 23vw;
}

.node-423 .event-page #desktop_tab {
  padding: 0px;
}

.recent_newsletters-section .newsletter_card .newsletter_card_content .fee a {
  pointer-events: initial !important;
}

.recent_newsletters-section .newsletter_card .newsletter_card_content .action-btn a:hover {
  background: unset;
}
@media (max-width: 767px) {
  .loginregister_page .tabs-nav-login a {
    font-size: 3vw;
  }
  .context-of-paymentpage table .views-field-purchased-entity a {
    border-bottom: initial;
  }
  .context-of-paymentpage table .views-field-edit-quantity .js-form-type-number .quantity button {
    height: 25px;
  }
  .cart-form .views-field-remove-button .delete-order-item {
    padding: 6px !important;
    font-size: 3.2vw;
  }
  .context-of-paymentpage .order-total-summary table .total-cart td {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .address-book-edit-button.form-submit {
    padding: 2px 34px 4px 40px !important;
  }

  .voice-slider .content-forblock .title_h3 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }

  .award-event .svall {
    margin-top: 8px;
  }
}

.steps-to .hidden {
  display: block;
}

.cart-form .delete-order-item {
  text-decoration: none;
  color: var(--black-primary);
  padding-bottom: 5px;
  border-bottom: 1px solid var(--black-primary);
  width: auto;
  padding: unset;
  padding-bottom: unset;
  border-radius: unset;
  color: unset;
  text-transform: unset;
  background: unset;
  font-size: 20px;
}

.cart-form input[type="submit"].delete-order-item:hover {
  background: unset;
}

.cart-form .table-bordered> :not(caption)>*,
.orderinfosection.context-of-paymentpage .table-bordered> :not(caption)>* {
  border-width: inherit !important;
}

.cart-form tbody,
.cart-review tbody,
.cart-form td,
.cart-review td,
.cart-form tfoot,
.cart-review tfoot,
.cart-form th,
.cart-review th,
.cart-form thead,
.cart-review thead,
.cart-review tr,
.cart-form tr {
  border-color: inherit;
  border-style: unset;
  border-width: 0;
}

.context-of-paymentpage .cart-form form {
  padding-top: 0px;
}

.order-total-summary {
  margin-bottom: 20px;
}
/*
.context-of-paymentpage .order-total-summary table td {
  padding-top: 22px;
  padding-bottom: 22px;
}
*/

.order-total-summary table {
  width: 100%;
}


.context-of-paymentpage .form-actions {
  display: block;
  text-align: center;
}

.payment-info-section.border {
  border: initial !important;
}

.payment-info-section.border div.title {
  font-size: 1.75rem;
  font-weight: 500;
  margin-bottom: 35px;
  margin-top: 36px;
}

.payment-info-section.border .checkout-pane-payment-information legend {
  display: none;
}

@media screen and (min-width: 780px),
(orientation: landscape) and (min-device-height: 780px) {

  .layout-region-checkout-main,
  .layout-region-checkout-footer {
    width: 100%;
  }
  .award-event .svall {
    margin-top: 8px;
  }
}

.cart-review .table-bordered> :not(caption)>*>*,
.orderinfosection.context-of-paymentpage .table-bordered> :not(caption)>*>* {
  border-width: 0;
}

.checkout-pane-review fieldset {
  padding-bottom: 38px;
}

.context-of-paymentpage table .js-form-type-number .quantity button {
  height: 36px;
}

.added-address-details .fieldset-legend {
  font-size: 1.5rem;
  margin-top: 36px;
}

.added-address-details {
  margin-bottom: 10px;
}

.address-book-edit-button.form-submit {
  padding: 2px 34px 4px 40px;
}

.context-of-paymentpage table .views-field-purchased-entity a {
  border-bottom: initial !important;
}

.update-cart-submit,
.cart-billing .selected-order-summery,
.cart-review .payment-info-section {
  display: none !important;
}

.context-of-paymentpage .cart-review table {
  margin-top: 0px;
}

table.order-review thead.heading {
  display: none;
}

.context-of-paymentpage .form-actions .link--previous,
.context-of-paymentpage .payment-page #edit-actions a  {
  display: none;
}

#commerce-checkout-flow-multistep-default label.error {
  font-size: 16px;
  color: #b61328;
  display: block;
  width: 100%;
}

.key-insight-responsive-video {
  width: 100%;
  max-width: 720px;
  /* Maximum width is 720px */
  height: auto;
  /* Height adjusts automatically to maintain aspect ratio */
  display: block;
  /* Removes any unwanted space below the video */
  margin: 0 auto;
  /* Centers the video horizontally */
}

.policy-landing-page-ctx .nsm_focusarea-section {
  margin-bottom: 5px;
}

#careerscrollLink {
  cursor: pointer;
}

.orderinfosection.context-of-paymentpage table a {
  border-bottom: 0;
}

.content-forblock a.slider-link {
  text-decoration: none;
}

#block-nasscomredesigntheme-tabs {
  display: none;
}

.local_tasks #block-nasscomredesigntheme-tabs {
  display: block;
  margin-bottom: 14px;
}

.local_tasks ul.nav-tabs {
  border-bottom: 1px solid #c8cfd6;
  display: flex;
  padding: 0;
  width: 100%;
  gap: 16px;
}

.local_tasks ul.nav-tabs li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.local_tasks ul.nav-tabs li::marker {
  display: none;
}

.local_tasks ul.nav-tabs li:last-child {
  margin-right: 0;
}

.local_tasks ul.nav-tabs li a {
  font-weight: 600;
  font-size: 16px;
  line-height: 1.2;
  color: #000000;
  opacity: 0.6;
  padding: 14px 20px;
  display: flex;
  position: relative;
  cursor: pointer;
  height: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.local_tasks ul.nav-tabs li a:after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  height: 4px;
  width: 0;
  background: var(--red-primary);
  opacity: 1;
  transition: all ease 0.3s;
}

.local_tasks ul.nav-tabs li a:hover {
  color: #000;
}

.local_tasks ul.nav-tabs li a:hover:after {
  width: 100%;
}

.local_tasks ul.nav-tabs li a.active {
  color: #000;
  opacity: 1;
}

.local_tasks ul.nav-tabs li a.active:after {
  width: 100%;
}

.local_tasks ul.nav-tabs li a span {
  width: 100%;
  line-height: 24px;
  height: 100%;
}

.local_tasks .nav-item.active {
  background-color: var(--red-primary);
}

.local_tasks .nav-item.active a.is-active {
  color: #FFF;
}

.video_block iframe {
  object-fit: cover;
  border-radius: 10px;
}

.perspectives_card_content .action-btn .fee a:hover {
  background: none;
}

.form-item-field-voice-type-target-id .bef-links-use-ajax {
  display: flex;
}

.former_presidents .people-card .desg {
  overflow-y: scroll;
  height: 80px;
}

a.color-trantransparent {
  color: transparent;
}

.voice-author-name {
  text-decoration: unset;
}

#a2apage_full .a2a_svg svg {
  background: #000 !important;
}

#a2apage_full a.a2a_i .a2a_svg {
  height: 45px;
  line-height: 45px;
  width: 45px;
  background: #ebebeb !important;
}

#a2apage_full div.a2a_full_footer a {
  color: #000 !important;
}

#a2apage_full .a2a_full_services .a2a_i {
  color: black !important;
}

#a2apage_full .a2a_svg#a2apage_find_icon svg {
  background: transparent !important;
}

.social-strip .imgblk.a2a_dd {
  margin-bottom: 14px;
}

.sharepopup_page .linkbtn-copy {
  display: none;
}

ul.cstm-breadcrumbs li:last-child::after {
  content: initial;
}


form .newtabsvoice input {
  background: transparent;
  border: 1px solid var(--black-primary);
  padding: 20px 30px;
  width: auto;
  margin-bottom: 0px;
  -webkit-appearance: auto;
  border-radius: 0;
  color: var(--black-primary);
  font-size: 20px;
  line-height: 30px;
}

.views-reset-link {
  border-bottom: unset !important;
  margin: 0px !important;
}

/* Container for the podcast player */
.podcast-player {
  max-width: 900px;
  margin: 30px auto;
  padding: 20px;
  background: #1a1a1a; /* Dark background */
  border-radius: 12px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
  overflow: hidden;
}

/* Style the audio element */
.podcast-player audio {
  width: 100%;
  background: transparent;
  outline: none;
}

.cart-complete .action-btn {
  margin-bottom: 10px;
}

.page-node-type-voices .listen-heading h2 {
  margin: 0;
}

.page-node-type-voices .list-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page-node-type-voices .list-section li.download-link a {
  font-weight: bold;
  color: #C33531;
  text-decoration: none;
  transition: color 0.3s;
}

.page-node-type-voices .list-section li.download-link a:hover {
  color: #e04f4b;
}

.page-node-type-voices .list-section li.speed-control {
  cursor: pointer;
  color: #C33531;
  transition: color 0.3s;
}

.page-node-type-voices .list-section li.speed-control:hover {
  color: #e04f4b;
}

.page-node-type-voices .progress-container {
  width: 100%;
  background: #eee;
  padding: 15px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  height: 90px;
}

.page-node-type-voices .play-btn {
  width: 30px;
  height: 30px;
  background: #C33531;
  clip-path: polygon(0% 0%, 100% 50%, 0% 100%);
  cursor: pointer;
  margin-right: 10px;
  margin-left: 10px;
  transition: all 0.3s;
}

.page-node-type-voices .play-btn.pause {
  background: #C33531;
  position: relative;
  clip-path: none;
}

.page-node-type-voices .play-btn.pause::before,
.page-node-type-voices .play-btn.pause::after {
  content: '';
  position: absolute;
  width: 8px;
  height: 20px;
  background: #C33531;
  top: 50%;
  transform: translateY(-50%);
}

.page-node-type-voices .play-btn.pause::before {
  left: 6px;
}

.page-node-type-voices .play-btn.pause::after {
  right: 6px;
}

.page-node-type-voices .progress-bar {
  width: 87%;
  height: 5px;
  background: #939393;
  position: relative;
  border-radius: 10px;
}

.page-node-type-voices .progress {
  width: 0%;
  height: 100%;
  background: #C33531;
  position: absolute;
  border-radius: 10px;
}

.page-node-type-voices .time {
  font-size: 18px;
  font-weight: 500;
  margin-right: 20px;
  margin-left: 10px;
  white-space: nowrap;
  color: #939393;
}

.award-event .form-item-event-date-filter {
  display: none;
}

.youtube-video-render {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio */
  height: 0;
  overflow: hidden;
  margin-bottom: 5px;
}
.youtube-video-render iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_links .footer-menu {
  padding-left: 0px;
}

#block-nasscomredesigntheme-footer {
  margin-top: 11px;
}

.award-event .perspectives_card .action-btn .fee a,
.award-event .perspectives_card .action-btn .city,
.award-event .perspectives_card .action-btn .postdate {
  font-size: 11px;
}

.award-event .perspectives_card .action-btn {
  padding: 8px 16px;
}

.article_authors .row .col-md-6 {
  margin-bottom: 3rem !important;
}

@media (min-width:768px) {
  .tab-item .mi-council-member .col-md-3 {

  }

}
.market-industry-main-content .tabs-content .helping_sme_content strong {
  font-family: var(--regular-font);
  font-weight: 400;
  font-size: 20px;
  line-height: 160%;
  color: #C33531;
}
.tabs-nav .col-md-12.grid_line_colum h4 {
  line-height: unset;
  font-family: unset;
  margin-bottom: unset;
}

.slider-wrapper.slider-talent .slick-arrow.slick-hidden {
  display: block;
}
/*
.hs_video_frame_content a {
  color: #C33531;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
  font-family: var(--bold-font);
  font-weight: 700;
}

@media (min-width: 1500px) {
  .hs_video_frame_content a {
    font-size: 20px;
    line-height: 32px;
    font-family: var(--bold-font);
    font-weight: 700;

  }
}
*/
