/* === LEFT SIDE: Text + Form === */
.body-wrapper #main-content {
  overflow-x: unset;
}
#main-content p, ol, li {
  margin-bottom: 20px;
}
.newBlog__left {
  width: 50%;
  flex: 0 0 50%;
  padding-left: 40px;
  padding-right: 30px;
}
section.blog_detail_banner .blogTag {
    font-size: 24px;
}
.postCols_data {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
}    
section.post_description ul li {
    list-style: disc;
}
.custom-dropdown {
  position: relative;
  display: inline-block;
}
.custom-dropdown {
  position: relative;
  width: 220px;
}
/* Smooth dropdown animation */
.dropdown-menu {
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.2s ease, opacity 0.2s ease;
  display: block; /* Needed for transition to work */
  pointer-events: none;
  padding-left: 0;
  margin-top: 0;
}

.dropdown-menu.active {
  opacity: 1;
  transform: scaleY(1);
  pointer-events: auto;    
}
.blog-filters form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .blog-filters form {
    align-items: stretch;
  }
}
a.readMore img {
    padding-left: 11px;
    width: auto;
    position: relative;     
    top: 1px; 
}
ul#tocList li {
    list-style: none !important;
   margin-top: 0;
    margin-bottom: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  border-bottom: 1px solid #A0A0A0;
}
ul#tocList li:last-child {
  border-bottom: none;
}
.custom-dropdown.categoryFilterTitle,
.blog-filters .flex.items-center {
  width: 100%;
  max-width: 20rem;
}

@media (min-width: 768px) {
  .blog-filters form {
    flex-direction: row;
  }

  .custom-dropdown.categoryFilterTitle,
  .blog-filters .flex.items-center {
    width: 20rem;
  }
.blog-filters input[type="text"] {
    width: 300px !important;
    height: 100%;
}
  aside.post_toc_sidebar {
  max-height: calc(100vh - 160px);
    overflow-y: auto;
  }
}

.dropdown-toggle {
  background: white;
  cursor: pointer;
}

.dropdown-menu {
  min-width: 100%;
}

.dropdown-toggle {
    border: 2px solid #9A9DA0;
    border-radius: 100px !important;
}
.dropdown-button {
  background-color: white;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 4px;
  cursor: pointer;
}

.dropdown-menu {
  position: absolute;
  top: 110%;
  left: 0;
  background-color: white;
  min-width: 200px;
  border: 1px solid #ccc;
  border-radius: 4px;
  z-index: 1000;
  max-height: 300px;
  overflow-y: auto;

  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
}

.dropdown-menu li {
  list-style: none;
}

#main-content ol {list-style: auto;}

.dropdown-menu li a {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    color: #9A9DA0;
    line-height: 27px;
    letter-spacing: 0%;
}

.dropdown-menu li a:hover {
  background-color: #f0f0f0;
}

.custom-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.featured_image {
  background-color: #eaf3fc;
  border-radius: 0 11px 11px 0;
}             
.featured_image img {
    border-radius: 0 0 11px 11px;   
    height: 225px;
    object-fit: contain;
  background-color: #eaf3fc;
  border-top-right-radius: 15px;
  border-top-left-radius: 15px;
  margin-bottom: 0;
}
.postCols_data > div {
  width: 100%;
}
.rightPOst.shadow-md {
    box-shadow: 0px 0px 30px 0px #00000040;
    border-radius: 11px;
}
@media (min-width: 768px) {
  .postCols_data > div {
    width: calc(33% - 1rem); /* 3 columns on medium and up */
  }
}

.jobtagrth5 {
  color: #223B9B;
  font-family: Poppins;         
  font-weight: 600;
  font-style: SemiBold;
  font-size: 24px;
  line-height: 55px;   
  letter-spacing: 0%;
  margin-top: 20px;
}

.jobtagrth1 {
  color: #343A40;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
font-size:55px;
  line-height: 65px;
  letter-spacing: 0%;
}

