/* Pillar Pages Style
 * Version: 1.0.10
----------------------------------------------------------------------*/

.page-header.pillar-page {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 50px;
}

.page-header.pillar-page .header-content {
    padding: 20vh 0;
}

.header-content h1 {
    margin: 0;
    font-size: 41px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}

.contents-table {
    float: right;
    width: 50%;
}

.contents-table ul li:first-of-type {
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    background-color: var(--rochester-yellow);
}

.contents-table ul li {
    list-style-type: none;
    background-color: #F7F7F7;
    padding: 15px 20px;
    margin-bottom: 2px;
    text-align: center;
    font-family: 'Noto Sans', sans-serif;
}

.contents-table ul li a {
    color: #000;
    text-decoration: none;
    font-size: 20px;
    font-family: 'Noto Sans', sans-serif;
}

.elementor-widget-text-editor p {
    font-size: 16px;
    color: #000;
    margin-bottom: 20px;
}

.elementor-widget-text-editor h2 {
    font-size: 32px;
    color: var(--rochester-brown);
    font-weight: 600;
    scroll-behavior: smooth;
    scroll-margin-top: 150px;
}

.elementor-widget-text-editor h3 {
    font-size: 20px;
    color: #000;
    font-weight: 600;
}

.elementor-widget-text-editor h4 {
    font-size: 16px;
    color: #000;
    font-weight: 700;
}

.elementor-widget-text-editor img.alignleft {
    margin-right: 30px;
}

.elementor-widget-text-editor img.alignright {
    margin-left: 30px;
}

.elementor-widget-text-editor ul li {
    font-size: 16px;
    color: #000;
    font-family: 'Noto Sans', sans-serif;
}

/* New Design */

.elementor-widget-text-editor h2 {
    width: 50%;
    border-bottom: 5px solid var(--rochester-yellow);
    padding-bottom: 5px;
    color: #000;
}

.elementor-widget-text-editor h3 {
    width: fit-content;
    border-bottom: 5px solid var(--rochester-yellow);
    padding-bottom: 5px;
    color: #000;
}

.pp-brown-box h3 {
    color: #fff;
    width: 100%;
    text-align: center;
}

.pp-brown-box p {
    color: #fff;
}

.pp-yellow-box {
    padding: 20px;
    background: var(--rochester-yellow);
    margin-bottom: 20px;
}

.pp-yellow-box h3,
.blk-uline {
    border-bottom: 5px solid #000 !important;
}

.pp-wh-title {
    color: #fff !important;
    border-bottom: 5px solid #fff !important;
    text-align: unset !important;
    width: fit-content !important;
}

@media only screen and (max-width: 768px) {
    .elementor-widget-text-editor img {
        width: 100%;
    }

    .contents-table ul li a {
        font-size: 15px;
    }

    .contents-table {
        width: 100%;
    }

    .contents-table ul {
        padding-left: 0;
    }
	
	.elementor-widget-text-editor h2 {
    	width: fit-content;
	}
}