@media (min-width: 0) {
  html, body {
    font-size: 13px;
  }
}
@media (min-width: 576px) {
  html, body {
    font-size: 14px;
  }
}
@media (min-width: 768px) {
  html, body {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  html, body {
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  html, body {
    font-size: 17px;
  }
}

h1, h2, h3, h4 {
  font-family: "Poppins", sans-serif;
  font-weight: bold;
}
h1.orange, h2.orange, h3.orange, h4.orange {
  color: #e51e10;
}

h1 {
  font-size: 2.5rem;
  color: #e51e10;
}

h2 {
  font-size: 2rem;
  color: rgb(27, 180, 225);
}

h3 {
  color: rgb(239, 125, 0);
  font-size: 1.5rem;
}

h4 {
  color: rgb(239, 125, 0);
  font-size: 1.25rem;
}

h5 {
  color: rgb(239, 125, 0);
  font-size: 1.125rem;
}

.btn {
  border: none;
  font-weight: bold;
}
.btn:hover {
  font-weight: bold;
}
.btn.btn-lg {
  border-radius: 1.5rem;
  border: none;
}
.btn.btn-primary {
  background-color: rgb(239, 125, 0);
}
.btn.btn-secondary {
  background-color: rgb(27, 180, 225);
}

.main-content {
  min-height: 2vh;
}

.section {
  padding-top: 7vh;
  padding-bottom: 7vh;
}

.row.buttons {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.embera-embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-bottom: 50%;
}

.embera-embed-responsive-item {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.navbar.navbar-light {
  background-color: rgb(255, 255, 255);
  background-image: url(/static/img/navbar-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 300px 85px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
}
.navbar.navbar-light .nav-link, .navbar.navbar-light .nav-link.active, .navbar.navbar-light .nav-link:hover {
  color: rgb(27, 180, 225);
  font-weight: normal;
  font-size: 1.125rem;
}
.navbar.navbar-light .nav-link.active, .navbar.navbar-light .nav-link.active.active, .navbar.navbar-light .nav-link:hover.active {
  font-weight: bold;
}
.navbar.navbar-light .dropdown .dropdown-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  transition: all 0.2s;
  overflow: hidden;
  max-height: 60vh;
  overflow-y: auto;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
}
.navbar.navbar-light .dropdown .dropdown-menu .dropdown-item {
  word-wrap: break-word;
}
.navbar.navbar-light .dropdown .dropdown-menu .dropdown-item:hover, .navbar.navbar-light .dropdown .dropdown-menu .dropdown-item.active {
  font-weight: normal;
  background-color: rgb(27, 180, 225);
  color: white;
}
.navbar.navbar-light .dropdown:hover .dropdown-menu, .navbar.navbar-light .dropdown.show .dropdown-menu {
  transform: scale(1);
}

.logo:focus, .logo:hover {
  -webkit-filter: hue-rotate(360deg);
  filter: hue-rotate(360deg);
}

.logo {
  transition: -webkit-filter 1500ms ease;
  transition: filter 1500ms ease, -webkit-filter 1500ms ease;
}

.jumbo-header {
  height: 50vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  color: white !important;
}
.jumbo-header.has-video {
  height: auto;
  margin-bottom: -130px;
}
.jumbo-header .header-video {
  margin-top: 110px;
  pointer-events: none;
  position: relative;
  top: -75px;
}
.jumbo-header .navbar {
  width: 100%;
  z-index: 10001;
}
.jumbo-header .navbar-light {
  background-color: rgb(255, 255, 255);
  background-image: url(/static/img/navbar-bg.svg);
  background-position: top right;
  background-repeat: no-repeat;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px;
}
.jumbo-header .navbar-brand {
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.7);
}
.jumbo-header .nav-link {
  color: rgb(27, 180, 225) !important;
  font-weight: normal;
}
.jumbo-header .nav-link.active {
  font-weight: bold;
  transition: font-weight;
}
.jumbo-header .nav-link.btn {
  font-weight: bold;
  border-radius: 3px;
  font-size: 1rem;
}
.jumbo-header .nav-link.btn.active {
  background-color: rgb(27, 180, 225);
}
.jumbo-header .dropdown .dropdown-menu {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 0;
  transition: all 0.2s;
  overflow: hidden;
  transform-origin: top center;
  transform: scale(1, 0);
  display: block;
}
.jumbo-header .dropdown .dropdown-menu .dropdown-item:hover, .jumbo-header .dropdown .dropdown-menu .dropdown-item.active {
  font-weight: normal;
  background-color: rgb(27, 180, 225);
  color: white;
}
.jumbo-header .dropdown:hover .dropdown-menu, .jumbo-header .dropdown.show .dropdown-menu {
  transform: scale(1);
}
.jumbo-header .nav-item:hover {
  cursor: pointer;
}
.jumbo-header .page-heading {
  top: calc(2rem + 85px);
  right: 2rem;
  max-width: 80%;
  z-index: 1000;
  background-color: rgba(27, 180, 225, 0.8);
}
.jumbo-header .page-heading h1 {
  color: white;
  margin: 0;
}
.jumbo-header .page-heading .subTitle, .jumbo-header .page-heading .hoursPerWeek {
  font-weight: lighter;
  font-size: 2.5rem;
}
@media (max-width: 991.98px) {
  .jumbo-header .navbar-toggler-icon {
    color: white;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHg9IjBweCIgeT0iMHB4Igp3aWR0aD0iNTAiIGhlaWdodD0iNTAiCnZpZXdCb3g9IjAgMCAxNzIgMTcyIgpzdHlsZT0iIGZpbGw6IzAwMDAwMDsiPjxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0ibm9uemVybyIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIHN0cm9rZS1saW5lY2FwPSJidXR0IiBzdHJva2UtbGluZWpvaW49Im1pdGVyIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS1kYXNoYXJyYXk9IiIgc3Ryb2tlLWRhc2hvZmZzZXQ9IjAiIGZvbnQtZmFtaWx5PSJub25lIiBmb250LXdlaWdodD0ibm9uZSIgZm9udC1zaXplPSJub25lIiB0ZXh0LWFuY2hvcj0ibm9uZSIgc3R5bGU9Im1peC1ibGVuZC1tb2RlOiBub3JtYWwiPjxwYXRoIGQ9Ik0wLDE3MnYtMTcyaDE3MnYxNzJ6IiBmaWxsPSJub25lIj48L3BhdGg+PGcgZmlsbD0iI2ZmZmZmZiI+PHBhdGggZD0iTTAsMjUuOHYxNy4yaDE3MnYtMTcuMnpNMCw3Ny40djE3LjJoMTcydi0xNy4yek0wLDEyOXYxNy4yaDE3MnYtMTcuMnoiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPg==") 50% 50% no-repeat;
    background-size: 100%;
  }
  .jumbo-header .navbar-collapse {
    margin-top: 1rem;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-box-shadow: 0 5px 15px -2px #000000;
    box-shadow: 0 5px 15px -2px #000000;
  }
  .jumbo-header .nav-link {
    color: #000 !important;
    text-shadow: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .jumbo-header .nav-link.btn.btn-primary {
    color: white !important;
  }
}

.quote-box {
  background-color: transparent;
  border-radius: 3px;
  color: #fff;
  width: 100%;
  text-align: center;
  position: relative;
}
.quote-box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: transparent;
  box-sizing: border-box;
}
.quote-box:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.quote-box .fas {
  font-size: 5rem;
  line-height: 50px !important;
  color: rgb(27, 180, 225);
}
.quote-box .fa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.quote-box .text {
  border-radius: 3px;
  color: rgb(27, 180, 225);
}
.quote-box .text div {
  text-align: center;
  width: 100%;
  line-height: 1.5;
  box-sizing: border-box;
  padding: 5rem 60px 30px;
}
.quote-box .text div h5 {
  font-size: 2rem;
  margin-bottom: 5px;
  color: rgb(27, 180, 225);
}
.quote-box .text div p {
  font-size: 2rem;
  font-weight: lighter;
}
.quote-box h5 {
  color: white;
}

.core-values {
  background-color: white;
  color: #178737;
  text-align: center;
}
.core-values .core-value-icon {
  max-width: 4rem;
  height: 4rem;
  color: rgb(27, 180, 225);
  fill: rgb(27, 180, 225);
}
.core-values .core-value-icon path {
  fill: currentColor;
}
.core-values h2 {
  color: rgb(27, 180, 225);
}
.core-values h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(239, 125, 0);
}
.core-values .core-value-description {
  color: #616368;
}

footer {
  padding: 7vh 0;
  background-color: white;
  background-image: url("/static/img/footer-background.svg");
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  color: black;
}
footer a {
  color: black;
}
footer .slogan {
  font-size: 3rem;
  color: black;
  font-family: "Poppins", sans-serif;
}
footer .slogan .orange {
  color: #178737;
}
footer .copyright {
  margin-top: 4rem;
  color: black;
}

.job {
  margin-bottom: 3rem;
}
.job .subTitle {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.job .meta {
  font-family: Poppins, sans-serif;
  font-weight: lighter;
  font-size: 1.5rem;
  color: rgb(27, 180, 225);
  white-space: nowrap;
}
.job .intro {
  color: rgb(27, 180, 225);
  font-weight: bold;
  font-size: 1.2rem;
  margin-bottom: 3rem;
}
.job h3 {
  font-size: 1.5rem;
}
.job h3 .subTitle {
  font-size: 1.5rem;
  font-weight: normal;
  margin-bottom: 0;
}
.job h3 *, .job h3 *:hover {
  color: rgb(27, 180, 225);
}

.wysiwyg-block:first-of-type, .gmaps-block {
  padding-top: 4rem;
  margin-top: 2rem;
}
.wysiwyg-block:first-of-type h2, .gmaps-block h2 {
  color: rgb(27, 180, 225);
}

.pimcore_editable.pimcore_tag_block.pimcore_editable_block {
  width: 100%;
}

a, a:hover {
  color: rgb(239, 125, 0);
  font-weight: bold;
}

.pimcore_area_content .row {
  margin-bottom: 3rem;
}

.carousel-caption {
  margin: 0;
  left: 0;
  position: relative;
  padding-top: 4rem;
  z-index: 100;
  color: black;
  font-weight: lighter;
}
.carousel-caption h3 {
  color: rgb(239, 125, 0);
}

.carousel-indicators {
  z-index: 10000;
}
.carousel-indicators li {
  background-color: rgb(27, 180, 225);
}

.carousel-control-prev {
  justify-content: start;
  color: rgb(27, 180, 225);
}

.carousel-control-next {
  justify-content: end;
  color: rgb(27, 180, 225);
}

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef7d00' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
  z-index: 10000;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef7d00' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e");
}

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