html, body {
  height: 100%;
}

.hero__logo, .hero__text, .page-header__content h1 {
  filter: drop-shadow( 2px 1px 3px rgba(0, 0, 0, .9));
  text-shadow: 2px 1px 3px rgba(0, 0, 0, 0.9);
}

body {
  display: flex;
  flex-direction: column;
  margin-bottom: 0 !important;
}
body > * {
  flex-shrink: 0;
}

a {
  color: #003DA5;
  color: var(--primary);
}
a:focus, a:hover {
  color: #001f53;
  color: var(--primary-hover);
}

details {
  margin-bottom: 1.5rem;
  padding: 15px;
  border: 1px solid rgba(0, 61, 165, 0.5);
  border-color: var(--primary);
}
details summary {
  color: #003DA5;
  color: var(--primary);
  font-family: Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: bold;
}
details summary:focus, details summary:hover {
  color: var(--primary-hover);
}
details[open] summary {
  margin-bottom: 1.5rem;
}
details p:last-child, details ul:last-child, details ol:last-child {
  margin-bottom: 0.75rem;
}

.main-content {
  margin-top: 3rem;
}
.main-content > .container > :first-child {
  margin-top: 0;
}

/* Navigation Bar */
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link {
  color: black;
}
.navbar-brand {
  padding-top: 7px;
  padding-bottom: 7px;
}
.navbar-brand img {
  display: block;
  width: auto;
  height: 45px;
  max-width: 200px;
}

.dropdown:hover .dropdown-menu {
  display: block;
}

.dropdown-menu {
  margin-top: 0;
}

.overflow-right .dropdown-menu{
  right: .5rem;
  left: unset;
}

#site-footer {
  position: unset;
  flex: 1;
  height: unset;
  margin-top: 4.5rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #5392ff;
  background-color: var(--primary-light);
  font-size: 0.875rem;
}
#site-footer a {
  font-weight: 600;
}
#site-footer .nav {
  flex-direction: column;
}
#site-footer .nav-link {
  margin-left: -1rem;
}
@media (min-width: 767px) {
  #site-footer .nav-link {
    margin-left: unset;
  }
}
#site-footer .nav-link:focus, #site-footer .nav-link:hover {
  background-color: rgba(0, 0, 0, 0.1);
  background-color: hsla(var(--primary-h), var(--primary-s), var(--primary-l), 0.1);
}
#site-footer .footer-logo img {
  width: 200px;
}
#site-footer .footer-logo--tribe {
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
@media (min-width: 767px) {
  #site-footer .footer-logo--tribe {
    padding-top: unset;
    border-top: unset;
    border-left: 1px solid rgba(0, 0, 0, 0.5);
    text-align: center;
  }
  #site-footer .footer-logo--tribe.border-right {
    border-right: 1px solid rgba(0, 0, 0, 0.5) !important;
  }
}
@media (min-width: 992px) {
  #site-footer .footer-logo {
    text-align: center;
  }
  #site-footer .footer-logo img {
    width: auto;
    max-height: 160px;
  }
  #site-footer .footer-logo--tribe img {
    width: 200px;
    max-height: unset;
  }
}
#site-footer .footer-text--fine-print {
  font-style: italic;
}
@media (min-width: 767px) {
  #site-footer .footer-text--fine-print {
    text-align: center;
  }
}
#site-footer.footer-dark {
  background-color: #001f53;
  background-color: var(--primary-dark);
  color: white;
  font-weight: 300;
}
#site-footer.footer-dark a {
  color: white;
  font-weight: 500;
}
#site-footer.footer-dark .nav-link:focus,
#site-footer.footer-dark .nav-link:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
#site-footer.footer-dark .footer-logo--tribe {
  border-color: rgba(255, 255, 255, 0.5);
}
#site-footer.footer-dark .footer-logo--tribe.border-right {
  border-right-color: rgba(255, 255, 255, 0.5) !important;
}
#site-footer .social-links a {
  display: inline-block;
  margin-right: 0.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6,
