.page-top-banner.is-image-banner::before {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(32%, #fff),
    color-stop(71%, #fff),
    color-stop(88%, rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(left, #fff 32%, #fff 71%, rgba(255, 255, 255, 0) 88%);
  background: linear-gradient(to right, #fff 32%, #fff 71%, rgba(255, 255, 255, 0) 88%);
}

.mt-0 {
  margin-top: 0;
}

.spacer-10 {
  max-height: 10px;
}

.Info-Box-Small p {
  margin: 0;
}

.Info-Box-Small p strong {
  color: var(--vtx-primary-color);
}

@media screen and (max-width: 767px) {
  .Info-Box-Small {
    padding: 15px !important;
  }
}
.do-dont-pros-cons-block-main .heading-h4 {
  margin-bottom: 40px;
  margin-top: 0;
}

.do-dont-pros-cons-block-main .wp-block-columns .wp-block-column:not(:last-child) {
  margin-right: 8%;
}

.do-dont-pros-cons-block-main .wp-block-column .wp-block-em-multipurpose-block {
  height: 100%;
}

.do-dont-pros-cons-block-main .wp-block-column ul.mdwes-list-design {
  list-style-type: none;
  margin: 0;
  padding: 0 0 0 38px;
}

.do-dont-pros-cons-block-main.do-dont-pros-cons-block-main ul.mdwes-list-design li {
  position: relative;
  text-indent: 0;
}

.do-dont-pros-cons-block-main.do-dont-pros-cons-block-main
  ul.mdwes-list-design
  li:not(:last-child) {
  margin-bottom: 23px;
}

.do-dont-pros-cons-block-main ul.mdwes-list-design li:before {
  left: -38px;
  position: absolute;
  top: 4px;
}

.do-dont-pros-cons-block-main ul.mdwes-list-design.red-icon-list li:before {
  background-image: url(/wp-content/themes/publicservicedegrees/images/check-img-red-fill.png) !important;
  left: -38px;
  position: absolute;
  top: 4px;
}

.pros-blue-Block ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li:not(:last-child) {
  margin-bottom: 23px;
}

@media screen and (max-width: 780px) {
  .do-dont-pros-cons-block-main .heading-h4 {
    margin-bottom: 20px;
  }
  .do-dont-pros-cons-block-main .wp-block-columns .wp-block-column:not(:last-child) {
    margin-right: 0;
  }
  .do-dont-pros-cons-block-main .wp-block-columns .wp-block-column {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .do-dont-pros-cons-block-main .wp-block-column .wp-block-em-multipurpose-block {
    padding: 25px 20px !important;
  }
}
.expert-bio-top-para .wp-block-image {
  top: -10px;
  position: relative;
}

.expert-bio-top-para .wp-block-image img {
  margin-right: 10px;
}

@media screen and (max-width: 600px) {
  .expert-bio-top-para.expert-bio-top-para figure {
    float: left;
    margin: 0 5px 5px 0;
    text-align: left;
  }
}
body .view--bio-btn a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

body .view--bio-btn a:hover {
  background-color: #0693e3;
  color: #fff;
  text-decoration: none;
}

.wp-block-em-image-with-content .wp-block-em-right-column.img-wrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 15px;
}

.wp-block-em-image-with-content .wp-block-em-right-column.content-wrap .expert-bio {
  display: none;
}

.wp-block-em-image-with-content.meet-the-expert h6 em {
  font-style: normal;
  display: block;
}

.wp-block-em-image-with-content.meet-the-expert p.view--bio-btn {
  margin: 0;
}

.wp-block-em-image-with-content.meet-the-expert figure.wp-block-image img {
  max-width: 60px;
  height: auto;
}

.wp-block-em-image-with-content.meet-the-expert .wp-block-em-right-column.content-wrap h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

.wp-block-em-image-with-content.meet-the-expert
  .wp-block-em-right-column.content-wrap
  .expert-designation {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin: 0;
}

.wp-block-em-image-with-content.meet-the-expert
  .wp-block-em-right-column.content-wrap
  .view--bio-btn
  a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

.wp-block-em-image-with-content.meet-the-expert {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.wp-block-em-image-with-content.meet-the-expert .wp-block-em-right-column.img-wrap img {
  margin: 0;
}

.profile-bio .wp-block-image figure {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.expert-bio-inner.wp-block-em-image-with-content .wp-block-em-right-column.content-wrap h6 {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
}

.expert-bio-inner.wp-block-em-image-with-content
  .wp-block-em-right-column.content-wrap
  .expert-designation {
  font-size: 12px;
  font-weight: 400;
  color: #999;
  font-family: 'Poppins-SemiBold', sans-serif;
  margin: 0;
}

.expert-bio-inner.wp-block-em-image-with-content
  .wp-block-em-right-column.content-wrap
  .view--bio-btn
  a {
  display: inline-block;
  background-color: #0693e3;
  color: #fff;
  padding: 5px 10px 3px;
  border-radius: 20px;
  line-height: 14px;
  margin-top: 0;
  font-size: 12px;
  text-decoration: none;
  cursor: pointer;
  text-transform: uppercase;
  font-family: 'Poppins-SemiBold', sans-serif;
}

.expert-bio-inner.wp-block-em-image-with-content.meet-the-expert {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-items: flex-start;
  margin-bottom: 60px;
}

.expert-bio-inner.wp-block-em-image-with-content .wp-block-em-right-column.img-wrap img {
  margin: 0;
}

.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%);
  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: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.expertPopupOuter .expertPopup .expertImageWrap {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-right: 45px;
  width: 130px;
  height: 130px;
  overflow: hidden;
  border-radius: 50%;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 {
  font-size: 30px;
  color: var(--vtx-primary-color);
  cursor: auto;
  font-weight: 700;
  margin: 0;
  padding-bottom: 0;
}

.expertPopupOuter .expertPopup .expertContentWrap h6 + p {
  margin-top: 0;
  color: #333;
  font-family: 'Poppins-SemiBold', sans-serif;
}

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

.expertPopupOuter .expertPopup .expertContentWrap p a:hover {
  text-decoration: underline;
}

.expertPopupOuter .expertPopup .expertContentWrap p:last-child {
  padding-bottom: 0;
  margin: 15px 0 0;
  color: #666;
  font-family: 'Poppins-Regular', sans-serif;
}

.profile-bio .expert-bio {
  display: none;
}

.profile-bio p {
  margin: 0;
  font-family: 'Poppins-Regular', sans-serif;
}

.expert-bio-inner .content-wrap p:first-child {
  margin-top: 0;
}

.expert-bio-details {
  margin-top: 0;
}

.expert-bio-details strong {
  margin-bottom: 0;
  font-weight: 400;
  font-family: Poppins-Regular !important;
  color: var(--vtx-primary-color);
  font-size: 16px;
}

.profile-bio p.profile-name {
  color: #333;
  font-family: 'Poppins-Regular', sans-serif;
  font-size: 16px;
  margin-bottom: 0;
}

.profile-bio p.description {
  font-size: 13px;
}

.profile-bio {
  padding: 18px 0 0;
}

.profile-bio .wp-block-image img {
  pointer-events: none;
  width: 150%;
  height: 150%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: -13px -12px;
  object-position: -13px -12px;
  display: inline-block;
}

body .profile-bio .wp-block-image figure {
  margin-bottom: 5px;
}

.Expert-interview-bio .expert-bio-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.Expert-interview-bio .expert-bio-inner .img-wrap {
  min-width: 185px;
}

.Expert-interview-bio .expert-bio-inner .img-wrap .expert-bio-details {
  margin-bottom: 0;
}

.Expert-interview-bio .expert-bio-inner .img-wrap figure {
  margin: 0;
}

.Expert-interview-bio .expert-bio-inner .content-wrap p:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .expert-bio-inner.expert-bio-inner .wp-block-em-right-column.img-wrap {
    min-width: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    margin-right: 0;
    padding: 0 20px;
  }
  body .Expert-interview-bio .expert-bio-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .expertPopupOuter .expertPopup {
    display: block;
    padding: 15px;
    overflow: auto;
    max-height: 80vh;
  }
  .expertPopupOuter .expertPopup .expertImageWrap {
    margin: 0 auto 10px;
    text-align: center;
  }
  .expertPopupOuter .expertPopup .expertContentWrap {
    text-align: center;
  }
  .wp-block-em-image-with-content.meet-the-expert {
    margin-bottom: 40px;
  }
}
.mdwes-accordion-design .advgb-accordion-inner .advgb-accordion-header {
  background: 0 0 !important;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
  margin: 10px 0 0 30px;
  padding-left: 60px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins-SemiBold', sans-serif;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li br {
  content: '';
  display: block;
  margin-bottom: 10px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li:not(:last-child) {
  margin-bottom: 40px;
}

ul.mdwes-list-design.check-fill-icons li::before {
  width: 19px;
  height: 19px;
  background-size: 19px;
  left: -27px;
}

@media screen and (max-width: 767px) {
  ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
    margin: 0;
    padding-left: 48px;
  }
}
.square-number-box {
  border-left: 5px solid var(--vtx-primary-color);
  background-color: #f2faff;
  padding: 20px 30px 40px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.square-main-wrap .square-number-box:last-child {
  margin-bottom: 0;
}

.square-number-box .wp-block-em-right-column.img-wrap {
  margin-right: 30px;
}

.square-number-box .img-wrap p {
  font-family: 'Poppins-Regular', sans-serif;
  margin: 0;
  line-height: 70px;
  font-size: 42px;
  width: 70px;
  height: 70px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
}

.square-number-box .red-square-number {
  margin: 0;
  line-height: 70px;
  font-size: 42px;
  width: 70px;
  height: 70px;
  background: var(--vtx-link-color);
  text-align: center;
  color: #fff;
}

.square-number-box .box-title-text {
  margin: 0 0 36px;
}

@media screen and (max-width: 767px) {
  .square-number-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .square-number-box .wp-block-em-right-column.img-wrap {
    margin: 0 0 15px;
  }
  .square-number-box .box-title-text {
    margin: 0 0 10px;
  }
  .square-number-box .box-title-text + p {
    margin-top: 0;
  }
  .square-number-box .box-title-text ~ p:last-child {
    margin-bottom: 0;
  }
}
.info-image {
  margin-top: -50px;
}

.blue-block-text {
  line-height: 1;
}

@media screen and (max-width: 800px) {
  .blueBorderBlockMain {
    padding: 0 15px 15px !important;
  }
}
ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
  margin: 10px 0 0 30px;
  padding-left: 60px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li strong {
  color: var(--vtx-primary-color);
  font-size: 20px;
  font-weight: 400;
  font-family: 'Poppins-SemiBold', sans-serif;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li br {
  content: '';
  display: block;
  margin-bottom: 10px;
}

ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li:not(:last-child) {
  margin-bottom: 40px;
}

ul.mdwes-list-design.check-fill-icons li::before {
  width: 19px;
  height: 19px;
  background-size: 19px;
  left: -27px;
}

ul.mdblue-list li {
  color: var(--vtx-primary-color) !important;
  margin-bottom: 20px !important;
}

.margin-0 {
  margin: 0 !important;
  padding: 0 0 0 27px !important;
}

@media screen and (max-width: 767px) {
  ul.check-fill-icons.mdwes-list-design.mdwes-blue-list {
    margin: 0;
    padding-left: 48px;
  }
}
.Resources-lists-blocks {
  margin: 30px 0 0;
}

.Resources-lists-blocks p {
  margin: 0 0 25px;
}

.Resources-lists-blocks p strong {
  display: block;
  margin-bottom: 10px;
}

.red-border-accordion-block h4 {
  font-size: 32px !important;
}

.red-border-accordion-block .simple-accordion .advgb-accordion-inner .advgb-accordion-header {
  width: 100%;
}

.red-border-accordion-block
  .simple-accordion
  .advgb-accordion-inner
  .advgb-accordion-header::before {
  font-size: 37px;
}

.uppercaseText {
  text-transform: uppercase !important;
}

p.red-title-text {
  margin-bottom: 5px !important;
}

figure.wp-block-table.mdwes-table-scroll.mdwes-white-bg.page-table {
  background: #e7f5fe;
  border-radius: 5px;
  border: 0;
  padding: 10px 20px;
}

.wp-block-table.page-table table {
  border: 0;
}

.wp-block-table.page-table table th {
  background: 0 0;
  color: var(--vtx-link-color);
  border-bottom: 1px solid #ccc;
  font-family: 'Poppins-SemiBold', sans-serif;
  padding: 15px 20px 10px 0;
}

.wp-block-table.page-table table th:first-child {
  max-width: 240px;
  width: 34%;
}

.wp-block-table.page-table table td {
  border: 0;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
  padding: 10px 10px 10px 0;
}

.wp-block-table.page-table table tr:last-child td {
  border-bottom: 0;
}

.wp-block-table.page-table table td > a {
  display: inline;
  text-decoration: none;
}

.accordion-table-design figure.wp-block-table.page-table {
  background: #fff;
  padding: 10px 20px;
}

@media screen and (max-width: 767px) {
  figure.wp-block-table.mdwes-table-scroll.mdwes-white-bg.page-table {
    padding: 0 15px;
  }
  .page-table.mdwes-white-bg table tr td {
    padding-left: 0 !important;
    border-width: 0 !important;
    font-family: 'NotoSans-Regular', sans-serif;
    padding-bottom: 25px !important;
    color: #333;
  }
  .page-table.mdwes-white-bg table tr td::before {
    left: 0;
    right: 10px;
    font-size: 14px;
    color: var(--vtx-link-color);
    font-family: 'Poppins-SemiBold', sans-serif;
    position: relative;
    display: block;
    width: 100%;
    text-align: left;
    margin-bottom: -10px;
  }
  .page-table.mdwes-white-bg table tr td::after {
    left: calc(30% - 10px);
    display: none;
  }
  .page-table.mdwes-white-bg table tr:nth-child(odd) {
    background: 0 0;
  }
  .page-table.mdwes-white-bg table tbody tr {
    border: 1px solid #ccc;
    border-width: 0 0 1px 0;
    padding: 18px 0 10px;
  }
  .page-table.mdwes-white-bg tbody tr {
    display: block !important;
  }
  .page-table.mdwes-white-bg tbody tr:last-child {
    border-width: 0;
  }
  .page-table.mdwes-white-bg table tr td:last-child {
    padding-bottom: 10px !important;
  }
  .red-border-accordion-block {
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 360px) {
  figure.wp-block-table.mdwes-table-scroll.mdwes-white-bg.page-table {
    padding: 0;
  }
}
.red-border-accordion-block .simple-accordion .advgb-accordion-inner.tab-open {
  border-top: 5px solid var(--vtx-link-color);
}

.red-border-accordion-block .simple-accordion .advgb-accordion-inner .advgb-accordion-header {
  padding-right: 60px;
}

.red-border-accordion-block
  .simple-accordion
  .advgb-accordion-inner
  .advgb-accordion-header::before {
  right: 30px;
  font-family: 'NotoSans-SemiBold', sans-serif;
}

@media screen and (max-width: 980px) {
  div.mdwes-circle-icon {
    left: 0;
    right: 0;
  }
  .mdwes-left-sidebar {
    background: 0 0;
    width: 100%;
    padding-bottom: 0;
  }
  .mdwes-left-sidebar::after {
    content: none;
  }
  .container.md-has-2-columns.has-left-layout {
    position: relative;
  }
  .wp-block-em-right-side-bar-column.mdwes-right-content {
    position: static;
    padding-top: 10px !important;
  }
}
@media screen and (max-width: 767px) {
  .padd-0 {
    padding: 0 !important;
  }
  .padd-15 {
    padding: 15px !important;
  }
  ul.check-fill-icons.mdwes-list-design.mdwes-blue-list li:not(:last-child) {
    margin-bottom: 20px;
  }
  .is-image-banner h1 br {
    display: none;
  }
}
