.monster-search-form{
    position: relative;
}
.monster-search-form .wp-block-search__input {
    max-width: 294px;
    font-size: 1.6rem;
    height: 48px;
    font-weight: 400;
    color: #424242;
    border: none;
    background-color: transparent;
    padding: 0px;
    outline: none;
    border: 1px solid silver;
    border-radius: 8px;
    padding-left: 20px;
    cursor: pointer;
    padding-right: 45px;
}
.monster-search-form .screen-reader-text{
    display: none;
}
.monster-search-form .wp-block-search__button {
    position: absolute;
    right: 0;
    z-index: 9;
    top: 50%;
    transform: translate(-14%, -50%);
}
.monster-search-form div.monster-search-form{
  position: relative;
  max-width: 294px;
}
.monster-search-form .wp-block-search__button {
        align-items: center;
        background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzczNzM3MyI+CiAgPHBhdGggZD0iTTExIDE4QzcuMTQxIDE4IDQgMTQuODYgNCAxMUM0IDcuMTQgNy4xNDEgNCAxMSA0QzE0Ljg1OSA0IDE4IDcuMTQgMTggMTFDMTggMTQuODYgMTQuODU5IDE4IDExIDE4Wk0yMS43MDcgMjAuMjkzTDE4LjAyNSAxNi42MTFDMTkuMjU4IDE1LjA3MSAyMCAxMy4xMjIgMjAgMTFDMjAgNi4wMzggMTUuOTYzIDIgMTEgMkM2LjAzNyAyIDIgNi4wMzggMiAxMUMyIDE1Ljk2MiA2LjAzNyAyMCAxMSAyMEMxMy4xMjIgMjAgMTUuMDcgMTkuMjU4IDE2LjYxMSAxOC4wMjVMMjAuMjkzIDIxLjcwN0MyMC40ODggMjEuOTAyIDIwLjc0NCAyMiAyMSAyMkMyMS4yNTYgMjIgMjEuNTEyIDIxLjkwMiAyMS43MDcgMjEuNzA3QzIyLjA5OCAyMS4zMTYgMjIuMDk4IDIwLjY4NCAyMS43MDcgMjAuMjkzWiIvPgo8L3N2Zz4K");
        background-position: 50%;
        background-repeat: no-repeat;
        cursor: pointer;
        display: flex;
        justify-content: center;
        background-size: 25px;
        height: 25px;
        width: 25px;
        margin: 0;
        z-index: 0;
}
.monster-search-form .wp-block-search__input:focus + .wp-block-search__button{
  background-image: url("data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzAwNzg4YyI+CiAgPHBhdGggZD0iTTExIDE4QzcuMTQxIDE4IDQgMTQuODYgNCAxMUM0IDcuMTQgNy4xNDEgNCAxMSA0QzE0Ljg1OSA0IDE4IDcuMTQgMTggMTFDMTggMTQuODYgMTQuODU5IDE4IDExIDE4Wk0yMS43MDcgMjAuMjkzTDE4LjAyNSAxNi42MTFDMTkuMjU4IDE1LjA3MSAyMCAxMy4xMjIgMjAgMTFDMjAgNi4wMzggMTUuOTYzIDIgMTEgMkM2LjAzNyAyIDIgNi4wMzggMiAxMUMyIDE1Ljk2MiA2LjAzNyAyMCAxMSAyMEMxMy4xMjIgMjAgMTUuMDcgMTkuMjU4IDE2LjYxMSAxOC4wMjVMMjAuMjkzIDIxLjcwN0MyMC40ODggMjEuOTAyIDIwLjc0NCAyMiAyMSAyMkMyMS4yNTYgMjIgMjEuNTEyIDIxLjkwMiAyMS43MDcgMjEuNzA3QzIyLjA5OCAyMS4zMTYgMjIuMDk4IDIwLjY4NCAyMS43MDcgMjAuMjkzWiIvPgo8L3N2Zz4K");
}
.monster-search-form .wp-block-search__input::-webkit-search-cancel-button,
.monster-search-form .wp-block-search__input::-webkit-search-decoration,
.monster-search-form .wp-block-search__input::-webkit-search-results-button,
.monster-search-form .wp-block-search__input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}