.newBlog__left p {
  color: #666666;
  font-family: Poppins;
  font-weight: 700;
  font-style: Bold;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  width: 75%;
}
#main-content p.publishdate {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #666666;
    position: relative;
    margin-bottom: 0;
}
section.blog-grid-section h2 {
    color: #343A40;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 30px;
    line-height: 35px;
    letter-spacing: 0%;
    text-align: center;
}
.blogMeta, .blogUser {
    display: flex;
}
.blogauthorImg img {
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.blogauthorImg {
    margin-right: 20px;
}
.blogauthorData p:first-child {
    margin: 0;
    padding: 0;
    font-family: Poppins;
    font-weight: 600;
    font-size: 18px;
    color: #666666;
    vertical-align: middle;
  margin-bottom: 0!important;
}
.blogauthorData p:last-child {
    margin: 0;
    padding: 0;
    color: #666666;
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
}
/* social sharing section */
#main-content .blogSocial .share_text {
	font-size: 16px;
	margin-bottom: 0;
}

#main-content .blogSocial .blogSocialList {
	padding-left: 0;
}

#main-content .blogSocial .blogSocialList li:first-child {
	margin-left: 0;
}

@media (min-width: 481px) {
	#main-content .blogSocial {
		padding-left: 20px;
		display: flex;
		align-items: center;
	}

	#main-content .blogSocial .share_text {
		margin-bottom: 20px;
    margin-right: 5px;
	}

	#main-content .blogSocial .blogSocialList {
		padding-left: 10px;
		margin-bottom: 25px;
		display: flex;
		gap: 15px;
		align-items: flex-end;
	}

	#main-content .blogSocial .blogSocialList li {
		margin: 0;
	}
}

@media (min-width: 1030px) {
	#main-content .blogSocial .share_text {
		font-size: 20px;
	}
}
/* end social sharing section */
ul.blogSocialList li {
    display: inline-block;
    margin-left: 10px;
}
.blogUser {
  position: relative;
  padding-right: 35px;
}

.blogUser::before {
  content: "";
  position: absolute;
  right: 0;
  top: 5px; 
  height: 40px; 
  width: 2px;   
  background-color: #9a9da0;
}
.blogpost_image img {
    width: 100%;
}
.blogUser {
    padding-right: 35px;
}
#main-content p.authorName {
    font-family: Poppins;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 18px;
    line-height: 23px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #666666;
    padding: 0;
    margin: 0;
    position: relative;
    margin-bottom: 0;
}
.post_content_top {
    padding: 30px;
    padding-top: 0;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.post_content_top small {
  min-height: 55px;
  margin-top: 15px;
}
.post_content_top h3 a, h3.postTitle a {
    color: #343A40;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
  margin-bottom: 30px;
}
.content-wrapper {
    width: 90%;
    margin: 0 auto;
}
.blog-hero .content-wrapper {
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .blog-hero .content-wrapper {
    flex-direction: row;
  }
}
.authorImg {
  margin-bottom: 30px;
}
.authorImg img {
    border-radius: 50%;
    height: 50px;
    object-fit: cover;
    width: 50px;
    margin-right: 15px;
}
.postCol_one {
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, .1);
    box-shadow: 0 0 30px 0 #00000040;
    padding: 0 !IMPORTANT;
}
a.readMore, a.readMore:hover {
    color: #2f86dd!important;
    font-size: 18px;
    font-style: Bold;
    font-weight: 700;
    line-height: 55px;
    margin: auto 0 0;
    padding: 0;
    vertical-align: middle; display:flex;
}
.rightPOst {
    box-shadow: 0px 0px 30px 0px #00000040;
    border-radius: 11px;
  display: flex;
  flex-direction: column;
}
.dropdown-toggle {
    padding-top: 14px !important;
    padding-bottom: 13px !Important;
}
button.searchButton {
    padding: 10px 33px;
    position: relative;
    left: -46px;
  text-transform: none;
  font-weight: 600;
  font-size: 20px;
  height: 100%;
}
form.filterForms {
    width: 90%;
    margin: 0 auto;
}

