@charset "UTF-8";
body {
  font-family: "Arial", sans-serif;
}

@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: "Arial", sans-serif;
  font-weight: bold;
}
h1.orange,
h2.orange,
h3.orange,
h4.orange {
  color: rgb(228, 35, 19);
}

h1 {
  font-size: 2.5rem;
  color: rgb(0, 130, 149);
}

h2 {
  font-size: 2rem;
  color: rgb(0, 130, 149);
}

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

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

h5 {
  color: rgb(0, 130, 149);
  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(228, 35, 19);
}
.btn.btn-secondary {
  background-color: rgb(0, 130, 149);
}

.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;
}

.alert-block {
  background: rgb(0, 130, 149);
  color: white;
}
.alert-block * {
  color: white;
}
.alert-block h2 {
  color: white !important;
}
.alert-block a {
  text-decoration: underline;
}
.alert-block a.btn {
  text-decoration: none;
}
.alert-block a.btn:hover {
  color: white;
}
.alert-block a:hover {
  color: rgb(228, 35, 19);
}

.navbar.navbar-light {
  background-color: rgb(255, 255, 255);
  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(0, 0, 0);
  font-weight: normal;
  font-size: 1rem;
}
.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 .nav-link:hover {
  color: rgb(228, 35, 19);
}
.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(0, 130, 149);
  color: white;
}
.navbar.navbar-light .dropdown:hover .dropdown-menu, .navbar.navbar-light .dropdown.show .dropdown-menu {
  transform: scale(1);
}

.logo {
  height: 100px;
}

.jumbo-header {
  height: 50vh;
  width: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom left;
  overflow: hidden;
  color: rgb(255, 255, 255) !important;
}
.jumbo-header.has-video {
  height: auto;
}
.jumbo-header .navbar {
  width: 100%;
  z-index: 10001;
}
.jumbo-header .navbar-light {
  background-color: rgb(255, 255, 255);
  background-position: top right;
  background-repeat: no-repeat;
  box-shadow: black 0 1px 3px;
}
.jumbo-header .navbar-brand {
  text-shadow: 1px 0 3px rgba(0, 0, 0, 0.7);
}
.jumbo-header .nav-link {
  color: rgb(244, 150, 0) !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(244, 150, 0);
}
.jumbo-header .dropdown .dropdown-menu {
  position: absolute;
  background-color: white;
  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(244, 150, 0);
  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(0, 130, 149, 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: rgb(255, 255, 255);
    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 rgb(0, 0, 0);
    box-shadow: 0 5px 15px -2px rgb(0, 0, 0);
  }
  .jumbo-header .nav-link {
    color: rgb(0, 0, 0) !important;
    text-shadow: none;
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .jumbo-header .nav-link.btn.btn-primary {
    color: rgb(255, 255, 255) !important;
  }
}
.jumbo-header .header-video {
  pointer-events: none;
  position: relative;
  filter: saturate(110%);
}

.quote-box {
  background-color: transparent;
  border-radius: 3px;
  color: rgb(255, 255, 255);
  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(244, 150, 0);
}
.quote-box .fa2 {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.quote-box .text {
  border-radius: 3px;
  color: rgb(244, 150, 0);
}
.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(244, 150, 0);
}
.quote-box .text div p {
  font-size: 2rem;
  font-weight: lighter;
}
.quote-box h5 {
  color: white;
}

.core-values {
  background-color: rgba(0, 130, 149, 0.1);
  color: rgb(244, 150, 0);
  text-align: center;
}
.core-values .core-value-icon {
  max-width: 4rem;
  height: 4rem;
  color: rgb(0, 130, 149);
  fill: rgb(0, 130, 149);
}
.core-values .core-value-icon path {
  fill: currentColor;
}
.core-values h2 {
  color: rgb(0, 130, 149);
}
.core-values h3 {
  font-size: 1.2rem;
  font-weight: bold;
  color: rgb(244, 150, 0);
}
.core-values .core-value-description {
  color: rgb(190, 192, 194);
}

footer {
  padding: 7vh 0;
  background-color: rgb(0, 130, 149);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
  color: white;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
}
footer .slogan {
  font-size: 3rem;
  font-weight: bold;
  color: white;
  font-family: "Arial", sans-serif;
}
footer .slogan .orange {
  color: rgb(244, 150, 0);
}
footer .copyright {
  margin-top: 4rem;
  color: white;
}

.job {
  margin-bottom: 3rem;
}
.job .subTitle {
  margin-bottom: 2rem;
  font-weight: bold;
  font-size: 1.5rem;
}
.job .meta {
  font-family: Arial, sans-serif;
  font-weight: lighter;
  font-size: 1.5rem;
  color: rgb(0, 130, 149);
  white-space: nowrap;
}
.job .intro {
  color: rgb(0, 130, 149);
  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(0, 130, 149);
}

.pagination .page-link {
  color: rgb(228, 35, 19);
}
.pagination .page-item.active .page-link {
  background-color: rgb(228, 35, 19);
  border-color: rgb(228, 35, 19);
  color: rgb(255, 255, 255);
}

.pimcore_area_wysiwyg:first-of-type,
.gmaps-block,
.pimcore_area_wysiwyg-image:first-of-type,
.pimcore_area_wysiwyg-image-foldout:first-of-type,
.pimcore_area_wysiwyg-alert:first-of-type {
  padding-top: 4rem;
  margin-top: 2rem;
}
.pimcore_area_wysiwyg:first-of-type h2,
.gmaps-block h2,
.pimcore_area_wysiwyg-image:first-of-type h2,
.pimcore_area_wysiwyg-image-foldout:first-of-type h2,
.pimcore_area_wysiwyg-alert:first-of-type h2 {
  color: rgb(0, 130, 149);
}

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

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

.pimcore_area_video {
  margin-top: 5rem;
}
.pimcore_area_video .embed-responsive {
  margin-bottom: 2rem;
}

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

.wysiwyg-block .name,
.people .name {
  font-size: 1.2rem;
  color: rgb(0, 130, 149);
}
.wysiwyg-block ul,
.wysiwyg-block ol,
.people ul,
.people ol {
  padding: 0 0 0 2rem;
}
.wysiwyg-block ul,
.people ul {
  list-style: none;
}
.wysiwyg-block ul li,
.people ul li {
  list-style-position: inherit;
}
.wysiwyg-block ul li:before,
.people ul li:before {
  content: "■";
  color: rgb(228, 35, 19);
  display: inline-block;
  width: 1rem;
  margin-left: -1rem;
}
.wysiwyg-block blockquote,
.people blockquote {
  background-color: rgba(0, 130, 149, 0.3);
  padding: 2rem;
}

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

.carousel-indicators {
  z-index: 10000;
}
.carousel-indicators li {
  background-color: rgb(228, 35, 19);
}

.carousel-control-prev {
  justify-content: start;
  color: rgb(228, 35, 19);
}

.carousel-control-next {
  justify-content: end;
  color: rgb(228, 35, 19);
}

.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 */