h1, h2, h3, h4, h5, h6 {
  font-family: Arial, sans-serif;
  font-weight: bold;
  margin-bottom: 1.5rem;
  letter-spacing: -0.0125em;
}

.h2, h2 {
  margin-top: 3rem;
}

.h3, h3 {
  font-size: 1.5rem;
  font-weight: bold;
}

p, address, blockquote, ul, ol {
  margin-bottom: 1.5rem;
}
p:last-child, address:last-child, blockquote:last-child, ul:last-child, ol:last-child {
  margin-bottom: 0;
}

.modular-row > .container > p:first-child {
  margin-top: 3rem;
}

.btn-primary {
  background-color: #003DA5;
  background-color: var(--primary);
  border-color: #003DA5;
  border-color: var(--primary);
}
.btn-primary:focus, .btn-primary:hover {
  background-color: #002a72;
  background-color: var(--primary-hover);
  border-color: #002a72;
  border-color: var(--primary-hover);
}

.btn-outline-light:hover {
  color: #003DA5;
  color: var(--primary);
}

.header .btn:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.header .btn-outline-light {
  border: 1px solid #f8f9fa;
}
.header .btn-outline-light:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
  color: #f8f9fa;
}

.callout {
  padding: 0;
  background-color: transparent;
}
.callout .container h2 {
  padding-top: 0;
}
.callout .container :last-child {
  margin-bottom: 0;
}

.client-showcase__list {
  padding-left: 0;
  list-style-type: none;
}
.client-showcase__list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
}

.features {
  position: relative;
  top: -1px;
  padding: 1rem;
  background-color: #003DA5;
  background-color: var(--primary);
  color: white;
}
.features .row {
  flex-direction: column;
}
@media (min-width: 576px) {
  .features .row {
    flex-direction: row;
  }
}
.features .feature-items--grid .row {
  flex-direction: row;
}
@media (min-width: 576px) and (max-width: 767px) {
  .features .feature-items--grid .feature {
    flex-direction: row;
    text-align: left;
  }
  .features .feature-items--grid .feature__content {
    margin-top: 0;
  }
  .features .feature-items--grid .feature .las {
    margin-right: 0.5rem;
  }
}

.feature {
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  text-align: center;
}
.feature .las {
  font-size: 3rem;
}
.feature__content {
  margin-top: 0.5rem;
}
.feature--linked:focus, .feature--linked:hover {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;
  text-decoration: none;
}
.feature :last-child {
  margin-bottom: 0;
}

.gallery .nav {
  margin-bottom: 1.5rem;
}
.gallery .nav-item {
  margin-bottom: 1rem;
}
.gallery .nav-link {
  height: 100%;
  padding: 0;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ccc;
}
.gallery .nav-link.active {
  border-color: #001f53;
  border-color: var(--primary-dark);
  color: #001f53;
  color: var(--primary-dark);
}
.gallery .nav-link img, .gallery .nav-link svg {
  display: block;
}
.gallery .nav-link h3 {
  margin-bottom: 0;
}
.gallery .nav-link p {
  font-style: italic;
}
@media (max-width: 575px) {
  .gallery .nav-link img, .gallery .nav-link svg {
    display: none;
  }
  .gallery .nav-link h3 {
    font-size: 1.25rem;
  }
  .gallery .nav-link p {
    font-size: 0.875rem;
  }
}
@media (min-width: 576px) {
  .gallery .nav-item {
    margin-bottom: unset;
  }
  .gallery .nav-link {
    padding-bottom: 1.5rem;
  }
  .gallery .nav-link img, .gallery .nav-link svg {
    margin-bottom: 1.5rem;
  }
}

