@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

.pagination {
	justify-content: center;
	width: 100%;
	font-size: 0.9rem;
}
.pagination .page-numbers {
	padding: 5px;
}
.pagination .current {
	font-weight: bold;
}

.btn-blue {
	border-radius: 5px;
	background-color: #00a2ff;
	font-weight: 400;
	color: #fff;
	font-size: 16px;
	padding: 12px 20px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	letter-spacing: .8px;
	margin-top: 14px;
}

.page-podcast-landing {
	font-family: "Open Sans", serif;
}

.page-podcast-landing .post-content h1.blue.mb-4 {
	display: none;
}

.page-podcast-landing .post-area {
	padding: 0;
}

.page-podcast-landing .post-area .blue.mb-4 {
	margin: 0 !important;
}

.page-podcast-landing .promotion-form-area {
	display: none;
}

.podcast-hero {
	background: #E9F6FF;
}

.podcast-hero h1 {
	color: #192028;
	font-size: 44px;
	font-weight: 400;
	line-height: 56px;
}

.podcast-hero p.subtitle {
	font-size: 16px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #a8a8af;
}

.podcast-hero strong {
	color: #3468a3;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	text-align: left;
}

.podcast-hero h2 {
	color: #192028;
	font-size: 20px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 26px;
}

.podcast-hero .sub {
	color: #a8a8af;
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 20px;
	text-align: left;
}

.newsletter-subscription {
	padding: 40px 0;
}

.newsletter-subscription h2 {
	color: #192028;
	font-size: 36px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.newsletter-subscription p {
	color: #a8a8af;
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	letter-spacing: normal;
	line-height: 28px;
	text-align: left;
}

.latest-episodes h2 {
	color: #192028;
	font-family: "Open Sans", serif;
	font-size: 36px;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: normal;
	text-align: left;
}

.latest-episodes a {
	color: #192028;
	font-family: "Open Sans", serif;
	font-size: 16px;
	font-weight: 600;
	font-style: normal;
	letter-spacing: normal;
	line-height: 21px;
	text-align: left;
}

.latest-episodes .episodes {
	margin-top: 20px;
}

.latest-episodes img {
	width: 100%;
}

.latest-episodes .episodes h5 {
	color: #3468a3;
	font-family: "Open Sans", serif;
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	margin-top: 15px;
}

.latest-episodes .episodes p {
	color: #192028;
	font-family: "Open Sans", serif;
	font-size: 16px;
	font-weight: 600;
	line-height: 30px;
}

.listen-podcast {
	padding: 40px 0;
}

.listen-podcast strong {
	font-size: 18px;
	color: #3468a3;
	font-weight: 700;
	font-style: normal;
	letter-spacing: normal;
	line-height: 28px;
	text-align: left;
}

.listen-podcast h3 {
	color: #192028;
	font-size: 30px;
	font-weight: 500;
}

.listen-podcast p {
	color: #a8a8af;
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	text-align: left;
}

.listen-podcast a:last-child {
	color: #192028;
	font-size: 18px;
	font-weight: 700;
}

.podcast-newsletter {
	background-color: #e9f6ff;
	padding: 40px 10px;
}

.form-container {
	background-color: #3468a3;
	border-radius: 10px;
	text-align: center;
	padding: 20px 8px;
	color: white;
}

.form-container form {
	background: white;
}

.form-container h3 {
	font-size: 30px;
	font-weight: 500;
}

.form-container form {
	padding: 0 20px;
}

.form-container input {
	display: block;
	width: 100%;
	padding: 6px 10px;
}

.form-container form input[type='text'] {
	border: none;
}

.form-container form input[type='text']::placeholder {
	color: black;
}

.seasons {
	padding: 25px 0;
}

.seasons h2 {
	color: #192028;
	font-family: "Open Sans", serif;
	font-size: 36px;
	font-weight: 700;
	text-align: left;
}

.seasons .season-container h3 {
	color: #192028;
	font-size: 30px;
	font-weight: 500;
	text-align: left;
}

.seasons .season-container h4 {
	color: #3468a3;
	font-size: 16px;
	font-weight: 700;
}

.seasons .season-container p {
	color: #192028;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
}

.seasons .season-container .listen-now {
	color: #3468a3;
	font-size: 18px;
	font-weight: 600;
}

.seasons .season-container .ep-box {
	border-bottom: 1px solid #A8A8AF;
	padding-bottom: 15px;
	margin-bottom: 50px;
}

.latest-episodes {
	padding: 25px 0;
}

.channels h2 {
	color: #192028;
	font-size: 36px;
	font-weight: 700;
}

.channels img {
	display: block;
}

.newsletter-subscription strong {
	color: #3468a3;
	font-size: 16px;
	font-weight: 600;
}

.newsletter-subscription h3 {
	color: #192028;
	font-size: 22px;
	font-weight: 600;
	line-height: 26px;
}

.channels .channel-container {
	border: 1px solid #70707027;
	border-radius: 10px;
	text-align: center;
	padding: 10px 24px;
	width: 48%;
	margin-bottom: 15px;
}

.channels .channel-container a {
	color: #3468a3;
	font-size: 16px;
	font-weight: 500;
}

.podcast-newsletter form {
	padding: 16px 19px;
	border-radius: 8px;
}

.podcast-newsletter .form-container form {
	margin: 0 10px;
}

/*
* Reports Store
*/
.page-template-template-reports {
	color: #000;
}
.page-template-template-reports .post-entry .post-title {
	color: #192028;
	border-bottom: 5px solid #192028;
	padding-bottom: 25px;
	font-weight: 900;
	font-size: 5rem;
}
.page-template-template-reports .featured-report .featured-image {
	position: relative;
	min-height: 400px;
	background-size: cover !important;
	background-repeat: no-repeat;
	margin-bottom: 40px;
	display: block;
	text-decoration: none;
	border-radius: 10px;
}
.page-template-template-reports .featured-report .featured-image span {
	position: absolute;
	left: 15px;
	top: 15px;
	background: rgba(0, 0, 0, 0.25);
	color: #fff;
	border: 2px solid #fff;
	padding: 10px 50px;
	font-size: 0.9rem;
	border-radius: 5px;
}
.page-template-template-reports .featured-report a.featured-title {
	font-size: 1.5rem;	
	margin-bottom: 10px;
	color: #192028;
	display: block;
	text-decoration: none;
	font-weight: 500;
}
.page-template-template-reports .featured-report .featured-details {
	display: flex;
	justify-content: space-between;
}
.page-template-template-reports .featured-report .featured-details .featured-caption {
	font-size: 0.9rem;
	color: #777;
	margin-right: 30px;
}
.page-template-template-reports .featured-report .featured-details .featured-button a {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	padding: 8px 20px;
	text-decoration: none;
	white-space: nowrap;
}
.page-template-template-reports .reports-category {
	border-top: 5px solid #192028;
	border-bottom: 5px solid #192028;
	padding: 15px 0;
	margin: 30px 0;
	display: flex;
	justify-content: space-between;
	font-size: 0.9rem;
}
.page-template-template-reports .reports-category a.active {
	font-weight: bold;	
}
.page-template-template-reports .reports-grid {
	margin-bottom: 40px;
}
.page-template-template-reports .reports-grid .reports-grid-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}

