/*  BASE TYPOGRAPHY STYLES  */
html {
  font-family: 'roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6, p, a, li, blockquote {
  font-family: 'roboto', sans-serif;
}

h1 {
  font-size: 4.0rem;
  font-weight: 400;
  color: #ffffff;
}

h2 {
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.35;
  color: #172b6b;
  margin: 2.75rem 0 1.75rem;
}

h3 {
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.35;
  color: #172b6b;
  margin: 2.0rem 0 1.25rem;
}

h4 {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.35;
  color: #172b6b;
  margin: 1.75rem 0 1.0rem;
}

p {
  font-size: 1.0rem;
  line-height: 1.75rem;
  margin: 1.1rem 0;
}

li {
  font-size: 1.0rem;
  line-height: 1.5rem;
  padding-bottom: 0.5rem;
}

blockquote {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2.0rem;
  background-color: #e6f7fe;
  margin: 0.75rem 0;
  padding: 1rem 2rem;
  border-left: 12px solid #05528f;
}

blockquote h3 {
  margin-top: 1.0rem;
}

blockquote.alert-block {
  background-color: #ffebeb;
  border-left: 12px solid #ff3939;
}

a {
  color: #05528f;
  text-decoration: underline solid #05528f;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

a:hover, a:active {
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.3rem;
}

hr.major {
  border: 1px solid #999999;
}

hr.minor {
  border-top: 1px solid #999999;
}

figure.featured-image {
  margin: 1.5rem 0;
}

figure.image-style-align-right {
  float: right;
}

figcaption {
  font-style: italic;
  padding-top: 0.5rem;
}

figcaption p {
  margin-top: 0.25rem;
}

main {
  padding-bottom: 3.0rem;
}

main#main-content-homepage {
  padding-bottom: 0;
}

/*  VIDEO STYLES  */

/*
iframe {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.0rem;
}
*/

.full-width-video {
  position: relative;
  padding-bottom: 53.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 1.5rem 0 0;
}

.full-width-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*  ALERT STYLES  */

.usa-alert--success {
    background-color: rgba(255,174,57,0.1);
    border-left-color: #ffae39;
    color: #000000;
    margin: 1.0rem 0;
}

/*  TABLE STYLES  */

.usa-table--striped tbody tr:nth-child(odd) td, .usa-table--striped tbody tr:nth-child(odd) th {
    background-color: #e5f6fe;
    color: #000000;
}

/*  BUTTON & TAG STYLES  */

.usa-button {
  border-radius: 0;
  font-family: 'roboto', sans-serif;
  font-weight: 400;
}

.usa-button--accent-warm {
    color: #1b1b1b;
    background-color: #ffae39;
    box-shadow: -3px 3px #172b6b;
    margin-bottom: 3px;
}

a:hover.usa-button--accent-warm, button:hover.usa-button--accent-warm {
  color: #000000;
  background-color: #ff9700;
  box-shadow: -1px 1px #172b6b;
}

.earn-button--big {
  font-size: 1.75rem;
  text-transform: uppercase;
  background-color: #05528f;
  margin-right: 0;
  padding: 1.25rem 1.75rem;
  width: 100%;
}

a:hover.earn-button--big {
  color: #ffae39;
  background-color: #172b6b;
}

.earn-button--small {
  font-size: 1.0rem;
  line-height: normal;
  background-color: #05528f;
  margin-left: 5%;
  padding: 1.0rem 1.5rem;
  width: 90%;
}

a:hover.earn-button--small {
  color: #ffae39;
  background-color: #172b6b;
}

a.earn-button--current-page, a:hover.earn-button--current-page {
  color: #ffae39;
  background-color: #172b6b;
}

.earn-button--search {
  border-right-radius: 99rem;
}

.earn-tag {
  font-family: 'roboto', sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 2.0;
  color: #000000;
  text-transform: capitalize;
  white-space: pre;
  background-color: #ffae39;
  border-radius: 99rem;
  margin-right: 1.0rem;
  padding: 0.25rem 1.0rem 0.3rem;
}

.earn-tag a {
  color: #000000;
  text-decoration: none;
}

.earn-tag a:hover {
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.15rem;
}

.earn-square-tag {
  font-family: 'roboto', sans-serif;
  font-size: 1.0rem;
  font-weight: 700;
  color: #ffae39;
  background-color: #000000;
  border-radius: 0;
  padding: 0.25rem 0.75rem;
}

/*  ACCORDION STYLES  */

.usa-accordion__heading, .usa-prose {
    font-family: 'roboto', sans-serif;
}

h3.usa-accordion__heading button.usa-accordion__button {
  font-size: 1.15rem;
  line-height: normal;
  font-weight: normal;
}

.usa-accordion__content p {
  padding: 0.75rem 0 1.0rem;
}

/*  ALTERNATING ROW STYLES  */

.blue-row {
  background: rgb(229,246,254);
  background: linear-gradient(180deg, rgba(205,238,254,1) 0%, rgba(229,246,254,1) 25%);
}

