.reading-time {
  margin: 5px 0;
  align-items: center;
  justify-content: center;
  color: var(--Brand-Colors-Neutral-400-W, #92958e);
  font-family: var(--inter);
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
}

.reading-time .icon {
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
}

.relative-posts{
    background-color: #11314A;
    padding:5rem 0;
    margin: 70px 0 0 0;
}

.relative-posts h4{
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    color:#fff;
    font-size:2.5rem;
    font-weight:600;
    text-align:center;
    margin:10px 0 60px 0;
}

.related-term{
  min-height:250px;
  text-align: left;
  padding: 20px;
  overflow: hidden;
  border-radius: 12px;
  border: 0px;
  background: var(--surface-surface-light-2050-w, #fcfcf8);
  line-height:1.5;
}

.related-term h5{
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    font-size:2rem;
    line-height:1.35;
    margin:5px 0;
}

.related-term a.read-more,
.related-term a.read-more:visited,
.related-term a.read-more:hover {
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    font-size: 1rem;
    margin:10px 0 0 0;
    display: block;
    color: #10845D;
    text-decoration: underline;
    text-transform: uppercase;
}

.blue-cta {
    display: block;
    border-radius: 20px;
    background: #0F2333;
    margin: 30px auto;
    padding: 40px 30px;
}

.blue-cta strong {
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    text-align: center;
    display:block;
    width:100%;
    font-size: 2rem;
    color: #fff;
    margin-bottom: 30px;
}

.blue-cta a {
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    display: block;
    width:100%;
    font-size: 2rem;
    color: #fff;
    background-color: #32A964;
    border-radius: 50px;
    padding:20px;
    text-decoration: none;
    text-align: center;
}

.back-to{
    margin: 0;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
}

span.back-to-link {
    display: inline-block;
    margin: 5px 0;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
}

span.back-to-link a {
    display: inline-block;
    font-size: 1.25rem;
    color: #fff;
    text-decoration: none;
}

span.back-to-link a:hover, 
span.back-to-link a:visited {
    color: #fff;
    text-decoration: none;
}

.taxonomy-pill {
    font-family: "Euclid Square", sans-serif;
    font-size: 12px;
    font-weight: 400;
    padding: 8px 20px;
    border-radius: 40px;
    display: inline-block;
    margin: 20px 0;
    width: auto !important;
    text-align: center;
    border: solid 1px #4bd675;
    color: #4bd675 !important;
}

.taxonomy-pill a {
    color: #4bd675 !important;
    text-decoration: none;
}

.social-share {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 24px;
}

.social-share span{
    /** Type Styles **/
    color: #4bd675;
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}

.social-share .nav-link {
  padding: 0;
}
@media all and (max-width: 768px) {
  .social-share {
    flex-direction: column;
    align-items: flex-start;
  }
}
.social-share .dropdown {
  z-index: 100;
}
.social-share .download-btn {
  display: flex;
  height: 48px;
  padding: 12px 52px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 100px;
  border: solid 1px #fff;
  background: var(--surface-surface-light_white, #FFF);
  color: var(--text-text-dark-blue, #11314A);
  text-align: center;
  font-feature-settings: "liga" off, "clig" off;
  font-family: "Euclid Square";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 22px;
  /* 122.222% */
  max-width: none;
}
.social-share .download-btn:hover {
  cursor: pointer;
}
.social-share .download-btn.btn-green {
  color: #fff;
  background: var(--shape-button-dark-green, #10845D);
  border: solid 1px var(--shape-button-dark-green, #10845D);
}


a.dropdown-toggle {
  color: var(--primary-200);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  color: #4bd675;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  /* 166.667% */
  text-transform: uppercase;
  cursor: pointer;
}
a.dropdown-toggle:after {
  display: none;
}
a.dropdown-toggle svg g path {
  fill: var(--text-text---dark-green, #4bd675);
}
ul.dropdown-menu {
  display: none;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  position: absolute;
  top: 120%;
  left: -50px;
  z-index: 20;
  border-radius: 12px;
  background: var(--surface-surface-light_nc050, #f8fafc);
}
ul.dropdown-menu:before {
  content: "";
  width: 28px;
  height: 24px;
  background: var(--surface-surface-light_nc050, #f8fafc);
  position: absolute;
  top: -12px;
  left: 50%;
  clip-path: polygon(50% 0%, 0% 100%, 100% 100%);
  transform: translate(-12px, -50%);
}
ul.dropdown-menu.visible {
  display: flex;
  cursor: pointer;
}
ul.dropdown-menu li {
  width: 100%;
  border-radius: 4px;
  list-style: none;
}
ul.dropdown-menu li a {
  color: var(--text-text-dark-blue, #11314a);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  display: flex;
  padding: 5px 0;
  align-items: center;
  gap: 0;
  align-self: stretch;
}


section .container {
  width: 100%;
  max-width: 1220px;
}

.glossary-header{
    background-color: #08544A;
    padding:7rem 0;
    position: relative;
    z-index: 10;
}

/* .glossary-header::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle at bottom right, rgba(50, 169, 100, 0.6) 0%, rgba(50, 169, 100, 0.4) 30%, transparent 70%);
    pointer-events: none;
    z-index: 1;
} */

.glossary-header .container{
    width: unset;
    max-width: 1220px;
}

.glossary-header h1{
    color:#fff;
    font-size:3.5rem;
    font-weight:600;
    text-align:left;
    margin:30px 0;
    line-height:1.25;
}

.glossary-header .meta{
    color:#ffffff;
    font-size:1.2rem;
    margin-top:10px
}

.outter-row{
    display:flex!important;
    flex-wrap:wrap!important;
}

.glossary-contain.container{
    width:unset;
    max-width:1220px;
}   

@media (min-width: 1200px) {
    .container {
        width:unset;
        max-width:1220px;
    }
}

#toc-list li a{
    text-decoration:none;
    color:var(--winston-text-blue);
}

.glossary-hub.breadcrumbs {
  background: var(--surface-surface-light-3100-w, #eaece7);
  box-shadow: 0px 1px 8px 0px rgba(113, 98, 75, 0.08),
    0px 4px 36px 0px rgba(113, 98, 75, 0.12) inset;
  margin: 0 !important;
}
@media all and (max-width: 960px) {
  .glossary-hub.breadcrumbs {
    display: block !important;
  }
}
@media all and (max-width: 768px) {
  /* .glossary-hub.breadcrumbs {
    margin-top: 21px !important;
  } */
}
.glossary-hub.breadcrumbs .container {
  padding-left: 0;
  padding-right: 0;
}
.glossary-hub.breadcrumbs nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 5px;
  padding: 16px 0;
  /** Type Styles **/
  color: #000;
  font-family: var(--inter);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 34.444px;
}
@media all and (max-width: 1250px) {
  .glossary-hub.breadcrumbs nav {
    padding: 16px 15px 16px 15px;
  }
}
.glossary-hub.breadcrumbs nav .step:last-of-type {
  font-weight: 600;
}
.glossary-hub.breadcrumbs nav .step a {
  color: inherit;
}
.glossary-hub.breadcrumbs .separator {
  margin-right: 3px;
}


.container a.recource-bttn {
    display: block;
    width: 220px;
    text-align: center;
    height: auto;
    padding: 15px 20px;
    background: var(--new-green);
    color: var(--winston-text-blue);
    opacity: 1;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .2s ease;
    text-decoration: none;
    box-shadow: none;
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    margin: 20px 0;
}

.container a.recource-bttn:hover {
    background: var(--new-light-green);
    color: #fff;
    transition: all .2s ease;
    box-shadow: 0px 10px 15px var(--button-drop-shadow);
}
.glossary-contain {
    padding: 3rem 0 5rem;
}

@media (min-width: 769px) {
    article.glossary-term {
        padding: 0 30px 0 0;
    }
}

article ol, article ul {
    margin: 0 0 20px 20px;
    padding: 0;
    list-style-position: outside;
}

article h1,
article h2,
article h3,
article h4 {
    display: block;
    margin: 20px auto;
    line-height: 1.25;
    color: var(--winston-text-blue);
}

article h2 {
    font-size: 2.5rem
}

article h3 {
    font-size: 2.15rem
}

article h4 {
    font-size: 1.85rem
}

article ul li,
article ol li {
    font-size: 1.5rem;
    line-height:1.5;
    margin-bottom: 20px;
}

article strong {
    font-family: 'EuclidSquare Semi-Bold', sans-serif;
}

main#nurture-resource-content {
    background: #ffffff;
}

main#nurture-resource-content .glossary-content {
    background: #fff;
}


.featured-image {
    display: block;
    margin: 0 auto 20px;
}

.featured-image img {
    border-radius: 15px 15px 0 0;
    display: block;
    width: 100%;
}

@media screen and (max-width:1200px) {
    .feature-img-contain {
        padding: 0 !important;
    }
}

article .meta {
    display: block;
    margin: 20px auto;
    font-size: 13px;
    color: #818181;
}

article {
    padding: 0 40px 30px 40px;
}

.latest-posts {
    background: #EAECE7;
    border-radius: 15px;
    -webkit-box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    margin: 0 auto;
    padding: 20px;
    position: sticky;
    z-index: 10;
}

.row .latest-posts h4 {
    font-size: 2rem;
    display: block;
    margin: 10px 0 20px 0;
}

.latest-posts ul {
    display: block;
    margin: 0;
    padding: 0;
}

.latest-posts ul li {
    display: block;
    margin: 10px 0;
    border-bottom: 0.5px solid #d4d4d4;
    padding: 0 0 15px 0;
    font-size:14px;
}

.latest-posts ul li a {
    text-decoration: none;
    font-size: 1.25rem;
    line-height: 1.5;
}

/* Fading Gated Content */
.gated-content {
    position: relative;
    overflow: hidden;
    /* Ensures fade effect remains inside the container */
}

/* ::before element for fading effect */
.gated-content::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100px;
    /* Adjust to control the fade-out area */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 100%);
    pointer-events: none;
    /* Prevents interaction */
}


/** form style */
.content-gate__form {
    display: block;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 10px 30px;
}

.content-gate__form p.gate__description{
    margin-bottom:5px;
}

.form--nolabel .mktoForm .mktoLabel {
    display: block !important;
    font-size: 1.2rem;
}

.inline-gated-form [id^="mktoForm_"] {
    width: 100% !important;
    display: flex;
    justify-content: space-between;
    column-gap: 10px;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    padding: 20px 0 !important;
    line-height: 1.5;
    position: relative;
}

.inline-gated-form [id^="mktoForm_"] .mktoFormRow {
    flex: 1 1 calc(50% - 15px);
    /* Each row takes 50% width minus the gap */
    min-width: unset;
    /* Ensures it doesn't shrink too much */
    position: relative;
}

/* Visual UI CSS Fixes */

.mktoForm .mktoGutter {
    display: none;
}

.mktoForm .mktoFieldWrap {
    float: none !important;
}

.mktoForm .mktoLabel {
    display: block !important;
    font-size: 1.2rem;
}

.inline-gated-form [id^="mktoForm_"]>div:nth-child(15) {
    width: 100% !important;
    flex: 100% !important;
}

.inline-gated-form [id^="mktoForm_"] select#State.mktoField {
    width: 100% !important;
}

.inline-gated-form [id^="mktoForm_"] div.mktoHtmlText.mktoHasWidth {
    width: 100% !important;
}

.rFormFloat .form--twocol form#mktoForm_3638.mktoForm .mktoFormRow:has(.mktoPlaceholder) {
    display: none !important;
}

.inline-gated-form [id^="mktoForm_"] input,
.inline-gated-form [id^="mktoForm_"] select {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: stretch;
    flex: 40%;
    width: 100% !important;
    /* Ensures input/select elements fill their container */
    border: 1px solid #DCDDDD;
    border-radius: 5px;
    padding: 8px 10px;
    font-size: 15px;
    line-height: 28px;
    color: var(--dark-blue-gray);
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: unset;
    font-family: 'Bai Jamjuree', sans-serif;
    -webkit-font-smoothing: auto;
}

.inline-gated-form [id^="mktoForm_"] select.mktoField {
    appearance: none;
    background: #fff url(https://ta.smartrecruiters.com/js/forms2/images/arrow-down-bk.png) center right no-repeat;
}

.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(6),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(7),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(8),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(9),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(10),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(11),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(12),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(13),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(14),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(15),
.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(16) {
    flex: 100%;
}

.inline-gated-form [id^="mktoForm_"] .mktoFormRow:has(.mktoPlaceholder) {
    display: none;
}

.inline-gated-form [id^="mktoForm_"]>div:nth-child(13)>div.mktoFieldDescriptor.mktoFormCol,
.inline-gated-form [id^="mktoForm_"]>div:nth-child(14)>div.mktoFieldDescriptor.mktoFormCol {
    display: block;
    width: 20px !important;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3;
}

.inline-gated-form [id^="mktoForm_"]>div:nth-child(14)>div.mktoFieldDescriptor .mktoAsterix {
    padding-left: 0;
    margin-left: -5px;
}

.inline-gated-form [id^="mktoForm_"]>div:nth-child(13)>div:nth-child(2)>div.mktoFieldWrap,
.inline-gated-form [id^="mktoForm_"]>div:nth-child(14)>div:nth-child(2)>div.mktoFieldWrap {
    padding-left: 30px;
}

.inline-gated-form [id^="mktoForm_"]>div:nth-child(16)>div.mktoFieldDescriptor.mktoFormCol {
    position: absolute;
    width: 50px;
    left: 0;
    top: 0;
}

.inline-gated-form [id^="mktoForm_"] .mktoFormRow:nth-child(16) {
    padding-left: 45px;
}

@media (max-width: 600px) {
    .inline-gated-form [id^="mktoForm_"] .mktoFormRow {
        flex: 1 1 100%;
        /* Stack rows into a single column on small screens */
    }
}

.mktoForm .mktoPlaceholder {
    display: none;
}

form#mktoForm_3638 input::placeholder,
form#mktoForm_3638 select {
    color: #000;
}


form#mktoForm_3638 label#LblgDPRSingleOptIn,
form#mktoForm_3638 label#LblGDPR_Privacy_Policy_Consent__c {
    font-size: 12px;
}

form#mktoForm_3638 label#LblgDPRSingleOptIn a,
form#mktoForm_3638 label#LblGDPR_Privacy_Policy_Consent__c a {
    font-size: 12px;
    color: #0841B0
}

