  ﻿main {
  overflow-x: hidden;
}
#ccc-icon {
  z-index: 1040 !important;
}
#ccc-overlay {
  z-index: 1025 !important;
}
#ccc-module {
  z-index: 1030 !important;
}
#ccc-notify {
  z-index: 1035 !important;
}
#ccc-content button {
  color: #0296DE !important;
  fill: #0296DE !important;
}
body {
  background: #ffffff;
  color: #282C36;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 1.375em;
}
.btn-primary {
  --red: #D71635;
  background-color: var(--red);
  border-color: var(--red);
  color: #ffffff;
}
.red-btn {
  border-width: 2px;
  background-color: #D71635;
  font-weight: bold;
  font-size: 1.25rem;
  padding: 0.5rem 2.5rem;
  border-color: #D71635;
  color: #ffffff;
}
.red-btn:hover {
  color: #D71635;
  background: white;
  border-color: #D71635;
}
.text-cta {
  color: #005AA3;
  text-decoration: none;
}
p {
  color: #515664;
}
p a {
  color: #005AA3;
  text-decoration: none;
}
p a:hover {
  text-decoration: underline;
}
.arrow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: solid 1px #005AA3;
  border-radius: 1rem;
  position: relative;
  margin-right: 0.5rem;
  top: 8px;
  transition: all 0.5s;
  color: #005AA3;
}
.arrow:after {
  font-size: 1.375rem;
  display: block;
  position: absolute;
  content: "\02794";
  top: -0.05rem;
  left: 0.25rem;
  transition: all 0.5s;
}
a:hover .arrow {
  background-color: #005aa3;
  transition: all 0.5s;
}
a:hover .arrow:after {
  color: #ffffff;
  transition: all 0.5s;
}
img {
  position: relative;
  transition: all 1s;
}
.hero {
  position: relative;
  margin-bottom: var(--s3, 3.5rem);
}
.hero h1 {
  font-weight: bold;
  color: var(--black, black);
  font-size: 4.375rem;
  text-transform: uppercase;
}
@media (max-width: 1399px) {
  .hero h1 {
    font-size: 3rem;
  }
}
@media (max-width: 1199px) {
  .hero h1 {
    font-size: 2.375rem;
    line-height: 2.875rem;
    padding-right: 0;
  }
}
.hero.home-hero {
  padding-top: 3rem;
}
@media (max-width: 767px) {
  .hero.home-hero {
    padding-top: 1rem;
  }
}
.hero.home-hero h1 {
  font-size: 4.0625rem;
  line-height: 4.375rem;
  font-weight: bold;
  padding-right: 30px;
}
.hero.home-hero h1 .second-headline {
  margin-top: 15px;
  color: #C5313C;
}
.hero.home-hero h1 span {
  display: inline-block;
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero.home-hero h1 {
    font-size: 3rem;
    line-height: 3.375rem;
  }
}
@media (max-width: 1199px) {
  .hero.home-hero h1 {
    font-size: 2.375rem;
    line-height: 2.875rem;
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .hero.home-hero h1 {
    font-size: 2.75rem;
    line-height: 3.25rem;
  }
}
.hero.home-hero h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}
@media (max-width: 1399px) {
  .hero.home-hero h2 {
    font-size: 2rem;
  }
}
@media (max-width: 1199px) {
  .hero.home-hero h2 {
    font-size: 1.675rem;
  }
}
@media (max-width: 767px) {
  .hero.home-hero h2 {
    margin-top: 1.25rem;
  }
}
.hero.home-hero ul.cta-links {
  list-style-type: none;
  margin: 0;
  margin-top: 3rem;
  padding: 0;
}
.hero img {
  max-width: 100%;
  width: 100%;
}
.hero .hero-video {
  width: 100%;
}
.hero .hero-video iframe,
.hero .hero-video video {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .hero .hero-video video {
    width: 50vw;
  }
}
@media screen and (max-width: 767px) {
  .hero .hero-video {
    position: relative;
    width: 130vw;
    max-width: 748px;
  }
  .hero video {
    position: relative;
    left: -7.5%;
    width: 100%;
  }
}
.hero .background-video {
  position: absolute;
  width: 100vw;
  min-height: 50vw;
  z-index: 1;
}
.hero .background-video iframe {
  min-height: 50vw;
}
.hero .hero-content {
  position: relative;
  z-index: 20;
  color: white;
  height: calc(50vw - (2*5rem));
  display: table-cell;
  vertical-align: middle;
}
.hero .full-width-hero {
  text-align: center;
  position: relative;
  min-height: 50vw;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: table;
  width: 100%;
}
.hero .full-width-hero.has-video {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .hero .full-width-hero.has-video {
    background: none;
  }
  .hero .full-width-hero.has-video:after {
    display: none;
  }
}
.hero .full-width-hero.has-video .hero-content {
  padding: 5rem 1rem;
}
@media (max-width: 767px) {
  .hero .full-width-hero.has-video .hero-content {
    padding-bottom: 0;
  }
  .hero .full-width-hero.has-video .hero-content .abstract {
    margin-bottom: 0;
  }
}
.hero .full-width-hero h1 {
  max-width: 80%;
  /*margin-left: auto;
      margin-right: auto;*/
  margin: 1.5rem auto;
  line-height: 1;
}
.hero .full-width-hero .eyebrow {
  color: var(--red, #D71635);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.hero .full-width-hero .abstract {
  max-width: 50%;
  margin: 0 auto 2rem;
}
.hero .full-width-hero .abstract p {
  color: var(--black, black);
}
.hero .full-width-hero .red-btn:hover {
  background: unset;
}
.hero .full-width-hero .hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(255, 255, 254, 0.5) 0%, rgba(255, 255, 255, 0.75) 100%) 0% 0% no-repeat padding-box;
}
@media (max-width: 767px) {
  .hero .full-width-hero {
    text-align: left;
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(180deg, rgba(245, 255, 245, 0.95) 0%, rgba(245, 255, 245, 0.95) 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
  }
  .hero .full-width-hero:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
  .hero .full-width-hero h1 {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }
  .hero .full-width-hero .abstract {
    max-width: 100%;
    margin: 0;
    margin-bottom: 3rem;
  }
  .hero .full-width-hero .abstract p {
    color: var(--black, black);
  }
}
.hero .half-width-hero {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
@media (max-width: 767px) {
  .hero .half-width-hero {
    padding: 5rem 2rem;
    position: relative;
    background: linear-gradient(180deg, rgba(245, 255, 245, 0.95) 0%, rgba(245, 255, 245, 0.95) 100%) 0% 0% no-repeat padding-box;
    z-index: 0;
  }
  .hero .half-width-hero:after {
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
  }
}
.hero .half-width-hero.has-video {
  background: none;
}
@media (max-width: 767px) {
  .hero .half-width-hero.has-video {
    padding: 2rem;
  }
}
.hero .half-width-hero.has-video :after {
  display: none;
}
@media (max-width: 575px) {
  .hero .half-width-hero {
    margin-top: 0;
  }
}
.hero .half-width-hero .eyebrow {
  color: var(--red, #D71635);
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
  line-height: 1.25rem;
}
.hero .half-width-hero h1 {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
  line-height: 1;
}
@media (max-width: 767px) {
  .hero .half-width-hero .abstract p {
    color: black;
  }
}
.hero .half-width-hero .media-content {
  align-self: flex-start;
}
.hero ul.hero-ctas {
  list-style-type: none;
  padding-left: 0;
}
.hero ul.hero-ctas li {
  display: inline-block;
}
.hero ul.hero-ctas li + li {
  margin-left: 20px;
}
@media (max-width: 767px) {
  .hero ul.hero-ctas li + li {
    margin-left: 0;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .hero ul.hero-ctas li {
    display: block;
  }
}
#google_translate_element2 {
  display: none !important;
}
.goog-te-banner-frame {
  display: none !important;
}
/*  Fix for spacing of first block when hero is not present */
body:not(.home) main .container:first-child,
body:not(.home) main .container-fluid:first-child {
  margin-top: 5rem;
}
main .hero + .umb-block-list .container:first-child,
main .hero + .umb-block-list .container-fluid:first-child {
  margin-top: 0;
}
/* new css class for career page grid with mobile stacking */
.grid-row-stacked-mobile {
  display: grid;
  grid-gap: 1.25rem;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 768px) {
  .grid-row-stacked-mobile {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 992px) {
  .grid-row-stacked-mobile {
    grid-template-columns: repeat(5, 1fr);
  }
}