.searchfunction .hs-input,
body input.searchInput {
    width: 100% !important;
    border-radius: 100px !important;
    border-width: 2px !important;
    font-family: Poppins !important;
    font-weight: 400 !important;
    font-style: Regular;
    font-size: 18px !important;
    leading-trim: NONE;
    line-height: 27px !important;
    letter-spacing: 0%;
}
select.searchByTopic {
    border: 2px solid #9A9DA0;
    width: 235;
    height: 55;
    color: #9A9DA0;
    opacity: 1;
    top: 874.59px;
    left: 208.95px;
    border-radius: 100px;
    border-width: 2px;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    margin-right: 30px;
    line-height: 27px;
    letter-spacing: 0%;
}
.custom-dropdown {
    font-family: Poppins;
    font-weight: 400;
    font-size: 18px;
    line-height: 27px;
    color: #9A9DA0;
}
.dropdown-toggle {
    padding-left: 15px;
}
.rightPOst {
    background: #fff;
  overflow: hidden;
}
#main-content p.aboveform {
  color: #666666;
  font-family: Poppins;
  font-weight: 400;
  font-style: Regular;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0%;
  margin-bottom: 45px;
}
section.blog-grid-section {
  background-image: url('https://www.jobtarget.com/hubfs/job%20target%20new%20blog/Midpage-Circle-Cropped@2x.png');
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: 200px; 
  padding-bottom: 100px;
}

section.blog-grid-section > .content-wrapper {
  
  position: relative;
  z-index: 2;
}

/* === Social Section === */
.newBlog__left p a img {
  margin-right: 11px;
  width: 23.57px;
  height: 16.43px;
  opacity: 1;
  vertical-align: bottom;
}

span.follow {
  font-family: Poppins;
  font-weight: 400;
  font-size: 16px;
  line-height: 55px;
  color: #666666;
  padding-right: 10px;
  position: relative;
  top: 1px;
}

/* === RIGHT SIDE: Featured Post === */
.newBlog__right .rightPOst.shadow-md {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 8px 24px rgba(0,0,0,.1);
    flex: 0 0 50%;
    margin-right: 40px;
   box-shadow: 0px 0px 30px 0px #00000040;

    width: 85%;
}

/* === Blog Topic Label === */
small.text-blue-600.font-medium, p.blogTopic, .post_content_top small, small,.blogTag {
  color: #223B9B;
  font-family: Poppins;
  font-weight: 600;
  font-size: 18px;
  line-height: 55px;
}

/* === Newsletter Form === */
.newsletter {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  font-family: sans-serif;
}

form.newsletter.mt-6.flex.flex-col.gap-4 {
  flex-direction: row;
}

.newsletter .form-row {
  display: flex;
  gap: 12px;
  align-items: center;
}

.newsletter input[type="email"] {
  padding: 12px 16px;
  border: 1px solid #ccc;
  border-radius: 25px;
  width: 250px;
  font-size: 20px;
  outline: none;
  flex: 5;
}

.newsletter input[type="email"]:focus {
  border-color: #223b9b;
}

.newsletter button {
  background-color: #2F86DD;
  border: none;
  text-transform: capitalize;
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 600;
  font-size: 20px;
  color: #fff;
  padding: 12px 24px;
  transition: background-color 0.3s ease;
  position: relative;
  left: -131px; 
  flex: 3;
}
.pagination a.active {
    background: #2F86DD;
    border-radius: 50%;
    height: 45px;
    width: 45px;
    padding-top: 10px;
    padding-left: 14px;
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    color: #fff;
}
a.rightArrow, a.leftArrow {
    position: relative;
    top: 12px;
}
.newsletter button {
    left: -55px;
    border-radius: 100px;
    padding: 10px 35px;
}
.pagination a, a.leftArrow, a.righttArrow, .noactive {
    color: #666666;
    border: none;
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 22px;
    line-height: 25px;
    letter-spacing: 0%;
    text-align: center;
    margin-left: 20px;
  overflow-wrap: normal;
}
.newsletter button:hover {
  background-color: #1d4ed8;
}