.form--twocol .inline-gated-form [id^="mktoForm_"].mktoForm label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"]+.mktoGutter+.mktoLogicalField,
.form--twocol .inline-gated-form [id^="mktoForm_"].mktoForm label.mktoLabel[for="gDPRSingleOptIn"]+.mktoGutter+.mktoLogicalField {
    margin-top: 0px;
}

.form--twocol .inline-gated-form [id^="mktoForm_"].mktoForm label.mktoLabel[for="GDPR_Privacy_Policy_Consent__c"],
.form--twocol .inline-gated-form [id^="mktoForm_"].mktoForm label.mktoLabel[for="gDPRSingleOptIn"] {
    padding-left: 0px;
    width: 10px !important;
}

.inline-gated-form [id^="mktoForm_"]>div.mktoButtonRow {
    display: block;
    width: 100%;
}

.form--twocol .inline-gated-form [id^="mktoForm_"].mktoForm .mktoButtonRow {
    margin: 10px 0 0 0;
}

.inline-gated-form [id^="mktoForm_"] .mktoButtonWrap.mktoRound {
    display: block;
    margin: 0;
    margin-left: unset;
}

.mktoForm label[for=accelerator],
.mktoForm label[for=GDPR_Privacy_Policy_Consent__c],
.mktoForm label[for=gDPRSingleOptIn] {
    display: block !important;
    position: absolute;
    left: 0;
    top: 0;
}

