p {
  font-size: 24px;
}

.phds-home-page-main {
  overflow: hidden;
}

.phds-home-banner:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/yellow-box-right.svg);
  width: 84px;
  height: 136px;
  position: absolute;
  right: 60px;
  bottom: 60px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-explore-career-main {
  position: relative;
}

.phds-explore-career-main .phds-careerbox-wrapper {
  display: flex;
  position: absolute;
  top: -318px;
  left: 204px;
}

.phds-explore-career-main .phds-careerbox-wrapper:before {
  content: "";
  background-image: url(/wp-content/themes/phds/images/yellow-box-left.svg);
  width: 136px;
  height: 84px;
  position: absolute;
  left: -154px;
  top: -68px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
  -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.2);
}

.phds-explore-career-main .phds-careerbox-wrapper .phds-career-box .phds-career-link a {
  color: #6929cc;
  position: relative;
  padding-right: 30%;
  display: block;
}

.phds-explore-career-main .phds-careerbox-wrapper .phds-career-box .phds-career-link a:hover {
  color: #333;
}

.phds-explore-career-main .phds-careerbox-wrapper .phds-career-box .phds-career-link a:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/link-right-arrow.svg);
  width: 46px;
  height: 44px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: 100%;
  background-position: center;
  background-repeat: no-repeat;
  /*  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear; */
}

.phds-explore-career-main .phds-careerbox-wrapper .phds-career-box .phds-career-link a:hover:after {
  right: -10px;
}

.phds-explore-career-main .phds-quiz-link a {
  color: #261344;
  position: relative;
  padding-right: 16px;
}

.phds-explore-career-main .phds-quiz-link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 37%;
  width: 8px;
  height: 8px;
  margin-left: 22px;
  border: 2px solid #333;
  border-width: 0 0 2px 2px;
  -webkit-transform: rotate(-132deg);
  transform: rotate(-132deg);
}

.phds-get-doctorate-main {
  position: relative;
  overflow: hidden;
}

.phds-get-doctorate-main:after {
  content: "";
  width: 333px;
  height: 300px;
  background-color: #f0eafa;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -2;
}

.phds-get-doctorate-main .phds-table-data {
  -webkit-box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 150px rgba(0, 0, 0, 0.2);
  position: relative;
  width: 85.3%;
  margin-right: 0;
}

.phds-get-doctorate-main .phds-table-data:after {
  content: "";
  width: 80%;
  height: 117%;
  border: 3px solid #f7b805;
  position: absolute;
  right: -24px;
  top: -24.5px;
  z-index: -1;
}

.phds-get-doctorate-main .phds-table-data .wp-block-columns {
  position: relative;
}

.phds-get-doctorate-main .phds-table-data .wp-block-columns .wp-block-column:last-child {
  padding-right: 96px;
}

.phds-get-doctorate-main .phds-table-data .wp-block-columns .wp-block-column:last-child:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/yellow-box-graphics.svg);
  width: 48px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-get-doctorate-main .phds-table-data .wp-block-image {
  margin-bottom: 0;
}

.phds-get-doctorate-main .phds-table-data figure {
  margin: 18px auto 0;
}

.phds-get-doctorate-main .phds-table-data figcaption {
  font-size: 9px;
  margin-top: 30px;
  text-align: right;
  display: none;
}

.phds-get-doctorate-main .phds-table-data .phds-mobile-barchart {
  display: none;
}

.phds-ask-expert-main > .wp-block-columns {
  margin-bottom: 0 !important;
}

.phds-ask-expert-main > .wp-block-columns .wp-block-column {
  margin: 0 !important;
}

