.single-rfp-content {
    display: flex;
    flex-direction: column;
}

.rfp__paragraph {
    display: flex;
    justify-content: space-between;
    padding-left: var(--global-content-edge-padding);
    padding-right: var(--global-content-edge-padding);
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
}

.deadline_container {
    background-color: #6E50A1;
    color: #FFFFFF;
    padding: 30px;
}

.deadline_container h4,  .deadline_container h3{
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #FFFFFF;
    font-weight: 300;
}

.deadline_container h4{
    font-weight: bold;
}

.important_container {
    background-color: #f1f1f1;
    color: #000000;
    padding: 30px;
}

.important_container h3, .important_container h4{
    text-transform: uppercase;
    margin-bottom: 20px !important;
    color: #000000;
    font-weight: 300;
}

.important_container h4 {
    font-weight: bold;
}

.rfp__paragraph_title{
    flex: 0.2;
}

.rfp__paragraph_content{
    flex: 0.8;
}

.rfp__paragraph{
    padding: 20px 0 20px 0;
    flex-direction: row;
}

.rfp__row{
    display: flex;
    flex-direction: row;
    padding: 15px;
    border: 1px solid #f1f1f1;
}

.row__right{
    flex: 0.6;
}

.row__left{
    flex: 0.4;
}

.row_even{
    background-color: #f1f1f1;
}

.rfp__documents{
    justify-content: center;
    border-bottom: inherit;
}

.rfp__documents a{
    margin: 0 10px 0 10px;
}

.button{
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    border-radius: 20px;
    border-width: 0;
}

.wp-block-button__link{
    border-radius: 20px;
    border-width: 0;
}

.rfp-title h1,
.funding-title h1{
    color:  rgba(84,46,145,1);
}

.rfp-title span,
.funding-title span {
    color:  #9896c9;
	display: block;
	margin-bottom: 20px;
}

.rfp-title span,
.funding-title span{
    text-transform: uppercase;
}

#all_results_link #all_results_breadcrumb{
    margin-left: 25px;
    color: #000000;
}

#all_results_link a{
    text-decoration: none;
}

#all_results_link #all_results_breadcrumb .n1{
    color: #000000;
}

#all_results_link .Icon_awesome-arrow-right{
    float: left;
    margin-top: 5px;
    position: inherit;
}

.single-funding .single-content {
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.single-funding #all_results_link,
.single-rfp #all_results_link {
    margin-bottom: 20px;
}


.single-funding #Icon_awesome-arrow-right,
.single-rfp #Icon_awesome-arrow-right {
    fill: #000000;
}

/**Funding post type**/

.type-funding .important_container {
    background-color: #469e27;
}

.type-funding .important_container h3,
.type-funding .important_container h4{
    color: #ffffff;
}

.green-bar{
    background: #469e27;
    height: 20px;
    width: 100%;
}

.entry-content .rfp__header h3, .entry-content .rfp__header h4{
    text-transform: inherit;
}

.application_package_email_links {
    border: 1px solid #f1f1f1;
    display: flex;
    flex-direction: column;
    padding-top: 20px;
    padding-bottom: 30px;
    box-shadow: 4px 5px 5px #f1f1f1;
    text-align: center;
    margin-bottom: 30px;
}

.application_package_download_links{
    border: 1px solid #f1f1f1;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    box-shadow: 4px 5px 5px #f1f1f1;
    background: white;
}

.application_package_download_links h4 {
    flex: 36%;
    background: #469e27;
    margin-right: 10px;
    color: white;
    padding: 20px;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.application_package_download_links .document_links {
    display: flex;
    flex-wrap: wrap;
	padding: 10px 0 20px;
}

.document_links a {
    flex: 40%;
    display: block;
}

.document_links a {
    float: left;
    margin: 5px 10px 0;
    font-size: 15px;
}

.application_package_email_links a{
    color: #f37232;
}

.application_package_email_links a:hover{
    color: #6E50A1;
}

.funding-header{
    background-color: #542e91;
}

#rfp-table table{
    border-spacing: inherit;
}

#rfp-table tbody td{
    border: 0;
    border-bottom: 1px solid rgba(153,155,157,1);
}

.type-page .kt-inside-inner-col ul li{
    list-style: none;
}

.type-page .kt-inside-inner-col ul{
    padding-left: 0;
}

@media screen and (max-width: 821px) {
	.rfp-title h1, 
	.funding-title h1 {
		font-size: 25px;
	}
	
    .rfp__paragraph, .rfp__row {
        flex-direction: column;
    }

    .row__left {
        margin-bottom: 20px;
    }

    .rfp__documents a {
        margin: 0 0 20px 0;
        text-align: center;
    }

    .application_package_download_links {
        flex-direction: column;
    }

    .application_package_download_links h4 {
        padding: 15px;
    }

    .document_links a {
        flex: 100%;
    }

    .application_package_email_links .n3 {
        font-size: 18px;
        margin: 15px 0;
    }
}

@media screen and (min-width: 821px) {
    .rfp__header {
        flex: 0.5;
        width: 100%;
    }

    .single-rfp-content {
        flex-direction: row;
    }

    .deadline_container, .important_container {
        flex: 0.5;
    }
	
	.rfp__paragraph_title {
		max-width: 262px;
		flex: 0.2;
		margin-bottom: auto;
		position: sticky;
		top: 80px;
		padding-right: 60px;
	}

}

@media screen and (min-width: 1800px) {
    .funding-header{
        background-position: center -88px;
    }
}