.newsletter .social {
  font-size: 12px;
  margin-top: 4px;
}
img.mb-4.max-w-full {
    width: 100%;
}
.newsletter .social img {
  width: 16px;
  height: 16px;
  margin-left: 8px;
  vertical-align: middle;
}
.blogpost_image {
  border-radius: 16px;
}
section.newBlog.blog-hero {
    background-image: url(https://www.jobtarget.com/hubfs/job%20target%20new%20blog/Hero-Circle-Background.svg);
    background-position: calc(max((50vw + 700px), 100%)) 0;
    background-repeat: no-repeat;
    padding-bottom: 120px;
    padding-top: 180px;
    background-size: contain;
}
.post_cols {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}

.postCol_one {
  width: calc(33.333% - 16px); 
  box-sizing: border-box;
}


/* Blog POST */
.blog_banner_inner {
    display: flex;
}
section.blog_detail_banner {
    padding-top: 150px;
    background-image: url(https://www.jobtarget.com/hubfs/job%20target%20new%20blog/Hero-Circle-Background.svg);
    background-position: top right;
    background-repeat: no-repeat;
    background-size: contain;
}
.blog_banner_inner h1 {
    font-family: Poppins;
    font-weight: 700;   
    font-style: Bold;
    font-size: 45px;
    line-height: 50px;
    letter-spacing: 0%;
    color: #343A40;
  margin-bottom: 30px;
}
.blog_left {
    width: 40%;
}
.blog_right {
    width: 50%;
    margin-left: 4%;
}

ul#tocList {
  padding-left: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
#tocList a {
  color: #333;
  text-decoration: none;
  display: block;
  padding: 8px 12px;
  border-radius: 6px;
}

#tocList a:hover {
  background-color: #e5f0ff;
  color: #2563eb;
}
section.post_description {
    padding-top: 100px;
    padding-bottom: 100px;
}
/* #tocList a.active {
  background-color: #e5f0ff;
  color: #1d4ed8;
  font-weight: 600;
} */
.post_inner_content {
    display: flex;
    justify-content: space-evenly;     
}
.sidebar_wrapper > div {
  position: sticky;
  top: 100px;
}
.sidebar_wrapper aside {
    width: 100%;
    box-shadow: 0px 0px 30px 0px #00000040;
   
    margin-bottom: 50px;   
}
.post_content {
    width: 60%;
    flex: 1 1 60%;
    margin-left: 80px;
}
.hs-cta-embed {
  margin-top: 90px;
}
.sidebar_wrapper {
    width: 25%;
}
.post-description p, .post-description li, .post-description a, .post_content p, .post_content li, .post_content a {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 27px;
    
}
.bottom_image {
    background-repeat: no-repeat;
    background-position: top right;     
}
.bottom_advertisment {
    background: #eaf3fc;
    box-shadow: 0 0 30px 0 #00000040;
    margin-top: 70px;
    margin-bottom: 20px;
}
.bottomLeft {
    padding-left: 40px;
    width: 70%;    
    padding-bottom: 65px;
    padding-top: 10px;
}
blockquote.quoted-content .quote_postdesp .icon img {    
    width: 42px;
}
#tocList a:hover,
#tocList a.active,
#tocList a.toc-active {
  background-color: #e5f0ff;
  color: #2F86DD;
  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-style: normal;     
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-decoration: none;
}
section.post_description {
    background-image: url("https://www.jobtarget.com/hubfs/Customer%20Logos/Midpage-Circle-Cropped.svg");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 300px auto;
}
@media (min-width: 768px) {
  .cta-row > .row-fluid {
    display: flex;
  }
}
h3.tochead {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 20px;
    color: #343A40;
    line-height: 25px;
    padding-top: 30px !important;
    padding: 10px 0;
    text-align: center;
}
ul#tocList li a {
    font-family: Poppins;
    font-weight: 400;
    font-style: Regular;
    font-size: 16px;
    color: #666666;
    line-height: 20px;
    letter-spacing: 0%;
}
aside.extra_sidebar_box a img {
    width: 100%;
}
aside.extra_sidebar_box {
    padding: 0 !important;
    box-shadow: 0 0 10px 0 #00000040 !important;
    margin-bottom: 0;
    border-radius: 11px;
  overflow: hidden;
  background-color: #eaf3fc;
}
aside.post_toc_sidebar {
    border-radius: 11px;
    width: 100%;
    margin: 0 auto 60px;
  background-color: #fff;
}
.cta-button {
    padding-top: 30px;
    padding-bottom: 40px;
}
a.btn.btn-primary, .bottomCTA a {
    color: #FFFFFF !Important;
    font-family: Poppins;
    font-weight: 600;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;   
    background: #2F86DD;
    border-radius: 100px;
    padding: 14px 30px;
}
blockquote.quoted-content {
    border: 0 !important;
}
blockquote.quoted-content .quote_postdesp {
    background: #EAF3FC;
    margin-bottom: 20px;
    display: flex;
    border-radius: 11px;
}
blockquote.quoted-content .quote_postdesp .text {
    font-family: Poppins;
    font-weight: 400;
    font-size: 20px;
    color: #666666;
    line-height: 27px;
    letter-spacing: 0px;    
    padding: 35px 50px;
}
blockquote.quoted-content .quote_postdesp .icon {
    padding: 0 !important;
    background-color: #2F86DD !IMPORTANT;
    width: 20%;
    padding: 20px !important;
    border-radius:11px;
    padding-left: 25px !important;
}     
blockquote.quoted-content .quote_postdesp:last-child .icon {
    width: 14%;
}
blockquote.quoted-content .quote_postdesp:hover {
    background: #2F86DD;
    cursor: pointer;
}
blockquote.quoted-content .quote_postdesp:hover .text {
    color: #fff;
}
.post_content h1:not(:first-child),
.post_content h2:not(:first-child),
.post_content h3:not(:first-child),
.post_content h4:not(:first-child),
.post_content h5:not(:first-child) {
  font-family: Poppins;
  font-weight: 700;
  color: #343A40;
  margin-bottom: 30px;
  margin-top: 30px;
}
.post_content h1[id^='section']:not(:first-child),
.post_content h2[id^='section']:not(:first-child),
.post_content h3[id^='section']:not(:first-child),
.post_content h4[id^='section']:not(:first-child),
.post_content h5[id^='section']:not(:first-child)
.post_content h2 {
    margin-top: 60px;      
}
.post_content h4 {
    font-family: Poppins;
    font-weight: 700;
    font-style: Bold;
    font-size: 22px;
    color: #2F86DD;
    line-height: 27px;
    letter-spacing: 0%;
}
.quoted_section {
    border-left: 14px solid #2f86dd;
    border-radius: 7px;
    box-shadow: 0 0 30px 0 #00000026;
    padding: 30px 40px;
    margin-top: 40px;
    margin-bottom: 60px;
}
.quoted_section .quoted_inner {
    display: flex;
}
.quoted_section .quoted_inner .quoteleft {
    width: 20%;
}
.quoted_section .quoted_inner .quoteright {
    width: 100%;
}    
.post_content h3 {
font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 26px;
color: #343A40;
line-height: 36px;
letter-spacing: 0%;

}
.post_content a, .post_content a:hover {
font-family: Poppins;
font-weight: 700;
font-style: Bold;
font-size: 20px;
color: #2F86DD;
line-height: 27px;
letter-spacing: 0%;
}

