/* <link rel="stylesheet" type="text/css" href="_media/custom-landing-page.css"> */



#top-navigation-wrapper {
    background: rgba(85, 86, 88, 1);
}
#mrp-container1 img, 
.main-nav-scrolled #mrp-container1 img {
    padding: 25px;
}


#mrp-container1 {
        width: 100%;
}

#mrp-container2 {
        display: none;
}



#top-navigation-wrapper, 
#top-navigation-wrapper.main-nav-scrolled {
    background: rgba(85, 86, 88, 1);
	position: relative;
        left: auto;
        top: auto;
        width: 100%;
        box-shadow: none;
}







#landing-header-flex-wrapper {
	display: flex;
	align-items: center;
        flex-wrap: wrap;
}
#landing-header-flex-wrapper .logo-flex {
	width: 50%;
}
#landing-header-flex-wrapper .social-flex {
	width: 50%;
        text-align: right;
}



#landing-header-flex-wrapper .social-flex .socials-icons {
        margin-top: 0;
}




@media (max-width: 650px) {

#landing-header-flex-wrapper .logo-flex {
	width: 100%;
        text-align: center;
}
#landing-header-flex-wrapper .social-flex {
	width: 100%;
        text-align: center;
        padding: 15px;
}

.landing-page-banner .mrp-js-banner-content {
        width: 100%;
}

}









#header-wrapper {
        background-color: #f2f2f2;
}
#mrp-header .landing-page-banner .mrp-resp-banner {
        padding-bottom: 600px;
}
.landing-page-banner .mrp-resp-banner ul.images img {
        opacity: 0.35;
}


.landing-page-banner .mrp-js-banner-content {
	padding: 25px;
	background: rgba(255, 255, 255, 0.7);
	border-radius: 25px;
        border: 3px solid #fdd10c;

}
.landing-page-banner .mrp-resp-banner .mrp-js-banner-hero-title {
        color: #535659;
        font-size: 34px;
        font-weight: 600;
        text-shadow: none;
}
.landing-page-banner .mrp-resp-banner .mrp-js-banner-hero-title:after {
    content: "";
    display: block;
    height: 5px;
    width: 65px;
    background-color: #fdd10c;
    margin: 20px auto 10px auto;
}
.landing-page-banner .mrp-resp-banner .mrp-js-banner-hero-text {
        color: #535659;
        font-size: 24px;
}

@media (max-width: 1100px) {

.landing-page-banner .mrp-resp-banner ul.images img {
        height: 105%;
        width: auto;
}

}








.find-the-benefits a {
        font-weight: 600;
}



.section-header {
	padding-top: 40px;
        padding-bottom: 20px;
}
#content-well .section-header h2 {
	margin: 0 0 10px 0;
	color: #525659;
	text-transform: uppercase;
	font-weight: 400;
}
#content-well .section-header h2::after {
    content: "";
    display: inline-block;
    height: 2px;
    width: 45px;
    background-color: #fdd10c;
    margin: 18px 0 12px 15px;
}





#content-well .mrp-weblet-section .weblet_section-heading {
	margin: 0;
	padding: 15px;
	background: #fafafa;
        border: 1px solid #e3e3e3;
        color: #525659;
}
#content-well .weblet_section-heading .weblet_section-icon:after {
        color: #fdd10c;
}

#content-well .mrp-weblet-section .weblet_section-content {
        padding: 20px;
        border: 1px solid #e3e3e3;
        margin-bottom: 0;
}


#content-well .mrp-weblet-section .weblet_section-content .subsidy-details {
        border-bottom: 1px solid #fdd10c;
        padding-bottom: 25px;
        margin-bottom: 25px;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-details:last-of-type {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0;
}


#content-well .mrp-weblet-section .weblet_section-content .type-subhead {
        font-size: 24px;
        margin: 0 0 15px 0;
}
#content-well .mrp-weblet-section .weblet_section-content p {
        margin-bottom: 10px;
}

#content-well .mrp-weblet-section .weblet_section-content .sub-list h6.type-label {
	display: inline-block;
	color: #000000;
	text-transform: uppercase;
        margin: 0 10px 0 0;
        font-size: 16px;
}
#content-well .mrp-weblet-section .weblet_section-content .sub-list p {
        display: inline;
}





#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim {
        margin-top: 20px;
	border: 1px solid #e3e3e3;
        background: #fafafa;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim .type-label {
        margin: 0;
        padding: 10px;
        font-size: 14px;
        background-color: #fdd10c;
        color: #535659;
        text-transform: uppercase;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim .claim-inner-content {
        padding: 10px;
        font-style: italic;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim .claim-inner-content a {
        font-weight: 600;
        display: inline-block;
        margin-bottom: 10px;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim .claim-inner-content p {
        margin-bottom: 0;
}
#content-well .mrp-weblet-section .weblet_section-content .subsidy-claim .disclaimer {
        padding: 10px;
        border-top: 1px solid #e3e3e3;
        font-size: 13px;
}


@media (max-width: 700px) {




}