/* CTA Fixes */
.inline-gated-form [id^="mktoForm_"] .mktoButtonWrap.mktoRound .mktoButton {
    background: #32A964;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    border-radius: 80px;
    width: 100%;
    font-weight: 600;
    font-size: 20px;
    transition: .07s ease-in;
    box-shadow: 0px;
    display: block;
    margin: 20px auto 10px;
    padding: 1.85rem 2rem;
    border: 0px;
    box-shadow: none;
    text-shadow: none;
}

.inline-gated-form [id^="mktoForm_"] .mktoButtonWrap.mktoRound .mktoButton:hover {
    background: var(--new-light-green);
    transition: .07s ease-in;
    box-shadow: 0px 10px 15px var(--button-drop-shadow);
    border-radius: 80px;
}


/** Related Resources */
.related-resources {
    padding: 0 40px 30px 40px;
}

.related-resources h3 {
    font-size: 2.15rem;
    margin: 20px 0;
}

.related-resources .card {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    border-radius: 15px;
    box-shadow: 0 3px 5px 0 rgba(0, 1, 1, .1);
    margin-bottom: 20px;
}

.related-resources .card .meta {
    display: block;
    margin: 10px auto;
    font-size: 12px;
    color: #818181;
}

.related-resources .card .entry-image {
    width: 50%;
    min-width: 50%;
    height: 300px;
    overflow: hidden;
}