.related-posts-section {
    background: #EAF3FC;
    padding: 60px 0 120px;
    margin-bottom: 50px;
}

.related-subtitle {
    color: #223B9B;
    margin-bottom: 10px;
    font-family: Poppins;
    font-weight: 600;
    font-size: 24px;
    line-height: 55px;
    letter-spacing: 0%;
    text-align: center;
    margin: 0;
    padding: 0;
}
@media (max-width: 767px) {
#main-content .hs-cta-embed {height: fit-content!important;}
#main-content .hs-cta-embed a img{object-fit: contain; height: auto!important;} 
}
.related-title {
    color: #343A40;
    font-family: Poppins;     
    line-height: 55px;
    letter-spacing: 0%;
    font-size: 45px;
    font-weight: 700;
    margin-bottom: 40px;
    text-align: center;
}

.related-posts-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}

.related-post-card {
    background: #fff;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    max-width: 350px;
    overflow: hidden;
    width: 100%;
    box-shadow: 0px 0px 30px 0px #00000040;
}

.related-post-image {
  width: 100%;
  height: 225px;
  object-fit: contain;
  object-position: center;
  border-radius: 11px;
  overflow: hidden;
  background-color: #EAF3FC;
}

.related-post-content {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 20px;
}
.related-post-content h3 {
  margin-bottom: 30px;
}

