@charset "utf-8";
.btn, .gform_wrapper [type="submit"], .uploader .action, .career-filter [type="submit"] {
  background-color: white;
  border-color: #b32f3a;
  border-style: solid;
  border-width: 0.0625rem;
  color: #b32f3a;
  display: inline-block;
  font-weight: 700;
  line-height: 1;
  padding: 0.875rem 3rem;
  text-transform: uppercase;
  transition: 250ms background-color 0s ease, 250ms border-color 0s ease, 250ms color 0s ease;
}


.btn--footer:hover {
  background-color: #f79d30;
}

.btn--secondary {
  border-color: #f79d30;
  color: #f79d30;
}

.btn--secondary:hover {
  background-color: #f79d30;
}

.btn--transparent-dark {
  background-color: rgba(0, 0, 0, 0.4);
  border-color: rgba(255, 255, 255, 0.5);
  color: white;
}


select {
  border-radius: 0;
}

select[multiple="multiple"] {
  border: 1px solid #dadada;
  padding: 0.6875rem 1.5rem;
  margin: 0;
}

select::-ms-expand {
  display: none;
}

[type="radio"],
[type="checkbox"] {
  border: #fff;
  box-shadow: none;
  padding: 0;
  margin: 0;
  width: 20px;
}

.selector {
  background: white;
  border: 1px solid #dadada;
  border-radius: 0;
  color: #586066;
  overflow: hidden;
  position: relative;
  vertical-align: middle;
}

.selector:after {
  color: #b32f3a;
  content: "\f078";
  font-family: "FontAwesome";
  pointer-events: none;
  position: absolute;
  top: 8px;
  right: 14px;
  z-index: 0;
}

.selector select {
  -webkit-appearance: none;
  background: none;
  background-image: none;
  border: none;
  box-shadow: none;
  padding: 0.6875rem 1.5rem;
  padding-right: calc(30% + 20px);
  position: relative;
  width: 130%;
}

.selector select:focus {
  border: none;
  outline: none;
}

h2 {
  color: #b32f3a;
  font-size: 1.875rem;
  font-weight: 400;
  letter-spacing: .019375rem;
  line-height: 1.25;
  margin-bottom: 0.75rem;
}


.section-header {
  padding-bottom: 1.25rem;
  position: relative;
  color: #2b343b;
  margin-bottom: 2.5rem;
  text-align: center;
}

