.mb0 {
  margin-bottom: 0 !important;
}

.banner-content-left {
  padding-right: 9%;
}

.rightImageSection figure img {
  margin-bottom: 0;
  display: block;
}

.wp-block-column.rightImageSection {
  margin: 0 !important;
}

.banner-content-left {
  margin-bottom: 0 !important;
}

.expert-bio-item {
  max-width: 33%;
  margin: 0;
  flex-basis: 33.33%;
  margin: 0 0 40px;
}

.wp-block-em-multipurpose-block.is-block-center.expert-bio-main {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-block-image.expertImage figure {
  border: 1px solid #707070;
  border-radius: 50%;
  max-width: 220px;
  overflow: hidden;
  margin-bottom: 0;
}

.wp-block-image.expertImage figure img {
  display: block;
  width: 100%;
}

.wp-block-image.expertImage {
  margin-bottom: 40px;
}

.expertTitle {
  margin: 0 0 25px;
}

.ExpertProfession {
  margin: 0 0 21px 0;
  font-family: "Poppins-Regular", sans-serif;
  font-size: 22px;
  color: #666;
}

.viewBioButton a {
  font-size: 20px !important;
  font-weight: 500 !important;
  font-family: "NotoSans-Regular", sans-serif;
  border: 0 none !important;
  padding: 0 !important;
  width: auto !important;
}

.viewBioButton a:hover {
  background: 0 0 !important;
  text-decoration: underline;
}

p.expertDetails {
  display: none;
}

.expertPopupOuter {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.56);
  z-index: 4;
  width: 100%;
  height: 100%;
}

.expertPopupOuter .expertPopup {
  background: #fff;
  width: 1030px;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0 auto;
  padding: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 94%;
  position: relative;
}

.expertPopupOuter .expertPopup .closeIcon {
  position: absolute;
  right: 20px;
  top: 15px;
  font-weight: 700;
  color: var(--vtx-primary-color);
  font-size: 20px;
  cursor: pointer;
}

.expertPopupOuter .expertPopup img {
  width: 200px;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 {
  font-size: 30px;
  color: var(--vtx-primary-color);
  cursor: auto;
  font-weight: 400;
  margin: 0;
  font-family: "Poppins-SemiBold";
  margin-bottom: 5px;
}

.expertPopupOuter .expertPopup .expertContentWrap .ExpertProfession br {
  display: none;
}

.expertPopupOuter .expertPopup .expertContentWrap p.expertBios {
  color: #333;
  font-size: 16px;
  font-family: "Poppins-Regular", sans-serif;
}

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
}

.wpcf7-form-control-wrap {
  position: unset;
}

.contributorForm p:empty {
  display: none;
}

.twoCol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  clear: both;
}

.twoCol .innerCol {
  -ms-flex-preferred-size: calc(48% - 50px);
  flex-basis: calc(48% - 50px);
  margin-bottom: 25px;
  position: relative;
}

.twoCol .innerCol:first-child {
  margin-right: 20px;
}

.contributorForm .twoCol .innerCol label {
  color: #9a7cce;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  display: inline-block;
}

.contributorForm .twoCol .innerCol input {
  border-bottom: 1px solid #707070;
  padding: 5px 15px;
  width: 100%;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  height: 66px;
  line-height: 20px;
  font-size: 18px;
  font-weight: 400;
  color: #333;
  border-width: 0 0 1px;
  background: 0 0;
  overflow: visible;
  display: block;
  margin-bottom: 10px;
}

.contributorForm .twoCol .innerCol input::-webkit-input-placeholder {
  color: #333;
  transition: all 0.5s;
  position: relative;
  transform: translate(0, 0);
}

.contributorForm .twoCol .innerCol input::-moz-placeholder {
  color: #333;
  transition: all 0.5s;
  position: relative;
  transform: translate(0, 0);
}

.contributorForm .twoCol .innerCol input:-ms-input-placeholder {
  color: #333;
  transition: all 0.5s;
  position: relative;
  transform: translate(0, 0);
}

.contributorForm .twoCol .innerCol input:-moz-placeholder {
  color: #333;
  transition: all 0.5s;
  position: relative;
  transform: translate(0, 0);
}

.contributorForm .twoCol .innerCol input:focus::-webkit-input-placeholder {
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  transform: translate(-14px, -24px);
  color: var(--vtx-primary-color);
}

.contributorForm .twoCol .innerCol input::-moz-placeholder {
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  transform: translate(-14px, -24px);
  color: var(--vtx-primary-color);
}