.related-post-topic {
  font-size: 14px;
  color: #2F86DD;
  margin-bottom: 6px;
}

.related-post-heading a {
  font-size: 18px;
  color: #111;
  text-decoration: none;
  font-weight: 600;
}

.related-post-author {
  display: flex;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 30px;
}

.author-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 10px;
}

.author-info {
  display: flex;
  flex-direction: column;
}

.author-name {
  font-weight: 500;
  font-size: 14px;
}

.publish-date {
  font-size: 12px;
  color: #888;
}

.read-more-link {
  display: inline-block;
  margin-top: 15px;
  color: #2F86DD;
  font-weight: 600;
  text-decoration: none;
}

a.cts, a.clicktoshare {
  display: block;
  font-weight: 400;
  background-color: #EAF3FC;
  color: #666666;
  padding: 30px;
  border-radius: 15px;
  transition: all 0.25s ease-in-out;
  -webkit-transition: all 0.25s ease-in-out;
  margin-top: 60px;
  margin-bottom: 60px;
}
a.cts:hover, a.clicktoshare:hover {
  background-color: #2F86DD;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
}
#main-content blockquote {
  display: block;
  position: relative;
  background-color: #fff;
  border-left: none;
  border-radius: 15px;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.4);
  overflow: hidden;
  padding: 30px 30px 30px 44px;
  margin-top: 60px;
  margin-bottom: 60px;
}
#main-content blockquote:after {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 100%;
  background-color: #2f86dd;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  a.cts, a.clicktoshare {
    position: relative;
    padding-right: 130px;
  }
  a.cts:before, a.clicktoshare:before {
    display: block;
    content: '';
    position: absolute;
    width: 100px;
    height: 100%;
    background-color: #2F86DD;
    background-image: url('https://www.jobtarget.com/hubfs/Customer%20Logos/LinkedIn-color.svg');
    background-size: 42px auto;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 15px;
    top: 0;
    right: 0;
  }
  #main-content blockquote {
    padding-left: 150px;
  }
  #main-content blockquote:before {
    display: block;
    content: '';
    position: absolute;
    width: 74px;
    height: 50px;
    background-image: url('https://www.jobtarget.com/hubfs/Customer%20Logos/Quote-Icon.svg');
    background-size: 74px auto;
    background-position: center top;
    background-repeat: no-repeat;
    top: 30px;
    left: 44px;
  }
}





@media (min-width: 1025px) and (max-width: 1280px){ 
.blog_left {
    width: 48%;
}
.blog_banner_inner h1 {
    font-size: 38px;
}
.post_content h2 {
    font-size: 25px;
    line-height: 36px;
    
}
.bottomLeft {
    width: 57%;
}
.related-post-card {
    max-width: 310px;
}

.postCols_data > div {
    width: calc(50% - 1rem);
}
}



@media screen and (max-width: 1024px) {
  .postCol_one {
    width: calc(50% - 12px); 
  }.postCols_data > div {
    width: calc(50% - 1rem);
}
}

@media screen and (max-width: 640px) {
  .postCol_one {
    width: 100%;
  }
}