.page-template-template-reports .reports-grid .reports-grid-header span {
	color: #777;
	font-size: 0.9rem;
}
.page-template-template-reports .reports-grid .package-option {
	background: #f7f7f7;
	padding: 30px;
	border-radius: 7px;
	font-size: 0.9rem;
	text-decoration: none;
	text-align: center;
	margin-bottom: 30px;
	display: block;
	border: 1px solid #e7e7e7;
	transition: transform .2s;
	position: relative;
	cursor: pointer;
}
.page-template-template-reports .reports-grid .package-option:hover {
	transform: scale(1.1);	
	z-index: 2;
}
.page-template-template-reports .reports-grid .package-option label {
	font-size: 1.5rem;
}
.page-template-template-reports .reports-grid .package-option .details {
	margin-bottom: 20px;
	font-size: 1.25rem;
}
.page-template-template-reports .reports-grid .package-option .details span {
	display: block;
	font-size: 1rem;
	opacity: 0.8;
}
.page-template-template-reports .reports-grid .package-option.waitlist-btn .price {
	background: #000;
	max-width: 270px;
	width: 100%;
}
.page-template-template-reports .reports-grid .package-option .price {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	padding: 12px 20px;
	text-decoration: none;
	border: none;
}
.page-template-template-reports .reports-grid .report-entry {
	border: 1px solid #e7e7e7;
	border-radius: 5px;
	overflow: hidden;
}
.page-template-template-reports .reports-grid .report-entry a {
	text-decoration: none;
}
.page-template-template-reports .reports-grid .report-entry {
	margin-bottom: 30px;
}
.page-template-template-reports .reports-grid .report-entry .featured-image {
	background-repeat: no-repeat;
	background-size: cover !important;
	background-position: center center;
	height: 340px;
}
.page-template-template-reports .reports-grid .report-entry .details {
	padding: 30px;
}
.page-template-template-reports .reports-grid .report-entry .details h4 {
	font-size: 1.25rem;	
}
.page-template-template-reports .reports-grid .report-entry .details p {
	font-size: 0.9rem;
	margin: 1rem 0;
	color: #777;
	min-height: 97px;
}
.page-template-template-reports .reports-grid .report-entry .details button {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	padding: 8px 20px;
	text-decoration: none;
	border: none;
}
.page-template-template-reports .reports-grid .report-entry .details button.pre-purchase {
	background: #140e34;	
}

.page-template-template-reports .section-cta {
	text-align: center;
	padding: 30px 0;
}

.page-template-template-reports .section-cta h2 {
	font-size: 30px;
}

.page-template-template-reports .section-cta a {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	font-size: 1.3rem;
	padding: 8px 20px;
	text-decoration: none;
	border: none;
	display: inline-block;
	margin: 20px 0 0;
}

.company-logos {
	text-align: center;
	padding: 50px 0;
}

.company-logos img {
	display: inline-block;
	vertical-align: middle;
	margin: 20px;
	max-width: 200px;
}