.post-template-post-article .rank-math-breadcrumb, .page-template-post-article .rank-math-breadcrumb{
    padding-top: 56px;
    padding-bottom: 48px;
}
.post-template .rank-math-breadcrumb .separator {
    color: #737373;
    padding: 0 5px;
}
.post-template .rank-math-breadcrumb span {
    color: #737373;
}
.article-nav-header h1:not(.wp-admin h1), 
.article-header h2:not(.wp-admin h2) {
    max-width: 1040px !important;
    text-align: left;
    margin: 0;
}
.article-nav-header h1:not(.wp-admin h1) {
    font-size: 3.2rem !important;
    line-height: 4rem;
}
.article-header h2:not(.wp-admin h2) {
    color: #424242;
    font-size: 2.5rem !important;
    line-height: 3.1rem;
    font-weight: 200;
    padding: 0;
}
.article-header{
    max-width: 1040px;
    margin: 0 auto 48px;
    padding: 0;
}
.article-main-content .entry-content {
    padding: 0;
    display: block;
}
.article-main-content .entry-content h2 {
    text-align: left;
    margin-left: 0 !important;
}
body .article-header h1 {
    margin-left: 0 !important;
    font-size: 3.2rem !important;
    line-height: 4rem;
    max-width: 100% !important;
}
.post-template  .entry-content .wp-block-list {
    padding-left: 25px;
    margin-bottom: 20px;
}
.social-icon-searchbox {
    max-width: 1040px;
    margin: 48px auto 16px auto;
}
.article-header h2,
.article-nav-header  h1,
.search-results-main{
    max-width:1040px!important;
}
.article-main-content {
    max-width:1040px;
    margin:0 auto;
    gap: 50px;
}
.article-main-content p{
    margin: 0 0 20px;
}
.article-main-content .wp-block-column {
  position: relative;
}
.article-main-content .wp-block-column .bg-img img {
  display: block;
  max-width: 218px;
  border-radius: 0px 18px 18px 0px;
}
.article-main-content .wp-block-column.is-layout-flow::after {
  content: "";
  display: block;
  clear: both;
}
.article-main-content > div{
    position:relative;
}
.article-main-content h3{
    padding:0;
    margin: 24px 0 4px!important;
    font-size:2.3rem;
}
.advice-article-div{
    margin:0;
    padding:0;
}
.advice-article-div > p{
    font-size: 11px;
    line-height: 17px;
    margin: 10px 0 10px;
    text-transform: uppercase;
    font-weight: 700;
}
.advice-article-div details{
    padding: 16px 0px 16px;
    border-bottom: 1px solid #e6e7e8;
}
.advice-article-div details figure {
    max-width: 80px;
    height: 80px;
}
.advice-article-div details .wp-block-columns{
    gap:10px;
}
.advice-article-div details .wp-block-column:first-child{
    max-width:80px;
}
.advice-article-div details .wp-block-column:first-child p{
    margin:0;
    padding:0;
}
.advice-article-div details summary{
  position: relative;
  padding-left: 30px;
  cursor: pointer;
}
.advice-article-div details summary::marker {
  content: none;
}
.advice-article-div details summary:focus {
    outline-width: 0;
    outline-style: unset;
}
.advice-article-div details summary::before,
.advice-article-div details summary::after {
    position: absolute;
    content: "";
    height: 2px;
    width: 18px;
    background-color: #00788c;
    left: 0px;
    top: calc(50% - 1px);
}
.advice-article-div details summary::after {
    transform: rotate(90deg);
    transition: transform 0.3s;
}
.advice-article-div details[open] summary::after {
    transform: rotate(0deg);
}
.advice-article-div details[open] summary {
    font-weight: 600;
}
.advice-article-div details summary:hover, 
.advice-article-div details summary:focus, 
.advice-article-div details summary:active {
    color: #00788c;
}
.advice-article-div details[open]{
    visibility: visible;
    padding: 16px 0px 16px;
}
.advice-article-div details .wp-block-columns{
   margin-top: 16px;
}
.advice-article-div details{
    overflow-x: auto;
    visibility: visible;
    transition: max-height 0.3s ease-in-out;
    /* max-height: 0; */
    scrollbar-width: none;
}
.author-text-social {
    display: flex;
    align-items: center;
    font-size: 1.2rem;
    line-height: 1.8rem;
}
.author-text-social div, .author-text-social p {
    margin: 0;
}
.article-nav-header{
    max-width: 1040px;
    margin: auto;
}
.post-authoer-name p, .post-authoer-name span {
    font-size: 1.2rem !important;
    line-height: 1.8rem !important;
}
.search-results nav.rank-math-breadcrumb {
    max-width: 1040px;
    margin: auto;
}
.search-results nav.rank-math-breadcrumb nav.rank-math-breadcrumb span {
    color: #737373;
}
.search-results-main {
    margin-top: 0 !important;
}
body.search .search-results-main h1 {
    font-size: 3.2rem !important;
    line-height: 4rem !important;
    margin-bottom: 48px !important;
}
body.search .has-title-lg-font-size {
    font-size: 2.1rem!important;
    line-height: 3.2rem;
    padding: 8px 0;
    color: #212121;
}
body.search .rank-math-breadcrumb span.separator
{
    padding: 0 5px;
}
body.search h2 + .wp-block-group {
    padding-bottom: 0;
    margin-bottom: 8px !important;
}
.results-count-wrapper {
    margin: 0 !important;
}
.search-results a#load-more-posts {
    background-color: #6e46ae;
    border-color: #6e46ae;
    padding: 11px 12px;
    gap: 8px;
    font-weight: 600;
}
.search-results .wp-block-post-template .wp-block-post:first-child > a > .wp-block-group {
    /* border: 0; */
    margin-top: 0;
    padding-top: 20px !important;
}
.search-results .loadmore-btn-result {
    margin-top: 15px !important;
}
.search-results .career-advice-search-form{
    max-width: 100%;
    padding-left: 0;
}
.search-results .career-advice-search-form input[type="search"] {
    max-width: 100%;
}

