html { width:100%; height:100%; }
body { width:100%; min-height:100%; color: #121212; }
html,h1,h2,h3,h4,h5,h6 {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Calibri, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
h1 { font-size: 3.6rem; }
h2 { font-size: 2.85rem; }
code, kbd, pre, samp { font-size: 1.4rem; }

a { color: #1582c5 }
a:hover, a:active, a:focus { color: #165191 }
.usa-button,
.usa-button-primary,
.usa-button-primary:visited,
.usa-button:visited,
[type=button],
[type=image],
[type=reset],
[type=submit],
button,
.usa-form-hint,
.usa-sans a,
.usa-sans li,
.usa-sans p,
.usa-sans span,
.usa-accordion-bordered > ul > li,
.usa-accordion > ul > li,
.usa-accordion-bordered > ul button,
.usa-accordion > ul button,
.usa-accordion-bordered > li,
.usa-accordion > li,
.usa-accordion-button,
.usa-alert-text,
.usa-form-note,
.usa-nav-primary a,
.usa-sidenav-list a {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Calibri, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.usa-button,
.usa-button-primary,
.usa-button-primary:visited,
.usa-button:visited,
[type=button],
[type=image],
[type=reset],
[type=submit],
button {
    background-color: #1582c5;
}
.usa-button-primary.usa-button-hover,
.usa-button-primary:hover,
.usa-button-primary:visited.usa-button-hover,
.usa-button-primary:visited:hover,
.usa-button.usa-button-hover,
.usa-button:hover,
.usa-button:visited.usa-button-hover,
.usa-button:visited:hover,
[type=button].usa-button-hover,
[type=button]:hover,
[type=image].usa-button-hover,
[type=image]:hover,
[type=reset].usa-button-hover,
[type=reset]:hover,
[type=submit].usa-button-hover,
[type=submit]:hover,
button.usa-button-hover,
button:hover {
    background-color: #165191;
}
.usa-button:focus,
.usa-button-primary:focus,
[type=button]:focus,
[type=image]:focus,
[type=reset]:focus,
[type=submit]:focus,
button:focus,
.usa-button.usa-focus:focus,
.usa-button-primary.usa-focus:focus,
.usa-focus[type=button]:focus,
.usa-focus[type=image]:focus,
.usa-focus[type=reset]:focus,
.usa-focus[type=submit]:focus,
button.usa-focus:focus {
	color: #fff;
}
.orau-sans {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Calibri, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
.print-only {
    position: absolute;
    left: -999em;
}

/* Accordions */
.usa-accordion,
.usa-accordion-bordered {
	margin-top: 1em;
	margin-bottom: 1em;
}
.usa-accordion > li,
.usa-accordion-bordered > li {
    background-color: transparent;
}
.usa-accordion .usa-accordion-button,
.usa-accordion-bordered .usa-accordion-button {
	position: relative;
	z-index: 1;
	overflow: hidden;
	color: #212121;
	background-image: none;
	transition: color 0.2s ease-in-out, background-color 0.2s ease-in-out;
}
.usa-accordion-bordered .usa-accordion-button {
	margin-top: 0;
    border: 1px solid #d6d7d9;
    border-left-color: #f1f1f1;
    border-right-color: #f1f1f1;
}
.impact-background-midnightblue .usa-accordion-button {
    color: #fff;
}
.usa-accordion .usa-accordion-button:focus,
.usa-accordion-bordered .usa-accordion-button:focus {
	z-index: 2;
}
.usa-accordion .usa-accordion-button::after,
.usa-accordion-bordered .usa-accordion-button::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 9;
    width: 4.4rem;
    height: 4.4rem;
	margin-top: -2.2rem;
    background-image: url(../img/plus.png);
	background-image: url(../img/plus.svg), none;
	background-repeat: no-repeat;
	background-size: 1.4rem 1.4rem;
	background-position: center center;
    transition: transform 0.5s ease-in-out;
}
.impact-background-blue .usa-accordion-button:hover::after {
    background-image: url(../img/plus-reverse.png);
	background-image: url(../img/plus-reverse.svg), none;
}
.impact-background-midnightblue .usa-accordion-button::after {
    background-image: url(../img/plus-reverse.png);
	background-image: url(../img/plus-reverse.svg), none;
}
.impact-background-midnightblue .usa-accordion-button:hover::after {
    background-image: url(../img/plus.png);
	background-image: url(../img/plus.svg), none;
}
.usa-accordion-bordered .usa-accordion-button[aria-expanded="true"] {
	border: 1px solid #d6d7d9;
	border-bottom: none;
}
.usa-accordion .usa-accordion-button[aria-expanded="true"]::after,
.usa-accordion-bordered .usa-accordion-button[aria-expanded="true"]::after {
    transform: rotate(-45deg);
}
.usa-accordion .usa-accordion-content,
.usa-accordion-bordered .usa-accordion-content {
	display: block;
	opacity: 0;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
    transition: all 0.5s ease-in-out;
}
.usa-accordion-bordered .usa-accordion-content {
	border: 1px solid #d6d7d9;
	border-top-width: 0;
}
.usa-accordion .usa-accordion-content[aria-hidden=false],
.usa-accordion-bordered .usa-accordion-content[aria-hidden=false] {
	opacity: 1;
	height: 100%;
	padding-top: 1.5rem;
	padding-bottom: 1.5rem;
}
.usa-accordion-content > ul {
    list-style-type: disc;
}
.usa-accordion-content > .usa-unstyled-list {
    list-style: none;
}
/* Alternate Accordion style */
.alt-accordion .usa-accordion-button {
    color: #fff;
    background-color: #1582c5;
}
.alt-accordion .usa-accordion-button::after {
    background-image: url('../img/plus-reverse.png');
    background-image: url('../img/plus-reverse.svg'), none;
}
.alt-accordion .usa-accordion-button:hover,
.alt-accordion .usa-accordion-button[aria-expanded="true"] {
    background-color: #165191;
}
.usa-accordion-bordered.alt-accordion .usa-accordion-button {
    border: 1px solid #165191;
}
.usa-accordion-bordered.alt-accordion .usa-accordion-content {
	border: 1px solid #165191;
	border-top-width: 0;
}
.impact-background-green .alt-accordion .usa-accordion-button,
.impact-background-blue .alt-accordion .usa-accordion-button,
.impact-background-midnightblue .alt-accordion .usa-accordion-button {
    color: #121212;
    background-color: #f1f1f1;
    border: none;
}
.impact-background-green .alt-accordion .usa-accordion-button::after,
.impact-background-blue .alt-accordion .usa-accordion-button::after,
.impact-background-midnightblue .alt-accordion .usa-accordion-button::after {
    background-image: url('../img/plus.png');
    background-image: url('../img/plus.svg'), none;
}
.impact-background-green .alt-accordion .usa-accordion-button:hover,
.impact-background-green .alt-accordion .usa-accordion-button[aria-expanded="true"],
.impact-background-blue  .alt-accordion .usa-accordion-button:hover,
.impact-background-blue .alt-accordion .usa-accordion-button[aria-expanded="true"],
.impact-background-midnightblue .alt-accordion .usa-accordion-button:hover,
.impact-background-midnightblue .alt-accordion .usa-accordion-button[aria-expanded="true"] {
    background-color: #d6d7d9;
}


/* Site Notice */
.orau-banner {
    padding-bottom: 0;
    background-color: #fff1d2;
}
.orau-banner header {
    background-color: #fff1d2;
}
.orau-banner .usa-accordion {
    margin: 0;
}
.orau-banner-header {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.4rem;
}
.usa-banner-header .notice-headline {
    margin-right: 1.2rem;
	margin-bottom: 0;
	padding-left: 2.7rem;
    font-size: 1.7rem;
    font-weight: 700;
    background: transparent url(../img/alerts/warning.png) left center no-repeat;
	background-image: url(../img/alerts/warning.svg), none;
	background-size: 2.7rem 1.825rem;
}
.usa-banner-header .notice-caption {
	margin-top: 0;
	margin-bottom: 0;
    margin-right: 0.25rem;
}
.orau-banner-button,
.orau-banner-button[aria-expanded=true] {
	padding-right: 1.8rem;
    font-size: 1.4rem;
}
.usa-accordion .orau-banner-button:after {
	height: 1.6rem;
	width: 1.6rem;
	margin-top: -0.8rem;
    background-image: url(../img/angle-arrow-down-primary.png); 
    background-image: url(../img/angle-arrow-down-primary.svg), none; 
	background-position: center top 0.2rem;
}
.usa-accordion .orau-banner-button[aria-expanded=true]:after {
	transform: rotate(-180deg);
}
.usa-accordion .orau-banner-button[aria-expanded=false]:hover:after,
.usa-accordion .orau-banner-button[aria-expanded=true]:hover:after {
    background-image: url(../img/angle-arrow-down-primary-hover.png);
    background-image: url(../img/angle-arrow-down-primary-hover.svg), none;
}

.usa-grid, .usa-grid-full {
    max-width: 1200px;
}
.hero-heading {
  padding: 1.667em 1.5rem;
}
.impact-areas .usa-grid {
    padding-left: 0;
    padding-right: 0;
}
@media screen and (min-width: 600px) {
    .hero-heading {
        padding-right: 3rem;
        padding-left: 3rem;
    }

    .vcard.usa-width-one-half {
        float: none;
        margin-right: 0;
        width: 100%;
    }
    .usa-width-five-twelfths > :first-child,
    .usa-width-seven-twelfths > :first-child {
        margin-top: 0;
    }
}
@media screen and (min-width: 720px) {
    .hero-heading,
    main .usa-grid  {
        padding-right: 9rem;
        padding-left: 9rem;
    }
    .impact-areas .usa-grid {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 951px) {
    .usa-nav-container {
        max-width: 1200px;
    }
    .hero-heading,
    .breadcrumb,
    main .usa-grid  {
        padding-right: 12rem;
        padding-left: 12rem;
    }
}
@media screen and (min-width: 1201px) {
    .usa-footer .usa-footer-primary-section > .usa-grid,
    .usa-footer .usa-footer-secondary_section > .usa-grid {
          padding-left: 1.5rem;
          padding-right: 1.5rem;
    }

    .vcard.usa-width-one-half {
        float: left;
        margin-right: 2.35765%;
        width: 48.82117%;
    }
    .vcard.usa-width-one-half:last-child {
        margin-right: 0;
    }
}

.usa-focus, :focus, a:focus {
    outline: 1px dotted #1582c5;
    outline-offset: 1px;
}

/* Colors */
body { background-color:#243745 }
header, main, footer { background-color:#fff }

.background-color-dark-gray {
	color: #fff;
    background-color: #333;
}
.background-color-light-gray {
	background-color: #717277;
}
.background-color-default {
	background-color: #fff;
}
.background-color-none {
	background-color: transaprent;
}
.usa-background-dark {
    background-color: #243745;
}
.usa-background-dark .usa-nav-primary span,
.usa-background-dark .usa-nav-secondary span {
    color: #243745;
}


/* Layout */
.usa-header {
    position: relative;
    z-index: 700;
    border-bottom: none;
}
.usa-header-wrapper {
    position: relative;
}

.usa-nav-container {
    display: flex;
    justify-content: space-between;
}
.usa-navbar {
    width: 100%;
    height: auto;
    border-bottom: none;
}

.usa-logo {
    width: 100px;
}
.usa-logo h1 {
    width: 100%;
    margin: 0.6rem 0 0;
    font-size: 1.7rem;
}
.usa-logo a {
    width: 100%;
    height: 100%;
    min-height: 27px;
	background-image: url(../img/orau-logo-white.png);
	background-image: url(../img/orau-logo-white.svg);
    background-size: contain;
    background-position: top left;
    background-repeat: no-repeat;
}
.usa-logo a span {
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    width: 0;
    height: 0;
}
.usa-logo a, .usa-logo img {
    display: block;
}

.usa-nav-primary {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin-top: 0;
    margin-bottom: 1.5em;
}
.usa-nav-primary > li:last-child {
    border-top: none;
}
.usa-nav-primary button[aria-expanded="false"],
.usa-nav-primary button[aria-expanded="true"] {
    background-position: right 0.3rem center;
}
.usa-nav-primary a,
.usa-nav-primary button,
.usa-nav-link {
    background-color: transparent;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}
.usa-nav-primary .usa-accordion-button::after {
    content: none;
}


.usa-nav-submenu a,
.usa-nav-submenu a:hover {
    margin-left: 1rem;
    padding-left: 1.4rem;
}
@media screen and (min-width: 951px) {
    .usa-nav-submenu a,
    .usa-nav-submenu a:hover {
        margin-left: 0;
    }
}

.usa-megamenu-title {
    margin-top: 0.5em;
    margin-bottom: 0;
    font-size: 1.5rem;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Calibri, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;;
}
.usa-megamenu-title > a,
.usa-megamenu-title > a:hover {
    margin-left: 0;
}

.orau-search-btn {
    display: none;
}
.orau-search-form[aria-hidden=false],
.orau-search-form[aria-hidden=true] {
    display: block;
    margin-top: 1.5em;
}
.usa-search.usa-search-small .usa-search-submit,
.usa-search.usa-search-small [type=submit] {
    background-color: #243745;
}
.usa-search.usa-search-small .usa-search-submit:hover,
.usa-search.usa-search-small [type=submit]:hover {
    background-color: #1582c5;
}

.usa-nav-secondary-links {
	margin-top: 0;
	margin-bottom: 0;
}
.usa-nav-secondary-links > li {
    padding-left: 1.8rem;
    padding-right: 1.5rem;
    background-color: transparent;
}

@media screen and (min-width: 951px) {
    .usa-background-dark .usa-nav-primary a span,
    .usa-background-dark .usa-nav-primary button span {
        color: #fff;
    }

    .usa-nav-container {
        padding-left: 3.6rem;
        padding-right: 0;
    }
    .usa-header-basic .usa-logo {
        position: relative;
        bottom: auto;
    }
    .usa-header-basic .usa-navbar {
        width: 20%;
    }

    .usa-logo {
        width: 100%;
        max-width: 175px;
        min-height: 84px;
    }
    .usa-logo h1 {
        margin: 2rem 0 0;
    }
    .usa-logo a {
        max-width: 175px;
        min-height: 51px;
    }

    .usa-nav {
        float: none;
        width: 79%;
        margin-left: 1%;
        padding-top: 0;
        padding-left: 0;
        background: transparent;
    }
    .usa-nav-primary {
        position: absolute;
        bottom: 0;
        display: flex;
        justify-content: flex-end;
        margin-bottom: 0;
        padding-right: 3rem;
    }
    .usa-nav-primary > li {
        display: block;
        flex: 0 1 auto;
        margin: 0 0.1rem;
    }
    .usa-nav-primary > li:last-child {
        margin-left: 0.5rem;
        margin-right: -0.5rem;
    }
    .usa-nav-primary a,
    .usa-nav-primary button,
    .usa-nav-link {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }
    .usa-nav-primary > li:first-child > a,
    .usa-nav-primary > li:first-child > button {
        margin-left: 0;
    }
    .usa-nav-primary > li:last-child > a,
    .usa-nav-primary > li:last-child > button {
        margin-right: 0;
    }
    .usa-nav-primary button,
    .usa-nav-primary > li > a {
        text-transform: uppercase;
    }
    .usa-nav-primary .usa-accordion-button {
    	overflow: visible;
    }
    .usa-nav-primary .usa-accordion-button::after {
    	background-image: none;
    	transition: none;
    }
    .usa-nav-primary .usa-accordion-button[aria-expanded="true"]::after {
        content: '';
        display: block;
        top: auto;
        bottom: -14px;
        left: calc(50% - 12px);
    	right: auto;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-bottom-color: #fff;
        border-top-width: 0;
    	transform: none;
    }
    .usa-nav-primary .usa-accordion-button[aria-expanded="false"],
    .usa-nav-primary .usa-accordion-button[aria-expanded="true"] {
        background-color: #243745;
        background-image: none;
    }
    .usa-nav-primary .usa-accordion-button[aria-expanded="false"]:hover,
    .usa-nav-primary .usa-accordion-button[aria-expanded="true"]:hover {
        background-image: url(../img/angle-arrow-down-primary.png);
        background-image: url(../img/angle-arrow-down-primary.svg), none;
        background-position: right top 50%;
    }
    .usa-nav-primary a:hover span,
    .usa-nav-primary .usa-accordion-button[aria-expanded="false"]:hover span,
    .usa-nav-primary .usa-accordion-button[aria-expanded="true"] span {
        border-bottom-color: #fff;
    }
    .usa-nav-primary .usa-accordion-button[aria-expanded="true"]:hover {
        background-color: transparent;
    }
    .usa-nav-primary > li > a,
    .usa-nav-primary > li > button {
        padding: 1.3rem 1.6rem 1.2rem;
    }
    .usa-nav-link.usa-accordion-button span {
        padding-right: 0;
        border-bottom-color: #fff;
    }

    .usa-nav-secondary {
        top: 0;
    }
    .usa-nav-secondary-links li {
        padding-left: 0.5rem;
        padding-right: 0;
        background-color: transparent;
    }
    .usa-nav-secondary-links .usa-header-search-button,
    .usa-nav-secondary-links button,
    .usa-nav-secondary-links a {
        font-size: 1.4rem;
    }
    .usa-nav-secondary-links .usa-header-search-button:hover,
    .usa-nav-secondary-links button:hover,
    .usa-nav-secondary-links a:hover {
        color: #01b2e1;
    }
    .usa-nav-secondary-links .usa-nav-link:hover span {
        border-bottom: none;
        padding-bottom: 0;
    }

    .usa-background-dark .usa-nav-secondary span {
        color: #f1f1f1;
        background-color: transparent;
    }

    .usa-megamenu {
    	display: flex;
    	justify-content: flex-start;
    	left: 0;
    	margin-top: 14px;
    	padding: 1em;
    	background-color: #fff;
    	-moz-box-shadow: 6px 6px 36px rgba(143,143,143,0.8);
    	-webkit-box-shadow: 6px 6px 36px rgba(143,143,143,0.8);
    	box-shadow: 6px 6px 36px rgba(143,143,143,0.8);
    }
    .usa-megamenu::before,
    .usa-megamenu::after {
        display: none;
    }
    .usa-megamenu > li {
        text-transform: none;
    }

    .usa-megamenu-col,
    .usa-megamenu-col:nth-child(2n) {
        flex: 1 1 32%;
        float: none;
        width: auto;
        margin-right: 2%;
        padding-right: 2%;
    }
    .usa-nav-submenu > li {
        border-right: 1px solid #121212;
    }
    .usa-megamenu-col:last-child {
        padding-right: 0;
        border-right: none;
    }
    .usa-megamenu-col > ul {
        margin-bottom: 1em;
    }
    .usa-megamenu-col > ul:last-child {
        margin-bottom: 0;
    }
    .usa-nav-primary > :nth-child(1),
    .usa-nav-primary > :nth-child(3),
    .usa-nav-primary > :nth-child(4) {
        position: relative;
    }
    .usa-nav-primary :nth-child(1) .usa-megamenu {
        width: auto;
        min-width: 24rem;
        left: calc(50% - 12rem);
    }
    .usa-nav-primary :nth-child(3) .usa-megamenu {
        width: auto;
        min-width: 28rem;
        left: calc(50% - 14rem);
    }
    .usa-nav-primary :nth-child(4) .usa-megamenu {
        width: auto;
        min-width: 28rem;
        left: calc(50% - 14rem);
    }
    .usa-megamenu-col > ul > li {
        margin-bottom: 0.25em;
    }
    .usa-megamenu-col > ul > li:last-child {
        margin-bottom: 0;
    }
    .usa-megamenu-col li:last-child a {
        padding-bottom: 0;
    }
    .usa-megamenu-col a {
        display: inline-block;
    }
    .usa-megamenu-col a,
    .usa-megamenu-col a:hover {
        padding: 0 0 0.25em;
        line-height: 1.4;
        color: #000;
        background-color: transparent;
    }

    .usa-megamenu-title {
        margin-top: 1.25em;
        margin-bottom: 0.25em;
        padding-left: 0;
    }
    .usa-megamenu-title:first-child {
        margin-top: 0;
    }

    .usa-nav-primary .usa-accordion-button.orau-search-btn {
        position: relative;
        top: 0.7rem;
        width: 4.4rem;
        height: 3.2rem;
        margin: 0;
        padding: 0;
        background-size: 2.5rem;
        background-position: 50% 50%;
        background-repeat: no-repeat;
    }
    .usa-nav-primary .usa-accordion-button.orau-search-btn[aria-expanded="false"],
    .usa-nav-primary .usa-accordion-button.orau-search-btn[aria-expanded="true"] {
        background-image: url(../img/search.png);
        background-image: url(../img/search.svg), none;
    }
    .usa-nav-primary .usa-accordion-button.orau-search-btn::after {
        bottom: -13px;
    }
    .usa-nav-primary .usa-accordion-button.orau-search-btn:hover {
        background-image: url(../img/search.png);
        background-image: url(../img/search.svg), none;
        background-position: 50% 50%;
    }
    .usa-nav-primary .usa-accordion-button.orau-search-btn:hover,
    .usa-nav-primary .usa-accordion-button.orau-search-btn[aria-expanded="true"]  {
        background-color: #1582c5;
    }

    .orau-search-form {
        display: block;
    }
    .orau-search-form > li {
        border: none;
    }

    .orau-search-btn {
        display: block;
    }
    .orau-search-btn span {
        position: absolute;
        left: -999em;
    }
    .usa-header .orau-search-form[aria-hidden=true] {
        display: none;
    }
    .usa-header .orau-search-form[aria-hidden=false] {
        left: auto;
        right: 1.5rem;
        width: 80%;
        margin-top: 20px;
    }
    .orau-search-form .usa-search {
        top: 0;
        width: 100%;
        max-width: 100%;
    }

    .usa-search.usa-search-small .usa-search-input,
    .usa-search.usa-search-small [type="search"] {
        max-width: 100%;
    }

    .usa-search {
        display: flex;
    }
    .usa-search > div {
        flex: 1 1 auto;
        width: 21.4%;
    }
    .usa-search div[role="search"] {
        width: 77.4%;
    }
    
    .usa-nav-primary .orau-tag-btn {
        width: 100%;
        margin-left: 1.2%;
        text-align: center;
    }
    .usa-nav-primary .orau-tag-btn[aria-expanded="false"] {
        background-color: #243745;
        padding: 0.9rem 1.3rem;
    }
    .usa-nav-primary .orau-tag-btn[aria-expanded="true"] {
        padding: 0.9rem 1.3rem;
    }
    .usa-nav-primary .orau-tag-btn[aria-expanded="false"]:hover,
    .usa-nav-primary .orau-tag-btn[aria-expanded="true"],
    .usa-nav-primary .orau-tag-btn[aria-expanded="true"]:hover {
        background-color: #1582c5;
        background-image: none;
    }
    .usa-nav-primary .orau-tag-btn[aria-expanded="true"] span,
    .usa-nav-primary .orau-tag-btn:hover span {
        border: none;
    }
    .usa-nav-primary .orau-tag-btn[aria-expanded="true"]::after {
        border-bottom-color: #243745;
    }

    .orau-tag-btn[aria-expanded="true"] + .orau-tag-list {
        display: block;
    }
    .tag-container .orau-tag-list {
        left: auto;
        right: 0;
        width: auto;
        min-width: 19.25rem;
        margin-top: 14px;
        border: 1px solid #243745;
        padding: 0.75em 0.6em;
    }
    .tag-container > ul > li {
        margin-bottom: 0;
        background-color: transparent;
        border: none;
    }
    .orau-tag-list a {
        color: #212121;
    }
    .orau-tag-list a:hover {
        text-decoration: none;
        -moz-osx-font-smoothing: auto;
        -webkit-font-smoothing: auto;
    }
}
@media screen and (min-width: 1024px) {
    .usa-nav-primary > li > a,
    .usa-nav-primary > li > button {
        font-size: 1.8rem;
    }
}
@media screen and (min-width: 1201px) {
    .usa-nav-primary > li > a,
    .usa-nav-primary > li > button {
        padding-left: 2rem;
        padding-right: 2rem;
        font-size: 2rem;
    }
}

/* Breadcrumb */
.breadcrumb-nav {
    padding-top: 1.2rem;
    font-size: 1.3rem;
}
.usa-nav-primary.breadcrumb-trail {
    position: relative;
}
.breadcrumb-nav > .usa-nav-primary > li {
    border-top: none;
}
.breadcrumb-nav > ul {
    max-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
}
.breadcrumb-nav > ul > li {
    position:relative;
    flex: 0 1 auto;
    margin-left: 0;
    margin-right: 0.4rem;
    min-height: 3.2rem;
}
.breadcrumb-nav > ul > li:last-child {
    margin-left: 0;
    margin-right: 0.4rem;
}
.breadcrumb-trail li.home-link {
    width: 4.8rem;
    height: 3.2rem;
    margin-left: 0;
}
.breadcrumb-trail > li > a,
.breadcrumb-trail > li > button {
    display: inline-block;
    position: relative;
    padding-right: 2rem;
}
.breadcrumb-trail > li.home-link > a::after {
    right: -1.7rem;
}
.breadcrumb-trail > li > a:hover {
    color: #1582c5;
    text-decoration: underline;
}
.breadcrumb-trail li.home-link a {
    width: 3.2rem;
    height: 3.2rem;
    margin-right: 2rem;
    padding-right: 0;
    color: #fff;
    background-color: #1582c5;
    background-image: url(../img/home.png);
    background-image: url(../img/home.svg), none;
	background-size: auto 2.6rem;
	background-position: 50%;
	background-repeat: no-repeat;
    border-radius: 50%;
}
.breadcrumb-trail li.home-link a:hover {
    background-color: #243745;
}

.breadcrumb-trail.usa-nav-primary button,
.breadcrumb-trail.usa-nav-primary a,
.breadcrumb-item {
    min-height: 3.2rem;
    padding: 0 1.8rem 0 0;
    font-size: 1.5rem;
    font-weight: 400;
    color: #000;
    background-color: transparent;
    background-image: none;
    text-transform: none;
}
.breadcrumb-item {
	line-height: 2.1334;
}
.breadcrumb-trail.usa-nav-primary .usa-accordion-button {
    background-color: transparent;
    background-image: none;
}
.breadcrumb-trail.usa-nav-primary .usa-accordion-button:hover {
    color: #1582c5;
    background-image: none;
    text-decoration: underline;
}
.breadcrumb-trail.usa-nav-primary a,
.breadcrumb-trail .usa-nav-link.usa-accordion-button span {
    padding-top: 0.3rem;
    padding-bottom: 0.3rem;
    line-height: 1.4;
}
.breadcrumb-trail.usa-nav-primary a {
	padding-top: 0.6rem;
}
.breadcrumb-trail.usa-nav-primary .usa-accordion-button[aria-expanded="true"] span {
    color: #000;
}
.breadcrumb-trail > li > a::after,
.breadcrumb-trail > li > button::after,
.breadcrumb-trail.usa-nav-primary .usa-accordion-button::after,
.breadcrumb-item::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0;
    width: 1.4rem;
    height: 1.4rem;
    margin-top: -0.6rem;
    background-image: url(../img/arrow-right-primary.png);
    background-image: url(../img/arrow-right-primary.svg), none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
}
.breadcrumb-trail > li > a:hover::after,
.breadcrumb-trail > li > button:hover::after {
    background-image: url(../img/arrow-right-active.png);
    background-image: url(../img/arrow-right-active.svg), none;
}
.breadcrumb-trail.usa-nav-primary button[aria-expanded="true"]::after {
    left: auto;
    bottom: auto;
    border: none;
    background-image: url(../img/arrow-right-active.png);
    background-image: url(../img/arrow-right-active.svg), none;
    transform: rotate(0.25turn);
}

.breadcrumb-trail .usa-nav-submenu {
    position: absolute;
    left: 0;
    z-index: 9;
    width: auto;
	max-width: 21.5rem;
    background-color: #fff;
    -webkit-filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
    filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
}
.breadcrumb-trail .usa-nav-submenu > li {
    border-right: none;
}
.breadcrumb-trail.usa-nav-primary .usa-nav-submenu a {
    margin-left: 0;
    padding: 0.6rem 1.6rem 0.6rem 2rem;
    color: #2a3c4a;
}
.breadcrumb-trail.usa-nav-primary .usa-nav-submenu a:hover {
    padding: 0.6rem 1.6rem;
    color: #1582c5;
    background-color: #f4f4f4;
    border-left: 0.4rem solid #d6d7d9;
}
.breadcrumb-trail.usa-nav-primary .usa-nav-submenu span {
    display: block;
    position: relative;
    padding: 0.6rem 1.6rem;
}

.breadcrumb-trail.usa-nav-primary .usa-current {
    padding-left: 0;
}
.breadcrumb-trail.usa-nav-primary .usa-current span,
.breadcrumb-trail.usa-nav-primary a.usa-current {
    color: #1582c5;
    border-left: 0.4rem solid #1582c5;
    border-bottom: none;
}
.breadcrumb-trail.usa-nav-primary .usa-current:hover span,
.breadcrumb-trail.usa-nav-primary a.usa-current:hover span {
    color: #1582c5;
}
@media screen and (max-width: 479px) {
    .breadcrumb-nav > ul > li {
    	display: inline-block;
    	float: left;
    }

    .breadcrumb-nav > .usa-nav-primary > :nth-child(n+3) {
    	clear: left;
    	margin-left: 5.2rem;
    	min-height: 3rem;
    }
    .breadcrumb-nav > .usa-nav-primary > :nth-child(n+3) > button,
    .breadcrumb-nav > .usa-nav-primary > :nth-child(n+3) > a,
    .breadcrumb-nav > .usa-nav-primary > :nth-child(n+3) > .breadcrumb-item {
    	min-height: 3rem;
    }
}
@media screen and (min-width: 480px) {
    .breadcrumb-nav > ul {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 600px) {
    .breadcrumb-nav {
        padding-top: 2.4rem;
    }
    .breadcrumb-trail .usa-nav-submenu {
        width: 21.5rem;
    	max-width: none;
    }
}
@media screen and (min-width: 768px) {
    .breadcrumb-trail .usa-nav-submenu {
        max-width: none;
    }
}
@media screen and (min-width: 951px) {
    .breadcrumb-trail .usa-nav-submenu,
    .breadcrumb-trail > li:last-child > .usa-nav-submenu {
        left: calc(100% - 2rem);
        right: auto;
    }
}


/* Content */
.main-content {
    position: relative;
}
.page-heading > div {
    padding-top: 1rem;
    padding-bottom: 3rem;
    border-bottom: 1px solid #1582c5;
}
.page-heading.multi-heading > div {
    position: relative;
	padding-bottom: 1.2rem;
}
.page-heading .headline {
    margin-bottom: 0;
    font-weight: 300;
    text-align: center;
}
.page-heading .subheadline {
    margin-top: 0;
    font-size: 2rem;
    font-weight: 400;
    color: #3fae49;
}
.multi-heading .headline {
    width: 100%;
    text-align: left;
}
.multi-heading .subheadline {
    width: 100%;
    margin-top: 0.25em;
}
.multi-heading h1 {
    margin-right: 3%;
    padding-right: 2.4rem;
    font-size: 3.25rem;
}
.multi-heading > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.multi-heading > div .headline {
    flex: 1 1 auto;
}
@media screen and (min-width: 768px) {
    .page-heading > div {
        padding-top: 1.8rem;
    }
    .multi-heading > div {
        flex-wrap: nowrap;
    }
    .page-heading.multi-heading > div::before {
        content: '';
        width: 0;
        height: calc(100% - 4.8rem);
        position: absolute;
        top: 2.8rem;
        left: 50%;
        border-right: 1px solid #1582c5;
    }
    .multi-heading .headline {
        width: 50%;
    }
    .multi-heading .subheadline {
        width: 47%;
        margin-top: 0;
    }
}
@media screen and (min-width: 951px) {
    .page-heading.multi-heading > div::before {
        left: 62%;
    }
    .multi-heading .headline {
        width: 62%;
    }
    .multi-heading .subheadline {
        width: 35%;
    }
}


/* Standard Tables */
table {
    width: 100%;
}
caption {
    font-family: system-ui, -apple-system, BlinkMacSystemFont, Calibri, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
}
tr:nth-child(2n) {
    background-color: #fff;
}
th, td {
    background-color: transparent;
}
th > :first-child,
td > :first-child {
    margin-top: 0;
}
th > :last-child,
td > :last-child {
    margin-bottom: 0;
}
td.highlight {
    background-color: #f7cf3c;
}
thead td, thead th,
.usa-table-borderless thead td,
.usa-table-borderless thead th {
    color: #fff;
    background-color: #7aa1d5;
    -moz-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
thead td,
.usa-table-borderless thead td {
    font-weight: 700;
}
.usa-table-borderless thead td,
.usa-table-borderless thead th {
    border-bottom: 0;
}
.usa-table-borderless th:first-child {
    padding-left: 1.5rem;
}
.usa-table-borderless tr:first-child td {
    border-top-width: 0;
}
.standard-table thead td,
.standard-table thead th {
    color: inherit;
    background-color: #d6d7d9;
}
.standard-table th:first-child {
    padding-left: 1rem;
}
.standard-table tr:first-child td {
    border-top-width: 1px;
}
.zebra-table tr:nth-child(2n) {
    background-color: #f1f1f1;
}
.usa-table-borderless.zebra-table th,
.usa-table-borderless.zebra-table td {
  border-width: 0;
}
/* Directory Table */
.employee-lookup thead {
    color: #fff;
    background-color: #7aa1d5;
}
.employee-lookup thead th,
.employee-lookup tbody td {
    border-color: #165191;
}
/* Responsive Tables */
@media only screen and (max-width: 767px) {
    table {
        display: block;
        position: relative;
    }
    table::before {
        content:'Scroll for more content';
        display: block;
        margin-bottom: 0.5em;
        font-size: 1.4rem;
        font-weight: bold;
    }
    caption {
        display: block;
    }
    thead {
        display: block;
        float: left;
    }
    thead tr {
        display: block;
        border: 1px solid #1582c5;
    }
    tbody {
        display: flex;
        overflow-x: auto;
        white-space: nowrap;
    }
    tbody tr {
        display: inline-block;
        flex: 1 0 auto;
        vertical-align: top;
        border: 1px solid #d6d7d9;
        border-left-width: 0;
    }
    th, td {
        display: block;
    }
    thead td,
    thead th,
    .usa-table-borderless thead td,
    .usa-table-borderless thead th {
        border-width: 0;
        border-bottom: 1px solid #1582c5;
    }
    tbody th,
    tbody td {
        border-width: 0;
        border-bottom: 1px solid #d6d7d9;
    }
    thead th:last-child,
    thead td:last-child,
    tbody th:last-child,
    tbody td:last-child,
    .usa-table-borderless thead td:last-child,
    .usa-table-borderless thead th:last-child {
        border-bottom: 0;
    }

    .standard-table thead tr {
        border: 1px solid #aeb0b5;
    }
    .standard-table tr:first-child td {
        border-top-width: 0;
    }
    .standard-table thead th,
    .standard-table thead td {
        border-width: 0;
        border-bottom: 1px solid #aeb0b5;
    }
    .standard-table thead th:last-child,
    .standard-table thead td:last-of-type {
			border-bottom: 0;
    }

    .zebra-table tr:nth-child(2n) {
        background-color: #fff;
    }
	.zebra-table tbody td:nth-child(2n) {
		background-color: #f1f1f1;
	}

    .employee-lookup thead th {
        border-color: #1582c5
    }
    .employee-lookup tbody td {
        border-color: #d6d7d9;
    }
}
@media only screen and (max-width: 950px) {
    /* Aternate responsive table */
    .responsive-table.responsive-ready {
        max-width: 640px;
        margin-left: auto;
        margin-right: auto;
    }
    .responsive-table.responsive-ready::before {
        content: none;
    }
    .responsive-table.responsive-ready thead {
        display: none;
    }
    .responsive-table.responsive-ready tbody {
        display: block;
        overflow-x: hidden;
        white-space: normal;
    }
    .responsive-table.responsive-ready tbody tr {
        display: block;
        padding: 1.5rem;
        border-right-width: 0;
        border-bottom: 1px solid #5b616b;
    }
    .responsive-table.responsive-ready tr:first-child,
    .responsive-table.responsive-ready tr:first-child {
        border-top: 1px solid #5b616b;
    }
    .responsive-table.responsive-ready tr:nth-child(2n) {
        background-color: #f1f1f1;
    }
    .responsive-table.responsive-ready tbody td,
    .responsive-table.responsive-ready tbody td:nth-child(2n) {
        background-color: transparent;
    }
    .responsive-table.responsive-ready th,
    .responsive-table.responsive-ready td {
        display: block;
    }
    .responsive-table.responsive-ready th,
    .responsive-table.responsive-ready td {
        position: relative;
        padding: 0 0 0.7rem;
        font-size: 1.6rem;
        line-height: 1.5;
        border: 0;
    }
    .responsive-table.responsive-ready th:last-child,
    .responsive-table.responsive-ready td:last-child {
        padding-bottom: 0;
    }
    .responsive-table.responsive-ready th[data-cell-prefix]::before,
    .responsive-table.responsive-ready td[data-cell-prefix]::before {
        content: attr(data-cell-prefix)':';
    	margin-right: 0.334em;
        font-weight: bold;
    }
}

/* CSS Table */
.table-cell {
    max-width: 300px;
    margin: 0 auto 1.5em;
}
/* Utility classes */
.bordered-rows .table-row {
    border-top: 1px solid #d6d7d9;
    border-bottom: 1px solid #d6d7d9;
}
.dark-bordered-rows .table-row {
    border-top: 1px solid #5b616b;
    border-bottom: 1px solid #5b616b;
}
.bordered-cells .table-cell {
    border: 1px solid #d6d7d9;
}
.dark-bordered-cells .table-cell {
    border: 1px solid #5b616b;
}
.gutterless-cells .table-cell {
    padding: 0;
}
.table-cell.cell-valign-middle {
    vertical-align: middle;
}
.table-cell.cell-valign-bottom {
    vertical-align: bottom;
}
.table-cell.cell-align-center {
    text-align: center;
}
.table-cell.cell-align-right {
    text-align: right;
}
@media only screen and (min-width: 768px) {
    .table-layout {
        display: table;
        table-layout: fixed;
        width: 100%;
        margin-bottom: 2em;
        border-collapse: collapse;
    }
    .table-row {
        display: table-row;
    }
    .table-cell {
        display: table-cell;
        vertical-align: top;
        padding: 1em 1.5em;
    }
}
/* UPO Speakers */
.speaker-table img {
    display: block;
	width: 100%;
}
.speaker-table img[src$="placeholder.jpg"] {
    display: none;
}
.speaker-table h5 {
    margin-top: 0.25em;
    font-weight: 400;
}
@media only screen and (min-width: 768px) {
    .speaker-table .table-cell {
        width: 31%;
        padding: 0;
    }
    .speaker-table .table-cell:nth-child(3n+2) {
        width: 38%;
        padding-left: 3.5%;
        padding-right: 3.5%;
    }
    .speaker-table .table-row > :first-child {
        padding-left: 0;
    }
    .speaker-table .table-row > :last-child {
        padding-right: 0;
    }
    .speaker-table img[src$="placeholder.jpg"] {
        display: block;
    }
    .speaker-table h5 {
        margin-top: 0.5em;
    }
}


/* Hero unit */
.hero-unit {
    position: relative;
    overflow: hidden;
    background-color: #1582c5;
}

.hero-image {
    display: block;
    width: 100%;
    height: auto;
}
.hero-heading {
    width: 100%;
    background-color: #1582c5;
}
.hero-heading .headline {
    margin-top:0;
    margin-bottom: 0.334em;
    text-align: left;
    color: #fff;
    -moz-osx-font-smoothing:grayscale;
    -webkit-font-smoothing:antialiased
}
.hero-heading .subheadline {
    font-weight: 700;
}
@media screen and (min-width: 600px) {
    .hero-unit {
        max-height: 67vh;
    }
    .hero-heading {
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

.orau-pad-top {
    padding-top: 2.4rem;
}
@media screen and (min-width: 951px) {
    .orau-pad-top {
        padding-top: 4.4rem;
    }
}

/* News release metadata */
.release-metadata {
    margin-bottom: 1em;
}
.release-metadata > div {
    flex: 0 1 50%;
}
.release-metadata span {
    display: block;
    font-weight: 700;
}
.release-metadata .datestamp {
    font-weight: 400;
}
.social-sharing {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.5em;
}
.social-sharing > iframe,
.social-sharing > div {
    margin-left: 0.4rem !important;
}
@media screen and (min-width: 600px) {
    .release-metadata {
        display: flex;
    }
    .social-sharing {
        margin-top: 0;
    }
}
/* Masthead heros */
.masthead-hero {
    max-height: 50vh;
    padding-bottom: 0;
}
.masthead-hero .hero-heading {
	display: flex;
    top: 0;
    width: 50%;
    padding-right: 2rem;
    color: #fff;
	background-color: rgba(51, 51, 51, 0.45);
}
.masthead-hero .hero-content-container {
    flex: 0 1 100%;
    border-bottom: 0;
}
.masthead-hero .hero-content {
    padding-top: 1.8rem;
    padding-bottom: 3rem;
}
.masthead-hero .hero-content p {
    margin-top: 0;
}
.masthead-hero .hero-content > :last-child {
    margin-bottom: 0;
}
.masthead-hero .usa-button {
    margin: 0.25em 0 0 -2rem;
    padding-right: 2.6rem;
    background: transparent url(../img/arrow-right-alt.png) right 1rem top 52.5% no-repeat;
    background-image: url(../img/arrow-right-alt.svg), none;
    background-size: 1.2rem 1.2rem;
}
.masthead-hero .usa-button:hover,
.masthead-hero .usa-button:visited:hover {
    text-decoration: underline;
    background-color: transparent;
}

.hero-heading.content-width-two-thirds {
    width: 66.6667%;
}
.hero-heading.content-width-one-half {
    width: 50%;
}
.hero-heading.content-width-five-twelfths {
    width: 41.6667%;
}
.hero-heading.content-width-one-third {
    width: 33.3334%;
}

.hero-heading.text-color-light::after {
    background-image: linear-gradient(to right, rgba(51, 51, 51, 0.45), transparent);
}
.hero-heading.text-color-light::before {
    background-image: linear-gradient(to left, rgba(51, 51, 51, 0.45), transparent);
}

.hero-heading.text-color-dark {
    color: #212121;
	background-color: rgba(241, 241, 241, 0.4);
}
.hero-heading.text-color-dark::after {
    background-image: linear-gradient(to right, rgba(241, 241, 241, 0.4), transparent);
}
.hero-heading.text-color-dark::before {
    background-image: linear-gradient(to left, rgba(241, 241, 241, 0.4), transparent);
}
.hero-heading.text-color-dark h1 {
	color: #212121;
}

.hero-heading.content-alignment-left::after {
	content: '';
    position: absolute;
    right: -20%;
    width: 20%;
    height: 100%;
}

.hero-heading.content-alignment-right {
    left: auto;
    right: 0;
    padding-left: 3rem;
    padding-right: 9rem;
}
.hero-heading.content-alignment-right::before {
	content: '';
    position: absolute;
    left: -20%;
    width: 20%;
    height: 100%;
}
.hero-heading.content-width-two-thirds.content-alignment-right {
    padding-left: 12rem;
}
.hero-heading.content-width-one-half.content-alignment-right {
    padding-left: 9rem;
}

.hero-heading.content-vertical-top {
    align-items: flex-start;
}
.hero-heading.content-vertical-center {
    align-items: center;
}
.hero-heading.content-vertical-bottom {
    align-items: flex-end;
}


/* Page content */
main .page-main-content {
    padding-bottom: 1rem;
}
main .page-main-content:last-child {
    padding-bottom: 3rem;
}
main .page-news-release {
    padding-bottom: 0;
}

main .page-content {}
main .page-content > :first-child {
    padding-top: 2.4rem;
}
main .page-content > :last-child {}
main .page-content:last-child > :last-child {}

main .release-content {
    line-height: 1.5;
}
@media screen and (min-width: 600px) {
    main .page-main-content,
    main .page-main-content:last-child {
        padding-bottom: 4.8rem;
    }
    main .page-content > :first-child {
        padding-top: 3.6rem;
    }
}


/* Callouts */
.orau-callout {
    margin: 0.75em 0;
    padding: 1.2rem 0;
}
figure.orau-callout img {
    display: block;
    margin: 0 auto;
	border: 1.2rem solid #e4e2e0;
}
figure.orau-callout figcaption {
    margin-top: 1em;
    padding: 0 0.5em;
    font-size:1.4rem;
}
figure.orau-callout figcaption p {
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}
blockquote.orau-callout {
	padding: 1.2rem 1.5rem;
    font-size: 2.4rem;
    font-weight: 300;
    font-style: italic;
    color: #56616b;
}
blockquote.orau-callout p {
    margin-top: 0;
}
blockquote.orau-callout > :last-child {
    margin-bottom: 0;
}
.release-content > figure:first-child,
.release-content > blockquote:first-child {
    margin-top: 0.75em !important;
}
.page-content img[align] {
	display: block;
	float: none;
	height: auto;
	margin: 0.75em auto;
}
@media screen and (min-width: 600px) {
    .orau-callout {
        max-width: 40%;
        margin-top: 0.25em;
        margin-left: 0;
        margin-right: 0;
    }
    figure.orau-callout {
        max-width: 42.5%;
		margin-top: 0.25em;
        padding: 1.5rem;
        background-color: #e4e2e0;
    }
    figure.orau-callout img {
    	border: none;
    }
    figure.orau-callout figcaption {
        margin-bottom: 1em;
    }
    blockquote.orau-callout {
    	padding: 0;
    }

    .orau-pull-left {
        float: left;
        margin-right: 1.5em;
    }
    .orau-pull-right {
        float: right;
        margin-left: 1.5em;
    }
	.page-content img[align] {
		max-width: 30rem;
		margin-top: 0;
	}
	.page-content img[align="left"] {
		float: left;
		margin-right: 1.5em;
	}
	.page-content img[align="right"] {
		float: right;
		margin-left: 1.5em;
	}
}


/* Content Areas */
main .content-area {
    padding-top: 3.6rem;
    padding-bottom: 4.8rem;
}
main .content-area + .content-area {
    padding-top: 0;
}
main .content-area > :first-child {
    padding-top: 0;
}
main .page-news-release + .content-area:last-child {
    border-top: 1px solid #1582c5;
}

.content-area h3 {
    margin-bottom: 1.5em;
}


/* Contact information */
.vcard {
    line-height: 1.45;
    margin-bottom: 1em;
}
.vcard > span,
.vcard > a {
    display: block;
}
.vcard .title {
    display: inline-block;
}


/* Impact Area */
main .impact-areas > :first-child {
    padding-top: 0;
}
main .impact-areas + .content-area:last-child {
    margin-top: 4.8rem;
}

.impact-area {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    min-height: 40rem;
}
.impact-area .usa-unstyled-list {
    margin-bottom: 1em;
}
.impact-quote-alone .impact-content {
    max-width: 80%;
    margin: 0 auto;
}
.impact-client {
    position: relative;
    padding-left: 1.5em;
}
.impact-client::before {
    content: '\2014';
    position: absolute;
    top: 0;
    left: 0;
}
.impact-area.impact-photo-align-right,
.impact-area.impact-project-align-right {
    flex-direction: row-reverse;
}
.impact-photo-statement,
.impact-large-statement {
    padding-bottom: 3rem;
}

.impact-area > figure {
    overflow: hidden;
}
.impact-photo {
    margin: 0;
}
.impact-photo-cutline .impact-content {
    padding-bottom: 1.5em;
}
.impact-photo-cutline .impact-content a {
    color: #0071bc;
}
.impact-photo-cutline .impact-content a:hover {
    color: #165191;
    text-decoration: none;
}
.impact-photo-cutline .impact-content a.usa-button {
    color: #fff;
}
.impact-photo-cutline .impact-photo,
.impact-photo-statement .impact-photo {
    width: auto;
    max-width: 40rem;
    height: 100%;
    max-height: 40rem;
    margin: 0 auto;
    padding: 2rem;
    background-color: #d6d7d9;
}
.impact-photo img {
    display: block;
    width: auto;
    margin: 0 auto;
    max-height: 28rem;
}
@media screen and (min-width: 768px) {
    .impact-area {
        flex-wrap: nowrap;
    }
    .impact-photo-cutline .impact-photo,
    .impact-photo-statement .impact-photo {
        max-width: 40rem;
    }
    .impact-photo-statement,
	.impact-photo-cutline {
        padding-bottom: 0;
    }
}
@media screen and (min-width: 951px) {
    .impact-photo-cutline .impact-content {
        padding-top: 1.5em;
    }
    .impact-large-statement {
        padding-bottom: 0;
    }
}

/* Impact Colors */
.impact-background-white {
    color: #121212;
    background-color: #fff;
}
.impact-background-green {
    background-color: #93d0aa;
}
.impact-background-yellow {
    background-color: #f7cf3c;
}
.impact-background-blue {
    background-color: #1582c5;
}
.impact-background-midnightblue {
    background-color: #243745;
}
.impact-background-green,
.impact-background-blue,
.impact-background-midnightblue {
    color: #fff;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.impact-background-green .text-headline {
    color: #165191;
}
.impact-background-white .text-headline {
    color: #1582c5;
}
.impact-background-blue .text-headline,
.impact-background-midnightblue .text-headline {
    color: #fff;
}
.impact-background-blue .usa-button,
.impact-background-blue .usa-button-primary,
.impact-background-blue .usa-button-primary:visited,
.impact-background-blue .usa-button:visited,
.impact-background-blue [type=button],
.impact-background-blue [type=image],
.impact-background-blue [type=reset],
.impact-background-blue [type=submit],
.impact-background-blue button {
    color: #121212;
    background-color: #d6d7d9;
}
.impact-background-blue .usa-button-primary.usa-button-hover,
.impact-background-blue .usa-button-primary:hover,
.impact-background-blue .usa-button-primary:visited.usa-button-hover,
.impact-background-blue .usa-button-primary:visited:hover,
.impact-background-blue .usa-button.usa-button-hover,
.impact-background-blue .usa-button:hover,
.impact-background-blue .usa-button:visited.usa-button-hover,
.impact-background-blue .usa-button:visited:hover,
.impact-background-blue [type=button].usa-button-hover,
.impact-background-blue [type=button]:hover,
.impact-background-blue [type=image].usa-button-hover,
.impact-background-blue [type=image]:hover,
.impact-background-blue [type=reset].usa-button-hover,
.impact-background-blue [type=reset]:hover,
.impact-background-blue [type=submit].usa-button-hover,
.impact-background-blue [type=submit]:hover,
.impact-background-blue button.usa-button-hover,
.impact-background-blue button:hover {
    color: #fff;
    background-color: #165191;
}
.impact-background-midnightblue .usa-button,
.impact-background-midnightblue .usa-button-primary,
.impact-background-midnightblue .usa-button-primary:visited,
.impact-background-midnightblue .usa-button:visited,
.impact-background-midnightblue [type=button],
.impact-background-midnightblue [type=image],
.impact-background-midnightblue [type=reset],
.impact-background-midnightblue [type=submit],
.impact-background-midnightblue button {
    color: #fff;
    background-color: #1582c5;
}
.impact-background-midnightblue .usa-button-primary.usa-button-hover,
.impact-background-midnightblue .usa-button-primary:hover,
.impact-background-midnightblue .usa-button-primary:visited.usa-button-hover,
.impact-background-midnightblue .usa-button-primary:visited:hover,
.impact-background-midnightblue .usa-button.usa-button-hover,
.impact-background-midnightblue .usa-button:hover,
.impact-background-midnightblue .usa-button:visited.usa-button-hover,
.impact-background-midnightblue .usa-button:visited:hover,
.impact-background-midnightblue [type=button].usa-button-hover,
.impact-background-midnightblue [type=button]:hover,
.impact-background-midnightblue [type=image].usa-button-hover,
.impact-background-midnightblue [type=image]:hover,
.impact-background-midnightblue [type=reset].usa-button-hover,
.impact-background-midnightblue [type=reset]:hover,
.impact-background-midnightblue [type=submit].usa-button-hover,
.impact-background-midnightblue [type=submit]:hover,
.impact-background-midnightblue button.usa-button-hover,
.impact-background-midnightblue button:hover {
    color: #121212;
    background-color: #d6d7d9;
}
.usa-button.usa-external_link::after,
.impact-background-green .usa-external_link::after,
.impact-background-blue .usa-external_link::after,
.impact-background-midnightblue .usa-external_link::after,
.impact-contact-area .usa-external_link::after {
	background-image: url(../img/external-link-alt-hover.png);
	background-image: url(../img/external-link-alt-hover.svg), none;
}
.impact-background-green .usa-external_link:hover::after,
.impact-background-blue .usa-external_link:hover::after,
.impact-contact-area .usa-external_link:hover::after {
	background-image:url(../img/external-link-alt.png);
	background-image:url(../img/external-link-alt.svg),none;
}
.impact-background-midnightblue .usa-external_link:hover::after,
.impact-contact-area .usa-external_link:hover::after {
	background-image:url(../img/external-link-hover.png);
	background-image:url(../img/external-link-hover.svg),none;
}
.impact-background-green .usa-accordion-content .usa-external_link::after,
.impact-background-blue .usa-accordion-content .usa-external_link::after,
.impact-background-midnightblue .usa-accordion-content .usa-external_link::after,
.impact-contact-area .usa-accordion-content .usa-external_link::after {
	background-image: url(../img/external-link.png);
	background-image: url(../img/external-link.svg), none;
}
.impact-background-green .usa-accordion-content .usa-external_link:hover::after,
.impact-background-blue .usa-accordion-content .usa-external_link:hover::after,
.impact-background-midnightblue .usa-accordion-content .usa-external_link:hover::after,
.impact-contact-area .usa-accordion-content .usa-external_link:hover::after {
	background-image:url(../img/external-link-hover.png);
	background-image:url(../img/external-link-hover.svg),none;
}


/* Impact Content */
.impact-content {
    flex: 1 1 66.6667%;
    margin: 0 2.25em;
    padding-top: 1.5em;
}
@media screen and (min-width: 600px) {
    .impact-photo-align-left .impact-content {
        margin-right: 0;
        padding-right: 2.25em;
    }
    .impact-photo-align-right .impact-content,
    .impact-project-align-right .impact-content {
        margin-left: 0;
        padding-left: 2.25em;
    }
    .impact-large-statement.impact-photo-align-right  .impact-content {
        padding-right: 2.25em;
    }
}

.impact-content h1,
.impact-content h2 {
    margin-bottom: 0.67em;
    font-weight: 300;
    font-size: 2.6rem;
    color: #165191;
}
.impact-content h3,
.impact-content h4,
.impact-content h5,
.impact-content h6 {
    margin-top: 1em;
    margin-bottom: 0;
    font-size: 2.0rem;
    font-weight: 700;
}
.impact-content h3 {
    margin-bottom: 1em;
    font-weight: 300;
}
.impact-content li {
    margin-bottom: 0;
    line-height: 1.7;
}
.impact-content .usa-accordion > li {
	margin-bottom: 0.5em;
}
.impact-content p {
    margin-top: 0;
}
.impact-background-green a,
.impact-background-blue a,
.impact-background-midnightblue a {
    color: #fff;
}
.impact-background-green a:hover,
.impact-background-blue a:hover,
.impact-background-midnightblue a:hover {
    color: #f1f1f1;
    text-decoration: none;
}
.impact-photo-cutline .impact-content h3 {
    font-size: 3.2rem;
}
.impact-large-statement .impact-content h3 {
    font-size: 3.2rem;
    color: #1582c5;
}
.impact-content :first-child {
    margin-top: 0;
}
.impact-background-blue .impact-content h3,
.impact-background-green .impact-content h3,
.impact-background-midnightblue .impact-content h3 {
    color: #fff;
}

/* Agency list images */
.img-agency-list {
    display: flex;
    justify-content: space-evenly;
    padding-top: 2em;
}
.img-agency-list > li {
    flex: 1 1 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.impact-statement-image {
	position: relative;
	flex: 0 1 auto;
	margin: 0 auto;
}
.impact-statement-image img {
    display: block;
}
.impact-logo-details {
    display: inline-block;
    position: absolute;
    bottom: 5%;
    right: 5%;
}
.impact-logo-details a {
    display: inline-block;
    padding: 1rem;
    background-color: rgba(241, 241, 241, 0.55);
}
.impact-logo-details a:hover {
    border-radius: 0.3rem;
    background-color: rgba(241, 241, 241, 0.75);
}
.impact-logo-details img {
    max-height: 7rem;
}
@media screen and (min-width: 600px) {
    .impact-logo-details {
        position: relative;
        bottom: auto;
        right: auto;
    }
    .impact-logo-details a {
        background-color: #fff;
    }
    .impact-logo-details a:hover {
        background-color: #f1f1f1;
    }
}
@media screen and (min-width: 768px) {
    .impact-large-statement .impact-content {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
}
@media screen and (min-width: 951px) {
    .impact-content {
        padding-top: 0;
    }
    .impact-statement-image {
        flex: 0 1 auto;
        width: auto;
        margin: 0;
    }
    .impact-logo-details {
        position: absolute;
        bottom: 5%;
        right: 5%;
    }
    .impact-logo-details a {
        background-color: rgba(241, 241, 241, 0.55);
    }
    .impact-logo-details a:hover {
        background-color: rgba(241, 241, 241, 0.75);
    }
}

/* Impact Navigation */
.impact-navigation {
    justify-content: center;
    flex-wrap: wrap;
    min-height: auto;
    padding: 1.2rem 1.5rem;
    background-color: #7aa1d5;
}
.impact-navigation h2 {
    flex: 0 1 100%;
    width: auto;
    max-width: 29rem;
    min-height: 6.4rem;
    margin: 0;
    padding: 0 1rem 0 6.7rem;
    background-image: url(../img/explore-alt.png); 
 	background-image: url(../img/explore-alt.svg), none; 
	background-repeat: no-repeat;
    background-size: 6.4rem 6.4rem;
    background-position: left top;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 2.5;
    text-transform: uppercase;
}
.section-menu-container > .usa-accordion-button {
    position: relative;
    font-weight: 300;
    background-color: #fff;
    background-image: none;
    border: 1px solid #1582c5;
    box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.1),
                -1px -1px 12px rgba(33, 33, 33, 0.1);
}
.section-menu-container > .usa-accordion-button:hover,
.section-menu-container > .usa-accordion-button[aria-expanded="true"] {
    color: #fff;
    background-color: #165191;
    border-color: #165191;
}
.section-menu-container > .usa-accordion-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-image: url(../img/angle-arrow-down-primary.png); 
    background-image: url(../img/angle-arrow-down-primary.svg), none; 
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
}
.section-menu-container > .usa-accordion-button:hover::after,
.section-menu-container > .usa-accordion-button[aria-expanded="true"]::after {
    background-image: url(../img/angle-arrow-down-hover.png); 
    background-image: url(../img/angle-arrow-down-hover.svg), none; 
}
.section-menu-container > .usa-accordion-button[aria-expanded="true"]::after {
    transform: rotate(0.5turn);
}
.section-menu-container .usa-accordion-button span {
    font-size: 1.5rem;
    font-weight: 400;
    border: 0;
}

.section-menu-container {
    position: relative;
    width: auto;
    min-width: 21.4rem;
    margin-top: -1.2rem;
    margin-left: 7.2rem;
    font-size: 1.5rem;
}
.section-menu-container > ul {
    position: absolute;
    left: 0;
    z-index: 9999;
    overflow: hidden;
    width: 100%;
	padding-left: 1.5em;
	padding-right: 1.5em;
    background-color: #fff;
    -webkit-filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
    filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
}
.section-menu-container .section-menu-list[aria-hidden=false] {
    overflow: visible;
	height: auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
.section-menu-container > ul[aria-hidden="false"]::before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
    z-index: 9;
    display: block;
    overflow: visible;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    border-bottom-width: 12px;
}
.section-menu-container > ul > li {
    margin-bottom: 0;
    background-color: transparent;
}
.section-menu-item a,
.section-menu-item span {
    display: block;
	padding: 0.5rem 0.8rem 0.5rem 1.2rem;
    color: #121212;
    text-decoration: none;
}
.section-menu-item.current > span {
    padding-left: 0.8rem;
    font-weight: 700;
    color: #243745;
    background-color: #dce4ef;
    border-left: 0.4rem solid #1582c5;
}
.section-menu-item a:hover {
    padding-left: 0.8rem;
    background-color: #f4f4f4;
    border-left: 0.4rem solid #e4e2e0;
    text-decoration: underline;
}
@media screen and (min-width: 600px) {
    .impact-navigation {
        flex-wrap: nowrap;
        padding-left: 3rem;
        padding-right: 3rem;
    }
    .impact-navigation h2 {
        flex: 0 1 auto;
        max-width: none;
        text-align: right;
    }
    .section-menu-container {
        width: 40%;
        margin-top: 0;
        margin-left: 0;
    }
}
@media screen and (min-width: 720px) {
    .impact-navigation {
        padding-left: 12rem;
        padding-right: 12rem;
    }
}
@media screen and (min-width: 768px) {
    .impact-navigation h2 {
        min-height: 7.7rem;
        padding-left: 8rem;
        font-size: 2.8rem;
        line-height: 2.7;
        background-size: 7.7rem 7.7rem;
    }
}
@media screen and (min-width: 951px) {
    .impact-navigation h2 {
        font-size: 3.2rem;
        line-height: 2.4;
    }
}

/* Sticky Navigation */
@media screen and (min-width: 600px) {
    @supports (position: sticky) or (position: -webkit-sticky) or (position: -ms-sticky) {
        .impact-navigation-sticky {
            position: -ms-sticky;
            position: -webkit-sticky;
            position: sticky;
            top: 0;
            z-index: 699;
        }
        main .impact-navigation-sticky > .usa-grid {
            padding: 0;
        }
    }
    .sticky-nav-active {
        display: flex;
        position: fixed;
        top: -3.6rem;
        left: 0;
        z-index: 999;
        width: 100%;
        max-width: none;
    }
    .sticky-nav-active .sticky-navigation {
        max-width: 1200px;
        margin: 0 auto;
    }
    .sticky-nav-active + div {
        margin-top: 8.6rem;
    }
}

/* Impact Related Items */
.impact-related {
    position: relative;
    justify-content: center;
    flex-wrap: wrap;
    min-height: auto;
    padding: 1.2rem 1.5rem;
    background-color: #7aa1d5;
    min-height: 20rem;
    color: #243745;
}
.impact-related.impact-background-yellow {
	background-color: #f7cf3c;
}
.impact-related.impact-background-blue {
    background-color: #165191;
}
.impact-related h2 {
    flex: 0 0 100%;
    width: auto;
    max-width: 36rem;
    min-height: 6.4rem;
    margin: 0 0 0.5em;
    padding: 1.7rem 0 0 6.7rem;
    background-image: url(../img/explore-alt.png); 
 	background-image: url(../img/explore-alt.svg), none; 
	background-repeat: no-repeat;
    background-size: 6.4rem 6.4rem;
    background-position: left top;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.2;
    text-transform: uppercase;
}
.impact-related.impact-background-yellow h2 {
    background-image: url(../img/explore.png); 
 	background-image: url(../img/explore.svg), none; 
}
.impact-related .linked-list {
    width: 100%;
    padding: 0 1.5rem 2rem;
}
.impact-related .linked-list-item {
    margin-bottom: 0.667em;
    line-height: 1.3;
}
.impact-related .linked-list-item:last-child {
    margin-bottom: 0;
}
.impact-related .linked-link {
    color: #000;
}
.impact-related .linked-link:hover {
    color: #165191;
    text-decoration: none;
}
.impact-related.impact-background-blue .linked-link {
    color: #fff;
}
.impact-related.impact-background-blue .linked-link:hover {
    color: #d6d7d9;
}
@media screen and (min-width: 600px) {
    .impact-related h2 {
        max-width: 28rem;
        margin-bottom: 0;
        padding: 1.6rem 1rem 1.6rem 7.2rem;
        background-position: left top 1.7rem;
        border-right: 1px solid #243745;
    }
    .impact-related.impact-background-blue h2 {
        border-color: #fff;
    }
    .impact-related .linked-list {
        width: 50%;
        padding: 2rem 3rem;
    }
}
@media screen and (min-width: 951px) {
    .impact-related {
        justify-content: flex-end;
        flex-wrap: nowrap;
    }
    .impact-related h2 {
        flex: 0 0 auto;
        max-width: none;
        min-height: 7.7rem;
        padding: 1.7rem 3rem 0 9rem;
        font-size: 3rem;
        background-position: left 1rem top;
        background-size: 7.7rem 7.7rem;
    }
    .impact-related .linked-list {
        padding-left: 6rem;
        padding-right: 9rem;
    }
}
@media screen and (min-width: 1201px) {
    .impact-related h2 {
        padding-left: 8rem;
        font-size: 3.2rem;
        background-position: left top;
    }
}

/* Impact Photo Overlay */
.impact-photo-overlay {
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    min-height: 56rem;
}
.impact-background-photo {
    flex: 0 0 auto;
}
.impact-photo-overlay .impact-content {
    display: flex;
    align-items: center;
    flex: 0 1 auto;
    position: relative;
    z-index: 1;
	width: 100%;
    margin: -6.5em 0 0;
    background-color: rgba(241,241,241,0.88);
}
.impact-overlay-content {
    padding: 3rem 6rem;
    font-size: 1.6rem;
}
.impact-overlay-content h3,
.impact-overlay-content h4,
.impact-overlay-content h5,
.impact-overlay-content h6 {
    margin-bottom: 0;
    font-weight: 700;
}
@media screen and (min-width: 960px) {
    .impact-photo-overlay {
        flex-wrap: nowrap;
    }
    .impact-background-photo {
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        width: 100%;
		max-width: none;
    }
    .impact-overlay-align-left .impact-background-photo {
    	left: auto;
    	right: 0;
    }
    .impact-overlay-align-right {
        justify-content: flex-end;
    }
    .impact-photo-overlay .impact-content {
        align-self: stretch;
        width: 42.5%;
        position: relative;
        z-index: 9;
        min-height: 56rem;
        margin-top: 0;
    }
}
@media screen and (min-width: 1201px) {
    .impact-photo-overlay .impact-content {
        width: 33.3334%;
    }
}

/* Impact Video Feature */
.impact-video-feature {
    flex-wrap: wrap;
    position: relative;
    overflow: hidden;
    min-height: auto;
	margin-top: 1.5em;
}
.usa-grid > .impact-video-feature:first-child {
	margin-top: 1.5em;
}
.impact-video-align-right {
    flex-direction: row-reverse;
}
.impact-video {
    display: flex;
	justify-content: center;
    align-items: flex-start;
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    height: auto;
    max-height: 40rem;
    overflow: hidden;
}
.impact-video::after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 128px;
    height: 128px;
    margin-top: -64px;
    margin-left: -64px;
    background-color: #165191;
    border-radius: 50%;
    background-image: url(../img/play.png);
	background-image: url(../img/play.svg), none;
	background-repeat: no-repeat;
	background-size: 128px 128px;
	background-position: 9px 50%;
	opacity: 0.85;
    transition: opacity 0.5s ease-in-out;
}
.impact-video:hover::after {
	opacity: 0.96;
}
.impact-video-poster {
    flex: 0 0 auto;
    max-height: 64rem;
}
.impact-video-embed {
    flex: 0 1 auto;
    width: 100%;
}
.impact-video-feature .impact-content {
    display: flex;
    align-items: center;
    align-self: stretch;
    flex: 0 1 auto;
    position: relative;
    z-index: 9;
    width: 100%;
    margin: 0;
}
.impact-background-white .impact-content {
    color: #121212;
    background-color: #fff;
}
.impact-background-green .impact-content {
    background-color: #93d0aa;
}
.impact-background-yellow .impact-content {
    background-color: #f7cf3c;
}
.impact-background-blue .impact-content {
	background-color: #1582c5;
}
.impact-background-midnightblue .impact-content {
    background-color: #243745;
}
.impact-video-content {
    padding: 0 6rem 2rem;
    font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
    .impact-video-feature {
        flex-wrap: nowrap;
    	margin-top: 0;
    }
    .impact-video-large-feature {
        flex-wrap: wrap;
    }
    .usa-grid > .impact-video-feature:first-child {
    	margin-top: 0;
    }
    .impact-video {
        align-items: center;
        width: 57.5%;
    	max-height: none;
    }
    .impact-video-poster {
        max-width: none;
    }
    .impact-video-embed {
        flex: 0 0 auto;
        width: 66.6667%;
    }
    .impact-video-feature .impact-content {
        width: 42.5%;
        padding-bottom: 1.5em;
    }
    .impact-video-content {
        padding-top: 2rem;
        font-size: 1.6rem;
    }
    .impact-video-large-feature .impact-video,
    .impact-video-large-feature .impact-content {
        width: 100%;
    }
    .impact-video-large-feature .impact-content {
        padding-bottom: 4.5rem;
    }
}
@media screen and (min-width: 1024px) {
    .impact-video-poster {
        max-width: 100%;
        max-height: 100%;
    }
}
@media screen and (min-width: 1201px) {
    .impact-video {
        width: 66.6667%;
    }
    .impact-video-feature .impact-content {
        width: 33.3334%;
    }
    .impact-video-large-feature .impact-content {
        width: 100%;
    }
}

/* Impact Quote Box */
.impact-quote-box {
	width: 100%;
	height: 100%;
}
.impact-quote-box .impact-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex: 0 1 auto;
	height: 100%;
	padding-top: 3rem;
	padding-bottom: 3rem;
}
.impact-quote-box .impact-content h3 {
    font-size: 3rem;
    color: #1582c5;
}
.impact-quote-box.impact-background-blue .impact-content h3,
.impact-quote-box.impact-background-midnightblue .impact-content h3 {
    color: #fff;
}
.impact-quote-box .impact-content :first-child {
    margin-top: 0.25em;
}
.impact-content :last-child {
    margin-bottom: 0;
}

/* Impact Projects */
.impact-project {
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 0 1 40rem;
    position: relative;
    height: 40rem;
    margin: 0 auto;
}
.impact-project.impact-project-width-one-whole {
	flex: 0 0 auto;
	flex-wrap: wrap;
	width: 100%;
	height: auto;
	margin: 0;
}
.impact-area > .impact-project:first-child {
	margin-top: 2em;
}
.impact-area > .impact-project-width-one-whole:first-child {
	margin-top: 0;
}
.impact-project > img {
    display: block;
    flex: 0 0 auto;
    position: absolute;
    top: auto;
    left: auto;
    max-width: none;
    max-height: 40rem;
}
.impact-project-details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 7.5em;
    padding: 0 3rem 1.5rem;
    font-size: 1.5rem;
    background-color: rgba(255,255,255,0.65);
}
.impact-project-width-one-whole > img,
.impact-project-width-one-whole .impact-project-details {
	position: relative;
}
.impact-project-width-one-whole > img {
    width: 100%;
    max-width: none;
	max-height: none;
}
.impact-project-width-one-whole .impact-project-details {
	padding-bottom: 3rem;
}
.impact-project-background-highcontrast .impact-project-details {
    background-color: rgba(255,255,255,0.75);
}
.impact-project-background-reversecontrast .impact-project-details {
    color: #f1f1f1;
    background-color: rgba(36, 55, 69, 0.75);
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}
.impact-project-details > * {
    margin-top: 0;
}
.impact-project-details > :last-child {
    margin-bottom: 0;
}
.impact-project-details > h3 {
    margin-top: 1.5em;
    margin-bottom: 0;
}
.impact-project-details > img {
    position: absolute;
    top: -2.7rem;
    right: 1.2rem;
    width: auto;
    max-height: 4.4rem;
}
.impact-project-width-one-whole .impact-project-details > img {
	top: -5rem;
}
@media screen and (min-width: 600px) {
    .impact-project.impact-project-width-one-whole {
    	align-self: stretch;
    	min-height: 40rem;
    }
    .impact-project-width-one-whole > img {
        position: absolute;
        top: 0;
        left: auto;
        width: auto;
        min-width: 100%;
        max-height: 54rem;
    }
    .impact-project-width-one-whole .impact-project-details {
    	align-self: stretch;
    }
    .impact-project-width-one-whole .impact-project-details > img {
    	display: none;
    }
}
@media screen and (min-width: 768px) {
    .impact-project {
        flex: 0 0 auto;
        width: 33.3334%;
        margin: 0;
    }
    .impact-area > .impact-project:first-child {
        margin-top: 0;
    }
    .impact-project > img {
        max-height: none;
    }
    .impact-project.impact-project-width-two-thirds {
        width: 66.6667%;
    }
    .impact-project.impact-project-width-two-thirds > img {
        max-width: 80rem;
    }

    .impact-project.impact-project-width-one-whole {
        width: 100%;
        height: auto;
    }
    .impact-project-width-one-whole > img {
        position: relative;
        width: 100%;
        height: auto;
    }
	.impact-project-width-one-whole .impact-project-details {
		position: absolute;
		min-height: 7.5em;
	}
    .impact-project-width-one-whole .impact-project-details > img {
    	display: block;
    	top: -5.7rem;
    }
}

/* Impact Further Together */
.impact-further-together-inner {
    display: flex;
	justify-content: center;
    position: relative;
    overflow: hidden;
    width: 100%;
	height: 100%;
}
.impact-further-together-inner > img {
	display: block;
	position: relative;
	z-index: 0;
	max-width: none;
	max-height: 40rem;
}
.impact-further-together-block {
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	padding: 1rem 3rem;
    text-align: center;
}
.impact-further-together-block h2 {
    font-size: 6.2rem;
    font-weight: 300;
    font-style: italic;
    margin-top: 0;
    margin-bottom: 0;
}
.impact-further-together-block p,
.impact-further-together-block ul,
.impact-further-together-block ol {
    margin-top: 0;
}
.impact-further-together-block > :last-child {
    margin-bottom: 0;
}
.impact-text-white {
    color: #fff;
}
@media screen and (min-width: 768px) {
    .impact-further-together-inner > img {
    	max-height: 64rem;
    }
    .impact-further-together-block {
        padding-left: 25%;
	    padding-right: 25%;
    }
    .impact-text-align-left .impact-further-together-block {
        left: 8%;
    }
    .impact-text-align-right .impact-further-together-block {
        right: 8%;
    }
    .impact-vertical-align-top .impact-further-together-block {
        top: 22.5%;
    }
    .impact-vertical-align-bottom .impact-further-together-block {
        bottom: 16%;
    }
}
@media screen and (min-width: 951px) {
    .impact-further-together-inner > img {
    	max-height: 80rem;
    }
}

/* Impact Logo Block */
.impact-logo-area {
    flex-wrap: wrap;
}
.impact-logo-area-inner {
	width: 100%;
}
.impact-logo-block {
	display: flex;
	justify-content: center;
	align-items: center;
    position: relative;
    width: 100%;
    overflow: hidden;
}
.impact-logos-heading h2 {
    margin-bottom: 1em;
    font-weight: 300;
    text-align: center;
}
.impact-logos-background {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.impact-logos-background > img {
    flex: 1 0 auto;
	max-width: none;
	height: 100%;
}
.impact-logos-list {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
    width: 100%;
    min-height: 48rem;
    padding: 3rem 4.5rem;
}
.impact-logo-item {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    flex: 0 0 100%;
    min-height: 12rem;
    border-top: 1px solid #fff;
}
.impact-logo-item:first-child {
    border-top: none;
}
.impact-logo-item > a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 2rem 1.2rem;
}
.impact-logo-item > a:hover {
    background-color: rgba(255, 255, 255, 0.3334);
}
.impact-logo {
    display: block;
    flex: 0 0 auto;
    width: auto;
    max-width: 67%;
    height: auto;
    max-height: 12rem;
}
.impact-logo-item > .impact-logo {
	margin: 1.2rem;
}
@media screen and (min-width: 600px) {
    .impact-logo-item {
        flex: 0 0 auto;
        width: 50%;
        min-height: 15rem;
        border-top: none;
        border-right: 1px solid #fff;
    }
    .impact-logo-item:nth-child(n+3) {
        border-top: 1px solid #fff;
    }
    .impact-logo-item:nth-child(2n),
    .impact-logo-item:last-child {
        border-right: none;
    }
}
@media screen and (min-width: 768px) {
    .impact-logos-background > img {
    	max-width: 100%;
    	height: auto;
    }
    .impact-logo-item {
        width: 33.3334%;
        min-height: 21rem;
    }
    .impact-logo-item:nth-child(n+3) {
        border-top: none;
    }
    .impact-logo-item:nth-child(n+4) {
        border-top: 1px solid #fff;
    }
    .impact-logo-item:nth-child(2n) {
        border-right: 1px solid #fff;
    }
    .impact-logo-item:nth-child(3n),
    .impact-logo-item:last-child {
        border-right: none;
    }
    .impact-logo {
        max-height: none;
    }
}

/* Impact Experts */
.impact-expert-area {
    /*display: block;*/
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3em 0;
    font-size: 1.5rem;
}
.impact-expert-area > h2 {
    width: 100%;
    margin-bottom: 0;
    padding: 0 3rem;
    font-weight: 300;
}
.impact-expert-intro {
    padding: 0 3rem;
    font-size: 1.7rem;
}
.impact-expert-intro > :last-child {
    margin-bottom: 0;
}

.impact-expert {
    position: relative;
    margin: 0 auto;
    padding: 3rem 1.5rem 1.5rem;
    border-bottom: 1px solid #d6d7d9;
}
.impact-expert.impact-expert-width-one-third {
    display: block;
    max-width: 32rem;
    border: none;
}
.impact-expert:last-child {
    padding-bottom: 0;
    border-bottom: none;
}
.impact-expert img {
    display: block;
    width: 29rem;
    margin: 0 auto;
    border-radius: 50%;
}

.impact-expert-details {
    max-width: 29rem;
    margin: 1.5rem auto 0;
}
.impact-expert-details > :first-child {
    margin-top: 0;
}
.impact-expert-details > h3 {
    text-align: center;
}

.expert-contact-links {
    text-align: center;
    margin-top: 1.5em;
}
.expert-contact-links > li {
    display: inline-block;
    width: 4rem;
    height: 4rem;
    margin: 0 0.6rem;
}
.expert-contact-links > li > a {
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -99999em;
    border-radius: 50%;
    background-color: #165191;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.expert-contact-links > li > a:hover {
	background-color: #1582c5;
}
.expert-linkedin-link {
	background-image: url(../img/social-icons/linkedin-active.png);
	background-image: url(../img/social-icons/linkedin-active.svg), none;
	background-size: auto 2.3rem;
}
.expert-contact-links > li > .expert-linkedin-link {
    background-position: 53% 48%;
}
.expert-twitter-link {
	background-image: url(../img/social-icons/twitter-active.png);
	background-image: url(../img/social-icons/twitter-active.svg), none;
	background-size: auto 2.5rem;
}
.expert-email-link {
	background-image: url(../img/envelope-active.png);
	background-image: url(../img/envelope-active.svg), none;
	background-size: auto 2.2rem;
}

.impact-expert-info {
    flex: 0 1 auto;
    width: 100%;
    align-self: flex-start;
    max-width: 29rem;
    margin: 0 auto;
	padding-left: 1.5rem;
	padding-right: 1.5rem;
    font-size: 1.6rem;
}
.impact-expert-info > :first-child {
    margin-top: 0;
}
.impact-expert-info > h3 {
    margin-bottom: 0.25em;
    font-size: 1.7rem;
}
.impact-expert-info > h4 {
    margin-top: 0;
    margin-bottom: 1.5em;
    font-size: 1.6rem;
    font-weight: 400;
}
.impact-expert-info p,
.impact-expert-info ul {
    margin-bottom: 0.75em;
}
.impact-expert-info > :last-child,
.impact-expert-info li {
    margin-bottom: 0;
}
@media screen and (min-width: 480px) {
    .impact-expert img {
        width: 26rem;
    }
    .impact-expert-details,
    .impact-expert-info {
        max-width: 32rem;
    }
    .impact-expert-info {
        padding-left: 0;
        padding-right: 0;
    }
}
@media screen and (min-width: 600px) {
    .impact-expert {
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 100%;
        padding: 1.5rem 3rem;
    }
    .impact-expert.impact-expert-width-one-third {
        width: auto;
        max-width: 29rem;
    }
    .impact-expert:nth-child(2n+1) {
        flex-direction: row-reverse;
    }
    .impact-expert img {
        width: 40%;
        max-width: 26rem;
    }
    .impact-expert.impact-expert-width-one-third img {
        width: auto;
        max-width: 23rem;
    }
    .impact-expert-area > h2,
    .impact-expert-intro {
        padding: 0 9rem;
    }
    .impact-expert-details, .impact-expert-info {
        max-width: 29rem;
        margin-top: 0;
    }
    .impact-expert.impact-expert-width-one-third .impact-expert-details {
        margin-top: 1em;
    }
    .expert-contact-links,
    .impact-expert-details > h3 {
        text-align: left;
    }
    .impact-expert.impact-expert-width-one-third .expert-contact-links {
        text-align: center;
    }
}
@media screen and (min-width: 768px) {
    .impact-expert.impact-expert-width-one-third {
        width: 32.5%;
        max-width: 32rem;
    }
    .impact-expert img {
        width: 30%;
        max-width: 26rem;
    }
    .impact-expert.impact-expert-width-one-third img {
        width: auto;
        max-width: 100%;
    }
    .impact-expert-details {
        flex: 0 1 auto;
        width: 66.667%;
        max-width: none;
        margin-top: 1.25em;
    }
    .impact-expert-info {
        flex: 0 1 auto;
        width: 66.667%;
		max-width: none;
    	padding-right: 3rem;
    }
    .impact-expert-info > :first-child {
        margin-top: 1.5em;
    }
}
@media screen and (min-width: 1201px) {
    .impact-expert-info {
        padding-right: 0;
    }
}

/* Research People */
.expert-people {
    margin: 0 auto;
}
.impact-research-people .impact-expert-intro {
    margin-bottom: 3rem;
}
.impact-research-people .impact-expert img {
    width: 28rem;
}
.expert-person .impact-expert {
    border: none;
}
@media screen and (min-width: 768px) {
    .expert-people {
        flex: 0 1 auto;
        width: 100%;
        padding: 0 9rem;
    }
    .expert-person {
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative;
        padding: 3rem 0;
        border-bottom: 1px solid #d6d7d9;
    }
    .expert-person .impact-expert {
        width: 28%;
        padding: 0;
    }
    .expert-person:nth-child(2n) {
        flex-direction: row-reverse;
    }
    .expert-person:last-child {
        padding-bottom: 0;
        border-bottom: none;
    }
    .impact-research-people .impact-expert-info {
        align-self: center;
        margin: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .impact-research-people .impact-expert-info > :first-child {
        margin-top: 0;
    }
    .impact-research-people .impact-expert-details > h3,
    .impact-research-people .expert-contact-links {
        text-align: left;
    }
}
@media screen and (min-width: 1201px) {
    .impact-research-people .impact-expert {
        width: 24%;
    }
    .impact-research-people .impact-expert-info {
        width: 72%;
    }
}

/* Impact Calendar */
.impact-calendar-area {
    display: block;
    min-height: auto;
}

.impact-calendar-date {
	width: 100%;
	margin-bottom: 0;
    padding: 3rem 1rem;
	color: #fff;
	background-color: #243745;
	font-weight: 300;
	text-align: center;
}
.impact-calendar-date time {
    font-size: 3rem;
}
.impact-calendar-date time:first-child {
    margin-right: 0.1em;
}

.impact-calendar-details {
    padding: 1.5rem 1.5rem 3rem;
}
.impact-calendar-details > h4 {
	margin-top: 0;
    margin-bottom: 0.5em;
    font-size: 3rem;
    font-weight: 300;
    color: #1582c5;
    -moz-osx-font-smoothing: auto;
    -webkit-font-smoothing: auto;
}
.impact-calendar-details > h4 + p,
.impact-calendar-details > h4 + ul,
.impact-calendar-details > h4 + ol,
.impact-calendar-details > h4 + div {
    clear: both;
    margin-top: 0;
}
.impact-calendar-details > :last-child {
    margin-bottom: 0;
}

/* Impact Calendar Alert */
.impact-calendar-area .usa-alert {
    padding: 1.5rem 1.8rem 0.7rem 1.5rem;
    background-position: 1rem 1rem;
    font-size: 1.5rem;
}
.impact-calendar-area .usa-alert {
    background-color: #dce4ef;
}
.impact-calendar-area .usa-alert-info::before {
    background-color: #1582c5;
}
.usa-alert-text > p {
    margin-top: 0;
}
.usa-alert-text > :last-child {
    margin-bottom: 0.5em;
}
.impact-calendar-details .usa-alert + p .usa-button {
    margin-top: 1em;
}
@media screen and (min-width: 600px) {
    .impact-calendar-date {
        width: 36%;
        padding-top: 3rem;
        padding-bottom: 3rem;
    }
    .impact-calendar-date time {
        line-height: 1.2;
    }
    .impact-calendar-date time:first-child {
        margin-right: 0;
        font-size: 3rem;
    }

    .impact-calendar-details {
        padding-left: 3rem;
    	padding-right: 3rem;
    }
    .impact-calendar-details > h4 {
        float: right;
        width: 62%;
        margin-top: -3.25em;
        overflow-wrap: break-word;
        word-wrap: break-word;
        -ms-word-break: normal;
        word-break: normal;
        word-break: break-word;
        -moz-hyphens: auto;
        -webkit-hyphens: auto;
        hyphens: auto;
    }
}
@media screen and (min-width: 951px) {
    .impact-calendar-area {
        display: flex;
        align-items: flex-start;
        min-height: 40rem;
    }
    .impact-calendar-order-reversed {
        flex-direction: row-reverse;
    }

    .impact-calendar-date {
        flex: 0 0 33.3334%;
        height: 40rem;
        margin-top: 0;
        margin-bottom: 0;
        padding: 5rem 5rem 0;
        color: #fff;
        background-color: #243745;
        font-weight: 300;
        text-align: center;
    }
    .impact-calendar-date time {
        display: block;
        line-height: 1.2;
        font-size: 4rem;
    }
    .impact-calendar-date time:first-child {
        margin-top: 0.25em;
        font-size: 14rem;
        line-height: 1.1;
    }
    .impact-calendar-details {
        flex: 1 1 auto;
        padding-left: 6rem;
        padding-right: 4.5rem;
    }
    .impact-calendar-details > h4 {
        float: none;
        width: auto;
        margin-top: 1em;
        margin-bottom: 0;
        padding-left: 0;
    }

    /* Impact Calendar Alert */
    .impact-calendar-area .usa-alert {
        padding: 1.5rem 1.8rem 0.7rem 1.5rem;
        font-size: 1.5rem;
        background-color: #dce4ef;
        background-position: 1rem 1rem;
    }
}
@media screen and (min-width: 1024px) {
    .impact-calendar-date time:first-child {
        margin-top: 0;
        font-size: 20rem;
    }
}

/* Impact Text */
.impact-text-area {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    min-height: auto;
    padding: 4.5rem 3rem;
}
.impact-text-area > :last-child {
    margin-bottom: 0;
}
.text-area-content {
    flex: 0 1 auto;
    flex-wrap: wrap;
    width: 100%;
	margin-bottom: 4rem;
}
.text-area-width-one-half {
    width: 48.5%;
}
.text-area-width-one-whole {
    margin-right: 0;
}
.text-area-width-one-whole.text-area-image-container {
    padding-left: 0;
    padding-right: 0;
}
.text-content .impact-photo img {
    max-height: none;
}
.text-content .impact-content {
    margin: 0;
    padding-top: 0.5em;
}
.impact-content > :last-child {
    margin-bottom: 0;
}

.text-content h1,
.text-content h2,
.text-content h3,
.text-content h4,
.text-content h5,
.text-content h6 {
    margin-bottom: 0;
    font-size: 1.7rem;
    font-weight: 700;
}
.text-content li {
    margin-bottom: 0;
    line-height: 1.7;
}
.text-content p {
    margin-top: 0;
}
.text-content > :last-child {
    margin-bottom: 0;
}
@media screen and (min-width: 600px) {
    .impact-text-area {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}
@media screen and (min-width: 768px) {
    .impact-text-area {
        padding-left: 9rem;
        padding-right: 9rem;
    }

    .text-content {
        display: flex;
    }
    .text-area-image-align-right .text-content {
        flex-direction: row-reverse;
    }

    .text-area-image-container .impact-photo {
        width: auto;
        max-width: 40rem;
        height: 100%;
        max-height: 40rem;
    }
    .text-content .impact-photo img {
        max-height: 28rem;
    }

    .text-area-image-align-left .impact-content {
        padding-left: 2.25em;
    }
    .text-area-image-align-right .impact-content {
        padding-right: 2.25em;
    }
}
@media screen and (min-width: 951px) {
    .text-area-width-one-whole {
        padding-left: 6rem;
        padding-right: 6rem;
    }
}

.text-headline {
    margin-top: 0;
    font-weight: 300;
    font-size: 2.6rem;
}
.text-headline-align-center {
    flex: 1 1 100%;
    margin-bottom: 1.25em;
    text-align: center;
}
@media screen and (min-width: 600px) {
    .text-headline {
        margin-top: 1.5em;
    }
}

/* Impact UPO Map */
.impact-upo-map {
    display: block;
}
.impact-upo-map .impact-content,
.members {
    margin: 0;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}
@media screen and (min-width: 600px) {
    .impact-upo-map .impact-content,
    .members {
        padding-right: 3rem;
        padding-left: 3rem;
    }
}
@media screen and (min-width: 720px) {
    .impact-upo-map .impact-content,
    .members {
        padding-right: 12rem;
        padding-left: 12rem;
    }
}

.section-list-control-container {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}
.member-list-area .section-list-control-container {
    padding-top: 0;
    padding-bottom: 4em;
}
.section-list-control {
    position: relative;
}
.section-list-control > .usa-accordion-button {
    position: relative;
    font-weight: 300;
    background-color: #fff;
    background-image: none;
    border: 1px solid #212121;
    box-shadow: 2px 2px 8px rgba(33, 33, 33, 0.1),
                -1px -1px 12px rgba(33, 33, 33, 0.1);
}
.section-list-control > .usa-accordion-button:hover,
.section-list-control > .usa-accordion-button[aria-expanded="true"] {
    color: #fff;
    background-color: #165191;
}
.section-list-control > .usa-accordion-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-image: url(../img/angle-arrow-down-primary.png); 
    background-image: url(../img/angle-arrow-down-primary.svg), none; 
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
}
.section-list-control > .usa-accordion-button:hover::after,
.section-list-control > .usa-accordion-button[aria-expanded="true"]::after {
    background-image: url(../img/angle-arrow-down-hover.png); 
    background-image: url(../img/angle-arrow-down-hover.svg), none; 
}
.section-list-control > .usa-accordion-button[aria-expanded="true"]::after {
    transform: rotate(0.5turn);
}
.section-list-control > .section-list-control-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: absolute;
    left: 0;
    z-index: 99;
    overflow: hidden;
    width: 100%;
	padding-left: 2em;
	padding-right: 2em;
    background-color: #fff;
    -webkit-filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
    filter: drop-shadow(8px 8px 24px rgba(143,143,143,0.8));
}
.section-list-control > .section-list-control-content[aria-hidden="false"] {
    overflow: visible;
	height: auto;
    padding-top: 1.25em;
    padding-bottom: 1.25em;
}
.section-list-control-content {
    display: flex;
}
.section-list-control-content > :last-child {
    margin-bottom: 0;
}
.section-map-list,
.section-members-list {
    flex: 0 1 47%;
}
.section-list-control > .section-list-control-content[aria-hidden="false"]::before {
    content: '';
    position: absolute;
    top: -12px;
    left: calc(50% - 12px);
    z-index: 9;
    display: block;
    overflow: visible;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-bottom-color: #fff;
    border-top-width: 0;
    border-bottom-width: 12px;
}
.section-list-control > .section-list-control-content > ul > li {
    background-color: transparent;
}
.section-list-control a {
    color: #121212;
    text-decoration: none;
}
.section-list-control a:hover {
    color: #1582c5;
    text-decoration: underline;
}
.section-map-control .section-members-list {
    flex: 0 1 100%;
    text-align: center;
}

.members-list-control {
	width: 100%;
}
.member-details > button {
    position: relative;
    width: auto;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}
.member-details > .usa-accordion-button,
.member-details > .usa-accordion-button:hover {
    background-color: #fff;
}
.member-details > .usa-accordion-button span {
    display: block;
    padding-top: 0.5rem;
    padding-bottom: 0.3rem;
    line-height: 1.2;
    border-bottom: 0.2rem solid #fff;
}
.member-details > .usa-accordion-button[aria-expanded="false"] {
    background-image: none;
}
.member-details > .usa-accordion-button[aria-expanded="false"]:hover {
    background-color: #fff;
}
.member-details > .usa-accordion-button[aria-expanded="false"]:hover span {
    border-bottom: 0.2rem solid #212121;
}
.member-details > .usa-accordion-button[aria-expanded="true"] {
    background-size: 1.5rem 1.1rem;
    background-image: none;
}
.member-details > .usa-accordion-button::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 2rem;
    width: 1.5rem;
    height: 1.5rem;
    margin-top: -0.75rem;
    background-image: url(../img/angle-arrow-down-primary.png);
    background-image: url(../img/angle-arrow-down-primary.svg), none;
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    transition: transform 0.5s ease-in-out;
}
.member-details > .usa-accordion-button[aria-expanded="true"]::after {
    transform: rotate(0.5turn);
}
.member-details > ul {
    padding-top: 0.7rem;
}
.member-content > li > a,
.member-content > li > span {
	display: block;
	padding-left: 1em;
}

.impact-upo-map svg {
    width: 100%;
    padding: 3rem 1.2rem 0;
}

.members {
    padding-bottom: 4rem;
}
.member-state {
    display: none;
}
.member-state.active {
    display: block;
}
.member-state-list > h2 {
    position: relative;
    margin-bottom: 1.5em;
    padding-bottom: 0.5em;
    font-size: 3.2rem;
    font-weight: 300;
    color: #1582c5;
    text-transform: uppercase;
    border-bottom: 1px solid #1582c5;
}
.member-state-list > :first-child {
    margin-top: 0;
}
.member-state-list > :last-child {
    margin-bottom: 0;
}
.members-list .member-state-list {
    padding-bottom: 4em;
}
.member-list > .member-list-item {
    min-height: 10rem;
    background-color: #fff;
}
.member-institution {
    display: flex;
}
.member-logo {
    flex: 0 0 24%;
    max-height: 7rem;
    margin: 0 2rem 0 0;
}
.member-logo img {
    display: block;
    max-height: 7rem;
    margin: 0 auto;
}
.member-details {
    flex: 1 1 auto;
}
@media screen and (min-width: 480px) {
    .members-list-control {
    	width: auto;
    	min-width: 62.5%;
    }

    .member-content > li > a,
    .member-content > li > span {
    	display: inline;
    	padding-left: 0;
    }
}
@media screen and (min-width: 600px) {
	.members-list-control {
		width: 50%;
		margin-right: 0;
	}

    .member-logo {
        flex: 0 0 16.6667%;
        margin-right: 4rem;
    }
}
@media screen and (min-width: 901px) {
	.members-list-control {
		min-width: auto;
	}
}

/* Impact Contact */
.impact-contact-area {
    min-height: 24rem;
    padding: 1.5em 0;
    font-size: 1.6rem;
    color: #fff;
    background-color: #165191;
	-moz-osx-font-smoothing:grayscale;
	-webkit-font-smoothing:antialiased
}
.impact-contact-area strong {
    color: #fff;
}
.impact-contact-title {
    flex: 0 0 auto;
    width: 100%;
    margin-bottom: 0;
    padding: 0 3rem;
    font-size: 2.8rem;
    font-weight: 300;
}
.impact-contact-details {
    flex: 0 0 auto;
    position: relative;
    width: 100%;
    padding: 0 3rem;
}

.impact-contact-details > p,
.impact-contact-details > ul,
.impact-contact-details > ol {
    margin-top: 0;
    line-height: 1.4;
}
.impact-contact-details > :first-child {
    margin-top: 0.5em;
}
.impact-contact-details > :last-child {
    margin-bottom: 0.5em;
}
.impact-contact-area a {
  color: #e4e2e0;
  text-decoration: none;
}
.impact-contact-area a:hover {
  color: #fff;
  text-decoration: underline;
}

.contact-info-details {
    display: flex;
    flex-wrap: wrap;
}
.contact-info {
    flex: 0 1 auto;
    position: relative;
    width: 100%;
    min-height: 4.4rem;
    margin-left: 5.4rem;
    padding-bottom: 1em;
}
.contact-info::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: -5.4rem;
	width: 4.4rem;
	height: 4.4rem;
	border: 1px solid #fff;
	border-radius: 50%;
}
.email-contact-info::before {
	background: transparent url('../img/envelope-active.png') center center no-repeat;
	background-image: url('../img/envelope-active.svg'), none;
	background-size: auto 2.6rem;
}
.emergency-contact-info::before {
	background: transparent url('../img/info-icon.png') center center no-repeat;
	background-image: url('../img/info-icon.svg'), none;
	background-size: auto 3rem;
}
.contact-info h4 {
	margin-top: 0;
	margin-bottom: 0;
}
.contact-info p {
	margin-top: 0;
}
.contact-info :last-child {
	margin-bottom: 0;
}
@media screen and (min-width: 600px) {
    .impact-contact-area {
        flex-wrap: wrap;
    }

    .impact-contact-details {
        flex: 0 1 auto;
        width: 50%;
        padding: 1rem 3rem 1.5rem;
    }
    .impact-contact-left {
        padding-right: 4rem
    }
    .impact-contact-left::after {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        right: -1px;
        border-right: 1px solid #fff;
    }
    .impact-contact-left:last-child {
    	flex: 1 1 auto;
        margin-right: auto;
    }
    .impact-contact-left:last-child::after {
        display: none;
    }
    .impact-contact-right {
        padding-left: 5rem;
    }
    .impact-contact-right::before {
        content: '';
        width: 0;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        border-right: 1px solid #fff;
    }

    .impact-contact-details > :first-child {
        margin-top: 0;
    }
    .impact-contact-details > :last-child {
        margin-bottom: 0;
    }
}
@media screen and (min-width: 768px) {
    .impact-contact-title {
        padding: 0 9rem;
    }
    .impact-contact-details {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .impact-contact-left {
        padding-right: 5rem
    }
    .impact-contact-right {
        padding-left: 6rem;
    }
}
@media screen and (min-width: 951px) {
    .contact-info-details {
        flex-wrap: nowrap;
    }
    .contact-info {
        flex: 0 1 42%;
        margin: 5rem 4% 0 0;
        padding-bottom: 0;
    }
    .contact-info:last-child {
        flex: 0 1 54%;
        margin-right: 0;
    }
    .contact-info::before {
    	top: -5rem;
    	left: 0;
    }
}

/* Impact Text Accordion */
.impact-areas .usa-accordion-content a,
.impact-navigation-sticky .usa-accordion-content a {
    color: #0071bc;
}

/* Impact Audio */
.impact-audio {
    margin: 1.5em 0 0;
}
.impact-audio figcaption {
    margin-bottom: 0.25em;  
    font-size: 2rem;
    font-weight: 300;
    color: #165191;
}
.impact-audio audio + ul {
    margin-top: 0.25em;
}
@media screen and (min-width: 704px) {
    .impact-audio-section {
        display: flex;
        align-items: center;
    }
    .impact-audio {
        margin-top: 0;
        margin-left: 4rem;
    }
    .impact-audio audio {
        max-width: 28rem;
    }
}
@media screen and (min-width: 960px) {
    .impact-audio audio {
        max-width: 36rem;
    }
}


/* Members floating navigation */
.members_back-to-top {
    display: block;
    position: absolute;
    width: 4rem;
    bottom: 1.5em;
    right: 1em;
    font-size: 1.2rem;
    text-transform: none;
    text-align: center;
}
.members_back-to-top a {
    display: block;
    text-decoration: none;
}
.section-list-control-fixed,
.has-js .members_back-to-top {
    display: none;
}
@media screen and (min-width: 480px) {
    .members_back-to-top {
        width: auto;
    }
}
@media screen and (min-width: 960px) {
    .has-js .section-list-control-fixed {
        display: block;
        opacity: 0;
        position: fixed;
        bottom: -10em;
        right: 2em;
        z-index: 101;
        max-width: 48rem;
        transition: opacity 0.375s ease-in, bottom 0.375s ease-out;
    }
    .section-list-control-fixed:hover {}
    .section-list-control-fixed.display {
        opacity: 1;
        bottom: 2em;
    }
    .section-list-control-fixed.display.stuck {
        position: absolute;
    }
    .section-list-control-fixed > .section-list-control-content {
        bottom: 100%;
    }
    .section-list-control-fixed > .section-list-control-content[aria-hidden="false"]::before {
        display: none;
    }
    .section-list-control-fixed > .section-list-control-content[aria-hidden="false"]::after {
        content: '';
        position: absolute;
        bottom: -12px;
        left: calc(50% - 12px);
        z-index: 9;
        display: block;
        overflow: visible;
        width: 0;
        height: 0;
        border: 12px solid transparent;
        border-top-color: #fff;
        border-bottom-width: 0;
        border-top-width: 12px;
    }
    .has-js .members_back-to-top {
        display: block;
    }
}


/* Footer */
.usa-footer {
    font-size: 1.5rem;
}
.usa-footer-primary-section.usa-background-dark {
    background-color: #2a3c4a;
}
.usa-footer-secondary_section.usa-background-dark {
    background-color: #243745;
}
.usa-footer .usa-background-dark {
  color: #fff;
}
.usa-footer-big ul:last-child {
    border-bottom: none;
}

/* Return to lop link */
.usa-footer {
    position: relative;
}
.usa-footer-return-to-top.floating-button {
    opacity: 0;
    position: fixed;
    bottom: -2.4em;
    right: 0;
    margin-right: 2em;
    margin-bottom: 1.2em;
    z-index: 101;
    width: 6.4rem;
    height: 6.4rem;
    padding: 0;
    text-decoration: none;
    transition: opacity 0.375s ease-in, bottom 0.375s ease-out;
}
.usa-footer-return-to-top.floating-button.floating-position {
    opacity: 1;
    bottom: 0;
}
.usa-footer-return-to-top.floating-button.static-position {
    position: absolute;
    margin-top: -8.4rem;
    bottom: auto;
}
.usa-footer-return-to-top a {
    font-size: 1.4rem;
    line-height: 1.2;
}
.usa-footer-return-to-top.floating-button a {
    display: block;
    width: 100%;
    height: 100%;
    padding: 2.4rem 1.2rem 0.4rem;
    text-align: center;
    text-decoration: none;
    color: #1582c5;
    background-color: #e3e9f2;
    background-image: url(../img/angle-arrow-up-primary.png);
    background-image: url(../img/angle-arrow-up-primary.svg), none;
    background-position: center top 0.4rem;
    background-repeat: no-repeat;
    background-size: 2rem 2rem;
    border-radius: 4px;
    box-shadow: 2px 2px 8px rgba(102, 102, 102, 0.1);
}
.usa-footer-return-to-top.floating-button a:hover {
    color: #243745;
    background-image: url(../img/angle-arrow-up-primary-hover.png);
    background-image: url(../img/angle-arrow-up-primary-hover.svg), none;
    text-decoration: underline;
}
@media screen and (min-width: 600px) {
    .usa-footer-return-to-top.floating-button.static-position {
        margin-top: 1.2em;
    }
}
@media screen and (min-width: 960px) {
    .usa-footer .usa-footer-return-to-top.small-only-button {
        display: none;
    }
}


/* Footer Logo */
.usa-footer-big-logo-heading a {
    display: block;
    width: 192px;
    height: 54px;
    margin: 0 auto;
    background-image: url(../img/orau-logo-white.png);
    background-image: url(../img/orau-logo-white.svg), none;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.usa-footer-big-logo-heading a span {
    display: block;
    position: absolute;
    top: 0;
    left: -9999px;
    width: 0;
    height: 0;
}

/* Footer Primary Navigation */
.usa-footer-nav {
    display: flex;
    flex: 1 1 100%;
    flex-wrap: wrap;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.usa-footer-nav > div,
.usa-footer-nav > ul {
    flex: 0 1 100%;
}
.usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
    padding: 1.2rem 0 0;
    margin-top: 1rem;
}
.usa-footer .usa-footer-primary-link:hover {
    text-decoration: none;
}
.usa-footer .usa-footer-primary-link a:hover {
    text-decoration: underline;
}
.usa-footer .usa-background-dark a:active,
.usa-footer .usa-background-dark a:focus {
	color: #fff;
}
.usa-footer .usa-background-dark a:focus {
	outline-color: #f1f1f1;
}
.usa-footer-nav ul.hidden .usa-footer-primary-link,
.usa-footer-big ul .usa-footer-primary-link {
    margin-left: 0;
    margin-bottom: 1.2rem;
    padding: 0;
    background-image: none;
}
.usa-footer-primary-section .usa-footer-nav .usa-footer-contact-links,
.usa-footer-primary-section .usa-search-block .usa-footer-primary-content {
    border-top: none;
}
.usa-footer-primary-section ul.usa-footer-contact-links .usa-footer-primary-link {
    padding-top: 1.5em;
    margin-bottom: 0.8rem;
}

/* Footer Search Form */
.usa-search-block {
    flex: 1 1 auto;
    align-self: flex-start;
    max-width: 46rem;
    margin-top: 1.5em;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}
.usa-search-block .orau-search-form {
    padding-bottom: 1.8rem;
}
.usa-footer .usa-search.usa-search-small [type=submit] {
    border: 0.1rem solid #d6d7d9;
}
.usa-footer .usa-search.usa-search-small [type="search"] {
    background-color: #243745;
    border: 0.1rem solid #d6d7d9;
    border-right: 0;
}

.usa-footer .usa-search.usa-search-small:hover [type="search"],
.usa-footer .usa-search.usa-search-small:active [type="search"],
.usa-footer .usa-search.usa-search-small:focus [type="search"] ,
.usa-footer .usa-search.usa-search-small [type="search"]:focus {
    background-color: #fff;
}

.orau-footer-contact-link {
    position: relative;
    padding-left: 5.4rem;
}
.orau-footer-contact-link::before {
    content: '';
    display: block;
    position: absolute;
    top: -1.1rem;
    left: 0;
    width: 4.4rem;
    height: 4.4rem;
    background-color: #243745;
	background-image: url(../img/envelope.png);
	background-image: url(../img/envelope.svg), none;
	background-size: auto 2.6rem;
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	border: 0.1rem solid #d6d7d9;
	border-radius: 50%;
}
.orau-footer-contact-link:hover::before {
	background-image: url(../img/envelope-active.png);
	background-image: url(../img/envelope-active.svg), none;
	background-color: #1582c5;
}

.usa-footer-secondary_section {
    padding-bottom: 1.2rem;
    padding-top: 1.2rem;
}
.usa-footer .usa-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}


/* Social Icons & Links */
.usa-footer .orau-footer-social-links {
    display: flex;
    justify-content: center;
}
.orau-footer-social-links > li {
    display: inline-block;
    flex: 0 1 4.4rem;
    height: 5.1rem;
}
.usa-footer-big .orau-footer-social-links {
    padding-top: 0;
}

.orau-footer-social-links li a {
    background-color: #2a3c4a;
}
.usa-link-linkedin,
.usa-link-instagram,
.usa-link-twitter,
.usa-link-youtube,
.usa-link-facebook,
.usa-social_link {
	display: inline-block;
	position: relative;
	left: 0;
	width: 4.4rem;
	height: 4.4rem;
	margin: 2.5rem 1rem 1.5rem 0;
	background-size: auto 2.6rem;
	background-position: 50%;
	background-repeat: no-repeat;
	text-align: center;
	border: 0.1rem solid #d6d7d9;
	border-radius: 50%;
}
.usa-link-linkedin span,
.usa-link-instagram span,
.usa-link-twitter span,
.usa-link-youtube span,
.usa-link-facebook span,
.usa-social_link span {
	position: absolute;
	left: -999em;
}
.usa-link-linkedin {
	background-image: url(../img/social-icons/linkedin.png);
	background-image: url(../img/social-icons/linkedin.svg), none;
}
.usa-link-instagram {
	background-image: url(../img/social-icons/instagram.png);
	background-image: url(../img/social-icons/instagram.svg), none;
}
.usa-link-twitter {
	background-image: url(../img/social-icons/twitter.png);
	background-image: url(../img/social-icons/twitter.svg), none;
}
.usa-link-facebook {
	background-image: url(../img/social-icons/facebook.png);
	background-image: url(../img/social-icons/facebook.svg), none;
}
.usa-link-youtube {
	background-image: url(../img/social-icons/youtube.png);
	background-image: url(../img/social-icons/youtube.svg), none;
}
.orau-footer-social-links li a:hover {
	border-color: #fff;
}
.usa-link-linkedin:hover {
	background-image: url(../img/social-icons/linkedin-active.png);
	background-image: url(../img/social-icons/linkedin-active.svg), none;
	background-color: #0077b5;
}
.usa-link-instagram:hover {
	background-image: url(../img/social-icons/instagram-active.png);
	background-image: url(../img/social-icons/instagram-active.svg), none;
    background-color: #d60c5c;
}
.usa-link-twitter:hover {
	background-image: url(../img/social-icons/twitter-active.png);
	background-image: url(../img/social-icons/twitter-active.svg), none;
	background-color: #55acee;
}
.usa-link-facebook:hover {
	background-image: url(../img/social-icons/facebook-active.png);
	background-image: url(../img/social-icons/facebook-active.svg), none;
	background-color: #3b5998;
}
.usa-link-youtube:hover {
	background-image: url(../img/social-icons/youtube-active.png);
	background-image: url(../img/social-icons/youtube-active.svg), none;
    background-color: #e52d27;
}

.usa-footer-contact-links {
    flex: 1 1 100%;
}
.orau-footer-info-links {
    font-size: 1.4rem;
    text-align: center;
}
.orau-footer-info-links a {
    text-decoration: underline;
    color: #d6d7d9;
}
.orau-footer-info-links a:hover {
    text-decoration: none;
    color: #fff;
}
@media screen and (min-width: 420px) {
    .usa-footer-nav > ul {
        flex: 0 1 auto;
        width: 45%;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content:last-child {
        width: 55%;
        padding-left: 10%;
    }
}
@media screen and (min-width: 600px) {
    .usa-footer-big .usa-footer-primary-section {
        padding-top: 9rem;
        padding-bottom: 4.5rem;
    }
    .usa-footer-nav {
        flex-wrap: nowrap;
    }
    .usa-footer-nav,
    .usa-search-block {
        padding-left: 0;
        padding-right: 0;
    }

    .usa-footer-big .usa-footer-logo {
        flex: 0 1 30%;
        padding-top: 0;
    }
    .usa-footer-big-logo-heading {
        margin-top: 0;
    }
    .usa-footer-big-logo-heading a {
        width: 128px;
        height: 36px;
        margin: 0;
    }

    .usa-footer-big .usa-footer-primary-content li:last-child {
        margin-bottom: 0;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
    }
    .usa-footer-big .usa-footer-logo,
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
        padding-right: 3rem;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
        flex: 1 1 auto;
        width: 36%;
        margin-top: 0;
        margin-left: auto;
        padding-top: 0.4rem;
        padding-left: 6%;
        padding-bottom: 0.6rem;
        border-left: 1px solid #fff;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content:last-child {
        width: 34%;
        padding-left: 6%;
    }
    .usa-footer-big .usa-footer-contact-links {
        padding-top: 0;
    }

    .usa-footer-nav .usa-footer-contact-links {
        text-align: left;
    }

    .usa-search-block {
        max-width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .usa-search-block .orau-search-form {
        flex: 0 1 auto;
        width: 60%;
        padding-bottom: 0;
    }
    .usa-footer-primary-section .usa-search-block > .usa-footer-primary-content {
        flex: 0 1 auto;
        width: 34%;
        margin-left: auto;
        padding-left: 6%;
    }

	.orau-footer-social-links li a {
		margin: 0 0 0 1rem;
	}
	.orau-footer-social-links li:first-child a {
	    margin-left: 0;
	}
}
@media screen and (min-width: 951px) {
    .usa-footer-nav {
        justify-content: space-between;
        flex: 0 1 auto;
        width: 65%;
        margin-right: auto;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
        padding-left: 5%;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content:last-child {
        padding-left: 5%;
        border-right: 1px solid #fff;
    }

    .usa-search-block {
        display: block;
        flex: 0 1 auto;
        width: 31%;
        margin-top: 0;
        margin-left: auto;
    }
    .usa-search-block .orau-search-form {
        width: 100%;
        padding-bottom: 2.4rem;
    }
    .usa-footer-primary-section .usa-search-block > .usa-footer-primary-content {
        width: 100%;
        padding-left: 0;
    }

    .orau-footer-info-links {
        margin-left: auto;
        text-align: right;
    }

    .usa-footer .usa-grid {
        flex-wrap: nowrap;
    }
    .usa-footer .orau-footer-social-links {
        justify-content: flex-start;
    }
    .usa-footer-contact-links {
        flex: 0 1 auto;
    }
}
@media screen and (min-width: 1024px) {
    .usa-footer-big .usa-footer-logo {
        width: 29%;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
        width: 32.5%;
        border-right: none;
    }
}
@media screen and (min-width: 1201px) {
    .usa-footer-big .usa-footer-logo {
        width: 30%;
    }
    .usa-footer-big .usa-footer-nav > .usa-footer-primary-content {
        width: 33%;
    }
}

/* Modal */
body {
  position: relative;
  z-index: 1;
}
.modal-overlay {
	position: fixed;
	top: 0;
	left: 0;
	z-index: -1;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	opacity: 0;
    padding: 4em 1.5em;
	background-color: rgba(21, 27, 37, 0);
	transition: all 0.67s ease-in;
}
.modal-overlay.active {
	z-index: 9999;
	opacity: 1;
	background-color: rgba(21, 27, 37, 0.92);
}
.modal-content-container {
    position: relative;
    z-index: 10001;
    opacity: 1;
    width: 100%;
    max-width: 80rem;
    height: 100%;
    max-height: 80vh;
}
.image-overlay .modal-content-container {
    width: auto;
	height: auto;
    max-width: 80vw;
    min-width: 30rem;
}
.video-overlay .modal-content-container,
.zintellect-overlay .modal-content-container {
	height: auto;
}
.modal-video-container {
	width: 100%;
	height: auto;
}
.modal-content {
    height: 100%;
    max-height: 80vh;
    padding: 1em;
    background-color: #fff;
    border-radius: 3px;
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}
.image-overlay .modal-content,
.video-overlay .modal-content,
.modal-video-container .modal-content {
    padding: 0;
}
.image-overlay .modal-content img {
    display: block;
    max-height: 76vh;
}
.modal-content > h1 + img,
.modal-content > h2 + img,
.modal-content > h3 + img,
.modal-content > h4 + img,
.modal-content > h5 + img,
.modal-content > h6 + img {
    display: block;
    max-width: 260px;
    height: auto;
    margin-right: 1em;
    margin-top: 0.75em;
    margin-bottom: 0.5em;
}
.modal-content iframe {
    width: 100%;
    height: 100%;
    max-height: 80vh;
}
.modal-close-button {
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: 10001;
    width: 44px;
    height: 44px;
    padding: 4px;
    background-color: #1582c5;
    background-image: url('../img/close-alt.png');
    background-image: url('../img/close-alt.svg'), none;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 16px 16px;
    border: 3px solid #fff;
    border-radius: 30px;
}
.modal-video-container .modal-close-button {
    top: -22px;
    right: -22px;
}
.modal-close-button:hover,
.modal-close-button:active,
.modal-close-button:focus,
.modal-close-button:focus:hover {
	background-color: #d6d7d9;
	background-image: url('../img/close.png');
	background-image: url('../img/close.svg'), none;
	background-size: 16px 16px;
	border-color: #d6d7d9;
}
@media screen and (min-width: 420px) {
    .modal-overlay {
        padding-left: 3em;
        padding-right: 3em;
    }
}
@media screen and (min-width: 600px) {
    .modal-content > h1 + img,
    .modal-content > h2 + img,
    .modal-content > h3 + img,
    .modal-content > h4 + img,
    .modal-content > h5 + img,
    .modal-content > h6 + img {
        float: left;
    }
}

/* Zintellect Modal */
#zintellect-modal-content,#zintellect-exit-content {
    display:none;
}

/* Embed Resposively :) */
.embed-container {
    position: relative;
    overflow: hidden;
    max-width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
.slideshare-embed {
	padding-bottom: 107.2%;
}
.google-form-embed {
    max-width: 70rem;
    padding-bottom: 100%;
}
.photo-form-embed {
    padding-bottom: 82%;
}
.annualreport-embed {
    margin-bottom: 0.25em;
	padding-bottom: 79.3333%;
}
.svg-embed {
	padding-bottom: 65%;
}
.svg-embed svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}


/* Miscellaneous */
/* Contact Links */
.contact-link {
    display: inline-block;
}
.contact-link a {
    display: flex;
    align-items: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 3px;
}
.contact-link a:hover {
    background-color: #fff;
}
.contact-link a:hover > img {
    visibility: hidden;
}
.email-contact-link a {
    width:4rem;
    background-color: #165191;
}
.email-contact-link a:hover {
    background-color: #1582c5;
}
.email-contact-link a:hover > img {
    visibility: visible;
}
.linkedin-contact-link a {
    background-color: #0077b5;
}
.linkedin-contact-link a:hover {
    background: #fff url(../img/social-icons/linkedin-color.png) center center no-repeat; 
    background-image: url(../img/social-icons/linkedin-color.svg), none;
}
.twitter-contact-link a {
    background-color: #55acee;
}
.twitter-contact-link:hover {
    background-image: url(../img/social-icons/twitter-active.png);
    background-image: url(../img/social-icons/twitter-active.svg), none;
}
.facebook-contact-link a {
    background-color: #3b5998;
}
.facebook-contact-link:hover {
    background-image: url(../img/social-icons/facebook-active.png);
    background-image: url(../img/social-icons/facebook-active.svg), none;
}
.contact-link img {
    display: block;
    width: 2.8rem;
    height: 2.8rem;
    margin: 0 auto;
}

/* Utility Classes */
.u-width-auto { width: auto; }
.u-width-one-half { width: 50%; }
.u-width-one-third { width: 33.34%; }
.u-width-two-thirds { width: 66.67%; }
.u-width-one-fourth { width: 25%; }
.u-width-three-fourths { width: 75%; }

.u-text-color-white { color: #fff; }
.u-text-color-blue { color: #2a6ebb; }
.u-text-color-darkblue { color: #182c50; }
.u-text-color-lightgray { color: #d3d3d3; }
.u-text-color-grey { color: #d6d7d9; }
.u-text-color-black { color: #000; }
.u-text-color-normal { color: #212121; }
.u-text-color-orange { color: #ffa500; }

.u-max-width-25 { max-width: 25%; }
.u-max-width-33 { max-width: 33%; }
.u-max-width-40 { max-width: 42.5%; }
.u-max-width-50 { max-width: 50%; }
.u-max-width-60 { max-width: 62.5%; }
.u-max-width-67 { max-width: 67%; }
.u-max-width-75 { max-width: 75%; }
.u-max-width-80 { max-width: 80%; }

.u-margin-top-0 { margin-top: 0; }
.u-margin-top-025 { margin-top: 0.25em; }
.u-margin-top-05 { margin-top: 0.5em; }
.u-margin-top-1 { margin-top: 1em; }
.u-margin-top-125 { margin-top: 1.25em; }
.u-margin-top-15 { margin-top: 1.5em; }
.u-margin-top-2 { margin-top: 2em; }

.u-margin-bottom-0 { margin-bottom: 0; }
.u-margin-bottom-025 { margin-bottom: 0.25em; }
.u-margin-bottom-05 { margin-bottom: 0.5em; }
.u-margin-bottom-1 { margin-bottom: 1em; }
.u-margin-bottom-125 { margin-bottom: 1.25em; }
.u-margin-bottom-15 { margin-bottom: 1.5em; }
.u-margin-bottom-2 { margin-bottom: 2em; }

.u-padding-top-0 { padding-top: 0; }
.u-padding-top-025 { padding-top: 0.25em; }
.u-padding-top-05 { padding-top: 0.5em; }
.u-padding-top-1 { padding-top: 1em; }
.u-padding-top-125 { padding-top: 1.25em; }
.u-padding-top-15 { padding-top: 1.5em; }
.u-padding-top-2 { padding-top: 2em; }

.u-padding-left-0 { padding-left: 0; }
.u-padding-left-025 { padding-left: 0.25em; }
.u-padding-left-05 { padding-left: 0.5em; }
.u-padding-left-1 { padding-left: 1em; }
.u-padding-left-125 { padding-left: 1.25em; }
.u-padding-left-15 { padding-left: 1.5em; }
.u-padding-left-2 { padding-left: 2em; }

.u-padding-right-0 { padding-right: 0; }
.u-padding-right-025 { padding-right: 0.25em; }
.u-padding-right-05 { padding-right: 0.5em; }
.u-padding-right-1 { padding-right: 1em; }
.u-padding-right-125 { padding-right: 1.25em; }
.u-padding-right-15 { padding-right: 1.5em; }
.u-padding-right-2 { padding-right: 2em; }

.u-padding-bottom-0 { padding-bottom: 0; }
.u-padding-bottom-025 { padding-bottom: 0.25em; }
.u-padding-bottom-05 { padding-bottom: 0.5em; }
.u-padding-bottom-1 { padding-bottom: 1em; }
.u-padding-bottom-125 { padding-bottom: 1.25em; }
.u-padding-bottom-15 { padding-bottom: 1.5em; }
.u-padding-bottom-2 { padding-bottom: 2em; }

.u-text-align-left { text-align: left; }
.u-text-align-center { text-align: center; }
.u-text-align-right { text-align: right; }

.u-font-size-1125 { font-size: 1.125em; }
.u-font-size-125 { font-size: 1.25em; }
.u-font-size-15 { font-size: 1.5em; }
.u-font-size-175 { font-size: 1.75em; }
.u-font-size-2 { font-size: 2em; }
.u-font-size-225 { font-size: 2.25em; }
.u-font-size-25 { font-size: 2.5em; }
.u-font-size-3 { font-size: 3em; }
.u-font-size-4 { font-size: 4em; }

.u-border-light { border: 1px solid #d6d7d9; }
.u-border-top-light { border-top: 1px solid #d6d7d9; }
.u-border-left-light { border-left: 1px solid #d6d7d9; }
.u-border-right-light { border-right: 1px solid #d6d7d9; }
.u-border-bottom-light { border-bottom: 1px solid #d6d7d9; }

.u-border-dark { border: 1px solid #323a45; }
.u-border-top-dark { border-top: 1px solid #323a45; }
.u-border-left-dark { border-left: 1px solid #323a45; }
.u-border-right-dark { border-right: 1px solid #323a45; }
.u-border-bottom-dark { border-bottom: 1px solid #323a45; }