.company-logos h3 {
	text-align: center;
	margin: 0 0 40px;
}
/*
* Single Report
*/
.single-report .report-header {
	background: #192028;
}
.single-report .premium {
	margin-top: 60px;
	margin-bottom: 25px;
}
.single-report .premium span {
	font-size: 0.9rem;
	display: inline-block;
	padding: 7px 20px;
	background-color: rgba(255, 255, 255, .50);
	border: 1px solid #fff;
	border-radius: 15px;
}
.single-report .premium span i {
	margin-right: 10px;
}
.single-report .report-header-inner {
	position: relative;
	padding-bottom: 200px;
}
.single-report .report-header .report-title {
	width: 55%;
}
.single-report .report-header .report-title h1 {
	font-size: 2.5rem;
	font-weight: 900;
	line-height: 1.25em;
	margin-bottom: 20px;
}
.single-report .report-header .report-title p {
	font-size: 1rem;
	margin-bottom: 50px;
}
.single-report .report-header .featured-image {
	background-position: center center;
	background-size: cover !important;
	background-repeat: no-repeat;
	height: 400px;
	border-radius: 7px;
	position: absolute;
	bottom: -200px;
	left: -50px;
	right: -50px;
}
.single-report .report-header .learn-more {
	position: absolute;
	top: 0;
	right: 0;
	width: 30%;
	background: #fff;
	padding: 30px;
	border-radius: 7px;
}
.single-report .report-header .learn-more label {
	font-size: 1.5rem;
	padding-bottom: 20px;
	margin-bottom: 30px;
	border-bottom: 1px solid #e7e7e7;
}
.single-report .report-header .learn-more-items {
	color: #000;
	font-size: 0.9rem;
}
.single-report .report-header .learn-more-items ul {
	list-style: none;
	margin: 0 0 30px;
	padding: 0;
}
.single-report .report-header .learn-more-items ul li {
	position: relative;
	padding-left: 20px;
	margin-bottom: 15px;
}
.single-report .report-header .learn-more-items ul li i {
	position: absolute;
	left: 0px;
	top: 3px;
	color: #01a2fd;
}
.single-report .report-header .learn-more-items a {
	display: block;
	text-align: center;
	font-size: 1rem;
	padding: 12px 20px;
	text-decoration: none;
	border: none;
}
.single-report .report-header .learn-more-items a.purchase-report {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
}
.single-report .purchase-report .strikethrough {
	display: block;
	text-decoration: line-through;
	font-style: italic;
}
.single-report .pre-purchase .report-header .learn-more-items a.purchase-report {
	background: #140e34;
}
.single-report .report-header .learn-more-items a.preview-report {
	font-size: 0.9rem;
	font-weight: bold;
}

.single-report .report-inside {
	padding-top: 300px;
	padding-bottom: 60px;
	color: #000;
	font-size: 1rem;
}
.single-report .report-inside h3 {
	font-weight: 700;
	font-size: 40px;
	line-height: 52px;
	letter-spacing: 0.2px;
	padding-bottom: 10px;
	border-bottom: 7px solid #140e34;
	margin-bottom: 40px;
	font-family: 'Open Sans';
}
.single-report .report-inside .post-content h5 {
	font-weight: 600;
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 32px;
	font-family: 'Open Sans';
}
.single-report .report-inside .post-content p {
	font-size: 20px;
	line-height: 34px;
	margin: 0 0 10px;
	font-family: 'Open Sans';
}
.single-report .report-inside .post-buttons {
	margin-top: 30px;
}
.single-report .report-inside .post-buttons a {
	display: inline-block;
	text-align: center;
	font-size: 1rem;
	padding: 12px 20px;
	text-decoration: none;
	border: none;
	font-weight: bold;
	box-sizing: border-box;
}
.single-report .report-inside .post-buttons a.purchase-report {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	border: 2px solid #00A2FF;
}
.single-report .pre-purchase .report-inside .post-buttons a.purchase-report {
	background: #140e34;
	border-color: #140e34;;
}
.single-report .report-inside .post-buttons a.preview-report {
	border: 2px solid #192028;
	border-radius: 5px;
	margin: 10px auto 0;
	display: block;
}

.single-report .report-inside .whats-included {
	font-weight: 600;
	font-size: 25px;
	line-height: 34px;
	color: #000;
	text-align: center;
	margin: 0 0 30px;
	font-family: 'Open Sans';
}
.single-report .report-inside .highlight-box {
	border: 2px solid #EAEEF3;
	border-radius: 10px;
	padding: 32px;
}
.single-report .report-inside .highlight-box .highlight {
	display: flex;
	align-items: center;
}
.single-report .report-inside .highlight-box .highlight + .highlight {
	margin-top: 25px;	
}

.single-report .report-inside .highlight-box .highlight i.fas {
	color: #01a2fd;
	border: 17px solid #00a2ff1a;
	border-radius: 50%;
	margin-right: 20px;
	font-size: 26px;
	box-shadow: 0px 0px 30px rgb(47 76 88 / 6%);
}
.single-report .report-inside .highlight-box .highlight h4 {
	color: #333333;
	font-weight: 600;
	font-size: 20px;
	line-height: 27px;
	margin: 0;
	font-family: 'Open Sans';
}
.single-report .report-inside .highlight-box .highlight h4 span {
	display: block;
	font-weight: 400;
	font-size: 16px;
	line-height: 26px;
	color: #1B1D21;
	margin: 11px 0 0;
	font-family: 'Open Sans';
}
.single-report .report-inside .highlight-box .post-buttons a.purchase-report {
	width: 100%;
}