/* Ipad PRO */
@media (min-width: 992px) and (max-width: 1199px) {
a.btn.btn-primary, .bottomCTA a {    
    font-size: 16px;
}
    blockquote.quoted-content .quote_postdesp .text {
    font-size: 15px;
    line-height: 20px;
}
    aside.post_toc_sidebar {
    width: 100%;      
}
    .blogauthorData p:first-child, .blogauthorData p:last-child {
    font-size: 15px;
}
    ul.blogSocialList li {
    display: inline-block;
    margin-left: 6px;
}
  .related-post-card {
    max-width: 260px;
}
.blog_banner_inner h1 {
    font-size: 26px;
    line-height: 36px;
}
.blog_left {
    width: 50%;
}
.post_content h2 {
   
    line-height: 30px;
    
}
.post-description a, .post-description li, .post-description p, .post_content a, .post_content li, .post_content p {
    color: #666;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    
}
.bottom_image {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 40%;
}  
    
  form.newsletter.mt-6.flex.flex-col.gap-4 {
    flex-direction: column;
}
.newsletter button {
    left: 0;
}
.newsletter button {
    padding: 7px 24px;
} 
    .newBlog__left p {
    width: 90%;
}
.newBlog__right .rightPOst.shadow-md {
    width: 90%;
}
}

/* Ipad */
@media (min-width: 768px) and (max-width: 991px) {
    a.btn.btn-primary, .bottomCTA a {        
    font-size: 16px;
}
.content-wrapper {    
    max-width: 100%;
}
.postCols_data > div {
    width: calc(50% - 1rem);
}
    .jobtagrth1 {
    font-size: 40px;
    line-height: 50px;
}
.post_content h4 {
    font-size: 18px;
    line-height: 21px;
}
.post_content a, .post_content a:hover, .post_content span, .post_content span:hover {
    font-size: 14px;
    line-height: 21px;
}
.quoted_section .quoted_inner .quoteleft {
    width: 20%;
    margin-right: 30px;
}
blockquote.quoted-content .quote_postdesp .icon img {
    width: 100%;        
}
blockquote.quoted-content .quote_postdesp .icon {

    width: 40%;
}
blockquote.quoted-content .quote_postdesp:last-child .icon {
    width: 30%;
}
.sidebar_wrapper {    
    width: 30%;
}
.blogUser {
    padding-right:10px;
}
.blogSocial {
    padding-left: 5px;
}
    blockquote.quoted-content .quote_postdesp .text {
    font-size: 15px;
    line-height: 20px;
}
    aside.post_toc_sidebar {
    width: 100%;
}
.blogauthorData p:first-child, .blogauthorData p:last-child {
    font-size: 13px;
}
ul.blogSocialList {
    margin: 0;
    padding-left: 0;
}
ul.blogSocialList li a img {
    width: 20px;      
    height: 20px;      
}
.related-post-card  img.related-post-image {
    height: 250px;
}
ul.blogSocialList li {
    display: inline-block;
    margin-left: 4px;     
}
.related-post-card {
    max-width: 285px;
}
.blog_banner_inner h1 {
    font-size: 21px;
    line-height: 29px;
}
.blog_left {
    width: 50%;
}
.post_content h2 {
    font-size: 20px;
    line-height: 30px;
    
}
.post-description a, .post-description li, .post-description p, .post_content a, .post_content li, .post_content p {
    color: #666;
    font-family: Poppins;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    
}
.bottom_image {
    background-position: 100% 0;
    background-repeat: no-repeat;
    background-size: 40%;
}  
.newBlog__left p {
    width: 100%;
    font-size: 20px;
    line-height: 30px;
}
form.newsletter.mt-6.flex.flex-col.gap-4 {
    flex-direction: column;
}
.newsletter button {
    left: 0;
}.newBlog__right .rightPOst.shadow-md {
    width: 90%;
}
.newsletter button {
    padding: 7px 24px;
}
}
/* Mobile Devices... */
@media screen and (max-width: 767px) {
    blockquote.quoted-content .quote_postdesp:last-child .icon {
    width: 100%;
}
.quoted_section .quoted_inner {
    display: block;
}
    .postCols_data {
    display: block;
    flex-wrap: wrap;
    gap: 28px;
}
section.blog-grid-section .content-wrapper {
    width: 100%;
}
.postCols_data > div {
    width: 100%;
    margin-bottom: 40px;
}
.flex.items-center.searchfunction {
    display: block;
}
aside.post_toc_sidebar {
    border-radius: 11px;   
    width: 100%;
    margin: 0 auto;
}
.post_content h2 {
    font-size: 20px;
    line-height: 30px;
    
}
.post-description a, .post-description li, .post-description p, .post_content a, .post_content li, .post_content p,.post_content a, .post_content a:hover, .post_content span, .post_content span:hover {
    color: #666;
    font-family: Poppins;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    
}
.bottomLeft {
    padding-bottom: 65px;
    padding-left: 40px;
    padding-top: 10px;
    width: 50%;
}
 .post_inner_content {
    display: block;
    justify-content: space-evenly;
}
.sidebar_wrapper {
    width: 100%;
}
.post_content {
    flex: 1 1 60%;
    margin-left: 0;    
    width: 100%;
}     
.quoted_section .quoted_inner .quoteleft {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
}
    
.blog_banner_inner {
  display: flex;
  flex-direction: column;
}

.blog_left {
  order: 2;
    width:100%;
}

.blog_right {margin-left: 0;
  order: 1;
padding-bottom:40px; width:100%;
}


    form.flex.flex-nowrap.filterForms {
    flex-wrap: wrap;
}
button.searchButton {
    left: 0;
    padding: 14px 33px;
    position: relative;
    width: 100%;
    text-align: center;
    margin-top: 7px;
  text-transform: none;
  font-weight: 600;
}
    .newsletter button {
    padding: 7px 24px;
}
    form.newsletter.mt-6.flex.flex-col.gap-4 {
    flex-direction: column;
}
.newsletter button {
    left: 0;
}
.newBlog__left {
    flex: 0 0 100%;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}
.newBlog__left p, .newBlog__right .rightPOst.shadow-md, select.searchByTopic, form.filterForms {
    width: 100% !important;
}
form.flex.gap-4.items-center.flex-nowrap.filterForms {
    flex-wrap: wrap;
}select.searchByTopic {
    
    margin-bottom: 30px;
}

}