.white-row {

}

/*  BANNER STYLES  */

#earn-banner {
  padding: 0;
  color: #ffffff;
  background-color: #000000;
}

#earn-banner p {
  font-size: 1.0rem;
  font-weight: 400;
  line-height: 1.5rem;
}

#earn-banner p a {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

#earn-banner p a:hover {
  text-decoration: underline solid #ffffff;
}

/*  PRE-HEADER STYLES  */

#earn-pre-header {
  padding: 0.5rem 2.5rem;
  color: #ffffff;
  background-color: #05528f;
}

#earn-pre-header span a {
  color: #ffffff;
  padding: 0 15px;
}

#earn-pre-header span a:hover {
  text-decoration: underline;
}

#earn-pre-header a img {
  height: 22px;
  padding: 4px 12px 0 0;
  color: #ffffff;
}

/*  HEADER STYLES  */

#earn-header {
  margin: 0 2.5rem;
}

#earn-header-left {
  margin: 1.75rem 0 1.25rem;
}

#earn-header-left img {
  height: 90px;
}

#earn-search {
  margin-top: 2.0rem;
}

#earn-search input {
  width: 100%;
  padding-left: 30px;
  margin-top: 0;
  border: 2px solid #05528f;
  border-right: 0;
  border-radius: 2.0rem 0 0 2.0rem;
  background-color: #ffffff;
}

#earn-nav {
  margin-top: 1.75rem;
}

/*  USA-NAV STYLES  */

li.usa-nav__primary-item {
  padding-bottom: 0;
}

li.usa-nav__primary-item a.usa-nav__link {
  font-size: 1.25rem;
  color: #05528f;
}

li.usa-nav__primary-item button.usa-nav__link {
  font-size: 1.25rem;
  color: #05528f;
}

li.usa-nav__primary-item a:hover.usa-nav__link {
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

li.usa-nav__primary-item button:hover.usa-nav__link {
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.usa-nav__primary button[aria-expanded=true] {
  background-image: url(../img/usa-icons-bg/expand_less.svg), linear-gradient(transparent, transparent);
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-position: right 0.75rem top 53%;
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

/*  USA-MEGAMENU Styles  */

.usa-megamenu.usa-nav__submenu {
  padding: 1.25rem 1.0rem;
  left: 0;
  right: 0;
}

.usa-nav__submenu {
    background-color: #ffffff;
    border: 1px solid #cccccc;
    box-shadow: rgba(23, 43, 107, 0.25) 0px 25px 50px -12px;
}

.usa-megamenu .border-right {
  border-right: 1px solid #cccccc;
}

.usa-nav__submenu .usa-nav__submenu-item a {
    text-decoration-style: solid;
    text-decoration-thickness: 1px;
}

.usa-nav__submenu .usa-nav__submenu-item a:hover {
    text-decoration-thickness: 1px;
}

.usa-megamenu.usa-nav__submenu::before {
    background-color: transparent;
}

.usa-megamenu.usa-nav__submenu::after {
    background-color: transparent;
}

.usa-megamenu a {
  color: #05528f;
  text-decoration: underline solid #05528f;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.usa-megamenu a:hover {
  color: #172b6b;
  text-decoration: underline solid #172b6b;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

.usa-megamenu h1 {
  font-size: 1.75rem;
  font-weight: 700;
  margin: 0.5rem 0 0;
}

.usa-megamenu h2 {
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  margin: 0 0 1.25rem;
}

.usa-megamenu h3 {
  font-size: 1.15rem;
  font-weight: 500;
  margin: 0;
}

.usa-megamenu h4 {
  font-size: 1.0rem;
  font-weight: 400;
  margin: 0 0 0.5rem 0.5rem;
}


.usa-megamenu p {
  font-size: 1.0rem;
  line-height: 1.5rem;
  margin: 0.5rem 0 0.5rem;
}

.usa-megamenu img.thumbnail {
  width: 40%;
  margin: 4px 15px 0 0;
}

.usa-megamenu li {
  margin-top: 0;
}

/*  FOOTER STYLES  */

#earn-pre-footer {
  padding: 5px 0;
  color: #ffffff;
  background-color: #05528f;
}

#earn-pre-footer h2 {
  font-size: 1.5rem;
  font-weight: 400;
  color: #ffffff;
}

#earn-pre-footer h3 {
  font-size: 1.3rem;
  font-weight: 300;
  color: #f6af18;
}

#earn-pre-footer h3 a {
  color: #f6af18;
  text-decoration: underline solid #f6af18;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

#earn-pre-footer h3 a:hover {
  color: #ffffff;
  text-decoration: underline solid #ffffff;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}

#earn-footer {
  padding: 3.25rem;
  color: #ffffff;
  background-color: #172b6b;
}

#earn-footer a {
    color: #ffffff;
}

#earn-logo-reversed {
  height: 50px;
}