.single-report .upcoming-reports {
	background: #00A2FF;
	padding: 60px 0;
	color: #fff;
	text-align: center;
}
.single-report .upcoming-reports .subheading {
	font-size: 1rem;
	font-weight: bold;
}
.single-report .upcoming-reports .heading {
	font-size: 2rem;
	margin: 20px 0;
}
.single-report .upcoming-reports p {
	font-size: 1.rem;
}
.single-report .upcoming-reports .buttons a {
	display: inline-block;
	padding: 10px 40px;
	border-radius: 5px;
	font-size: 1.1rem;
	text-decoration: none;
	margin: 5px;
}
.single-report .upcoming-reports .buttons a.learn-more {
	background: #fff;
	border: 2px solid #fff;
}
.single-report .upcoming-reports .buttons a.contact-us {
	color: #fff;
	border: 2px solid #fff;
}
.single-report .pum-close {
	background: #00A2FF !important;
}

.single-report .report-content-image {
	padding-bottom: 60px;
}

.single-report .table-of-contents h2 {
	font-weight: 700;
}
.single-report .table-of-contents h2,
.single-report .table-of-contents p {
	color: #1B1D21;
	font-family: 'Open Sans';
}
.single-report #smarttab {
	display: flex;
	border: none;
	margin: 57px auto 67px;;
}
.single-report #smarttab .nav {
	flex-direction: column;
	width: 25%;
	box-shadow: none;
}
.single-report #smarttab .tab-content {
	width: 75%;
}
.single-report #smarttab .tab-content .tab-pane {
	padding: 0 0.8rem 0.8rem 60px;
}
.single-report #smarttab .nav li {
	flex-grow: unset;
	margin-bottom: 11px;
}
.single-report #smarttab .nav-link {
	color: #140E34 !important;
	border: 1px solid #EAEEF3;
	text-align: left;
	font-size: 20px;
	line-height: 36px;
	border-radius: 8px;
	font-family: 'Open Sans';
}
.single-report #smarttab .nav-link.active {
	background: #EAEEF3;
	font-weight: bold;
}
.single-report #smarttab .nav-link.active:after {
	content: none;
}
.single-report #report-terms {
	margin: 0 0 30px;
}
.single-report #report-terms a {
	color: #00a2ff;
	font-weight: 600;
}
.single-report #report-terms p {
	font-size: 14px;
}