@media screen and (max-width: 640px){
blockquote.quoted-content .quote_postdesp .icon {
    width: 50%;
}
.bottom_image {
    background-position: 240px 30px;
    background-repeat: no-repeat;
}
}

@media screen and (max-width: 480px){
    .related-title {
    font-size: 18px;
    line-height:25px;
}
.related-subtitle {
    font-size: 16px;
    line-height:22px;
}
blockquote.quoted-content .quote_postdesp .icon {
    width: 100%;
    text-align: center;
    display: block;
}
.blog_banner_inner h1 {
    font-size: 28px;
    line-height: 36px;
}
.blogMeta, blockquote.quoted-content .quote_postdesp {
    display: block;
}
.blogUser:before {
    background-color: transparent;
    content: "";
    height: 40px;
    position: absolute;
    right: 0;
    top: 5px;
    width: 2px;
}
.blogUser {
    padding-right: 0;
    padding-bottom: 20px;
}
.bottomLeft {
    padding-bottom: 65px;
    padding-left: 29px;     
    padding-top: 10px;
    width: 70%;
}
.bottomCTA a, a.btn.btn-primary {
    font-size: 14px;     
    padding: 14px 20px;
}
}

@media  screen and (max-width: 360px) {
.quoted_section .quoted_inner {
    display: block;
}
.quoted_section {
    padding: 30px 20px;
}
.quoted_section .quoted_inner .quoteleft {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
}
blockquote.quoted-content {
    border: 0!important;
    padding-left: 0;
}
blockquote.quoted-content .quote_postdesp .text {
    font-size: 14px;
    line-height: 24px;
    padding: 30px 20px;
}
.bottomCTA a, a.btn.btn-primary {
    font-size: 13px;
    padding: 13px 16px;
}
.bottom_image {
    background-position: 200px 30px;
    background-repeat: no-repeat;
} background-size: 40%;
}

.post_content a.button {
  color: #fff;
  text-transform: none;
}
}