.radial {
  background: radial-gradient(circle, #555A5F 0%, #000 100%);
  background-color: #555A5F;
  width: 100%;
  height: 100%;
  position: absolute;
}

/*! layout elements
--------------------------------*/
/*-- flexbox --*/
:root {
  --animate-delay: 1s;
  --animate-duration: 2s;
}

body.page-template-page-mcap {
  background-color: white;
  color: #222;
  font-family: georgia, serif;
}
body.page-template-page-mcap h1, body.page-template-page-mcap h2, body.page-template-page-mcap h3, body.page-template-page-mcap h4, body.page-template-page-mcap h5 {
  font-weight: 500;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  text-transform: none;
  letter-spacing: initial;
}
body.page-template-page-mcap h2, body.page-template-page-mcap h3 {
  color: #004789;
}
body.page-template-page-mcap h4 {
  color: #68A319;
}
body.page-template-page-mcap h5 {
  color: #666;
  text-transform: uppercase;
}
body.page-template-page-mcap .icon-list {
  list-style: none;
  padding: 0;
}
body.page-template-page-mcap .icon-list li {
  display: grid;
  gap: 30px;
}
body.page-template-page-mcap .icon-list li img {
  max-width: 150px;
}
body.page-template-page-mcap a.button, body.page-template-page-mcap button, body.page-template-page-mcap input[type=submit] {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  border-radius: 3px;
  border: 1px solid #68A319;
}
body.page-template-page-mcap img {
  display: inline-block;
}
body.page-template-page-mcap #primary, body.page-template-page-mcap #main, body.page-template-page-mcap .flex-content {
  padding: 0;
  margin: 0;
}
body.page-template-page-mcap #branding, body.page-template-page-mcap #hero, body.page-template-page-mcap #bottom {
  display: none;
}
body.page-template-page-mcap .contain {
  max-width: 960px;
}
body.page-template-page-mcap .section-nav {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 1000;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  line-height: 1.25;
  border-top: 1px solid #004789;
}
body.page-template-page-mcap .section-nav ul {
  display: flex;
  width: 100%;
  justify-content: stretch;
  padding: 0;
  margin: 0;
  list-style: none;
  align-items: baseline;
}
body.page-template-page-mcap .section-nav ul li {
  background-color: rgba(255, 255, 255, 0.9);
  flex-grow: 1;
  text-align: center;
  height: 100%;
}
body.page-template-page-mcap .section-nav ul li:last-child {
  border-right: none;
}
body.page-template-page-mcap .section-nav ul li a {
  transition: all 0.2s ease;
  color: #004789;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  padding: 10px;
  font-weight: 500;
  width: 100%;
  height: 100%;
}
body.page-template-page-mcap .section-nav ul li:hover a {
  text-decoration: underline;
}
body.page-template-page-mcap .section-nav ul li.current a {
  color: white;
  background-color: #004789;
}
body.page-template-page-mcap .layout-hero {
  min-height: 100vh;
  display: flex;
  padding: 5rem 0;
  margin-bottom: -3rem;
}
body.page-template-page-mcap .layout-hero background {
  color: #004789;
  size: cover;
  position: 50% 50%;
}
body.page-template-page-mcap .layout-hero h1, body.page-template-page-mcap .layout-hero p {
  color: white;
}
body.page-template-page-mcap .layout-hero h1 {
  font-weight: 300;
  letter-spacing: -0.025em;
  margin-bottom: 2rem;
  margin-left: -0.5vw;
}
body.page-template-page-mcap .layout-hero p {
  font-size: 150%;
}
body.page-template-page-mcap .layout-hero::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: block;
  content: "";
  z-index: 1;
  background-image: linear-gradient(110deg, #68A319, #004789, rgb(102, 102, 93), #68A319, #68A319);
  background-size: 200% 200%;
  animation: gradient 25s ease infinite;
  opacity: 0.7;
}
body.page-template-page-mcap .layout-hero--img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  z-index: 0;
}
body.page-template-page-mcap .layout-hero--img img {
  width: 100%;
  object-fit: cover;
}
body.page-template-page-mcap .layout-hero > .contain {
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  flex-direction: column;
  max-width: 1500px;
  padding: 5rem 0;
  justify-content: center;
}
body.page-template-page-mcap .layout-section_heading {
  background-color: #004789;
  background-image: linear-gradient(110deg, #68A319, #004789);
  background-size: 200% 200%;
  animation: gradient 10s ease infinite;
  padding: 6vw 0 4vw;
}
body.page-template-page-mcap .layout-section_heading h2 {
  transition: all 0.2s ease;
  color: white;
  font-family: "Montserrat", helvetica, arial, sans-serif;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.025em;
  margin-bottom: 0;
}
body.page-template-page-mcap .layout-large_image.fullwidth + .layout-section_heading, body.page-template-page-mcap .layout-large_image.fullwidth + .layout-large_image.fullwidth {
  margin-top: -3rem;
}
body.page-template-page-mcap .layout-text_block img.alignright, body.page-template-page-mcap .layout-text_block img.alignleft {
  max-width: 60%;
}
body.page-template-page-mcap .layout-image_grid {
  background: #004789;
  display: grid;
  gap: 0;
}
body.page-template-page-mcap .layout-image_grid figure {
  aspect-ratio: 16/9;
  margin: 0;
}
body.page-template-page-mcap .layout-image_grid img {
  aspect-ratio: 16/9;
  object-fit: cover;
  object-position: center;
  display: block;
}
body.page-template-page-mcap .layout-image_grid + .layout-section_heading, body.page-template-page-mcap .layout-image_grid + .layout-large_image.fullwidth {
  margin-top: -3rem;
}
body.page-template-page-mcap .intro {
  font-size: 150%;
}
body.page-template-page-mcap blockquote, body.page-template-page-mcap .highlight {
  font-family: "Montserrat", helvetica, arial, sans-serif;
  animation-duration: 0.5s;
  z-index: 400;
  border-radius: 5px;
  color: white;
}
body.page-template-page-mcap blockquote > p:last-child, body.page-template-page-mcap .highlight > p:last-child {
  margin-bottom: 0;
}
body.page-template-page-mcap blockquote {
  background-image: linear-gradient(150deg, #68A319 -30%, #004789 90%);
  padding: 2rem;
  line-height: 1.4;
}
body.page-template-page-mcap .bordered {
  padding: 2rem 2rem 1rem;
  border-radius: 5px;
  background: white;
  margin-bottom: 30px;
  box-shadow: 0 0 1rem #ddd;
}
body.page-template-page-mcap ul.cards-list {
  display: grid;
  gap: 30px;
  list-style: none;
  padding: 0;
}
body.page-template-page-mcap ul.cards-list li {
  animation-duration: 1.2s;
}
body.page-template-page-mcap ul.cards-list li b {
  display: block;
}
body.page-template-page-mcap ul.cards-list li:nth-of-type(3n + 1) {
  animation-delay: 0;
}
body.page-template-page-mcap ul.cards-list li:nth-of-type(3n + 2) {
  animation-delay: 0.5s;
}
body.page-template-page-mcap ul.cards-list li:nth-of-type(3n + 3) {
  animation-delay: 1s;
}
body.page-template-page-mcap .img-2col {
  display: grid;
  gap: 40px;
}
body.page-template-page-mcap .img-2col img {
  width: 100%;
  height: auto;
}
body.page-template-page-mcap .parallax-container {
  height: 56.5vw; /* Or a specific height */
}
body.page-template-page-mcap .parallax-background {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100vw;
  background-size: cover;
  background-position: center;
  z-index: 0; /* Ensures it stays behind other content */
  background-attachment: fixed;
}
body.page-template-page-mcap .collapse-heading {
  font-weight: 500;
  font-size: 110%;
}
body.page-template-page-mcap .collapse-heading .indicator {
  transition: all 0.2s ease;
}
body.page-template-page-mcap .collapse-heading.open .indicator {
  transform: rotate(90deg);
}
body.page-template-page-mcap .collapse-content-inner {
  margin-top: -1.5rem;
}
body.page-template-page-mcap .highlight-grid {
  display: grid;
  gap: 30px;
}
@media screen and (max-width: 720px) {
  body.page-template-page-mcap .layout-hero h1 {
    font-size: 8vw;
  }
  body.page-template-page-mcap .layout-section_heading h2 {
    font-size: 8vw;
  }
  body.page-template-page-mcap .layout-large_image.fullwidth {
    aspect-ratio: 4/3;
    height: auto;
  }
  body.page-template-page-mcap .icon-list li {
    gap: 20px;
  }
  body.page-template-page-mcap .icon-list li im g {
    max-width: 100px;
  }
  body.page-template-page-mcap .section-nav {
    font-size: 14px;
  }
  body.page-template-page-mcap .section-nav ul {
    flex-wrap: wrap;
  }
  body.page-template-page-mcap .section-nav ul li {
    width: 100%;
  }
  body.page-template-page-mcap .section-nav ul li a {
    padding: 7px 10px;
  }
}
@media screen and (min-width: 721px) {
  body.page-template-page-mcap .layout-section_heading h2 {
    font-size: 6vw;
  }
  body.page-template-page-mcap .layout-image_grid {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-mcap .img-2col {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-mcap .img-2col.one-two {
    grid-template-columns: 1fr 2fr;
  }
  body.page-template-page-mcap .img-2col.two-one {
    grid-template-columns: 2fr 1fr;
  }
  body.page-template-page-mcap .icon-list li {
    gap: 30px;
    grid-template-columns: 1fr 5fr;
  }
  body.page-template-page-mcap .icon-list li img {
    width: 100%;
    max-width: 150px;
  }
  body.page-template-page-mcap .section-nav {
    flex-wrap: wrap;
    font-size: 15px;
  }
  body.page-template-page-mcap .section-nav ul {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-mcap .section-nav ul li:nth-of-type(odd) {
    border-right: 1px solid #666;
  }
}
@media screen and (max-width: 770px) {
  body.page-template-page-mcap .section-nav ul li {
    border-bottom: 1px solid #666;
  }
  body.page-template-page-mcap .parallax-container {
    height: 75vw; /* Or a specific height */
  }
  body.page-template-page-mcap .parallax-background {
    background-attachment: scroll;
  }
}
@media screen and (min-width: 771px) {
  body.page-template-page-mcap .layout-hero h1 {
    font-size: 6vw;
  }
  body.page-template-page-mcap .layout-section_heading h2 {
    font-size: 5vw;
  }
  body.page-template-page-mcap ul.cards-list.cards-3up {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-mcap ul.cards-list.cards-2up {
    grid-template-columns: repeat(2, 1fr);
  }
  body.page-template-page-mcap .icon-list li {
    gap: 30px;
    grid-template-columns: 1fr 8fr;
  }
  body.page-template-page-mcap blockquote, body.page-template-page-mcap .highlight {
    float: right;
    margin: 0 -6vw 1.5rem 2rem;
  }
  body.page-template-page-mcap blockquote,
  body.page-template-page-mcap .highlight, body.page-template-page-mcap .highlight-block,
  body.page-template-page-mcap img.alignright, body.page-template-page-mcap img.alignleft {
    max-width: 60%;
  }
  body.page-template-page-mcap .highlight.fullwidth {
    width: 100%;
    max-width: 100%;
    margin: 0 0 1.5rem 0;
  }
  body.page-template-page-mcap img.alignright {
    margin-right: -6vw;
  }
  body.page-template-page-mcap img.alignleft {
    margin-left: -6vw;
  }
  body.page-template-page-mcap .highlight-grid {
    grid-template-columns: repeat(2, 1fr);
    margin-bottom: 30px;
  }
  body.page-template-page-mcap .highlight-grid.three-up {
    grid-template-columns: repeat(3, 1fr);
  }
  body.page-template-page-mcap .highlight-grid.one-up {
    grid-template-columns: 1fr;
  }
  body.page-template-page-mcap .flip-card {
    border-radius: 3px;
    border: 1px solid #ccc;
  }
  body.page-template-page-mcap .flip-card .card-inner {
    width: 100%;
    height: 100%;
    transition: all 0.3s ease-out;
    transform-style: preserve-3d;
    display: flex;
  }
  body.page-template-page-mcap .flip-card .card-front, body.page-template-page-mcap .flip-card .card-back {
    backface-visibility: hidden;
    padding: 1.5rem;
  }
  body.page-template-page-mcap .flip-card .card-front {
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
  body.page-template-page-mcap .flip-card .card-back {
    background: #004789;
    color: white;
    transform: rotateY(180deg);
    font-family: "Montserrat", helvetica, arial, sans-serif;
    font-size: 80%;
  }
  body.page-template-page-mcap .flip-card .card-back a {
    color: white !important;
  }
  body.page-template-page-mcap .flip-card:hover .card-inner {
    transform: rotateY(180deg);
  }
  .one-up body.page-template-page-mcap .flip-card .card-back {
    transform: rotateX(180deg);
  }
  .one-up body.page-template-page-mcap .flip-card:hover .card-inner {
    transform: rotateX(180deg);
  }
  body.page-template-page-mcap .section-nav {
    font-size: 15px;
  }
  body.page-template-page-mcap .section-nav ul {
    display: grid;
    align-items: stretch;
    grid-template-columns: repeat(4, 1fr);
  }
  body.page-template-page-mcap .section-nav ul li {
    border-bottom: none;
    border-right: 1px solid #666;
  }
  body.page-template-page-mcap .section-nav ul li:last-child {
    border-right: none;
  }
}
@media screen and (min-width: 1031px) {
  body.page-template-page-mcap .layout-section_heading h2 {
    font-size: 4vw;
  }
  body.page-template-page-mcap .section-nav {
    font-size: 16px;
  }
  body.page-template-page-mcap .section-nav ul li {
    width: auto;
  }
}
@media screen and (min-width: 1400px) {
  body.page-template-page-mcap {
    font-size: 18px;
  }
  body.page-template-page-mcap blockquote,
  body.page-template-page-mcap img.alignright,
  body.page-template-page-mcap .highlight {
    margin-right: -8vw;
  }
  body.page-template-page-mcap img.alignleft {
    margin-left: -8vw;
  }
}
@media screen and (prefers-reduced-motion: reduce) {
  body.page-template-page-mcap .animate__animated {
    animation: none !important;
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  75% {
    background-position: 75% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}