/*
* Purchase Report Form
*/
.lightbox-form-style .report_name {
	margin-bottom: 5px;
	font-weight: bold;
	color: #00A2FF;
	font-size: 1.5rem;
}
.lightbox-form-style .gsection_title {
	font-weight: bold;
	font-size: 1rem;
	margin-bottom: 10px;
}
.lightbox-form-style input[type="text"],
.lightbox-form-style input[type="number"],
.lightbox-form-style input[type="email"],
.lightbox-form-style textarea {
	border: 1px solid #e8e8ea;
	border-radius: 3px;
	font-size: 0.95rem;
	font-weight: 400;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px;
}
.lightbox-form-style .StripeElement {
	margin-bottom: 10px;
}
.lightbox-form-style .ginput_product_price_wrapper input[type="text"] {
	padding: 0;
	border: none;
	pointer-events: none;
	background-color: transparent;
	font-size: 1.5rem;
	font-weight: bold;
}
.lightbox-form-style .gfield_label,
.lightbox-form-style label {
	display: none;
}
.lightbox-form-style .gfield_visibility_hidden {
	visibility: hidden;
	height: 0px;
	max-height: 0;
	display: block;
	padding: 0;
	margin: 0;
}
.lightbox-form-style .gf_readonly input {
	border: none;
	padding: 0;
	font-size: 1.2em;
	text-decoration: line-through;
	font-style: italic;
	color: #ff0000;
}
.lightbox-form-style .gf_readonly input[value=""] {
	display: none;
}
.lightbox-form-style input[type="submit"] {
	background: #00A2FF;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9rem;
	padding: 8px 20px;
	text-decoration: none;
	border: none;
}	
.lightbox-form-style .gform_submission_error,
.lightbox-form-style .gfield_validation_message {
	font-size: 0.9rem;
	font-weight: normal;
	color: red;
	margin-bottom: 10px;
}
.lightbox-form-style .accept-the-terms {
	margin: 5px 0 30px;
}
.lightbox-form-style .accept-the-terms input {
	display: inline-block;
	vertical-align: middle;
	height: 15px;
	width: 15px;
	margin-right: 5px;
}
.lightbox-form-style .accept-the-terms label {
	display: inline-block;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.lightbox-form-style .accept-the-terms label a {
	color: #00a2ff;
}
.lightbox-form-style_wrapper .gform_submission_error {
	font-size: 16px;
	background: #ffdddd;
	padding: 15px;
	font-weight: normal;
	color: red;
}


/*
* PMPRO Fields
*/

/*#pmpro_form #pmpro_level_cost,
#pmpro_account-invoices {
display: none;
}*/
#pmpro_levels_table {
	width: 100%;
	margin: 0 auto 30px;
}
#pmpro_levels_table .pmpro_btn {
	display: block;
	background: #00a2ff;
	color: #fff;
}
.pmpro-login .pmpro_lost_password-instructions {
	text-align: center;
}
.pmpro-login #lostpasswordform,
.pmpro-login #loginform,
.pum-container #pmpro_form {
	max-width: 500px;
	margin: 30px auto 0;
}
.pmpro-login #lostpasswordform label,
.pmpro-login #loginform label,
.pum-container #pmpro_form label {
	font-size: 15px;
}
.pmpro-login #lostpasswordform input,
.pmpro-login #loginform input:not(#rememberme),
.pum-container #pmpro_form input {
	width: 100%;
	max-width: 100%;
	height: 50px;
}
.pmpro-login #lostpasswordform .pmpro_btn,
.pmpro-login #loginform #wp-submit,
.pum-container #pmpro_form #pmpro_btn-submit {
	border-radius: 5px;
	background-color: #00a2ff;
	font-weight: 500;
	color: #fff;
	border: 1px solid #00a2ff;
	font-size: 16px;
	padding: 8px 20px;
	min-width: 185px;
	border-color: #00a2ff;
	-webkit-transition: .2s;
	transition: .2s;
	display: inline-block;
	text-align: center;
}
.pmpro-login .pmpro_actions_nav a,
.pum-container #pmpro_form .login-link a {
	font-size: 14px;
	color: #00a2ff;
}
.pmpro_banner_action {
	position: fixed;
	bottom: 0;
	color: #fff;
	font-size: 15px;
	left: 0;
	width: 100%;
	background: #192028e0;
	border-top: 1px solid #ccc;
}
.pmpro_banner_action a {
	color: #fff;
}
.pmpro_checkout_gateway-stripe {
	font-family: 'Articulat CF';
}
#pmpro_form .pmpro_checkout h3 {
	font-weight: bold;
}
.pmpro_banner_action .banner-wrap {
	display: inline-block;
	margin-right: 1em;
	padding: 20px;
	background: #00a2ff;
	color: #fff;
}
.pmpro_checkout-fields select {
	padding: 0 20px;
	box-sizing: border-box;
	height: 50px;
	cursor: pointer;
	border-radius: 5px;
	border: 1px solid #192028;
	color: #192028;
	vertical-align: top;
}
.pmpro_checkout-fields input {
	height: 50px;
	padding: 20px;
	border-radius: 5px;
	border: 1px solid #192028;
	color: #192028;
	vertical-align: top;
}
.pmpro_checkout-fields .pmpro_asterisk {
	color: #ff0000;
}
.pmpro_btn.pmpro_btn-submit-checkout {
	border-radius: 5px;
	background-color: #00a2ff;
	font-weight: 500;
	color: #fff;
	border: 1px solid #00a2ff;
	font-size: 16px;
	padding: 8px 20px;
	min-width: 185px;
	border-color: #00a2ff;
	-webkit-transition: .2s;
	transition: .2s;
	display: inline-block;
	text-align: center;
}
#pmpro_payment_information_fields .StripeElement {
	padding: 20px !important;
	border-radius: 5px !important;
	border: 1px solid #192028 !important;
}
#pmpro_account-membership .pmpro_table,
#pmpro_account-invoices .pmpro_table {
	margin: 30px 0;
}
#pmpro_account a {
	color: #00a2ff;
	font-weight: bold;
}
#pmpro_billing_address_fields .pmpro_checkout-fields {
	display: flex;
	flex-wrap: wrap;
}
#pmpro_billing_address_fields .pmpro_checkout-fields .pmpro_checkout-field select,
#pmpro_billing_address_fields .pmpro_checkout-fields .pmpro_checkout-field input {
	width: 100%;
}
#pmpro_billing_address_fields .pmpro_checkout-fields .pmpro_checkout-field {
	width: 50%;
}
.pmpro_signup_form .pmpro_checkout-fields {
	display: flex;
	flex-direction: column;
}
.pmpro_signup_form .pmpro_checkout-fields .pmpro_checkout-field {
	order: 1;
}
.pmpro_signup_form .pmpro_checkout-fields .pmpro_checkout-field-firstname,
.pmpro_signup_form .pmpro_checkout-fields .pmpro_checkout-field-lastname {
	order: 0;
}
.pmpro_signup_form .pmpro_submit,
.pmpro_signup_form .login-link {
	order: 2;
}
.pmpro_signup_form #company_div .pmpro_asterisk {
	display: none;
}

.latest-episodes .episodes .image_container {
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.latest-episodes .episodes .image_container img{
	height: 100%;
	width: auto;
	max-width: initial !important;
}
.latest-episodes .episodes > div {
	max-width: 263px;
}
a.btn-blue {
	text-align: center;
	color: #ffffff;
	font-weight: 400;
}
.episodes a{
	text-decoration: none;
}

#popmake-37867 .pum-content a {
	border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	max-width: 265px;
	height: 54px;
	line-height: 50px;
	width: 100%;
	display: block;
	text-align: center;
	font-family: 'Articulat CF', sans-serif;
	padding: 0;
	background-color: #00a2ff;
	color: #fff;
	margin: 20px auto 0;
	text-decoration: none;
	border: 1px solid #00a2ff;
}
#popmake-37867 .pum-content a:hover {
	background: #fff;
	color: #00a2ff;
}


@media only screen and (max-width: 1199px) {
	.single-report .report-header .learn-more {
		width: 40%;
	}
}
@media only screen and (max-width: 991px) {
	.single-report .premium {
		margin-top: 20px;
	}
	.page-template-template-reports .post-entry .post-title {
		font-size: 2.5rem;	
	}
	.page-template-template-reports .featured-report .featured-image {
		margin-bottom: 20px;
	}
	.page-template-template-reports .featured-report .featured-details {
		flex-direction: column;
	}
	.page-template-template-reports .featured-report .featured-details .featured-caption {
		margin-right: 0;
	}
	.page-template-template-reports .reports-category {
		flex-direction: column;
		font-size: 1rem;
	}
	.single-report .report-header .report-title {
		width: 50%;
	}
	.single-report .report-header .report-title h1 {
		font-size: 1.75rem;
	}
	.single-report .report-header .learn-more {
		width: 45%;
	}
	.single-report .report-header .learn-more label {
		font-size: 1.2rem;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.lightbox-form-style .report_name {
		font-size: 1.5rem;
	}
	.lightbox-form-style .ginput_product_price_wrapper input[type="text"] {
		font-size: 1.3rem;
	}
	.single-report #smarttab {
		display: block;
	}
	.single-report #smarttab .nav,
	.single-report #smarttab .tab-content {
		width: 100%;
	}
	.single-report #smarttab .nav {
		flex-direction: row;
	}
	.single-report #smarttab .nav li {
		flex-grow: 1;
	}
	.single-report #smarttab .nav-link {
		text-align: center;
		font-size: 16px;
		line-height: 24px;
	}

}

