.pi-paula-report-container p {
    margin: 1em 0;
}

.pi-paula-report-container a {
    color: #0056b3;
    text-decoration: none;
}

.pi-paula-report-container a:hover {
    text-decoration: underline;
}

/* Header Section */
.pi-paula-report-header {
    padding: 25px;
}

.pi-paula-report-title {
    font-weight: 500;
    color: #0B477A;
    margin-bottom: 0.5rem;
}

/* Content Sections */
.pi-paula-content-section {
    padding: 0 25px;
}

.pi-paula-overview-title {
    font-size: 28px;
    margin-bottom: 10px;
    display: block;
		font-weight: 400;
		color: rgb(51, 51, 51);
}

.pi-paula-question-title {
    margin-top: 20px;
    font-size: 22px;
    font-weight: 500;
}

/* Category Banners */
.pi-paula-category-banner-wrapper {
    display: flex;
    flex-direction: row;
}

.pi-paula-category-banner-wrapper.margin-top-20 {
        margin-top: 20px;
}

.pi-paula-category-banner-wrapper.margin-top-32 {
        margin-top: 32px;
}

.pi-paula-category-banner {
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: #BEC9D9;
    padding: 15px;
    border-radius: 0px 40px 40px 0;
}

.pi-paula-category-icon-container {
    width: 32px;
    margin: 0 15px 0 0;
    justify-content: center;
    display: flex;
    flex-shrink: 0;
}

.pi-paula-category-icon {
    fill: #0B477A;
}

.pi-paula-category-title-container {
    padding-right: 20px;
	  margin-top: 6px;
    margin-bottom: 6px;
}

.pi-paula-category-title {
    font-size: 26px;
    font-weight: 400;
    color: #0B477A;
		margin-bottom: 0;
}

/* Special Themed Section */
.pi-paula-themed-section {
    background-color: #bec8d9;
    padding-bottom: 20px;
	margin-bottom: 25px;
}

.pi-paula-themed-section-header {
    background-color: #0b477a;
    color: white;
}

.pi-paula-themed-section-title {
    color: white;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
}


.pi-paula-light-themed-section-title {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    padding: 20px;
    color: rgb(51, 51, 51);
}


.pi-newsletter-sign-up-button{
	display: flex;
    width: 100%;
    text-align: center;
    flex-grow: 1;
    padding: 8px;
    background-color: #bec9d8;
    border-radius: 200px;
    justify-content: center;
    cursor: pointer;
    color: rgb(0, 43, 65);
    font-weight: 700;
	font-size: 14px;
transition: 0.3s;}

.pi-newsletter-sign-up-button:hover{
	color: white;
	background-color: #0b477a;
}


/* style breadcrumb */

.pi-blog-breadcrumb{
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.pi-blog-breadcrumb .breadcrumb{
    display: flex;
    min-height: 20px;
    list-style: none;
}

.pi-blog-breadcrumb .breadcrumb .breadcrumb-item svg {
    width: 20px;
    height: 20px;
    fill: white;
    display: flex;
}

.pi-blog-breadcrumb .breadcrumb .breadcrumb-item {
    font-family: Open Sans;
    font-weight: 600;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0px;
    color: #FFFFFF;
    align-items: center;
    text-transform: uppercase;
    display: flex;
}

.pi-blog-breadcrumb .breadcrumb .breadcrumb-item a{
    color: white;
}

.pi-blog-breadcrumb ol > li + li:before {
    color: #FFFFFF;
}

.pi-blog-breadcrumb ol > li + li:before {
    content: "> ";
    white-space: pre;
}

.pi-blog-breadcrumb ol > li + li:before {
    padding: 0 5px;
    color: #cccccc;
}



.newsletter-input:focus{
	outline: none;
}

.ays-pb-modals {
    z-index: 999 !important;
}

.email-to-sign-up::-webkit-input-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}

/* Firefox 19+ */
.email-to-sign-up::-moz-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}


/* Older Edge */
.email-to-sign-up::-ms-input-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}

/* Standard syntax */
.email-to-sign-up::placeholder {
	color: #6d6d6d;
  font-size: 13px;
}



.input-placeholder::-webkit-input-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}

/* Firefox 19+ */
.input-placeholder::-moz-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}


/* Older Edge */
.input-placeholder::-ms-input-placeholder {
	color: #6d6d6d;
  font-size: 13px;
}

/* Standard syntax */
.input-placeholder::placeholder {
	color: #6d6d6d;
  font-size: 13px;
}


.newsletter-input{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	background-color: white;
	border-radius: 30px;
	height: 56px;
	align-items: center;
	padding: 0 10px;
	cursor: text;
}

.newsletter-input-text{
	display: flex;
	flex-grow: 1;
	padding: 0 20px;
	color: #6d6d6d;
	font-size: 13px;   
	flex-wrap: nowrap;
	text-wrap: nowrap; 
	overflow: hidden;
}

.newsletter-input-text-link{
	cursor: pointer; 
	background-color: #0B477A;
	padding: 0px 20px;
	border-radius: 30px;
	display: flex;
	flex-direction: row;
	align-items: center;
	height: 40px;
	min-width: 134px;
}

.email-to-sign-up-container{
	display: flex;
	flex-grow: 1;
	padding: 0 20px;
}

@media only screen and (max-width: 767px) {
	.newsletter-input{
		background-color: transparent;
		justify-content: center;
	}
	.email-to-sign-up-container{
		display: none;
		
	}
	.newsletter-input-text{
		display: none;
	}
	
	.email-to-sign-up{
		display: none;
	}
	
	.newsletter-input-text-link{
		flex-grow: 1;
    justify-content: center;
		box-shadow: -2px 4px 4px #0f0f0f54;
		max-width: 500px;
	}
	
}