.pdr-blog-section{
    padding-bottom: 40px;
}

.pdr-blog-section.bg-grey{
    background: #dedede;
}

.pdr-blog-section.bg-yellow{
    background: #fdd700;
}

.pdr-blog-section.bg-teal{
    background: #008091;
}

.pdr-blog-section.bg-green{
    background: #8dc73f;
}

.pdr-blog-section.bg-white{
    background: #fff;
}

.pdr-blog-content-old,
#prd-section-1.pdr-blog-content{
    padding-top: 40px;
}

.pdr-blog-section p,
.pdr-blog-section li{
    line-height: 1.3;
}

.pdr-post-archive a,
.pdr-blog-section a{
    color: #231f20;
    transition: all 0.3s ease;
}

.pdr-blog-hero-container,
.pdr-blog-container{
    max-width: 1225px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.pdr-blog-hero,
.pdr-post-archive{
    background: #fff;
    padding: 40px 0 50px;
}

.single-post .pdr-blog-hero,
.single-case-studies .pdr-blog-hero{
    background: #fdd700;
}

.pdr-post-archive-header h1{
    color: #231f20;
    font-size: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    display: block;
    text-transform: uppercase;
}

.pdr-post-archive-header h1 {
	margin-bottom: 20px;
}

.pdr-post-archive-header{
    width: 675px;
    max-width: 100%;
    margin: 0 auto 50px;
    text-align: center;
}

.pdr-post-archive-header p{
    line-height: 1.2;
    font-size: 17px;
}

.pdr-post-archive-items {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.pdr-post-archive-item{
    width: calc(25% - 15px);
    margin-bottom: 20px;
    margin-right: 0;
    float: left;
    border-radius: 40px;
    background: #fdd700;
    border: 8px solid #008091;
}

.pdr-post-archive-item-image{
    border-radius: 30px 30px 0 0;
    overflow: hidden;
}

.pdr-post-archive-item-image img{
    width: 100%;
    border-radius: 30px 30px 0 0;
    transition: all 0.3s !important;
    transform: scale(1);
}

.pdr-post-archive-item-image:hover img {
    transform: scale(1.1);
}

.pdr-post-archive-item-title{
    padding: 15px 20px;
    border-bottom: 2px solid #008091;
}

.pdr-post-archive-item-title h3,
.pdr-section .pdr-post-archive-item-title h3{
    text-align: center;
    color: #231f20;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    display: block;
}

.pdr-post-archive-item-title h3 a{
    color: #231f20;
}

.pdr-post-archive-item-title h3 a:hover{
    color: #008091;
}

.pdr-post-archive-item-meta{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 10px 20px 30px 20px;
}

.pdr-post-archive-item-meta p{
    margin-bottom: 0;
    color: #231f20;
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
}

.pdr-post-archive-item-meta p a{
    color: #008091;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    text-decoration: underline !important;
}

.pdr-blog-breadcrumbs-wrap{
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.category-podcasts .pdr-blog-intro .pdr-blog-breadcrumbs-wrap,
.pdr-podcast .pdr-blog-breadcrumbs,
.pdr-podcast .pdr-blog-breadcrumbs-wrap {
    margin-bottom: 0;
}

.pdr-blog-hero .pdr-blog-breadcrumbs a,
.pdr-post-archive .pdr-blog-breadcrumbs a{
    color: #231f20;
    font-weight: 500;
    text-decoration: none !important;
}

.pdr-blog-breadcrumbs,
.pdr-blog-breadcrumbs strong{
    font-size: 14px;
    font-weight: 700;
}

.pdr-podcast .pdr-blog-breadcrumbs{
    line-height: 1.6;
}

.category-podcasts .pdr-blog-breadcrumbs {
    margin-bottom: 0;
}

.pdr-blog-breadcrumbs .breadcrumb_last{
    color: #231f20;
}

.pdr-post-archive-pagination{
    text-align: center;
    padding-top: 20px;
}

.pdr-post-archive-pagination ul.page-numbers{
    margin: 0;
    padding: 0;
    display: inline-flex;
    list-style: none;
    justify-content: center;
    align-items: center;
}

.pdr-post-archive-pagination li a.page-numbers,
.pdr-post-archive-pagination li span.page-numbers{
    background: #008091;
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-family: "Gotham", sans-serif;
    font-weight: 700;
    margin: 0 5px;
    border-radius: 40px;
}

.pdr-post-archive-pagination li a.page-numbers svg,
.pdr-post-archive-pagination li span.page-numbers svg{
    fill: #fff;
    height: 15px;
}

.pdr-post-archive-pagination li span.page-numbers.current,
.pdr-post-archive-pagination li a.page-numbers:hover{
    background: #231f20;
}

.pdr-post-archive-pagination li span.page-numbers.dots{
    background: none;
    color: #231f20;
}

.bg-teal .pdr-post-archive-pagination li a.page-numbers,
.bg-teal .pdr-post-archive-pagination li span.page-numbers{
    background: #fff;
    color: #008091;
}

.bg-teal .pdr-post-archive-pagination li span.page-numbers.dots{
    color: #008091;
}

.bg-teal .pdr-post-archive-pagination li a.page-numbers svg,
.bg-teal .pdr-post-archive-pagination li span.page-numbers svg{
    fill: #008091;
}

.bg-teal .pdr-post-archive-pagination li span.page-numbers.current,
.bg-teal .pdr-post-archive-pagination li a.page-numbers:hover{
    background: #fdd700;
}

.c-nav-single-post{
    background: #8dc73f;
    padding: 90px 0 0;
}

.c-nav-single-post .menu-item {
	border: none;
}

.pdr-blog-hero{
    padding: 50px 0;
}

.pdr-podcast.pdr-blog-hero {
	padding: 40px 0;
}

.pdr-blog-hero-container{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pdr-blog-hero-left{
    width: calc(100% - 650px);
    max-width: 100%;
}

.pdr-blog-hero-right{
    width: 600px;
    max-width: 100%;
}

.pdr-blog-hero-left h1.pdr-blog-pretitle,
.pdr-blog-pretitle,
.pdr-blog-hero-left h1,
.pdr-blog-hero-left .pdr-blog-title{
    color: #231f20;
    font-size: 50px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 50px;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.pdr-blog-hero-left h1.pdr-blog-pretitle,
.pdr-blog-hero-left .pdr-blog-pretitle{
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 0;
}

.pdr-podcast .pdr-blog-pretitle {
    margin-bottom: 10px;
    text-align: center;
}

.pdr-blog-hero-image img,
.pdr-blog-hero-image iframe{
    width: 100%;
    border: 20px solid #fff;
}

.pdr-blog-hero-image .perfmatters-lazy-youtube{
    border: 20px solid #fff;
}

.pdr-blog-hero-image .perfmatters-lazy-youtube iframe,
.pdr-blog-hero-image .perfmatters-lazy-youtube img{
    border: none;
}

.pdr-blog-excerpt{
    margin-bottom: 20px;
}

.pdr-blog-excerpt p{
    font-size: 17px;
}

.pdr-blog-excerpt p a{
    color: #231f20;
    font-weight: 500;
    text-decoration: underline !important;
}

.pdr-blog-excerpt p:last-of-type{
    margin-bottom: 0;
}

.pdr-blog-meta{
    list-style: none;
    display: inline;
    margin: 0;
    padding: 0;
    color: #231f20;
    font-size: 14px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    float: left;
}

.pdr-blog-meta li{
    float: left;
    margin-right: 70px;
}

.pdr-blog-meta li:last-of-type{
    margin-right: 0;
}

.pdr-blog-meta a{
    color: #231f20;
    text-decoration: underline !important;
}

.pdr-author-box{
    border-top: 2px solid #000;
    clear: both;
    float: left;
    font-size: 14px;
    font-weight: 900;
    margin-top: 20px;
    padding-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
}

.pdr-author-img img{
    margin-right: 15px;
    width: 60px;
    height: 60px;
    border-radius: 60px;
    border: 2px solid #000;
}

.pdr-author-box p{
    margin-bottom: 0;
}

.pdr-blog-related .pdr-blog-container,
.pdr-blog-faqs .pdr-blog-container-narrower,
.pdr-blog-sources-wrap,
.pdr-blog-quote-wrap,
.pdr-blog-comments,
.pdr-blog-author,
.pdr-blog-content .pdr-blog-container-narrower{
    max-width: 900px;
    margin: 0 auto;
}

.pdr-blog-comments h2,
.pdr-blog-comments h3,
.pdr-blog-content h2,
.pdr-blog-content h3,
.pdr-blog-sources-content h3,
.pdr-blog-content h4{
    color: #000;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-comments h3,
.pdr-blog-content h3{
    font-size: 22px;
}

.pdr-blog-content h4{
    font-size: 18px;
}

.pdr-blog-content li {
   margin-bottom: 0.8em;
}

.pdr-blog-content-content a,
.pdr-blog-content a{
    color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-blog-author-inner{
    display: flex;
}

.pdr-blog-author-image {
	margin-right: 1.5rem;
	width: 7.75rem;
}

.pdr-blog-author-image img {
	width: 6.25rem;
	height: 6.25rem;
	max-width: 7.75rem;
	-o-object-fit: cover;
	object-fit: cover;
	border-radius: 50%;
	border: .3125rem solid #F6F3F3;
}

.pdr-blog-author-content{
	flex-grow: 1;
	padding: 25px;
	background-color: #F6F3F3;
}

.pdr-blog-author-content h4{
    color: #000;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    margin-bottom: 10px;
}

.pdr-blog-author-content-content p{
    font-size: 17px;
}

.pdr-blog-author-content-content p:last-child {
	margin-bottom: 0;
}

.pdr-blog-comments{
    padding: 40px 0;
    text-align: center;
}

.pdr-blog-image,
.pdr-blog-video{
    width: 700px;
    max-width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}

.pdr-blog-image{
    text-align: center;
}

.pdr-blog-cta.pdr-remove-bottom-margin,
.pdr-remove-bottom-margin{
    padding-bottom: 0;
}

.pdr-blog-content-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pdr-blog-content-content ul li {
	margin-bottom: 20px;
	position: relative;
    padding-left: 30px;
}

.pdr-blog-content-content ul li:before {
	content: '\f0a9';
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	font-size: 18px;
	color: #008091;
    position: absolute;
    left: 0;
	top: 0;
}

.pdr-blog-quote-wrap{
    background: #8dc73f;
    padding: 50px 70px;
    text-align: center;
}

.pdr-blog-quote-wrap strong{
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-blog-quote-wrap p{
    margin-bottom: 30px;
}

.pdr-blog-quote-wrap p.pdr-quote-by{
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    color: #fff;
    margin-bottom: 0;
}

.pdr-blog-sources-wrap{
    border: 3px solid #231f20;
    padding: 40px 70px;
}

.pdr-blog-sources-wrap h2{
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.pdr-blog-sources-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pdr-blog-sources-content ul li {
	margin-bottom: 20px;
	position: relative;
    padding-left: 25px;
    font-size: 15px;
}

.pdr-blog-sources-content ul li:before {
	content: '\f0a9';
	font-family: "Font Awesome 6 Sharp";
	font-weight: 900;
	font-size: 15px;
	color: #008091;
    position: absolute;
    left: 0;
	top: 0;
}

.pdr-blog-sources-content a {
    color: #231f20;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
}

.pdr-blog-faqs h2{
    color: #fdd700;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    text-align: center;
    margin-bottom: 20px;
}

.pdr-blog-faqs .pdr-blog-container-narrower{
    background: #008091;
    padding: 40px 70px;
}

.pdr-faqs-wrap{
    width: 600px;
    max-width: 100%;
    margin: 0 auto;
}

.pdr-faqs-wrap h2{
    color: #fdd700;
    margin-bottom: 35px;
}

.pdr-faqs-wrap .pdr-faqs-wrap{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
}

.pdr-faqs-wrap .pdr-faqs-question-wrap{
    float: left;
    width: 100%;
    margin: 0 0 15px 0;
    position: relative;
}

.pdr-faqs-wrap .pdr-faqs-question-wrap > a:after{
    content: '+';
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    color: #fff;
    width: 36px;
    height: 36px;
    border: 3px solid #fff;
    position: absolute;
    border-radius: 36px;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-faqs-wrap .pdr-faqs-question-wrap > a.open:after{
    content: '-';
}

.pdr-faqs-wrap .pdr-faqs-question-wrap > a{
    border: 3px solid #fff;
    border-radius: 30px;
    background: none;
    display: block;
    width: 100%;
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 25px;
    text-align: center;
}

.pdr-faqs-wrap .pdr-faqs-question-wrap > a.open,
.pdr-faqs-wrap .pdr-faqs-question-wrap > a:hover{
    background: #fff;
    color: #008091;
}

.pdr-faqs-wrap .pdr-faqs-question-wrap > a.open:after,
.pdr-faqs-wrap .pdr-faqs-question-wrap > a:hover:after{
    background: #008091;
    color: #fff;
}

.pdr-faqs-answer {
	border-radius: 30px;
	background: #fff;
	padding: 30px 30px 10px;
	margin-top: 10px;
    font-size: 16px;
    display: none;
}

.pdr-blog-cta{
    background: #8dc73f;
    padding: 75px 0;
    margin-bottom: 40px;
    text-align: center;
}

.pdr-blog-cta.pdr-blog-cta-yellow{
    background: #fdd700;
}

.pdr-blog-cta.pdr-blog-cta-clear{
    background: none;
}

.pdr-blog-cta h2{
    color: #231f20;
    font-size: 40px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 40px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
}

.pdr-blog-cta-content{
    width: 675px;
    max-width: 100%;
    margin: 0 auto;
    font-size: 17px;
    line-height: 1.2;
    margin-bottom: 30px;
}

.pdr-blog-cta-image{
    margin-bottom: 30px;
}

.pdr-blog-cta-image img{
    max-width: 375px;
}

a.pdr-button-alternative {
    border: 4px solid #fff;
    transition: all 0.3s ease;
    color: #fff;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    background: #008091;
    min-width: 280px;
    padding: 15px;
    text-align: center;
    display: inline-block;
    border-radius: 50px;
    margin-top: auto;
    cursor: pointer;
}

a.pdr-button-alternative:hover{
    border-color: #231f20;
    background: #231f20;
}

.pdr-blog-content a.pdr-button-alternative{
    border: 4px solid #231f20;
}

.pdr-blog-content a.pdr-button-alternative:hover{
    background: #231f20;
}

.pdr-blog-content-button{
    text-align: center;
    padding-top: 30px;
}

.pdr-blog-related{
    background: #dedede;
    padding: 75px 0;
}

.pdr-blog-related-items{
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.pdr-blog-related-item{
    width: calc(25% - 21px);
}

.pdr-blog-related h2{
    color: #231f20;
    font-weight: 900;
    font-size: 40px;
    line-height: 40px;
    font-family: "Gotham", sans-serif;
    text-align: center;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.pdr-blog-related-item img{
    margin-bottom: 10px;
}

.pdr-blog-related-item p{
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    text-align: center;
}

.pdr-blog-related-item p a{
    color: #231f20;
}

.comment-form-author,
.comment-form-email,
.comment-form-comment,
.comment-form-author input,
.comment-form-email input,
.comment-form-comment textarea{
    margin-bottom: 0;
}

#commentform label{
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    text-align: center;
    border: 2px solid #008091;
    padding: 10px;
}

#commentform textarea{
    padding: 20px 30px;
    border: 2px solid #008091;
    border-width: 0 2px 0 2px;
    box-shadow: none;
    height: 145px;
    max-height: 145px;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    resize: none;
}

#commentform input[type="text"]{
    padding: 20px 30px;
    border: 2px solid #008091;
    border-width: 0 2px 0 2px;
    box-shadow: none;
}

.comment-form-email,
.comment-form-author{
    width: 50%;
    float: left;
}

#commentform .comment-form-email input[type="text"],
#commentform .comment-form-author input[type="text"],
#commentform .comment-form-email label,
#commentform .comment-form-author label{
    width: 50%;
    float: left;
    border: 2px solid #008091;
    height: 53px;
}

#commentform .comment-form-author input[type="text"]{
    border-width: 2px 0 2px 0;
    padding: 24px 30px;
}

#commentform .comment-form-email input[type="text"]{
    border-width: 2px 2px 2px 0;
    padding: 24px 30px;
}

#commentform .astoundify-recaptcha {
	clear: both;
	padding: 10px 0;
	display: flex;
	justify-content: center;
}

.form-submit{
    clear: both;
}

.form-submit input[type="submit"]{
    width: 100%;
    height: 50px;
    text-align: center;
    display: flex;
    align-items: center;
    background: #008091;
    color: #dedede;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 18px;
    border: none;
    text-transform: uppercase;
    cursor: pointer;
}

.form-submit input[type="submit"]:hover{
    background: #231f20;
}

.comment-list{
    text-align: left;
    margin-bottom: 50px;
}

.pdr-comment-wrap{
    display: flex;
    justify-content: space-between;
}

.comment-list .comment.depth-1 .pdr-comment-wrap{
    border: 2px solid #008091;
    border-width: 2px 2px 2px 0;
    padding: 20px 30px 20px 0;
}

.comment-list .comment.depth-1{
    margin-bottom: 25px;
}

.comment-list .comment.depth-2{
    width: calc(100% - 125px);
    margin-left: 125px;
}

.comment-list .comment.depth-2 .pdr-comment-wrap{
    border: 2px solid #008091;
    border-width: 0 2px 2px 2px;
    padding: 20px 30px 20px 20px;
}

.comment-list .bypostauthor .pdr-comment-wrap{
    background: #ededed;
}

.pdr-comment-left{
    width: 125px;
}

.pdr-comment-right{
    width: calc(100% - 125px);
}

.comment-author img{
    border-radius: 100px;
}

.pdr-comment-author{
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    font-size: 16px;
    margin-bottom: 10px;
}

.comment-reply-link,
.commentmetadata,
.pdr-comment-right p{
    font-size: 15px;
}

.comment-reply-title small{
    display: block;
    margin-top: 10px;
}

.pdr-blog-toc{
    background: #000;
    padding: 20px 0;
}

.pdr-blog-toc-inner .pdr-blog-toc-wrap{
    list-style: none;
    padding: 0;
    margin: 0 auto;
    width: 700px;
    max-width: 100%;
    position: relative;
}

.pdr-blog-toc-wrap > a:after{
    content: '+';
    font-family: "Gotham", sans-serif;
    font-weight: 900;
    font-size: 27px;
    color: #000;
    width: 36px;
    height: 36px;
    border: 3px solid #000;
    position: absolute;
    border-radius: 36px;
    top: 9px;
    right: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pdr-blog-toc-wrap > a.open:after{
    content: '-';
}

.pdr-blog-toc-wrap > a{
    border: 3px solid #fff;
    border-radius: 30px;
    background: #fff;
    display: block;
    width: 100%;
    color: #231f20;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    height: 55px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 50px 0 25px;
}

.pdr-blog-toc-wrap > a.open,
.pdr-blog-toc-wrap > a:hover{
    background: #fff;
    color: #231f20;
}

.pdr-blog-toc-wrap > a.open:after,
.pdr-blog-toc-wrap > a:hover:after{
    background: #000;
    color: #fff;
}

.pdr-toc-content {
	border-radius: 30px;
	background: #fff;
	padding: 30px;
	margin-top: 10px;
    font-size: 16px;
    display: none;
}

.pdr-toc-content ul{
    padding: 0 0 0 20px;
    margin: 0;
}

.pdr-toc-alt ul{
    list-style: none;
    padding: 0;
}

.pdr-toc-alt .pdr-toc-content > ul{
    max-height: 600px;
    overflow: scroll;
}

.pdr-toc-alt li.toch2 {
    margin-bottom: 10px;
}

.pdr-toc-alt li.toch2 a{
    display: block;
    width: 100%;
    border-bottom: 2px solid #008091;
    color: #008091;
    text-align: center;
    padding-bottom: 5px;
}

.pdr-toc-content a{
    font-size: 16px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1.2;
    color: #231f20;
}

.pdr-toc-alt ul ul {
    padding: 0;
    margin-bottom: 10px;
    text-align: center;
}

.pdr-toc-alt li.toch3 {
    display: inline-block;
    margin: 0 0 5px;
    padding: 0 10px;
    position: relative;
}

.pdr-toc-alt li.toch3 a{
    font-family: Montserrat,sans-serif;
    font-weight: 500;
}

.pdr-toc-alt li.toch3 a:hover{
    color: #008091;
}

.pdr-toc-alt li.toch3:after{
    position: absolute;
    right: 0;
    top: 4px;
    width: 1px;
    height: 15px;
    background: #231f20;
    content: '';
}

.pdr-toc-alt li.toch3:last-of-type:after {
    display: none;
}

/* we believe section */
.pdr-we-believe{
    background: #008091;
    padding: 35px 0 35px;
}

.pdr-we-believe h2 {
	color: #fdd700;
	margin: 0 auto 35px;
    max-width: 100%;
    width: 680px;
    text-align: center;
}

.pdr-we-believe h2 span {
	color: #fff;
}

.pdr-we-believe.bg-clear h2,
.pdr-we-believe.bg-white h2,
.pdr-we-believe.bg-grey h2,
.pdr-we-believe.bg-yellow h2 {
    color: #008091;
}

.pdr-we-believe.bg-clear h2 span,
.pdr-we-believe.bg-white h2 span,
.pdr-we-believe.bg-grey h2 span,
.pdr-we-believe.bg-yellow h2 span {
    color: #231f20;
}

.pdr-we-believe-image{
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}

.pdr-we-believe-benefits{
    margin: -20px 0 40px;
}

.pdr-we-believe-benefit{
    margin-bottom: 10px;
    border-radius: 50px;
    border: 10px solid #fff;
    text-align: center;
    padding: 10px;
    background: #fdd700;
    width: calc(25% - 8px);
}

.pdr-we-believe.bg-clear .pdr-we-believe-benefit,
.pdr-we-believe.bg-white .pdr-we-believe-benefit,
.pdr-we-believe.bg-grey .pdr-we-believe-benefit,
.pdr-we-believe.bg-yellow .pdr-we-believe-benefit {
    border: 10px solid #008091;
}

.pdr-we-believe h3 {
    font-size: 22px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	color: #231f20;
    margin-bottom: 15px;
}

.pdr-we-believe-benefit-icon{
    width: 50px;
    height: 50px;
    margin: 0 auto 10px auto;
}

.pdr-we-believe-benefit-content p{
    line-height: normal;
    font-size: 16px;
}

.pdr-we-believe-benefit a.show-more-less {
	color: #008091;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	display: block;
	margin-bottom: 0;
	text-transform: uppercase;
    font-size: 15px;
    text-decoration: none;
}

.pdr-we-believe-content{
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	color: #fff;
    text-align: center;
}

.pdr-we-believe-content a{
	color: #fdd700;
    text-decoration: underline !important;
}

.pdr-we-believe-content a:hover{
    color: #231f20;
}

.pdr-benefit-prev-next{
    display: none;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
    padding: 0 25px;
}

.pdr-benefit-prev-next a{
    color: #231f20;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.pdr-benefit-prev-next a svg{
    fill: #008091;
    width: 25px;
}

.pdr-benefit-prev svg{
    margin-right: 8px;
}

.pdr-benefit-next svg{
    margin-left: 8px;
}

.pdr-benefit-prev-next span{
    width: 45px;
    height: 45px;
    border-radius: 45px;
    background: #008091;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
	color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* podcast section */

.pdr-blog-podcast-section{
    background: #fff;
    padding: 40px 0 55px;
}

.pdr-blog-podcast-section h1{
    font-size: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin: 0 auto 20px;
    max-width: 100%;
    text-align: center;
    width: 680px;
}

.pdr-podcast-meta {
    color: #008091;
    font-size: 20px;
    display: flex;
    font-weight: 500;
    list-style: none;
    justify-content: center;
    margin-bottom: 40px;
}

.pdr-podcast-meta li {
    border-right: 1px solid #008091;
    margin: 0;
    padding: 0 10px;
}

.pdr-podcast-meta li:last-of-type {
    border: none;
}

.pdr-blog-podcast-section-video{
    margin-bottom: 30px;
}

.pdr-blog-podcast-section-timestamp,
.pdr-blog-podcast-section-content{
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
    width: 900px;
}

.pdr-blog-podcast-section-content{
    margin-bottom: 35px;
}

.pdr-blog-podcast-section-content h2,
.pdr-blog-podcast-section-timestamp h2{
    font-size: 35px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin: 0 auto 20px;
}

.pdr-blog-podcast-section-content li,
.pdr-blog-podcast-section-content p{
    font-size: 18px;
}

.pdr-podcast-player-h2{
    color: #008091;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    text-align: center;
}

.pdr-podcast-player {
    background: #8dc73f;
    border-radius: 50px;
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: sans-serif;
    margin: 0 auto 40px;
    max-width: 100%;
    padding: 8px;
    width: 900px;
}

.pdr-play-btn i {
    background: #fff;
    color: #fff;
    font-size: 40px;
    cursor: pointer;
    border: none;
    background: none;
}

.pdr-timeline {
    flex-grow: 1;
}

.pdr-download-link i {
    color: #fff;
    margin: 0 10px 0 5px;
    text-decoration: none;
    font-size: 20px;
}

.pdr-timeline {
    -webkit-appearance: none;
    width: 100%;
    height: 4px;
    background: white;
    border-radius: 2px;
    outline: none;
}

/* WebKit browsers (Chrome, Safari) */
.pdr-timeline::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
    margin-top: -5px; /* centers the thumb */
}

/* Firefox */
.pdr-timeline::-moz-range-thumb {
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

/* Firefox track */
.pdr-timeline::-moz-range-track {
    background: white;
    height: 4px;
    border-radius: 2px;
}

/* IE and Edge */
.pdr-timeline::-ms-thumb {
    width: 14px;
    height: 14px;
    background: white;
    border-radius: 50%;
    cursor: pointer;
    border: none;
}

.pdr-timeline::-ms-track {
    background: white;
    height: 4px;
    border-radius: 2px;
    border-color: transparent;
    color: transparent;
}

.pdr-blog-podcast-section-timestamp {
    margin: 0 auto 10px;
}

.pdr-blog-podcast-section-timestamp:last-of-type {
    margin-bottom: 0;
}

.pdr-blog-podcast-section-timestamp-title {
	border-radius: 30px;
	background: #247796;
	display: block;
	width: 100%;
	color: #fff;
    cursor: pointer;
	font-size: 18px;
	font-weight: 900;
	font-family: "Gotham", sans-serif;
	line-height: 1.2;
	height: 55px;
	display: flex;
	justify-content: center;
	align-items: center;
    transition: all 0.3s ease;
	padding: 0 50px 0 25px;
    position: relative;
    margin-bottom: 0;
}

.pdr-blog-podcast-section-timestamp-title:after {
	content: '+';
	font-family: "Gotham", sans-serif;
	font-weight: 900;
	font-size: 27px;
	color: #fff;
	width: 36px;
	height: 36px;
	border: 3px solid #fff;
	position: absolute;
	border-radius: 36px;
	top: 9px;
	right: 9px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pdr-blog-podcast-section-timestamp-title.open,
.pdr-blog-podcast-section-timestamp-title:hover {
	background: #231f20;
	color: #fff;
}

.pdr-blog-podcast-section-timestamp-title.open:after,
.pdr-blog-podcast-section-timestamp-title:hover:after {
	background: #231f20;
	color: #fff;
}

.pdr-blog-podcast-section-timestamp-content {
	border-radius: 30px;
	background: #fff;
	padding: 30px 30px 10px;
	margin-top: 10px;
	font-size: 16px;
	display: none;
}

/* pdr-blog-mentioned-resources */

.pdr-blog-mentioned-resources {
    padding: 35px 0 50px;
}

.pdr-blog-mentioned-resources h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 35px;
    text-align: center;
}

.scroll-wrapper {
    position: relative;
    padding-bottom: 40px; /* space for fake scrollbar */
}

.scroll-wrapper.nopadding{
    padding-bottom: 0;
}

.pdr-blog-mentioned-resources-items {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    scroll-behavior: smooth;
}

.pdr-blog-mentioned-resources-items::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.fake-scrollbar-track {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    height: 15px;
    background: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    padding: 0 5px; /* ← this adds spacing on both sides */
    box-sizing: border-box;
}

.fake-scrollbar-thumb {
    height: 7px;
    background-color: #008091;
    border-radius: 5px;
    margin: 4px 0;
    width: 50px;
    transform: translateX(0);
    transition: transform 0.1s linear;
    position: relative;
}

.pdr-blog-mentioned-resources-item {
    flex: 0 0 calc(25% - 15px); /* 4 items per view */
    scroll-snap-align: start;
    background: #fff;
    border: 8px solid #fdd700;
    border-radius: 50px;
    padding: 20px 5px;
    text-align: center;
    box-sizing: border-box;
}

.pdr-blog-mentioned-resources-item-title {
    color: #247796;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 10px;
}

.pdr-blog-mentioned-resources-item-content p {
    font-size: 16px;
    margin-bottom: 10px;
}

.pdr-blog-mentioned-resources-item-link a {
    color: #247796;
    font-size: 14px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 0;
    text-transform: uppercase;
}

.pdr-blog-mentioned-resources-item-link a:hover {
    color: #231f20;
}

/* pdr-blog-mentioned-resources */

.pdr-blog-further-resources {
    background: #fff;
    padding: 35px 0 50px;
}

.pdr-blog-further-resources h2 {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 35px;
    text-align: center;
}

.pdr-blog-further-resources-items {
    display: flex;
    gap: 20px;
    overflow-x: scroll;
    scroll-snap-type: x mandatory;
    padding-bottom: 5px;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
}

.pdr-blog-further-resources-items::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}

.pdr-blog-further-resources-item {
    background: #fff;
    flex: 0 0 calc(25% - 15px); /* 4 items per view */
    scroll-snap-align: start;
    border: 8px solid #008091;
    border-radius: 50px;
    padding: 0;
    text-align: center;
    box-sizing: border-box;
}

.pdr-blog-further-resources-item-image {
	border-radius: 40px 40px 0 0;
	overflow: hidden;
}

.pdr-blog-further-resources-item-image a{
    align-items: center;
    display: flex;
    justify-content: center;
    max-height: 100%;
}

.pdr-blog-further-resources-item-image img {
	border-radius: 30px 30px 0 0;
	transition: all 0.3s !important;
	transform: scale(1);
    max-width: 100%;
    width: 100%;
}

.pdr-blog-further-resources-item-image:hover img {
	transform: scale(1.1);
}

.pdr-blog-further-resources-item-product a{
    height: 100%;
    padding: 15px;
}

.pdr-blog-further-resources-item-product img{
    max-height: 100%;
    max-width: none;
    object-fit: contain;
    width: auto;
}

.pdr-blog-further-resources-item-type{
    border-bottom: 2px solid #008091;
    color: #231f20;
    font-size: 15px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    padding: 15px 10px 10px;
    text-align: center;
}

.pdr-blog-further-resources-item-type span {
    color: #008091;
}

.pdr-blog-further-resources-item-title {
    color: #231f20;
    font-size: 18px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 20px;
    padding: 0 10px;
    text-align: center;
}

.pdr-blog-further-resources-item-title a{
    color: #231f20;
}

/* blog-hosts-guests */

.pdr-blog-hosts-guests{
    background: #fff;
    padding: 35px 0 50px;
}

.pdr-blog-hosts-guests h2 {
    color: #008091;
    font-size: 30px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 35px;
    text-align: center;
}

.pdr-blog-hosts-guests-loop {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px; /* space between items */
}

.pdr-blog-hosts-guests-item {
    flex: 0 1 calc(33.333% - 8px); /* subtract gap to prevent wrapping issues */
    background: #fff;
    border: 8px solid #008091;
    border-radius: 50px;
    padding: 30px;
    text-align: center;
    box-sizing: border-box;
}

.pdr-blog-host-guest-img img{
    border: 8px solid #008091;
    border-radius: 160px;
    max-width: 100%;
    width: 160px;
}

.pdr-blog-host-guest-img {
    margin-bottom: 20px;
}

.pdr-blog-host-guest-type{
    color: #008091;
    font-size: 25px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 15px;
}

.pdr-blog-host-guest-name{
    color: #231f20;
    font-size: 20px;
    font-weight: 900;
    font-family: "Gotham", sans-serif;
    line-height: 1;
    margin-bottom: 5px;
}

.pdr-blog-host-guest-name a{
    color: #231f20;
}

.pdr-blog-host-guest-bio p{
    color: #231f20;
    font-size: 17px;
    font-weight: 500;
    line-height: 1.1;
    margin-bottom: 0;
}

@media only screen and (max-width: 1250px) {

    .c-nav-single-post,
    .pdr-post-archive,
    .pdr-blog-section{
        padding-left: 20px;
        padding-right: 20px;
    }

    .pdr-we-believe h3 {
    	font-size: 20px;
    }

}

@media only screen and (max-width: 1199px) {

    .pdr-we-believe h3 {
        font-size: 18px;
    }

}

@media only screen and (max-width: 1099px) {

    .pdr-blog-hero-right {
    	width: 50%;
    }

    .pdr-blog-hero-left {
    	width: calc(50% - 50px);
    }

    .pdr-we-believe-benefit{
        width: calc(33.33% - 8px);
    }

    .pdr-blog-further-resources-item,
    .pdr-blog-mentioned-resources-item {
        flex: 0 0 calc(33.3333% - 13.34px);
    }

}

@media only screen and (max-width: 1050px) {

    .pdr-we-believe-image img{
        max-width: 500px;
    }

}

@media only screen and (max-width: 992px) {

    body{
        padding-top: 90px;
    }

    .pdr-post-archive-items{
        display: block;
    }

    .pdr-post-archive-item{
        width: calc(50% - 10px);
        float: left;
        margin-right: 20px;
    }

    .pdr-post-archive-item:nth-of-type(2n){
        margin-right: 0;
    }

    .pdr-post-archive-item:nth-of-type(2n+1){
        clear: both;
    }

    .pdr-blog-hero-container {
    	flex-direction: column;
    }

    .pdr-blog-hero-left {
    	width: 100%;
    	margin-bottom: 50px;
    }

    .pdr-blog-hero-right {
       width: 100%;
    }

    .pdr-blog-hero-image{
        text-align: center;
    }

    .pdr-blog-hero-image img {
        max-width: 400px;
    }

    .single-post .pdr-blog-breadcrumbs-wrap {
        text-align: left;
    }

    .category-podcasts .pdr-blog-intro .pdr-blog-breadcrumbs-wrap,
    .pdr-podcast .pdr-blog-breadcrumbs,
    .pdr-podcast .pdr-blog-breadcrumbs-wrap{
        text-align: center;
    }

    .pdr-blog-hosts-guests-item {
        flex: 0 1 calc(50% - 20px);
    }

    .pdr-blog-further-resources-item-product a{
        padding: 10px;
    }

    .pdr-blog-mentioned-resources-item {
    	padding: 20px 10px;
    }

    .pdr-blog-hosts-guests h2,
    .pdr-blog-further-resources h2,
    .pdr-blog-mentioned-resources h2,
    .pdr-blog-podcast-section-content h2,
    .pdr-blog-podcast-section-timestamp h2 {
    	font-size: 25px;
    }

}

@media only screen and (max-width: 840px) {

    .pdr-we-believe-benefit a.show-more-less{
        display: none;
    }

    .pdr-benefit-prev-next{
        display: flex;
    }

    .pdr-we-believe-benefits {
        margin: -20px auto 20px;
        width: 300px;
        max-width: 100%;
    }

    .pdr-we-believe-benefit {
        width: 100%;
    }

    .pdr-we-believe-image img {
        max-width: 370px;
        margin-left: -25px;
    }

    .pdr-we-believe-content {
        font-size: 20px;
    }

    .pdr-we-believe-content p:last-of-type{
        margin-bottom: 0;
    }

    .pdr-we-believe h2 {
        margin: 0 auto 25px;
    }

}

@media only screen and (max-width: 767px) {

    .pdr-blog-cta{
        padding-bottom: 35px;
        padding-top: 35px;
    }

    .pdr-blog-section p.pdr-blog-pretitle {
    	font-size: 40px;
    	line-height: 40px;
    }

    .pdr-blog-hero-left h1, .pdr-blog-hero-left .pdr-blog-title, .pdr-blog-section h1 {
    	font-size: 24px;
    }

    .pdr-blog-related h2,
    .pdr-blog-faqs h2,
    .pdr-blog-sources-wrap h2,
    .pdr-blog-cta h2 {
    	font-size: 25px;
    	line-height: 30px;
    	margin-bottom: 20px;
    }

    .pdr-toc-alt .pdr-toc-content > ul{
        max-height: 400px;
    }

    .pdr-post-archive-pagination li a.page-numbers,
    .pdr-post-archive-pagination li span.page-numbers {
    	width: 30px;
    	height: 30px;
    	font-size: 14px;
    	margin: 0 4px;
    	border-radius: 30px;
    }

    .pdr-blog-meta li {
    	margin-right: 40px;
    }

    .pdr-blog-faqs .pdr-blog-container-narrower,
    .pdr-blog-sources-wrap,
    .pdr-blog-quote-wrap {
    	padding: 25px 30px;
    }

    .pdr-blog-quote-wrap strong {
    	font-size: 20px;
    }

    .pdr-blog-quote-wrap p {
    	margin-bottom: 15px;
    }

    .pdr-faqs-wrap .pdr-faqs-question-wrap > a {
    	font-size: 16px;
    }

    .pdr-blog-author-inner {
    	flex-direction: column;
    }

    .pdr-blog-author-image {
    	margin: 0 auto 20px;
    }

    .pdr-comment-left {
    	width: 50px;
    }

    .pdr-comment-right {
    	width: calc(100% - 70px);
    }

    .comment-list .comment.depth-2 {
    	width: calc(100% - 70px);
    	margin-left: 70px;
    }

    .pdr-blog-related-items {
    	display: block;
    }

    .pdr-blog-related-item {
    	width: calc(50% - 10px);
    	float: left;
    	margin-bottom: 30px;
        margin-right: 20px;
    }

    .pdr-blog-related-item:nth-of-type(2n+1){
        clear: both;
    }

    .pdr-blog-related-item:nth-of-type(2n){
        margin-right: 0;
    }

    .pdr-blog-related {
    	padding: 40px 20px 30px;
    }

    .pdr-faqs-wrap .pdr-faqs-question-wrap > a {
    	height: auto;
        min-height: 55px;
    	padding: 8px 50px 8px 25px;
    }

    .pdr-we-believe-content p{
        line-height: 1.2;
    }

    .pdr-we-believe-image-mobile {
    	margin: 0 auto;
    }

    .pdr-we-believe-image-desktop{
        display: none;
    }

    .pdr-we-believe-image-mobile{
        display: block;
    }

    .pdr-blog-further-resources-item,
    .pdr-blog-mentioned-resources-item {
        flex: 0 0 calc(50% - 10px);
    }

}

@media only screen and (max-width: 600px) {

    .pdr-post-archive-item{
        width: 100%;
        margin-right: 0;
    }

    .comment-form-email,
    .comment-form-author {
    	width: 100%;
    }

    #commentform .comment-form-email input[type="text"]{
        border-width: 2px 2px 0 0;
        width: 60%;
        padding: 10px;
    }
    #commentform .comment-form-email label{
        border-width: 2px 2px 0 2px;
        width: 40%;
        padding: 10px;
    }

    #commentform .comment-form-author input[type="text"]{
        border-width: 2px 2px 0 0;
        width: 60%;
        padding: 10px;
    }
    #commentform .comment-form-author label {
        border-width: 2px 2px 0 2px;
        width: 40%;
        padding: 10px;
    }

    #commentform textarea {
    	padding: 10px;
    }

    .pdr-blog-hosts-guests-item {
        flex: 0 1 100%;
    }

    .pdr-podcast-meta{
        flex-direction: column;
        align-items: center;
        margin: 0 0 20px;
    }

    .pdr-podcast-meta li {
    	border-right: none;
        font-size: 16px;
    	padding: 0;
    }

}

@media only screen and (max-width: 480px) {

    .pdr-blog-further-resources-item,
    .pdr-blog-mentioned-resources-item {
        flex: 0 0 100%;
    }

}