.phds-ask-expert-main .phds-image-link-box {
  height: 100%;
  min-width: 972px;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column {
  max-width: 320px;
  margin-right: 24px !important;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column figure {
  margin-bottom: 0;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p {
  /* -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear; */
  padding: 20px;
  margin-bottom: 22px;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p a {
  color: #fff;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p:hover {
  background-color: #fff;
}

.phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p:hover a {
  color: #261344;
}

.phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column:first-child {
  max-width: 872px;
  position: relative;
}

.phds-ask-expert-main .phds-expert-col.wp-block-columns {
  position: relative;
}

.phds-ask-expert-main .phds-expert-col.wp-block-columns .wp-block-column:first-child:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/yellow-box-graphics.svg);
  width: 84px;
  height: 84px;
  position: absolute;
  left: 50px;
  bottom: 115px;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column:first-child:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/yellow-box-graphics.svg);
  width: 84px;
  height: 188px;
  position: absolute;
  left: 50px;
  bottom: 72px;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column .phds-expert-section-intro {
  position: relative;
  top: -150px;
}

.phds-ask-expert-main .phds-expert-section-intro {
  height: 100%;
}

.phds-ask-expert-main .phds-expert-col.wp-block-columns .wp-block-column:first-child {
  z-index: 2;
}

.phds-ask-expert-main .phds-types-doc-phd-main .wp-block-column:last-child {
  background-color: #f7f7f7;
}

.phds-popular-program-main h2 + p {
  padding-bottom: 52px;
}

.phds-popular-program-main .degree-name-box p {
  padding: 54px 20px;
  background-color: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  /* -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear; */
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.phds-popular-program-main .degree-name-box p:hover {
  -webkit-box-shadow: inset 0 -10px 0 #f7b805;
  box-shadow: inset 0 -10px 0 #f7b805;
}

.phds-popular-program-main .degree-name-box p a {
  color: #6929cc;
}

.phds-popular-program-main .degree-name-box p:hover a {
  color: #333;
}

.phds-popular-program-main .wp-block-columns {
  margin-bottom: 0;
}

.degree-name-box {
  margin-block-end: 32px !important;
}

.phds-popular-program-main .wp-block-columns .wp-block-column {
  margin-block: 0 !important;
  margin-inline: 0 !important;
}

.phds-popular-program-main .wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important;
}

.phds-keysource-main {
  position: relative;
}

.phds-keysource-main:after {
  content: "";
  background-image: url(/wp-content/themes/phds/images/keyres-yellow-graphics.svg);
  width: 84px;
  height: 188px;
  position: absolute;
  right: 50px;
  top: 67px;
  background-position: bottom;
  background-size: 100%;
  background-repeat: no-repeat;
}

.phds-keysource-main h2 + p {
  padding-bottom: 40px;
}

.phds-keysource-main .wp-block-columns {
  margin-bottom: 0;
}

.phds-keysource-main .wp-block-columns .wp-block-column {
  margin-right: 31px !important;
}

.phds-keysource-main .wp-block-columns .wp-block-column:last-child {
  margin-right: 0 !important;
}

.phds-keysource-main .wp-block-columns .wp-block-column figure {
  margin-bottom: 0;
}

.phds-keysource-main .wp-block-columns .wp-block-column figure img {
  width: 100%;
}

.phds-keysource-main .wp-block-columns .wp-block-column p {
  /*  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear; */
  padding: 20px 30px;
  cursor: pointer;
}

.phds-keysource-main .wp-block-columns .wp-block-column p a {
  color: #fff;
}

.phds-keysource-main .wp-block-columns .wp-block-column p:hover {
  background-color: #fff;
}

.phds-keysource-main .wp-block-columns .wp-block-column p:hover a {
  color: #261344;
}

@media screen and (max-width: 1680px) {
  .phds-ask-expert-main .phds-image-link-box {
    min-width: auto;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column:first-child {
    flex-basis: 40%;
  }
}
@media screen and (max-width: 1440px) {
  p {
    font-size: 22px;
  }
  .phds-explore-career-main .phds-careerbox-wrapper {
    left: 35px;
  }
  .phds-explore-career-main .phds-careerbox-wrapper:before {
    top: -120px;
    left: -20px;
  }
  .phds-home-banner {
    padding-top: 250px !important;
  }
  .phds-home-banner h1 {
    font-size: 86px !important;
  }
  .phds-explore-career-main .phds-quiz-box {
    padding-top: 150px !important;
  }
  .phds-ask-expert-main .phds-expert-col .phds-image-link-box {
    padding-left: 42px !important;
    padding-top: 110px !important;
    padding-bottom: 60px !important;
    padding-right: 30px !important;
  }
  .phds-ask-expert-main .phds-expert-section-intro {
    padding-top: 100px !important;
    padding-right: 90px !important;
    padding-left: 100px !important;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p {
    font-size: 22px;
  }
  .phds-ask-expert-main .phds-expert-col.wp-block-columns .wp-block-column:first-child:after {
    width: 70px;
    height: 70px;
    left: 20px;
    bottom: 25px;
  }
  .phds-types-doc-phd-main .phds-types-intro {
    padding-left: 42px !important;
    padding-top: 140px !important;
    padding-bottom: 220px !important;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column:first-child:after {
    width: 60px;
    height: 140px;
    left: 30px;
    bottom: 30px;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column .phds-expert-section-intro {
    padding-top: 250px !important;
  }
  .phds-popular-program-main {
    padding-top: 120px !important;
    padding-bottom: 120px !important;
  }
  .phds-keysource-main {
    padding-top: 130px !important;
    padding-bottom: 150px !important;
  }
  .phds-keysource-main:after {
    width: 55px;
    height: 130px;
    position: absolute;
    right: 30px;
    top: 40px;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
    padding: 40px !important;
  }
}
@media screen and (max-width: 1280px) {
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
    padding: 30px !important;
  }
}
@media screen and (max-width: 1024px) {
  p {
    font-size: 18px;
  }
  .phds-home-banner h1 {
    font-size: 66px !important;
  }
  .phds-home-banner p {
    font-size: 22px !important;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
    padding: 30px !important;
  }
  .phds-explore-career-main .phds-quiz-box {
    padding-top: 100px !important;
  }
  .phds-get-doctorate-main {
    padding-top: 120px !important;
    padding-bottom: 40px !important;
  }
  .phds-get-doctorate-main > .wp-block-em-multipurpose-block > .wp-block-columns {
    flex-wrap: wrap !important;
  }
  .phds-get-doctorate-main > .wp-block-em-multipurpose-block > .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0 !important;
  }
  .phds-get-doctorate-main .phds-table-data {
    width: 100% !important;
  }
  .phds-get-doctorate-main .phds-table-data:after {
    right: -15px;
  }
  .phds-get-doctorate-main > .wp-block-em-multipurpose-block > .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 60px !important;
  }
  .phds-get-doctorate-main .phds-table-data .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 0 !important;
  }
  .phds-ask-expert-main .phds-expert-section-intro {
    padding-right: 50px !important;
    padding-left: 50px !important;
    padding-top: 80px !important;
  }
  .phds-ask-expert-main .phds-expert-col .phds-image-link-box {
    padding-top: 80px !important;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p {
    font-size: 20px;
    padding: 20px 10px;
  }
  .phds-popular-program-main .degree-name-box p {
    padding: 40px 10px;
  }
  .phds-types-doc-phd-main .phds-types-intro {
    padding-top: 100px !important;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column .phds-expert-section-intro {
    padding-top: 210px !important;
  }
  .phds-explore-career-main .phds-careerbox-wrapper {
    top: -280px;
  }
  .phds-popular-program-main {
    padding-top: 100px !important;
    padding-bottom: 100px !important;
  }
  .phds-keysource-main .wp-block-columns .wp-block-column p {
    padding: 20px;
  }
  .phds-get-doctorate-main:after {
    width: 293px;
    height: 260px;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box .phds-career-link a:after {
    width: 35px;
    height: 30px;
  }
}
@media screen and (max-width: 991px) {
  .phds-home-banner:after {
    display: none;
  }
  .phds-home-banner {
    background-image: none !important;
    background-color: #261344 !important;
    padding-top: 135px !important;
    padding-bottom: 233px !important;
  }
  .phds-home-banner {
    padding-top: 135px !important;
  }
  .phds-home-banner h1 {
    font-size: 42px !important;
  }
  .phds-home-banner p {
    font-size: 18px !important;
  }
  .phds-explore-career-main .phds-careerbox-wrapper:before {
    display: none;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
    padding: 15px !important;
    min-width: 273px !important;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box h2 {
    font-weight: 600;
    font-size: 24px;
  }
  .phds-explore-career-main .phds-quiz-box {
    padding-top: 151px !important;
    padding-bottom: 30px !important;
  }
  .phds-explore-career-main .phds-careerbox-wrapper {
    top: -210px;
    left: 0;
    padding: 0 20px;
  }
  .phds-explore-career-main .phds-quiz-box .phds-quiz-link {
    font-size: 14px;
  }
  .phds-explore-career-main .phds-quiz-box .phds-quiz-link strong {
    font-weight: 600;
    display: block;
  }
  .phds-get-doctorate-main .phds-table-data:after {
    width: 80%;
  }
  .phds-get-doctorate-main:after {
    width: 230px;
    height: 210px;
  }
  .phds-keysource-main:after {
    right: 20px;
    top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .phds-ask-expert-main > .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column {
    flex-basis: 48% !important;
    margin-right: 0 !important;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns {
    justify-content: space-between;
  }
  .phds-ask-expert-main .phds-expert-col .phds-image-link-box {
    padding: 30px 24px 0 !important;
  }
  .phds-ask-expert-main .phds-expert-col.wp-block-columns > .wp-block-column:first-child {
    order: 2;
  }
  .phds-ask-expert-main .phds-expert-section-intro {
    padding: 50px 24px 30px !important;
  }
  .phds-ask-expert-main .phds-expert-col.wp-block-columns .wp-block-column:first-child:after {
    display: none;
  }
  .phds-types-doc-phd-main .phds-types-intro {
    padding: 50px 24px 30px !important;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column:first-child:after {
    display: none;
  }
  .phds-ask-expert-main .phds-types-doc-phd-main.wp-block-columns .wp-block-column .phds-expert-section-intro {
    padding-top: 0 !important;
    padding-bottom: 18px !important;
    top: 0;
  }
  .phds-popular-program-main {
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
  .phds-popular-program-main .wp-block-columns .wp-block-column {
    margin-right: 0 !important;
    flex-basis: 100% !important;
  }
  .phds-keysource-main:after {
    display: none;
  }
  .phds-keysource-main {
    padding-top: 50px !important;
    padding-bottom: 100px !important;
  }
  .phds-keysource-main .wp-block-columns {
    flex-wrap: nowrap;
  }
  .phds-keysource-main .wp-block-columns .wp-block-column {
    margin-right: 15px !important;
  }
  .phds-get-doctorate-main .phds-table-data .wp-block-columns .wp-block-column:first-child {
    padding-right: 96px;
  }
  .phds-get-doctorate-main .phds-table-data .wp-block-columns .wp-block-column:last-child p {
    display: none;
  }
  .phds-get-doctorate-main .phds-table-data figcaption {
    display: block;
  }
  .phds-get-doctorate-main {
    padding-top: 40px !important;
  }
}
@media screen and (max-width: 600px) {
  .phds-explore-career-main .phds-careerbox-wrapper {
    overflow-x: scroll;
  }
  .phds-explore-career-main .phds-careerbox-wrapper .phds-career-box {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns {
    justify-content: center;
    margin-bottom: 0;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
  }
  .phds-ask-expert-main .phds-image-link-box .wp-block-columns .wp-block-column p {
    font-size: 16px;
    font-weight: 700;
  }
  .phds-keysource-main .wp-block-columns {
    flex-wrap: wrap;
  }
  .phds-keysource-main .wp-block-columns .wp-block-column {
    flex-basis: 100% !important;
    margin-right: 0 !important;
  }
  .phds-keysource-main .wp-block-columns .wp-block-column p {
    font-weight: 700;
  }
  .phds-home-banner p br {
    display: none;
  }
  .phds-get-doctorate-main .phds-table-data .phds-large-barchart {
    display: none;
  }
  .phds-get-doctorate-main .phds-table-data .phds-mobile-barchart {
    display: block;
  }
}