.section-header:after {
  background-color: #b32f3a;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

.section-header:after {
  width: 7.5rem;
}



.home-layer.home-layer--large-tabs {
  background-color: #2b343b;
  padding: 0;
}

.lg-tab-labels {
  border: 1px solid white;
  box-shadow: 0 0 0.3125rem 0.1875rem rgba(0, 0, 0, 0.1);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 3.125rem;
  left: 50%;
  z-index: 3;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.lg-tab-label {
  background-color: rgba(0, 0, 0, 0.45);
  color: white;
  cursor: pointer;
  display: block;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 1.6875rem;
  line-height: 1.14815;
  min-width: 8.125rem;
  padding: 0.375rem 0;
  text-align: center;
  transition-delay: 0s;
  transition-duration: 250ms;
  transition-property: color, background-color;
  transition-timing-function: ease;
}

.lg-tab-label:before {
  content: "";
}

.lg-tab-label--active, .lg-tab-label:hover {
  background-color: white;
  color: #2b343b;
}

.lg-tab {
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: opacity 500ms linear 0s, visibility 0ms linear 500ms;
  visibility: hidden;
}

.lg-tab .icon {
  background-color: rgba(0, 0, 0, 0.45);
  border-color: #f79d30;
  box-shadow: 0 0 0.0625rem #f79d30, inset 0 0 0.0625rem #f79d30;
}

.lg-tab .icon path {
  stroke: white;
}

.lg-tab--active {
  opacity: 1;
  transition: opacity 500ms linear 0ms;
  visibility: visible;
}

.lg-tab__bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.lg-tab__bg:after {
  background-color: #414e59;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 500ms linear 0s;
}

.lg-tab__bg.b-loaded:after {
  opacity: 0;
}

.lg-tab__content {
  color: white;
  margin: 0 auto;
  max-width: 33.75rem;
  padding: 9.375rem 1.25rem 3.125rem;
  position: relative;
  z-index: 2;
}

.lg-tab__img img {
  height: auto;
  margin: 0 auto 2.5rem;
  max-width: 100%;
  width: auto;
}

.lg-tab__heading {
  color: inherit;
  font-size: 1.3125rem;
  font-weight: 900;
  line-height: 1.38095;
  margin-bottom: 0.625rem;
}

.lg-tab__excerpt {
  color: inherit;
  font-size: 1.125rem;
  line-height: 1.22222;
  margin-bottom: 1.75rem;
}

.lg-tab__excerpt strong {
  display: block;
  font-weight: 900;
}

.lg-tab__links li {
  display: inline-block;
  margin: 0.375rem 0.9375rem;
  padding-left: 0;
}

.lg-tab__links li:before {
  content: "";
}

@media (max-width: 43.75em) {
  .lg-tab__img img {
    margin: 0 auto 1.25rem;
    max-width: 14.6875rem;
  }
}

@media (min-width: 43.8125em) {
  .lg-tab-label {
    font-size: 2rem;
    line-height: 1.1875;
    min-width: 15rem;
  }
  .lg-tab__content {
    padding: 11.5625rem 0 4.0625rem;
  }
  .lg-tab__heading {
    font-size: 1.625rem;
    line-height: 1.23077;
    margin-bottom: 0.625rem;
  }
  .lg-tab__excerpt {
    font-size: 1.25rem;
    line-height: 1.35;
    margin-bottom: 2.125rem;
  }
  .lg-tab .btn--small {
    font-size: 1rem;
    padding: 0.875rem 3rem;
  }
}

@media (min-width: 64.0625em) {
  .lg-tab-labels {
    top: 4.0625rem;
  }
  .lg-tab-label {
    font-size: 2.25rem;
    line-height: 1.19444;
    min-width: 15rem;
  }
}

.home-layer--panels {
  padding: 0 !important;
}

.panel-col {
  background-color: #dadada;
  height: 12.5rem;
  position: relative;
  text-align: center;
}

.panel-col:hover .panel-col__bg:after {
  opacity: 0;
}

.panel-col:hover .btn--panel {
  background-color: white !important;
  color: #2b343b !important;
}

.panel-col__link-wrap {
  color: inherit;
  display: block;
  height: 100%;
}

.panel-col__link-wrap:hover {
  text-decoration: none;
}

.panel-col__bg {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.panel-col__bg:after {
  background-color: rgba(54, 65, 73, 0.75);
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: opacity 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
  will-change: opacity;
}

.panel-col__content {
  padding: 1.25rem;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  z-index: 2;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.panel-col__heading {
  padding-bottom: 1.25rem;
  position: relative;
  color: white;
  font-size: 2.25rem;
  font-weight: 900;
  line-height: 1.19444;
  margin-bottom: 1rem;
  position: relative;
  text-transform: uppercase;
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0;
}

.panel-col__heading:after {
  background-color: white;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

@media (min-width: 43.8125em) {
  .panel-col {
    height: 13.125rem;
  }
  .panel-col__heading {
    font-size: 2.5rem;
    line-height: 1.2;
  }
}

@media (max-width: 64em) {
  .btn--panel {
    background: none;
    border: none;
    display: none;
    padding: 0;
  }
  .btn--panel:hover {
    background: none;
    color: white;
  }
  .panel-col:hover .btn--panel {
    background: none !important;
    color: white !important;
  }
}

@media (min-width: 64.0625em) {
  .home-layer--panels {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: calc( 100vh - 5.3125rem);
    overflow: hidden;
    white-space: nowrap;
  }
  .panel-col {
    display: inline-block;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    height: 100%;
    position: relative;
    overflow: hidden;
    white-space: normal;
    transition: -webkit-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    transition: flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s, -webkit-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s, -ms-flex 0.45s cubic-bezier(0.5, 0, 0.1, 1) 0s;
    will-change: flex;
  }
  .panel-col:hover {
    -webkit-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .panel-col:hover .panel-col__heading {
    background-color: rgba(0, 0, 0, 0.45);
    border-color: white;
    -webkit-transform: scale(1.2) translate(-50%, -50%);
        -ms-transform: scale(1.2) translate(-50%, -50%);
            transform: scale(1.2) translate(-50%, -50%);
  }
  .panel-col__content {
    height: 100%;
    padding: 0;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .panel-col__heading {
    background: none;
    border: 0.125rem solid transparent;
    display: inline-block;
    font-size: 3.4375rem;
    line-height: 1.2;
    padding: 1.5rem 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transition-delay: 0s;
    transition-duration: .45s;
    transition-property: background, border-color, -webkit-transform;
    transition-property: transform, background, border-color;
    transition-property: transform, background, border-color, -webkit-transform;
    transition-timing-function: cubic-bezier(0.5, 0, 0.1, 1) 0s;
    -webkit-transform: scale(1) translate(-50%, -50%);
        -ms-transform: scale(1) translate(-50%, -50%);
            transform: scale(1) translate(-50%, -50%);
  }
  .btn--panel {
    display: block;
    padding: 0.875rem;
    position: absolute;
    bottom: 3.375rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 13.125rem;
  }
}

@media (min-width: 75.0625em) {
  .home-layer--panels {
    height: 100vh;
  }
}

.home-layer {
  padding: 2.5rem 0;
  position: relative;
}

.home-layer__heading {
  padding-bottom: 1.25rem;
  position: relative;
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 1.20588;
  margin-bottom: 2.25rem;
  position: relative;
}

.home-layer__heading:after {
  background-color: black;
  content: "";
  height: 0.125rem;
  position: absolute;
  bottom: -0.125rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 9.6875rem;
}