#earn-social-media {
  height: 22px;
  margin-top: 11px;
}

#earn-social-media a {
  text-decoration: none;
}

#earn-social-media img {
  height: 22px;
  padding-right: 15px;
  color: #ffffff;
}

/*  --  HOMEPAGE STYLES  --  */

/*  Pathway Styles  */

#pathway-messaging {
  background-color: #172b6b;
  background-image: linear-gradient(#201b5b, #172b6b);
}

#pathway-messaging h2 {
  font-weight: 300;
  color: #ffffff;
  margin: 2.0rem 0;
}

#pathway-messaging h2 a {
  color: #ffae39;
  text-decoration: underline solid #ffae39;
  text-decoration-thickness: 2px;
  text-underline-offset: 0.25rem;
}

#pathway-messaging h2 a:hover {
  text-decoration-style: solid;
}

#pathway-photos {
  margin: 7px 0 7px 7px;
}

#pathway-photos div {
  height: 325px;
  margin-right: 7px;
}

#pathway-buttons {
  margin: 7px 0 7px 7px;
}

#pathway-buttons div {
  margin-right: 7px;
}

#popular-topics {
  padding: 2.0rem 0;
}

#popular-topics .tag-prefix-label {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

/*  Upper Featured  Styles  */

#featured-upper {
  padding: 0;
}

#featured-upper h3, #featured-lower h3 {
  font-weight: 500;
  text-transform: uppercase;
  margin: 3.0rem 0 2.0rem;
}

#featured-upper h4, #featured-lower h4 {
  font-size: 1.75rem;
  line-height: 1.25;
  margin: 1.5rem 0;
  color: #000000;
}

#featured-document img {
  border: #172b6b solid 2px;
  margin-top: 0.75rem;
  float: left;
}

#featured-document-info {
  margin-bottom: 0.75rem;
  position: absolute; bottom: 0;
  left: 275px;
}

#featured-resources div {
  display: flex;
  align-items: center;
  height: 115px;
}

/*  AskEARN FAQ Styles  */

#askearn-faq {
  background-color: #ffffff;
  background-image: url("../images/askearn-blue-bg.svg");
  background-position: left bottom;
  background-repeat: repeat-x;
}

#askearn-faq-bar {
  color: #ffffff;
  background-color: #172b6b;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  height: 150px;
}

#askearn-faq-bar select {
  width: 100%;
  padding-left: 30px;
  margin-top: 0;
  border: 2px solid #ffae39;
  border-radius: 2.0rem 0 0 2.0rem;
  background-color: #ffffff;
}

#askearn-faq-bar a {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffae39;
  text-decoration: underline solid #ffae39;
}

#askearn-faq-bar a:hover {
  font-size: 1.25rem;
  font-weight: 300;
  color: #ffae39;
  text-decoration: underline solid #ffae39;
}

/*  Lower Featured  Styles  */

#featured-lower {
  background-color: #e5f6fe;
  padding-bottom: 5.0rem;
}

#featured-lower p {
  font-size: 1.125rem;
}

#employer-spotlight img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

#featured-event span.earn-date-banner {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ffffff;
  background-color: #05528f;
  background-image: url("../images/earn-event-banner-tail.svg");
  background-origin: border-box;
  background-position: right center;
  background-repeat: no-repeat;
  padding: 0 30px;
  display: flex;
  align-items: center;
  height: 70px;
}

#featured-event img {
  margin-top: 4.0rem;
}

/*  --  PAGE STYLES  --  */

/*  Title Block Styles  */

#page-title {
  background-color: #172b6b;
  background-image: linear-gradient(#201b5b, #172b6b);
  color: #ffffff;
}

#page-title h1 {
  margin: 4.0rem 0 2.0rem;
}

#page-title p {
  font-weight: 100;
  font-size: 1.75rem;
  line-height: 2.25rem;
  margin: 0 0 3.0rem;
}

#page-breadcrumb p {
  font-size: 1.25rem;
}

/*  Page Content Styles  */

#page-content {
  padding-top: 3.0rem;
  padding-bottom: 3.0rem;
}

#page-content h2 {
  font-size: 2.5rem;
}

#page-introduction {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #aaaaaa;
}

#page-introduction p {
  font-size: 1.25rem;
  line-height: 2.5rem;
}

#page-body .case-study-grid img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-height: 75px;
  max-width: 275px;
}

#page-sidebar-column figure {
  margin: 1.0rem 0;
}

figure.image-style-align-left {
  float: left;
  margin-left: 0;
}

figure.image-style-align-right {
  float: right;
  margin-right: 0;
}

/*  --  FAQ STYLES  --  */

.usa-prose > p {
  line-height: 1.75;
  max-width: 100%;
}

/*  --  EVENT STYLES  --  */


/*  --  COMPACT LIST (PUBLICATION, PROFILES, EVENTS) STYLES  --  */

.compact-list h4 {
  margin-bottom: 0;
}

.compact-list p {
  margin-top: 0.5rem;
}