.search-results .career-advice-search-form .wp-block-search__inside-wrapper {
    padding-left: inherit;
}
.search-results .career-advice-search-form .monster-search-form{
    max-width: 100%;
}
.article-main-content p.anchor-view-all {
    margin-top: 16px;
}
body .side-widget-button {
    margin-top: 20px;
}
.author-social-icon {
    background-color: #f9f9f9;
    border-radius: 8px;
    display: flex;
    justify-content: space-between;
    padding: 16px
}
.author-text-social {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    line-height: 1.8rem
}
.author-text-social div,.author-text-social p {
    margin: 0
}
.author-text-social div {
    padding-left: 2px
}
.social-main-div {
    gap: 16px
}
.social-icon-div ul,.social-main-div {
    align-items: center;
    display: flex;
    justify-content: flex-end
}
.social-icon-div ul {
    gap: 12px;
    list-style: none
}
.social-main-div figure:last-child {
    align-items: center;
    background: radial-gradient(#fff 0,#fff 55%,#fff 0,transparent 0,transparent 0);
    background-color: #f2f2f2;
    border-radius: 50%;
    box-sizing: border-box;
    display: flex;
    height: 32px;
    justify-content: center;
    width: 32px
}
.social-main-div figure,.social-main-div img {
    width: 32px
}
.social-main-div figure {
    margin: 0
}
.social-main-div figure:last-child img {
    max-width: 20px
}
.article-main-content .wp-block-column .bg-img {
        margin: 0 34px 16px 0;
        border-radius: 0px 18px 22px 0px;
        max-width: 218px;
        box-sizing: border-box;
}
.related-article-wrapper {
    max-width: 100%;
    margin-top: 48px;
}
.right-arrow-class a {
    align-items: center;
    display: inline-flex;
    gap: 6px
}
.right-arrow-class a:after {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9IiMwMDdkOTEiIHZpZXdCb3g9IjAgMCAyNCAyNCI+PHBhdGggZD0iTTQgMTIuOTM3aDEzLjYwNGwtNC4zMTUgNC4zNmExIDEgMCAwIDAgMS40MjIgMS40MDdsNi02LjA2M2EuOTk3Ljk5NyAwIDAgMC0uMDA4LTEuNDE1bC02LTUuOTM3YS45OTguOTk4IDAgMSAwLTEuNDA2IDEuNDIxbDQuMjcxIDQuMjI3SDRhMSAxIDAgMSAwIDAgMiIvPjwvc3ZnPg==");
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: inline-block;
    height: 20px;
    width: 20px
}
.related-article-box {
    max-width: 1216px;
    padding-bottom: 56px;
    padding-top: 56px;
    margin: 0 auto;
}
.related-article-box ul {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
    list-style: none;
    margin: 0;
    padding: 0
}
.related-article-box .related-article-list {
    display: block
}
.related-article-box .related-article-anchor {
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 0 1px 8px 0 rgba(0, 0, 0, .2), 0 3px 3px -2px rgba(0, 0, 0, .12), 0 3px 4px 0 rgba(0, 0, 0, .14);
    color: #212121;
    display: flex;
    flex-direction: column;
    height: 100%;
    max-width: 100%;
    overflow: hidden;
    padding: 25px 16px;
    text-decoration: none;
    width: 252px
}
.related-article-wrapper h2{
    margin: 0 auto;
}
.related-article-box .related-article-image {
    margin-bottom: 12px;
    width: 100%
}
.related-article-box .related-article-image img {
    border-radius: 4px;
    display: block;
    height: auto;
    width: 100%
}
.related-article-box .related-article-tag span {
    background: rgba(241, 68, 40, .749);
    border-radius: 3px;
    color: #212121;
    display: inline-block;
    font-size: 1.2rem;
    line-height: 1.2rem;
    margin-bottom: 8px;
    padding: 5px 10px
}
.related-article-box .related-article-para {
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 2.7rem;
    margin: 0;
    padding: 8px 0 8px 8px
}
.related-article-box .related-article-para p {
    margin: 0
}
.related-article-box .related-article-author {
    align-items: center;
    display: flex;
    font-size: 1.2rem;
    font-weight: 400;
    gap: 8px;
    line-height: 1.8rem;
    margin: auto 0 0;
    padding: 8px 0 0 8px
}
.related-article-box .related-article-author p {
    margin: 0
}
.related-article-box .related-article-author .related-article-author-image {
    border-radius: 50%;
    height: 24px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 24px
}
.advice-article-div details 
.wp-block-columns:not(:has(.wp-block-image)) 
.wp-block-column {
  max-width: 100%;
}
.advice-article-div details figure img {
    height: 100%;
    object-fit: cover;
    border-radius: 4%;
    object-position: top;
}
.category-search-container {
    max-width: 1136px;
    margin: 0 auto;
    padding: 48px 0 56px;
}
.category-search-banner h1{
    font-size: 3.2rem!important;
    line-height: 4rem;
    margin-bottom: 32px;
    color: #fff;
}
.category-search-banner {
    background: #00788c;
}
.career-advice-input{
    font-weight: 400;
    color: #424242;
    line-height: 2.7rem;
    font-size: 2.1rem;
    border: none;
    background-color: #fff;
    outline: none;
    min-height: 80px;
    border-radius: 8px;
    padding-left: 25px;
    padding-right: 16px;
    width: 100%;
    opacity: 1;
    -webkit-text-fill-color: #424242;
        cursor: pointer;
}
.category-search-wrapper{
    position: relative;
}
.category-search-wrapper .buton-search {
    display: flex;
    align-self: stretch;
    -webkit-box-pack: end;
    justify-content: flex-end;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.career-tags .tag{
    position: relative;
}
.career-tags .tag::before{
    position: absolute;
    content: "";
    align-items: center;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2aWV3Qm94PSIwIDAgMjQgMjQiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgZmlsbD0iIzAwYjZiNCI+PHBhdGggZD0iTTExIDE4QzcuMTQxIDE4IDQgMTQuODYgNCAxMUM0IDcuMTQgNy4xNDEgNCAxMSA0QzE0Ljg1OSA0IDE4IDcuMTQgMTggMTFDMTggMTQuODYgMTQuODU5IDE4IDExIDE4Wk0yMS43MDcgMjAuMjkzTDE4LjAyNSAxNi42MTFDMTkuMjU4IDE1LjA3MSAyMCAxMy4xMjIgMjAgMTFDMjAgNi4wMzggMTUuOTYzIDIgMTEgMkM2LjAzNyAyIDIgNi4wMzggMiAxMUMyIDE1Ljk2MiA2LjAzNyAyMCAxMSAyMEMxMy4xMjIgMjAgMTUuMDcgMTkuMjU4IDE2LjYxMSAxOC4wMjVMMjAuMjkzIDIxLjcwN0MyMC40ODggMjEuOTAyIDIwLjc0NCAyMiAyMSAyMkMyMS4yNTYgMjIgMjEuNTEyIDIxLjkwMiAyMS43MDcgMjEuNzA3QzIyLjA5OCAyMS4zMTYgMjIuMDk4IDIwLjY4NCAyMS43MDcgMjAuMjkzWiI+PC9wYXRoPjwvc3ZnPg==);
    background-position: 50%;
    background-repeat: no-repeat;
    cursor: pointer;
    display: flex;
    justify-content: center;
    background-size: 20px;
    height: 20px;
    width: 20px;
    margin: 0;
    left: 20px;
}
.career-advice-input:focus{
    outline: none;
}
.category-search-wrapper svg,.career-advice-search-button svg:visited {
    min-width: 32px;
    min-height: 32px;
}
.career-advice-search-button span{
    font-size: 1.4rem;
    line-height: 1.8rem;
}
.career-tags p {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  padding: 0;
  background-color: #007a8a;
}
.popular-searches {
    padding-top: 40px;
}
.career-tags .tag {
     display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    margin: 0px 8px 8px 0px;
    padding: 13px 20px 13px 56px;
    border-radius: 4px;
    font-weight: 600;
    font-size: 1.8rem;
    color: #fff;
    line-height: 1.8rem;
    border-width: 2px;
    border-style: solid;
    text-decoration: none;
    border-color: transparent;
    background-color: rgba(255, 255, 255, 0.1);
}
.popular-searches h2 {
    font-size: 1.6rem !important;
    line-height: 2.4rem !important;
    color: #fff;
    text-align: left;
    font-weight: 400;
    padding: 0;
    margin-bottom: 12px;
}
.career-tags.tag:hover,
.career-tags .tag:focus-visible {
  background-color: #26a6b8;
}
.career-tags .tag:active {
  transform: translateY(1px);
}
.career-tags.tag .icon {
  font-size: 1.6rem;
  line-height: 1;
}
.featured-section{
    padding: 40px 0;
}
.featured-section h2{
    text-align: center;
    margin: 0 auto 40px;
    padding: 0;
}
.featured-section {
    max-width: 1040px;
    margin: 0 auto;
}
.featured-grid {
    display: flex;
    gap: 24px;
    justify-content: center;
}
.featured-card{
        border-radius: 8px;
        display: inline-block;
        position: relative;
        box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px 0px, rgba(0, 0, 0, 0.12) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px;
        overflow: hidden;
        width: 100%;
}
.featured-card img{
    border-radius: 8px;
    width: 100%;
}
.featured-card::before {
    z-index: 9;
    right: 0;
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(transparent 0%, rgba(0, 0, 0, 0.7) 100%);
    z-index: 1;
}
.card-content h3 {
    max-width: 100%;
    font-size: 3.2rem;
    line-height: 3.9rem;
    font-weight: 400;
    color: #fff;
    padding: 0;
}
.card-content {
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 15%;
    text-align: center;
    z-index: 2;
}
.featured-card-image {
    position: relative;
}
.card-tag{
    position: absolute;
    font-weight: 600;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
    z-index: 2;
    letter-spacing: .02em;
    align-items: center;
    padding: 2px 8px;
    border-radius: 2px;
    color: #212121;
    top: 30%;
    left: 30px;
}
.card-tag.cyan {
    background: #00b6b4bf;
}
.card-tag.pink {
    background: #b051aabf;
}
.post-category-header .post-category-label {
    font-size: 1.1rem;
    line-height: 1.7rem;
    margin: 10px 0 10px;
    text-transform: uppercase;
}
.post-category-header h2 {
    padding: 0;
    text-align: left;
    padding-top: 10px;
}
.post-category-card {
    display: flex;
    gap: 32px;
    text-decoration: none;
    color: #212121;
}
.post-category-card {
    border-bottom: 1px solid #e9e7f7;
    margin-bottom: 32px;
}
.post-category-list {
    margin-top: 32px;
}
.post-category-image:nth-of-type(1) {
    padding: 0;
    margin: 0 8px 16px 0;
    max-width: 218px;
    position: relative;
    height: 100%;
    width: 100%;
    border-radius: 0px 18px 18px 0px;
}
.post-category-image:nth-of-type(1)::before {
    content: "";
    position: absolute;
    right: -8px;
    bottom: -8px;
    width: 100%;
    height: 100%;
    border-radius: 0px 18px 22px 0px;
    z-index: -1;
}
.post-category-image:nth-of-type(1) img {
    border-radius: 0px 18px 18px 0px;
    display: block;
    width: 100%;
    height: auto;
    z-index: 1;
}
.post-category-tag {
    display: inline-block;
    padding: 2px 8px;
    letter-spacing: .02em;
    font-size: 1.2rem;
    line-height: 1.2rem;
    text-transform: uppercase;
}
.post-category-tag.red {
    background: #f14428bf;
}
.post-category-content h3 {
    padding: 8px 0px;
    color: #212121;
    font-size: 2.1rem!important;
    line-height: 3.2rem;
    font-weight: 700;
    margin: 0 !important;
    font-weight: 600;
}
.post-category-content .post-category-meta {
    color: #666666;
    font-size: 1.2rem;
    line-height: 1.8rem;
    font-weight: 400;
    margin-bottom: 8px;
}
.post-category-content .post-category-excerpt {
    margin: 0px;
    padding: 0px 0px 8px;
    color: #424242;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 2.4rem;
    margin: 0;
}
.post-category-datails {
    padding: 0 32px 32px 0;
}
.post-category-content:last-child .post-category-card:last-child {
    margin-bottom: 0;
    border-bottom: 0;
}
.post-template-post-category .advice-article-div {
    padding-bottom: 40px;
}
.career-advice-input::-webkit-search-cancel-button,
.career-advice-input::-webkit-search-cancel-button,
.career-advice-input::-webkit-search-decoration,
.career-advice-input::-webkit-search-results-button,
.career-advice-input::-webkit-search-results-decoration {
  -webkit-appearance: none;
  appearance: none;
  display: none;
}
.post-sub-category-header {
    max-width: 1040px;
    margin: 0 auto;
}
.post-sub-category-header h2 {
    color: #424242;
    font-size: 2.5rem !important;
    line-height: 3.1rem;
    max-width: 100% !important;
    font-weight: 200;
    text-align: left;
    padding: 0;
}
.post-sub-category-header h1 {
    font-size: 3.2rem !important;
    line-height: 4rem;
    padding: 0;
    margin: 0;
}
.post-sub-category-header .rank-math-breadcrumb {
    padding-top: 56px;
    padding-bottom: 48px;
}
.post-template-post-sub-category .article-main-content {
    padding-top: 48px;
}
.subcategory-accordion {
  background: #fff;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 8px 0px, rgba(0, 0, 0, 0.12) 0px 3px 3px -2px, rgba(0, 0, 0, 0.14) 0px 3px 4px 0px;  padding: 24px 24px 8px;
  max-width: 100%
}
.subcategory-header {
  all: unset;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 600;
  color: #007a87;
}
.subcategory-icon {
  width: 28px;
  height: 28px;
  transition: transform 0.3s ease;
  fill: #007a87;
}
.subcategory-content {
  display: flex;
  flex-flow: wrap;
  gap: 8px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.subcategory-accordion.active .subcategory-content {
    margin-top: 16px;
}
.subcategory-accordion .subcategory-content {
    margin-top: 16px;
}
.subcategory-tag {
  background-color: #6e46ae;
  border-color: #6e46ae;
  color: #fff;
  text-decoration: none;
  padding: 11px 12px;
  border-radius: 4px;
  border: 2px solid;
  font-size: 1.4rem;
  line-height: 1.8rem;
  font-weight: 600;
  transition: all 0.25s ease;
  text-align: center;
  white-space: nowrap;
}
.subcategory-accordion.active .subcategory-content {
  max-height: 2000px;
}
.subcategory-accordion.active .subcategory-icon {
  transform: rotate(180deg);
}
.subcategory-accordion.active {
    padding: 24px 24px 24px;
}
.search-input-category .monster-search-form .wp-block-search__input{
    width: 100%;
}
.search-input-category {
    margin-bottom: 64px;
}
.subcategory-accordion {
    margin-bottom: 64px;
}
.subcategory-row-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.subcategory-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 24px;
    background: #f2f2f2;
}
.subcategory-row-title {
    font-size: 1.8rem;
    line-height: 2.3rem;
    font-weight: 900;
    color: #212121;
}
.subcategory-row-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  color: #00788c;
  font-weight: 800;
  font-size: 1.4rem;
  line-height: 2.1rem;
}
.subcategory-row-icon {
  width: 20px;
  height: 20px;
}
.subcategory-row-link + .post-category-list {
    margin-top: 24px;
}
.subcategory-row-link + .post-category-list .post-category-card {
    border-bottom: 0px solid #e9e7f7;
    margin-bottom: 0;
}
.post-template-post-sub-category .post-category-content {
    margin-top: 0;
}
.banner-rightimg {
    margin: 40px 0 0;
    width: 100%;
    padding-bottom: 40px;
}
.article-main-content p.post-count {
    margin-top: 48px;
}
.post-sub-category-header .rank-math-breadcrumb span.separator,
.article-header .rank-math-breadcrumb span.separator,
.search-results .rank-math-breadcrumb span.separator {
    padding: 0px 6px;
}
.post-sub-category-header .rank-math-breadcrumb span,
.article-header .rank-math-breadcrumb span,
.search-results .rank-math-breadcrumb span {
    color: #737373;
    font-weight: 400;
}
.post-sub-category-header .rank-math-breadcrumb a,
.article-header .rank-math-breadcrumb a,
.search-results .rank-math-breadcrumb a {
    color: #00788c;
    font-weight: 400;
}
.search-results .wp-block-group .wp-block-post-excerpt {
    padding-bottom: 8px;
}
.widget-left-box {
    background-color: #3d2462;
    border-radius: 20px;
    margin-bottom: 40px;
    padding: 26px 27px;
    text-align: center;
}
.widget-left-box p {
    color: #fff;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 2.4rem;
}
.widget-left-box p mark {
    color: #f2b127 !important;
}
body .widget-left-box .wp-block-button {
    margin-top: 8px;
    width: 100%;
}
body .widget-left-box .wp-block-button a {
    background-color: #e9e7f7;
    border-color: #e9e7f7;
    border-radius: 4px;
    color: #6e46ae;
    font-size: 1.4rem;
    font-weight: 600;
    line-height: 1.8rem;
}
body .article-main-content blockquote {
    font-size: 1.6rem;
    padding: 0;
    border: 0;
    font-weight: 400;
}
 @media (min-width:768px){
     .related-article-box .related-article-anchor:hover {
        box-shadow: 0 1px 18px 0 rgba(0, 0, 0, .12), 0 3px 5px -1px rgba(0, 0, 0, .2), 0 6px 10px 0 rgba(0, 0, 0, .14);
        text-decoration: none
    }
    .related-article-box .related-article-anchor:hover .related-article-para {
        color: #00788c
    }
    form.monster-search-form{
        padding-left: 50px;
    }
    .search-results-main .wp-block-columns .wp-block-column:last-child {
        margin-top: 80px;
    }
    .search-results-main .advice-img-text.wp-block-columns .wp-block-column:last-child {
        margin-top: 0px;
    }
    .search-results a#load-more-posts:hover {
        background-color: #8060b6;
        border-color: #8060b6;
    }
    .article-main-content .wp-block-column .bg-img {
        float: left;
    }
    .career-tags .tag:hover{
    border-color: rgba(255, 255, 255, 0.1);
  }
  .featured-card:hover{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 18px 0px, rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px;
}
.category-search-wrapper:focus-within .career-advice-search-button,
.career-advice-input:not(:placeholder-shown)
  + .buton-search
  .career-advice-search-button {
    gap: 8px;
    width: 100%;
    padding: 12px 14px 12px 14px;
}
.category-search-wrapper .career-advice-search-button{
    gap: 36px;
    width: 35%;
    transition: width 0.3s ease-in-out, gap 0.3s ease-in-out;
    background-color: #b051aa;
    overflow: hidden;
    margin: 12px;
    border-radius: 4px;
    border: 0px solid;
    font-weight: 600;
    color: #fff;
    display: flex;
    padding: 12px 12px 12px 14px;
    align-items: center;
    cursor: pointer;
}
.subcategory-tag:hover {
    background-color: #8060b6;
    border-color: #8060b6;
    border: 2px solid;
}
.subcategory-accordion:hover{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 18px 0px, rgba(0, 0, 0, 0.2) 0px 3px 5px -1px, rgba(0, 0, 0, 0.14) 0px 6px 10px 0px;
}
.search-input-category form.monster-search-form {
        padding-left: 0;
}
.subcategory-row-link:hover .subcategory-row-title{
        color: #666666;
}
 body .widget-left-box .wp-block-button a:hover {
        background-color: #8060b6;
        border-color: #8060b6;
}
 }
 @media (min-width:1300px){
    .article-main-content,
    .article-header,
    .social-icon-searchbox,
    .post-template-post-article .rank-math-breadcrumb,
    .page-template-post-article .rank-math-breadcrumb,
    .search-results-main,
    .search-results nav.rank-math-breadcrumb,
    .article-nav-header {
        max-width: 1312px!important;
    }
    .monster-search-form div.monster-search-form {
        max-width: 95%;
    }
    .article-nav-header h1:not(.wp-admin h1), .article-header h2:not(.wp-admin h2){
        max-width: 1312px!important;
    }
    .monster-search-form .wp-block-search__input{
        max-width: 100%;
    }
     .featured-section, .category-search-container,
   .post-sub-category-header {
        max-width: 1312px;
    }
 }
 @media (max-width:1199px){
    .featured-section,.category-search-container,
    .post-template-post-category .article-main-content{
        padding-left: 30px;
        padding-right: 30px;
    }
}
 @media (max-width:991px){
    .monster-search-form .wp-block-search__button{
        background-color: #fff;
    }
    form.monster-search-form {
        padding-left: 0;
    }
 }