.hero {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #001f53;
  background-color: var(--primary-dark);
  background-image: none;
  color: white;
}
.hero .image-box {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.hero .image-box img {
  width: 100%;
  height: auto;
  min-height: 105%;
  object-fit: cover;
}
.hero::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 2rem;
  bottom: 2rem;
  width: 100%;
  background-color: inherit;
  opacity: 0.7;
}
.hero .overlay-box > :first-child {
  position: relative;
  z-index: 2;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.hero .overlay-box > :first-child img {
  max-height: 120px;
}
@media (min-width: 576px) {
  .hero {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hero::before {
    top: 4rem;
    bottom: 4rem;
  }
  .hero .overlay-box > :first-child {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
  .hero .overlay-box > :first-child img {
    max-height: 200px;
  }
}
@media (min-width: 1200px) {
  .hero .overlay-box > :first-child {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
  .hero .btn-primary {
    margin-bottom: -2rem;
  }
}

.page-header {
  position: relative;
  width: 100%;
  background-color: #001f53;
  background-color: var(--primary-dark);
}
.page-header::before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  opacity: 0.7;
}
.page-header__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.page-header__image img {
  width: 100%;
  height: auto;
  min-height: 105%;
  object-fit: cover;
}
.page-header__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: white;
  text-align: center;
  z-index: 2;
}
.page-header__content > * {
  position: relative;
  z-index: 1;
}
@media (min-width: 576px) {
  .page-header__content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}
.page-header h1 {
  font-size: 2.75rem;
  color: white;
  margin-bottom: 0;
}
@media (min-width: 576px) {
  .page-header h1 {
    font-size: 3.75rem;
  }
}

.home-page .hero__logo {
  border-bottom: 1px solid white;
  padding-bottom: 2rem;
}
@media (min-width: 992px) {
  .home-page .hero__logo {
    display: flex;
    align-items: center;
    padding-right: 30px;
    margin-bottom: unset;
    padding-bottom: unset;
    border-right: 1px solid white;
    border-bottom: unset;
  }
}
.home-page .hero__text {
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
}
.home-page .hero__text p {
  margin-bottom: 0.5rem;
  font-size: 1.25rem;
  font-weight: 400;
}
.home-page .hero__text--short p {
  font-size: 1.5rem;
  font-family: Arial, sans-serif;
  font-weight: bold;
  letter-spacing: -0.0125em;
  line-height: 1.2;
}
.home-page .hero__text--short p:last-child {
  margin-top: 0;
  margin-bottom: 0 !important;
  color: #f0f0f0;
  font-size: 2.5rem;
  line-height: 1;
}
.leadership__name {
  font-size: .92rem;
}
.leadership__title {
  font-size: .72rem;
  font-style: normal;
}

@media (min-width: 992px) {
  .leadership__name {
    font-size: 1.15rem;
  }
  .leadership__title {
    font-size: .90rem;
    font-style: italic;
  }
  
  .home-page .hero__text {
    padding-left: 30px;
    padding-right: 30px;
  }
  .home-page .hero__text p {
    text-align: left;
  }
  .home-page .hero__text--short {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .home-page .hero__text--short p {
    text-align: center;
  }
  .home-page .hero__text--short p:last-child {
    font-size: 3.75rem;
  }
}
@media (min-width: 1200px) {
  .home-page .hero__text p {
    font-size: 1.5rem;
  }
}
.home-page .hero h1 {
  width: 100%;
  margin-bottom: 0;
}

.news-item .content {
  padding: 3rem;
}

.blog-image img {
  width: 100%;
}

.news-item-list img {
  width: 100%;
}

.cta-btn {
  background-color: #0A2B56 !important;
  color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  padding: 6px 10px;
  line-height: 40px;
  font-weight: bold;
}

.cta-btn:hover {
  background-color: #DB363D !important;
  color: #fff;
  text-decoration: none;
}

.news-article__image {
  float: right;
  max-width: 30%;
}
.news-article__image img {
  width: 100%;
  padding: 1.5rem;
}

.list-blog-date {
  color: grey;
}

.news-article {
  padding: 1.5rem;
}

.news-article__content img:nth-of-type(odd) {
  max-width: 30%;
  float: left;
  padding: 1.5rem;
}

.news-article__content img:nth-of-type(even) {
  max-width: 30%;
  float: right;
  padding: 1.5rem;
}

/*# sourceMappingURL=pci.css.map */