.related-resources .card .entry-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

.related-resources .card .post-content {
    padding: 10px 20px;
}

.related-resources .card h4 {
    font-size: 23px;
    font-family: 'Inter Bold', sans-serif;
    margin: 10px 0;
}

.related-resources .card h4 a {
    color: #11314A;
    line-height: 1.25;
}

.related-resources .card p {
    font-size: 16px;
    color: #4A4A4A;
}

@media screen and (max-width: 600px) {
    .glossary-content {
        margin-bottom: 2rem;
    }

    .related-resources .card {
        flex-direction: column;
        flex-wrap: nowrap;
    }

    .related-resources .card .entry-image {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }

    .related-resources .card .entry-image img {
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }


}

/* Legacy Case Study Pages */
.container .legacy-case-study {
    display: block;
    clear: both;
    font-size: unset;
    margin: 0 auto;
    padding: 0;
}

.container .legacy-case-study section {
    margin: 15px auto;
}

.container .legacy-case-study p {
    color: var(--winston-text-blue);
    font-size: 1.5rem;
    line-height: 1.5;
    font-weight: normal;
    margin: 15px auto;
}

.container .legacy-case-study ul li {
    color: var(--winston-text-blue);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: normal;
}

.container .legacy-case-study span {
    color: var(--winston-text-blue);
    font-size: 1.2rem;
    line-height: 1.5;
    font-weight: normal;
}

