body,
p, ul, ol, li, a {
  color: #212121; }

legend, label,
h1, h2, h3, h4, h5, h6 {
  color: #205493; }

.usa-section-dark legend, .usa-section-dark label,
.usa-section-dark h1, .usa-section-dark h2, .usa-section-dark h3, .usa-section-dark h4, .usa-section-dark h5, .usa-section-dark h6,
.usa-section-dark p {
  color: #ffffff; }

legend,
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px; }

ul, li {
  margin-bottom: 0; }

form {
  max-width: 100%; }

.usa-section p,
.usa-section > ul,
.usa-section > ol,
.usa-section > h1,
.usa-section > h2,
.usa-section > h3,
.usa-section > h4,
.usa-section > h5,
.usa-section > h6 {
  max-width: 62.5rem; }

a {
  color: #0071bc; }
  a:hover {
    color: #205493; }
  a:active {
    color: #0071bc; }
  a:visited {
    color: #0071bc; }

#main:focus {
  outline: none; }

@media (min-width: 600px) {
  .usa-width-one-whole.usa-section {
    position: relative;
    left: 50%;
    max-width: 62.5rem;
    margin-left: -31.25rem; } }
.usa-button,
.usa-button-primary,
.usa-button:visited,
.usa-button-primary:visited,
button,
[type="button"],
[type="submit"],
[type="reset"],
[type="button"],
[type="submit"],
[type="reset"],
[type="image"] {
  background-color: #0071bc;
  color: #fff;
  font-family: 'Lato', sans-serif;
  margin-bottom: 20px;
  margin-top: 20px; }

.usa-button:hover,
.usa-button-primary:hover,
.usa-button:visited:hover,
.usa-button-primary:visited:hover,
button:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover,
[type="button"]:hover,
[type="submit"]:hover,
[type="reset"]:hover,
[type="image"]:hover {
  background-color: #205493; }

@media (max-width: 500px) {
  .usa-button,
  .usa-button-primary,
  .usa-button:visited,
  .usa-button-primary:visited,
  button,
  [type="button"],
  [type="submit"],
  [type="reset"],
  [type="button"],
  [type="submit"],
  [type="reset"],
  [type="image"] {
    width: auto; } }
@media all and (min-width: 951px) {
  .usa-header-basic .usa-navbar {
    width: 30%; } }
@media all and (max-width: 951px) {
  #logo img {
    max-height: 3.7rem; } }
.usa-nav-primary a:hover {
  color: #0071bc; }

.usa-nav-link:hover span {
  border-bottom-color: #0071bc; }

.usa-sidenav-list a.usa-current {
  border-left: 4px solid #0071bc;
  color: #0071bc; }
.usa-sidenav-list a {
  color: #212121; }
.usa-sidenav-list a:hover {
  color: #0071bc; }

.center-content {
  text-align: center; }

.home .usa-width-one-whole > p {
  max-width: 77rem;
  font-size: 20px;
  line-height: 1.7; }

.hero-unit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 32em;
  position: relative; }

.standard-unit {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  min-height: 14em;
  position: relative; }

.hero-content {
  background-color: rgba(33, 33, 33, 0.4);
  bottom: 20px;
  left: 50%;
  margin-left: -30%;
  padding-top: 20px;
  position: absolute;
  text-align: center;
  width: 60%; }

.hero-content h1 {
  color: white;
  font-size: 36px;
  font-weight: 100;
  line-height: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: .3em;
  padding-right: .3em; }

.hero-content .usa-button {
  font-size: 22px;
  line-height: 30px; }

iframe {
  margin-left: 25%;
  width: 50%; }

@media (max-width: 800px) {
  iframe {
    margin-left: 10%;
    width: 80%; } }
@media (max-width: 500px) {
  iframe {
    margin-left: 0;
    width: 95%; } }
@media (max-width: 321px) {
  iframe {
    min-height: 4rem;
    width: 100%; } }
.page--banner {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 300px;
  width: 100%; }

.caption {
  float: right; }

@media screen and (min-width: 600px) {
  .project-container {
    display: flex;
    flex-wrap: wrap;
    width: 102.5%; } }
.card {
  box-shadow: 0 0 0 1px #d6d7d9;
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none; }
  @media all and (min-width: 800px) {
    .card {
      display: flex;
      flex-direction: column;
      margin-right: 2.3%;
      min-height: 450px;
      width: 31%; } }
  .card:hover {
    box-shadow: 0 0 0 1px #0071bc; }
  .card:active {
    box-shadow: #3e94cf; }

.card-link {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute; }

.card-banner {
  margin: 3rem; }
  @media all and (min-width: 800px) {
    .card-banner {
      flex: 1 0 auto; } }

.card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 200px;
  width: 100%; }

.card-description.card-description {
  color: #0071bc;
  margin-top: 0; }

.card-summary {
  font-size: 16px;
  margin-bottom: 0; }
  .card-summary em {
    font-style: normal; }

.card-read {
  margin: 0 3rem;
  color: #0071bc;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }
  .card-read:visited {
    color: #0071bc; }
  .card-read svg {
    display: inline-block;
    height: 1.2rem;
    margin-bottom: -1px;
    width: 1.2rem;
    margin-left: 4px; }

.bio-card-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 280px;
  width: 100%; }

.bio-card-description.bio-card-description {
  color: #515151;
  margin: 2rem; }

.bio-card-summary {
  font-size: 14px;
  margin: 2rem;
  text-transform: uppercase; }

.bio-card-read {
  margin: 0 2rem;
  color: #0071bc;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none; }
  .bio-card-read:visited {
    color: #0071bc; }
  .bio-card-read svg {
    display: inline-block;
    height: 1.2rem;
    margin-bottom: -1px;
    width: 1.2rem;
    margin-left: 4px; }

.leadership-card {
  box-shadow: 0 0 0 1px #d6d7d9;
  display: block;
  margin-bottom: 3rem;
  padding-bottom: 3rem;
  position: relative;
  text-decoration: none; }
  @media all and (min-width: 800px) {
    .leadership-card {
      display: flex;
      flex-direction: column;
      margin-right: 17%;
      min-height: 450px;
      width: 31%; } }
  .leadership-card:hover {
    box-shadow: 0 0 0 1px #0071bc; }
  .leadership-card:active {
    box-shadow: #3e94cf; }

.usa-banner-header .usa-banner-inner > img {
  padding-top: 3px; }

.banner.tagline {
  background-color: #112e51; }

.banner.tagline .usa-grid {
  padding: 3rem; }

.banner.tagline p {
  color: #fff;
  margin-bottom: 75px;
  max-width: 80%; }

.banner.tagline h2 {
  color: #fff;
  margin-top: 75px; }

.banner.contact {
  background-color: #112e51; }

.banner.contact form {
  padding-top: 2em; }

.banner.contact h2,
.banner.contact p,
.banner.contact legend,
.banner.contact label,
.banner.contact a,
.banner.contact a:hover,
.banner.contact a:visited {
  color: #fff; }

.banner .usa-button,
.banner .usa-button-primary,
.banner .usa-button:visited,
.banner .usa-button-primary:visited,
.banner button,
.banner [type="button"],
.banner [type="submit"],
.banner [type="reset"] {
  background-color: #dce4ef;
  color: #112e51; }

.usa-footer-primary-section {
  background-color: #363f48; }

.usa-footer-secondary_section {
  background-color: #d6d7d9; }

footer p,
footer h1,
footer h2,
footer h3,
footer h4,
footer h5,
footer h6,
footer a,
footer a:hover,
footer a:visited {
  color: #ffffff; }

.usa-footer-logo p {
  font-size: .7em; }

.page-team .usa-graphic_list .usa-media_block {
  margin-bottom: 6rem; }
  @media all and (min-width: 800px) {
    .page-team .usa-graphic_list .usa-media_block {
      margin-right: 0;
      width: 50%; } }
.page-team .usa-graphic_list h3 {
  margin-top: 0; }

.team-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: circle(62px at center);
  height: 124px;
  width: 124px; }

.page-team-single .team-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  clip-path: circle(135px at center);
  height: 270px;
  width: 270px; }

/* blog element styling */
.tags {
  list-style: none;
  display: inline;
  margin: 0;
  overflow: hidden;
  padding: 0; }

.tag {
  background: #eee;
  border-radius: 3px 0 0 3px;
  color: #333;
  display: inline-block;
  height: 26px;
  line-height: 26px;
  padding: 0 20px 0 23px;
  position: relative;
  margin: 5px 10px 10px 5px;
  text-decoration: none;
  -webkit-transition: color 0.2s; }

.tag::before {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.25);
  content: '';
  height: 6px;
  left: 10px;
  position: absolute;
  width: 6px;
  top: 10px; }

.tag::after {
  background: #fff;
  border-bottom: 13px solid transparent;
  border-left: 10px solid #eee;
  border-top: 13px solid transparent;
  content: '';
  position: absolute;
  right: 0;
  top: 0; }

.tag:hover {
  background-color: crimson;
  color: #fff; }

.tag:hover::after {
  border-left-color: crimson; }

.pagination a, .pagination span {
  padding: 7px 18px;
  margin-left: -2px;
  margin-right: -2px;
  background-color: #ffffff;
  display: inline-block;
  font-weight: 700;
  text-decoration: none; }

.pagination a:hover {
  background-color: #f1f1f1;
  border-radius: 10px;
  color: #333;
  text-decoration: underline; }

.pagination {
  text-align: center;
  list-style: none;
  margin: auto;
  overflow: hidden;
  padding: 0; }

.blogindex-img {
  float: left;
  display: block;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.19);
  width: 150px;
  height: 150px; }

.initiative-image {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 3rem;
  height: 200px;
  width: 100%; }

.priority-image {
  display: block;
  object-fit: cover;
  border-radius: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 3px 15px 0 rgba(0, 0, 0, 0.19);
  margin-bottom: 3rem;
  height: 100%; }

/* homepage hero styling box*/
.hero-styling {
  border-radius: 3px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19); }

/* back to top button*/
#backtotop {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  border: none;
  outline: none;
  background-color: #205493;
  color: #ffffff;
  cursor: pointer;
  padding: 15px;
  border-radius: 10px;
  font-size: 18px; }

#backtotop:hover {
  background-color: #112e51; }

/*reskilling page styling*/
.rs-banner {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-position: center;
  background-repeat: no-repeat;
  width: auto;
  max-height: 100%; }

.rs-heading {
  font-family: "Oswald",sans-serif;
  font-weight: 400;
  color: #494440; }

.rs-hero {
  font-size: 5rem;
  display: inline; }

.rs-button {
  display: block;
  margin: auto;
  border: 3px solid #003366;
  border-radius: 15px;
  color: #003366;
  height: 70px;
  line-height: 60px;
  text-decoration: none;
  text-transform: uppercase;
  max-width: 40%;
  min-width: 300px;
  text-align: center;
  font-family: "Oswald",sans-serif;
  font-weight: 700;
  font-size: 22px;
  margin: 5% auto; }

.rs-button:hover {
  background-color: #003366;
  color: #ffffff; }

.rs-button:visited {
  color: #003366; }

.rs-button:visited:hover {
  background-color: #003366;
  color: #ffffff; }

.rs-img {
  display: block;
  margin: auto; }

.rs-p {
  text-align: center;
  max-width: 100%;
  padding: 3rem 2rem; }

.rs-1 {
  font-weight: 700;
  font-size: 35px;
  color: #003366; }

.rs-2 {
  font-weight: 700;
  font-size: 35px;
  color: #006699; }

.rs-3 {
  font-weight: 700;
  font-size: 35px;
  color: #99ccff; }

.rs-table {
  border-collapse: collapse;
  max-width: 100%;
  border: 0px solid #ffffff; }

.rs-table-header {
  padding: 2.6rem;
  text-align: left;
  border: 0px solid #ffffff;
  border-bottom: 1px solid #ddd;
  font-family: 'Oswald', sans-serif;
  font-weight: 700;
  color: #494440; }

.rs-td {
  padding: 12px;
  padding-left: 2.6rem;
  border: 0px solid #ffffff;
  border-bottom: 1px solid #ddd; }

.timeline {
  --uiTimelineMainColor: var(--timelineMainColor, #006699);
  --uiTimelineSecondaryColor: var(--timelineSecondaryColor, #fff);
  position: relative;
  padding-top: 3rem;
  padding-bottom: 3rem; }

.timeline:before {
  content: "";
  width: 4px;
  height: 100%;
  background-color: var(--uiTimelineMainColor);
  position: absolute;
  top: 0; }

.timeline__group {
  position: relative; }

.timeline__group:not(:first-of-type) {
  margin-top: 4rem; }

.timeline__box {
  position: relative; }

.timeline__box:not(:last-of-type) {
  margin-bottom: 30px; }

.timeline__box:before {
  content: "";
  width: 100%;
  height: 2px;
  background-color: var(--uiTimelineMainColor);
  position: absolute;
  left: 0;
  z-index: -1; }

.timeline__date {
  min-width: 60px;
  min-height: 60px;
  position: absolute;
  left: 0;
  border-radius: 50%;
  box-sizing: border-box;
  padding: .5rem 1.5rem;
  text-align: center;
  background-color: var(--uiTimelineMainColor);
  color: var(--uiTimelineSecondaryColor); }

.timeline__day {
  font-size: 2rem;
  font-weight: 700;
  display: block; }

.timeline__month {
  display: block;
  font-size: .8em;
  text-transform: uppercase; }

.timeline__post {
  padding: 1.5rem 2rem;
  border-radius: 2px;
  border-left: 3px solid var(--uiTimelineMainColor);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  background-color: var(--uiTimelineSecondaryColor); }

@media screen and (min-width: 641px) {
  .timeline:before {
    left: 30px; }

  .timeline__group {
    padding-top: 55px; }

  .timeline__box {
    padding-left: 80px; }

  .timeline__box:before {
    top: 50%;
    transform: translateY(-50%); }

  .timeline__date {
    top: 50%;
    margin-top: -27px; } }
@media screen and (max-width: 640px) {
  .timeline:before {
    left: 0; }

  .timeline__group {
    padding-top: 40px; }

  .timeline__box {
    padding-left: 20px;
    padding-top: 70px; }

  .timeline__box:before {
    top: 90px; }

  .timeline__date {
    top: 0; } }
.timeline {
  --timelineMainColor: #006699;
  font-size: 16px; }

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%; } }
@media screen and (max-width: 767px) {
  html {
    font-size: 55%; } }
/* Section border */
.section-border {
  box-shadow: 1px 6px 11px -2px rgba(0, 0, 0, 0.49) inset;
  -webkit-box-shadow: 1px 6px 11px -2px rgba(0, 0, 0, 0.49) inset;
  -moz-box-shadow: 1px 6px 11px -2px rgba(0, 0, 0, 0.49) inset; }