@media only screen and (max-width: 767px) {
	.single-report .report-header-inner {
		padding-bottom: 60px;
	}
	.single-report .report-header .report-title {
		width: 100%;
	}
	.single-report .report-header .report-title p {
		margin-bottom: 30px;
	}
	.single-report .report-header .featured-image {
		position: static;
		margin-bottom: 30px;
	}
	.single-report .report-header .learn-more {
		position: static;
		width: 100%;
	}
	.single-report .report-inside {
		padding-top: 60px;
	}
	.single-report .report-inside h3 {
		font-size: 1.75rem;
	}
	.single-report .report-inside .post-content p,
	.single-report .table-of-contents p {
		font-size: 16px;
		line-height: 26px;
	}

}

/*
* New 1 
*/

@media only screen and (min-width:768px) {
	.btn-blue {
		font-size: 18px;
		padding: 14px 20px;
	}

	.podcast-hero {
		background: #E9F6FF;
		padding: 80px 0;
	}

	.podcast-hero .hero-image {
		width: 87%;
	}

	.podcast-hero p.subtitle {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
	}

	.podcast-hero h1 {
		font-size: 72px;
		font-weight: 400;
		line-height: 90px;
	}

	.podcast-hero strong {
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
	}

	.podcast-hero h2 {
		font-size: 28px;
		font-weight: 700;
		line-height: 33px;
	}

	.podcast-hero .sub {
		font-size: 18px;
		font-weight: 600;
		line-height: 30px;
	}

	.newsletter-subscription p {
		font-size: 16px;
		font-weight: 500;
		line-height: 28px;
		text-align: left;
		color: #a8a8af;
	}

	.newsletter-subscription h2 {
		font-size: 48px;
		font-weight: 700;
	}

	.latest-episodes h2 {
		font-size: 48px;
		font-weight: 700;
	}

	.listen-podcast strong {
		font-size: 24px;
		font-weight: 700;
	}

	.listen-podcast h3 {
		font-size: 48px;
		font-weight: 700;
		line-height: 59px;
	}

	.listen-podcast p {
		font-size: 18px;
	}

	.latest-episodes a {
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
	}

	.latest-episodes .episodes {
		display: flex;
		margin-top: 45px;
	}

	.latest-episodes .episodes div:not(:last-child) {
		margin-right: 20px;
	}

	.latest-episodes .episodes h5 {
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
	}

	.latest-episodes .episodes p {
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
	}

	.listen-podcast a:last-child {
		margin-right: 10px;
	}

	.podcast-newsletter {
		padding: 50px 50px;
	}

	.podcast-newsletter form {
		display: flex;
		padding: 25px 20px;
		border-radius: 8px;
	}

	.podcast-newsletter form input[type='submit']{
		margin-top: 0;
		padding: 12px 10px;
	}

	.form-container h3 {
		font-size: 48px;
		font-weight: 700;
	}

	.form-container {
		text-align: left;
	}

	.form-container {
		padding: 60px 50px;
	}

	.latest-episodes {
		padding: 40px 0;
	}

	.seasons {
		padding: 40px 0;
	}

	.seasons h2 {
		font-size: 48px;
		font-weight: 700;
	}

	.seasons .season-container h3 {
		font-size: 36px;
		font-weight: 700;
		line-height: 43px;
		text-align: left;
	}

	.seasons .season-container .view-all {
		color: #3468a3;
		font-size: 18px;
		font-weight: 700;
	}

	.seasons .season-container h4 {
		font-size: 18px;
		font-weight: 700;
		line-height: 21px;
	}

	.seasons .season-container p {
		color: #192028;
		font-size: 20px;
		font-weight: 700;
		line-height: 30px;
	}

	.seasons .season-container .listen-now {
		font-size: 18px;
		font-weight: 600;
	}

	.channels {
		padding: 40px 0;
	}

	.channels h2 {
		font-size: 48px;
		font-weight: 700;
	}

	.channels img {
		width: 60%;
		margin: auto;
	}

	.channels .channel-container {
		border: 1px solid #70707027;
		border-radius: 10px;
		text-align: center;
		padding: 10px 15px;
		width: 15%;
	}

	.channels .channel-container:not(:last-child) {
		margin-right: 20px;
	}

	.newsletter-subscription strong {
		font-size: 18px;
		font-weight: 700;
	}

	.newsletter-subscription h3 {
		color: #192028;
		font-size: 28px;
		font-weight: 700;
		line-height: 33px;
		text-align: left;
	}

	.channels .channel-container a {
		color: #3468a3;
		font-size: 18px;
		font-weight: 600;
	}

	.podcast-newsletter .form-container form {
		margin: 0;
	}
}

