@font-face {
    font-family: 'merriweather';
    src: url('../assets/uswds/dist/fonts/merriweather/Latin-Merriweather-Regular.woff2') format('woff2');
}

@font-face {
    font-family: 'merriweather';
    src: url('../assets/uswds/dist/fonts/merriweather/Latin-Merriweather-Bold.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'merriweather';
    src: url('../assets/uswds/dist/fonts/merriweather/Latin-Merriweather-BlackItalic.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'merriweather';
    src: url('../assets/uswds/dist/fonts/merriweather/Latin-Merriweather-Italic.woff2') format('woff2');
    font-style: italic;
}

@font-face {
    font-family: 'source-sans-pro';
    src: url('../assets/uswds/dist/fonts/source-sans-pro/sourcesanspro-regular-webfont.woff2') format('woff2');
}

@font-face {
    font-family: 'source-sans-pro';
    src: url('../assets/uswds/dist/fonts/source-sans-pro/sourcesanspro-bold-webfont.woff2') format('woff2');
    font-weight: bold;
}

@font-face {
    font-family: 'source-sans-pro';
    src: url('../assets/uswds/dist/fonts/source-sans-pro/sourcesanspro-bolditalic-webfont.woff2') format('woff2');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: 'source-sans-pro';
    src: url('../assets/uswds/dist/fonts/source-sans-pro/sourcesanspro-italic-webfont.woff2') format('woff2');
    font-style: italic;
}

body {
    font-family: source-sans-pro;
}

.usa-header,
.usa-nav .usa-accordion,
h1,
h2,
h3,
h4 {
    font-family: merriweather;
}

hr {
    width: 61px;
    border-radius: 2px;
    margin-left: 10px;
    border: 3px solid #85b063;
}

.usa-navbar {
    width: 100% !important;
}

.usa-logo {
    a {
        float: left;
        padding-right: 5px;
		display:flex;

        img {
            height: 35px;
			margin: auto 0;
			padding-right: 10px;
        }
    }

    span {
        margin: 0;
        font-size: 20px;
        font-weight: 500;
        line-height: 21.5px;
        text-align: left;
        text-underline-position: from-font;
        text-decoration-skip-ink: none;
		font-family: source-sans-pro;
    }

    span:last-child {
        font-size: 12px;
        font-weight: 400;
        text-transform: uppercase;
    }
}
@media (min-width: 64em) {
    /* for large size*/
    .usa-logo {
        a {
            padding: 0 15px 15px 0;
        }

        img {
            height: 45px !important;
        }
			

        span {
            line-height: 25.5px;
			font-family: source-sans-pro;
			font-size: 25px;
			font-weight: 500;
        }

        span:last-child {
                font-size: 16px;
				text-transform: uppercase;
				font-weight: 200;
        }
    }
}


.main-img {
    color: #ffffff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: center;
    background-position-y: top;
}

.main-content {
    padding: 50px 25px 0;
}

.main-img h1 {
    font-size: 40px;
    font-weight: 700;
    line-height: 50px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-img h2 {
    font-size: 25px;
    font-weight: 400;
    line-height: 24px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.main-img p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    max-width: unset;
}

.main-img .usa-button--outline {
    border-color: #ffffff;
    box-shadow: inset 0 0 0 2px #ffffff;
    color: #ffffff;
    font-weight: 400;
    margin-top: 20px;
}

.collaborate-content {
    color: white;
    background-image: url('../assets/img/wave.svg');
    background-repeat: no-repeat;
    background-size: cover;
    display: grid;
    padding-top: 144px;
}

.collaborate-content h2 {
    color: white !important;
}

.collaborate-cards > h2 {
    font-size: 25px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    padding-left: 10px;
}

.collaborate-cards > p {
    font-size: 17px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    padding-left: 10px;
    max-width: unset;
}

.collaborate-cards {
    width: 100%;
}

.usa-card__media {
    margin-left: auto;
    margin-right: auto;
}

/* media card images */
.usa-card__media .usa-card__img {
    width: 64px;
    height: 64px;
    border-radius: 32px !important;
    background-color: #e5eede;
}
.usa-card__media .usa-card__img img {
    width: 32px;
    height: 32px;
    margin: auto;
    position: relative;
    top: 16px;
}

/* inline meadia card header images */
.usa-card__header {
    margin-left: 45px;
}
.usa-card__header .usa-card__img {
    width: 32px;
    height: 32px;
    border-radius: 16px !important;
    background-color: #e5eede;
    display: -webkit-inline-box;
    margin-right: 10px;
    margin-left: -45px;
}
.usa-card__header .usa-card__img img {
    width: 16px;
    height: 16px;
    margin: auto;
    position: relative;
}

.usa-card__header h4 {
    display: inline;
}

.usa-card__heading {
    font-size: 17px;
    font-weight: 700;
    line-height: 25px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    font-family: merriweather;
}

.usa-card__body p {
    font-size: 15px;
    font-weight: 400;
    line-height: 17px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
    color: #000000;
    font-family: source-sans-pro;
}

.learn-more {
    background-color: #467d58;
    color: white;
}

.learn-more .grid-row div {
    line-height: 37px;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.learn-more .grid-row div:first-child {
    font-family: merriweather;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
}

.learn-more .grid-row div:last-child {
    font-family: source-sans-pro;
    font-size: 17px;
    font-weight: 400;
    text-align: right;
}

.learn-more a {
    color: white;
}

@media all and (max-width: 29.99em) {
    .learn-more .grid-row div:last-child {
        text-align: left;
        padding-top: 10px;
    }
}

.usa-footer a {
    text-decoration: none;
}

.footer-mid p {
    margin: 0;
    font-size: 17px;
    font-weight: 400;
    line-height: 25.5px;
    text-align: left;
    text-underline-position: from-font;
    text-decoration-skip-ink: none;
}

.footer-mid p span:last-child {
    font-weight: 700;
}

.usa-footer__primary-content {
    border-top: none;
}	

.usa-footer__primary-section {
    padding-top: 70px !important;
}

.padding-top-3 {
	padding-top: 20px !important;
}

.usa-footer {
    background-color: #f0f0f0;
}