.container .legacy-case-study h2 {
    margin: 15px 0;
}

.container .legacy-case-study a.recource-bttn {
    display: block;
    width: 220px;
    text-align: center;
    height: auto;
    padding: 15px 20px;
    background: var(--new-green);
    color: var(--winston-text-blue);
    opacity: 1;
    font-size: 20px;
    border-radius: 50px;
    font-weight: 600;
    transition: all .2s ease;
    text-decoration: none;
    box-shadow: none;
    font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.container .legacy-case-study a.recource-bttn:hover {
    background: var(--new-light-green);
    color: #fff;
    transition: all .2s ease;
    box-shadow: 0px 10px 15px var(--button-drop-shadow);
}

.container .legacy-case-study .right-hand-callout {
    display: inline-block;
    background: #f5f6f8;
    padding: 30px 30px 10px;
    margin: 0 auto;
    position: relative;
}

.container .legacy-case-study .right-hand-callout ul {
    display: block;
    margin: 20px auto 10px;
}

.container .legacy-case-study .right-hand-callout .title-container {
    display: block;
    position: absolute;
    top: -15px;
    margin: 0;
    padding: 0;
    left: 0;
    font-size: 20px;
    width: 100%;
    text-align: center;
}

.container .legacy-case-study .right-hand-callout .title-container .box-title {
    background: #0841b0;
    color: #fff;
    padding: 10px 20px;
    font-size: 1.35rem;
    line-height:1.25;
    width: 85%;
    margin: 0 auto;
}

.container .legacy-case-study .blue-border {
    font-size: 22px;
    display: block;
    border: 2px solid #0841b0;
    margin: 20px auto 40px auto;
    padding: 40px 50px;
    font-style: italic;
    line-height: 32px;
    font-weight: 100;
    position: relative;
    width: 95%;
}

.container .legacy-case-study .blue-border h4 {
    color: #4ca94e;
    margin: 0 auto 10px;
    padding: 0px;
}

.container .legacy-case-study .customer-quote {
    display: block;
    border: 2px solid #0841b0;
    margin: 30px auto;
    padding: 40px 50px;
    position: relative;
    width: 88%;
}

.container .legacy-case-study .customer-quote span {
    font-size: 1.5rem;
    line-height: 1.5;
    font-style: italic;
    font-weight: 100;
}

.container .legacy-case-study .customer-quote:before {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 50px;
    background: center / 50px no-repeat url(https://www.smartrecruiters.com/wp-content/uploads/Left-Quote.png), #fff;
    left: -40px;
    top: -20px;
}

.container .legacy-case-study .customer-quote:after {
    display: block;
    content: '';
    position: absolute;
    width: 60px;
    height: 50px;
    background: center / 50px no-repeat url(https://www.smartrecruiters.com/wp-content/uploads/Right-Quote.png), #fff;
    right: -40px;
    bottom: -20px;
}

.container .legacy-case-study .bulb-callout {
    font-family: "EuclidSquare Semi-Bold", sans-serif;
    display: block;
    font-size: 22px;
    clear: both;
    width: 100%;
    background: #0F2333;
    padding: 40px 40px 30px;
    color: #fff;
    margin: 20px auto 10px;
}

.container .legacy-case-study .bulb-callout a {
    color: var(--new-green);
    font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.container .legacy-case-study .bulb-img {
    display: inline-block;
    width: 120px;
    vertical-align: middle;
    margin-right: 30px;
}

.container .legacy-case-study .bulb-img img {
    display: block;
    width: 100%;
}

.container .legacy-case-study .bulb-content {
    display: inline-block;
    width: 100%;
    vertical-align: middle;
    max-width: 400px;
    font-size: 1.7rem;
    line-height: 1.5;
}