.latest-episodes .episodes .image_container {
	height: 300px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
}
.latest-episodes .episodes .image_container img{
	height: 100%;
	width: auto;
	max-width: initial !important;
}
.latest-episodes .episodes > div {
	max-width: 263px;
}

@media only screen and (min-width: 768px){
	.latest-episodes .episodes {
		display: flex;
		margin-top: 45px;
		gap: 20px;
		flex-wrap: wrap;
	}
	.latest-episodes .episodes > div {
		width: calc(25% - 15px) !important;
		margin: 0 !important;
	}
}

a.btn-blue {
	text-align: center;
	color: #ffffff;
	font-weight: 400;
}
.episodes a{
	text-decoration: none;
}


/* About Us Page */

body.page-template-template-about {
	font-family: 'Inter', sans-serif;
}
#about-hero {
	background-color: #192028;
	padding: 24px 0 96px;
}
#about-hero .row {
	align-items: center;
}
#about-hero h1 {
	font-weight: 600;
	font-size: 60px;
	line-height: 72px;
	letter-spacing: -0.02em;
	margin: 0 0 24px;
}
#about-hero p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #AEAEAE;
	margin: 0 0 46px;
}

.page-template-template-about .section_area {
	padding: 96px 0;
}
.page-template-template-about .section_area .button {
	background: #00A2FF;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	padding: 16px 28px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.page-template-template-about .section_area .button-secondary {
	color: #344054;
	background: #FFFFFF;
}

.page-template-template-about .section_area h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #101828;
	margin: 0 0 20px;
}
.page-template-template-about .section_area h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #00A2FF;
	margin: 0 0 12px;
}
.page-template-template-about .section_area p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #475467;
	margin: 0 0 64px;
	max-width: 768px;
}
.page-template-template-about .section_area .split-content {
	margin-bottom: 64px;
}
.page-template-template-about .section_area .split-content p {
	margin: 0 0 30px;
	max-width: 100%;
}

#about-our-values {
	background: #F9FAFB;
}
#about-our-values h2 {
	margin: 0 0 64px;
}
#about-our-values .principles {
	max-width: 384px;
	margin: 0 auto;
}
#about-our-values .principles p {
	font-size: 16px;
	line-height: 24px;
}

#about-leadership-team {
	background: #192028;
	overflow: hidden;
}
#about-leadership-team h2 {
	color: #fff;
}
#about-leadership-team p {
	color: #BCBCBC;
}
#about-leadership-team .team-member h3 {
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	color: #fff;
	margin: 0 0 16px;
}
#about-leadership-team .team-member p {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #fff;
	margin: 0;
}
#about-leadership-team .team-member .member-card {
	max-width: 384px;
	margin: 0 32px 0 auto;
	position: relative;
}
#about-leadership-team .team-member .member-card .member-info {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 24px 24px 32px;
	background: rgba(255, 255, 255, 0.3);
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	backdrop-filter: blur(12px);
}
#about-leadership-team .team-member .member-card .member-info a {
	position: absolute;
	right: 31px;
	top: 30px;
	display: block;
}
#about-leadership-team .team-member .member-card .member-info a img {
	display: block;
}
#about-leadership-team .member-arrows {
	background: rgba(255, 255, 255, 0.9);
	border: 1px solid #EAECF0;
	backdrop-filter: blur(4px);
	border-radius: 28px;
	height: 56px;
	width: 56px;
	display: inline-block;
	text-align: center;
	line-height: 51px;
	margin: 32px 30px 0 0;
}
#about-leadership-team .leadership-team-carousel .slick-list {
	padding-left: 15px !important;
}
#about-leadership-team .container {
	position: relative;
}
#about-leadership-team .slide-wrapper {
	position: absolute;
	left: 0;
	max-width: 100vw;
	opacity: 0;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
#about-leadership-team .slide-wrapper.loaded {
	opacity: 1;
}

.page-template-template-about  .mh480 {
	min-height: 480px;
}

#about-prefooter .prefooter-card {
	max-width: 576px;
}
#about-prefooter .col-md-6:last-child .prefooter-card .img-holder {
	border-color: transparent;
}
#about-prefooter .prefooter-card .img-holder {
	min-height: 336px;
	border: 1px solid #D0D5DD;
	border-radius: 16px;
	display: flex;
	align-items: center;
}
#about-prefooter .prefooter-card img {
	display: block;
	margin: 0 auto;
}
#about-prefooter .prefooter-card h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #101828;
	margin: 25px 0 20px;
}
#about-prefooter .prefooter-card p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #475467;
	margin: 0 0 40px;
}
#about-prefooter .button {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
}

#about-cta {
	background: #00A2FF;
}
#about-cta h3 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #FFFFFF;
	margin: 0 0 20px;
}
#about-cta p {
	color: #EDEDED;
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	margin: 0;
}
#about-cta .button {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px;
	float: right;
}

@media screen and (min-width: 1200px) {
	.page-template-template-about  .container {
		max-width: 1280px;
	}
}
@media screen and (max-width: 767px) {
	#about-hero .row {
		flex-direction: column-reverse;
	}
	#about-hero img,
	#about-prefooter .prefooter-card {
		margin-bottom: 40px;
	}
	.page-template-template-about  .section_area .split-content {
		column-count: 1;
	}
	#about-cta .button {
		float: none;
		margin-top: 64px;
	}
}