.contributorForm .twoCol .innerCol input:-ms-input-placeholder {
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  transform: translate(-14px, -24px);
  color: var(--vtx-primary-color);
}

.contributorForm .twoCol .innerCol input:-moz-placeholder {
  position: relative;
  transition: all 0.5s;
  z-index: 1;
  transform: translate(-14px, -24px);
  color: var(--vtx-primary-color);
}

.contributorForm .submitButton {
  border-radius: 0 !important;
  text-align: left;
  background: var(--vtx-link-color) !important;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0;
  line-height: 50px;
  min-height: 90px;
  font-family: "Poppins-Regular", sans-serif;
  font-weight: 600;
  width: 260px !important;
  border: 0 none !important;
  color: #fff;
  margin: 40px 0 0;
  max-height: 90px;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: auto;
}

.contributorForm .submitButton input[type=submit] {
  background: 0 0;
  width: 100%;
  max-width: 100%;
  border-radius: 0;
  outline: 0;
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: 0 none;
  height: 90px;
  padding: 0 0 0 70px;
  margin: 0;
  display: block;
  font-family: "Poppins-SemiBold";
  display: flex;
}

.contributorForm .submitButton input[type=submit]:hover {
  opacity: 0.8;
}

.contributorForm .submitButton::after {
  content: "";
  background-image: url(/wp-content/themes/publicservicedegrees/images/right-caret.png);
  width: 40px;
  height: 15px;
  display: inline-block;
  position: absolute;
  right: 65px;
  background-size: contain;
  background-position: center;
  z-index: 2;
  top: auto;
  background-repeat: no-repeat;
  pointer-events: auto;
}

.contributorForm .h2-heading {
  margin-bottom: 60px;
}

body div.wpcf7-mail-sent-ok {
  border: 2px solid #398f14 !important;
}

body div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  border: none;
  padding: 0;
  margin: 0;
  vertical-align: middle;
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.2);
  background-repeat: no-repeat;
  background-size: 20px auto;
  left: 0;
}

.expertPopupOuter .expertPopup .expertContentWrap p.expertBios a:hover {
  color: var(--vtx-primary-color);
}

.expertPopupOuter .expertPopup .expertContentWrap p.expertBios a {
  color: var(--vtx-link-color);
}

@media screen and (max-width: 980px) {
  .expert-bio-item {
    max-width: 50%;
    flex-basis: 50%;
  }
  .banner-content-left {
    padding-right: 0;
  }
  .wp-block-column.rightImageSection {
    display: none;
  }
  .banner-content-left {
    flex-basis: 100% !important;
    margin: 0 !important;
    padding: 50px 0;
  }
  .banner-content-left .wp-block-em-multipurpose-block p:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin-right: 0;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
  body .twoCol .innerCol {
    -ms-flex-preferred-size: calc(50% - 20px);
    flex-basis: calc(50% - 20px);
  }
  .becomeContributor_Main {
    padding: 50px 0 !important;
  }
}
@media screen and (max-width: 600px) {
  .expert-bio-item {
    max-width: 100%;
    flex-basis: 100%;
  }
  body .twoCol {
    flex-direction: column;
  }
  body .twoCol .innerCol {
    -ms-flex-preferred-size: calc(48% - 50px);
    flex-basis: 100%;
    margin-bottom: 25px;
    width: 100%;
    max-width: 100%;
  }
}
.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  width: 1px;
  margin: 0;
  padding: 0;
  border: 0;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2;
}

.wpcf7 form.init .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450;
}

.wpcf7 form.aborted .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output {
  border-color: #dc3232;
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
  border-color: #ffb900;
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232;
  font-size: 1em;
  font-weight: 400;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: absolute;
  top: 20%;
  left: 20%;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
}

span.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

span.wpcf7-list-item-label::after,
span.wpcf7-list-item-label::before {
  content: " ";
}

div.wpcf7 .ajax-loader {
  visibility: hidden;
  display: inline-block;
  background-image: url("../../images/ajax-loader.gif");
  width: 16px;
  height: 16px;
  border: none;
  padding: 0;
  margin: 0 0 0 4px;
  vertical-align: middle;
}

div.wpcf7 .ajax-loader.is-active {
  visibility: visible;
}

div.wpcf7 div.ajax-error {
  display: none;
}

div.wpcf7 .placeheld {
  color: #888;
}

div.wpcf7 input[type=file] {
  cursor: pointer;
}

div.wpcf7 input[type=file]:disabled {
  cursor: default;
}

div.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type=email],
.wpcf7 input[type=tel],
.wpcf7 input[type=url] {
  direction: ltr;
}