@media (max-width: 767px) {
  .article-main-content > div > figure:nth-of-type(1) {
    float: none;
    margin: 0 0 30px 0;
    max-width: 100%;
  }
  .social-icon-searchbox,
  .article-main-content{
    padding: 0;
  }
  .social-icon-searchbox{
    flex-direction: column-reverse;
  }
  .monster-search-form .wp-block-search__input,
  .monster-search-form div.monster-search-form{
    max-width: 100%;
  }
  .article-main-content{
        gap: 0;
        margin: 0 auto 50px;
  }
  .article-header {
    margin-bottom: 30px;
    max-width: 88%;
}
.article-nav-header {
    padding: 0 30px;
}
.related-article-box ul {
    gap: 40px;
    flex-direction: column;
}
.post-template-post-article form.monster-search-form, .page-template-post-article form.monster-search-form {
        margin: auto;
        max-width: 88%;
}
.post-template-post-article .widget-left-box, .page-template-post-article .widget-left-box {
    margin: 30px auto 40px;
    max-width: 100%;
}
.advice-article-div:first-child {
    padding: 0 0 40px;
}
.advice-article-div details .wp-block-columns {
    flex-flow: nowrap !important;
}
 .author-social-icon {
    flex-direction:column;
    justify-content: flex-start;
    margin: 40px auto 0!important;
    max-width: 88%;
}
.author-text-social,.social-main-div {
    margin-left: 0!important
}
.author-text-social {
    margin-bottom: 10px
}
.article-main-content .wp-block-column .bg-img, 
.article-main-content .wp-block-column .bg-img img{
    max-width: 100%;
    width: 100%;
}
.article-main-content .wp-block-column .bg-img{
    margin: 0 0px 25px 0;
}
.article-main-content{
    padding: 0 30px;
}
.related-article-box .related-article-anchor {
        width: 100%
    }
    .related-article-box{
        max-width: 88%;
        padding-top: 40px;
    }
    .career-tags.tag {
    font-size: 1.4rem;
    padding: 10px 14px;
  }
  .featured-grid {
        flex-direction: column;
  }
  .card-content h3 {
    font-size: 2.1rem;
    line-height: 2.6rem;
  }
  .card-tag {
        top: 20%;
        left: 16px;
  }
  .post-category-image:nth-of-type(1) {
    max-width: 100%;
}
.post-category-card {
    gap: 20px;
    flex-direction: column;
}
.post-category-datails {
    padding: 0 0 32px 0;
}
.category-search-wrapper .career-advice-search-button span{
    display: none;
}
.career-advice-input {
    line-height: 2.7rem;
    font-size: 1.6rem;
    min-height: 48px;
    padding-left: 16px;
    padding-right: 40px;
}
.career-advice-search-button {
        border: none;
        background: #fff;
        padding-right: 14px;
}
.career-advice-search-button svg path {
    fill: #737373;
}
.category-search-wrapper svg, .career-advice-search-button svg:visited {
    min-width: 25px;
    min-height: 25px;
}
.category-search-banner h1 {
    margin-bottom: 24px;
}
.popular-searches {
    padding-top: 32px;
    font-size: 2.5rem;
    line-height: 3.1rem;
}
.career-advice-search-button,
.career-advice-search-button:focus,
.career-advice-search-button:focus-within,
.career-advice-search-button:active {
  border: none;
  outline: none;
  box-shadow: none;
}
.subcategory-content {
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}
.post-sub-category-header .rank-math-breadcrumb,
.post-template-post-sub-category .post-category-content {
    padding-left: 30px;
    padding-right: 30px;
}
.post-template-post-sub-category .subcategory-accordion {
    max-width: 84%;
    margin: 0 auto 64px;
}
.subcategory-row {
    flex-direction: column;
    text-align: left;
    gap: 30px;
    align-items: flex-start;
}
.search-input-category{
    padding-left: 30px;
    padding-right: 30px;
    position: absolute;
    bottom: 100%;
    left: 0;
    z-index: 8;
    width: 100%;
    
}
.post-template-post-sub-category .widget-left-box {
    max-width: 85%;
    margin: 0 auto 40px;
}
.post-template-post-sub-category .advice-article-div {
    margin: 0;
    padding: 0 30px 50px;
}
.post-template-post-sub-category .article-main-content {
    padding-top: 0;
    position: relative;
}
.post-template-post-sub-category .article-main-content > div {
    position: static;
}
.category .article-main-content {
        padding: 0 30px 30px;
        position: relative;
        margin-top: 0;
}
.banner-rightimg img {
    width: 100%;
}
.sub-category-header h1 {
    padding-left: 30px;
    padding-right: 30px;
}
.category .article-main-content > div
 {
    position: static;
}
.career-tags .tag{
    justify-content: flex-start;
}
.post-sub-category-header h1, .post-sub-category-header h2 {
    padding-left: 30px;
    padding-right: 30px;
}
.category .featured-section {
    padding-bottom: 170px;
}
.post-cat-subcategory {
        padding: 100px 30px 30px;
        position: relative;
}
.category .post-cat-subcategory .search-input-category{
        margin-bottom: -100px;
        bottom: 100%;
}
.category .article-main-content.post-cat-subcategory {
    padding: 100px 30px 30px;
    position: relative;
}
.article-main-content.post-cat-subcategory > div
 {
    position: static;
 }
}