/* Methodology Page */
/* About Us Page */

body.page-template-template-methodology {
	font-family: 'Inter', sans-serif;
}
.page-template-template-methodology .section_area {
	padding: 96px 0;
}
.page-template-template-methodology .section_area .button {
	background: #00A2FF;
	border-radius: 8px;
	color: #fff;
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	display: inline-block;
	text-align: center;
	padding: 16px 28px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.page-template-template-methodology .section_area .button-secondary {
	color: #344054;
	background: #FFFFFF;
}

.page-template-template-methodology .section_area h2 {
	font-weight: 600;
	font-size: 36px;
	line-height: 44px;
	letter-spacing: -0.02em;
	color: #101828;
	margin: 0 0 20px;
}
.page-template-template-methodology .section_area h4 {
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	color: #00A2FF;
	margin: 0 0 12px;
}
.page-template-template-methodology .section_area p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	color: #475467;
	margin: 0 auto 64px;
	max-width: 768px;
}
.page-template-template-methodology .section_skyblue {
	background: #F5F7FF;
}
#methodology-hero {
	background: #192028;
	text-align: center;
}
#methodology-hero h1 {
	letter-spacing: -0.02em;
	font-weight: 600;
	font-size: 48px;
	line-height: 60px;
	color: #FFFFFF;
}
#methodology-hero p {
	font-size: 20px;
	line-height: 30px;
	color: #AEAEAE;
}

#methodology-intro p {
	margin: 0 auto;
}

#methodology-content-image h3 {
	color: #101828;
	font-weight: 600;
	font-size: 30px;
	line-height: 38px;
	margin: 0 0 16px;
}
#methodology-content-image p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
	color: #475467;
	margin: 0 0 20px;
	max-width: 512px;
}
#methodology-content-image p a {
	border: 1px solid #D0D5DD;
	color: #344054;
	font-weight: 600;
	font-size: 16px;
	line-height: 24px;
	padding: 12px 20px;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
	text-decoration: none;
	display: inline-block;
}
#methodology-content-image p a:before {
	content: url('/wp-content/uploads/2023/05/whitepaper-Icon.png');
	margin-right: 10px;
	vertical-align: middle;
}
#methodology-content-image .bg-col {
	min-height: 600px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}

#methodology-academic {
	border-bottom: 96px solid #fff;
	padding-bottom: 48px;
}
#methodology-news-citations h2,
#methodology-news-citations p,
#methodology-academic h2,
#methodology-academic p {
	max-width: 348px;
	margin-left: 0;
}
#methodology-news-citations .content-repeater .repeater-content-col,
#methodology-academic .content-repeater .repeater-content-col {
	margin-bottom: 48px;
}
#methodology-news-citations .content-repeater h3,
#methodology-academic .content-repeater h3 {
	font-weight: 600;
	font-size: 18px;
	line-height: 28px;
	color: #101828;
	margin: 0;
}
#methodology-news-citations .content-repeater p,
#methodology-academic .content-repeater p {
	font-size: 16px;
	line-height: 24px;
	color: #475467;
	margin: 0 0 8px;
}
#methodology-news-citations .content-repeater p a,
#methodology-academic .content-repeater p a {
	font-weight: 600;
}
#methodology-news-citations .leftcont a {
	background: #00A2FF;
	color: #fff;
	padding: 16px 28px;
	border: 1px solid #00A2FF;
	box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
	border-radius: 8px;
}

#methodology-scientific-references {
	padding-bottom: 32px;
}
#methodology-media .repeater-content-col,
#methodology-scientific-references .repeater-content-col {
	margin: 0 0 64px;
}
#methodology-media img,
#methodology-scientific-references img {
	display: block;
	margin: 0 auto 20px;
}
#methodology-media h2,
#methodology-scientific-references h2 {
	margin: 0 0 64px;
}
#methodology-media h3,
#methodology-scientific-references h3 {
	color: #101828;
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	margin: 0 0 8px;
}
#methodology-media p,
#methodology-scientific-references p {
	font-weight: 400;
	font-size: 16px;
	line-height: 24px;
	max-width: 384px;
	margin: 0 auto;
}

#methodology-industry-references h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 30px;
	color: #101828;
	margin: 0 0 4px;
}
#methodology-industry-references .header-content p {
	margin-left: 0;
	color: #475467;
}
#methodology-industry-references .repeater-content-col p {
	font-weight: 400;
	font-size: 18px;
	line-height: 28px;
}

#methodology-media .header-content h2 {
	margin-bottom: 12px;
}
#methodology-media .header-content p {
	font-weight: 400;
	font-size: 20px;
	line-height: 30px;
	text-align: center;
	max-width: 768px;
	margin: 0 auto 64px;
}

@media screen and (min-width: 1200px) {
	.page-template-template-methodology  .container {
		max-width: 1280px;
	}
}
@media screen and (max-width: 767px) {
	#methodology-content-image {
		padding-top: 0;
	}
	#methodology-content-image .container .row {
		flex-direction: column-reverse;
	}
	#methodology-content-image .bg-col {
		min-height: 300px;
		margin: 0 0 30px;
	}
}
@media screen and (max-width: 480px) {
	.hero-new {
		background-image: url(/wp-content/uploads/2023/08/civichomehero.jpg);
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center center;
	}
	section.hero-new video {
		z-index: 1 !important;
	}
	section.hero-new::before,
	section.hero-new::after {
		z-index: 2;
	}
}