@charset "UTF-8";
/* CSS Document */
.container, .container-fluid, .container-xl, .container-lg, .container-md, .container-sm, .container-xs {
  padding-right: 16px !important;
  padding-left: 16px !important;
}
.two_col_full_main_content .inner-container {
  max-width: 1340px !important;
}
.fm-layout__row {
  width: 100% !important;
  margin: 0px !important;
}
.hero--homepage img {
  height: 580px;
  min-height: auto;
}
@media(min-width: 420px) {
  .hero--homepage img {
    height: 480px;
  }
}
@media(min-width: 768px) {
  .hero--homepage img {
    height: 410px;
  }
}
@media(min-width: 800px) {
  .hero--homepage img {
    height: 465px;
  }
}
@media(min-width: 992px) {
  .hero--homepage img {
    height: 430px;
  }
}
@media(min-width: 1120px) {
  .hero--homepage img {
    height: 100%;
  }
}
.hero--homepage .hero__content h2.hero__title {
  line-height: .98em;
}
section.fm-layout.container {
  max-width: 1340px !important;
}
#hero-home .hero--homepage .overlay {
	background: none;
	background-image: linear-gradient(to right, rgba(1, 50, 80, 1), rgba(1, 50, 80, 0)) !important;
    width: 70%;
    height: 100%;
    bottom: 0px;
    border-radius: 0px;
    opacity: 1;
    left: 0;
}
#hero-home .hero--homepage {
        border-bottom-right-radius: 120px !important;
    }
#hero-home .carousel__wrapper--hero .carousel-indicators {
	    bottom: 20px !important;
}
#intro {
  margin-bottom: 32px;
}
#intro h1 {
  display: none !important;
}
#intro h2 {
  font-family: 'GlyphaRegular', 'GlyphaLight', 'Times New Roman', serif;
  font-size: 56px;
  font-weight: 500;
  margin-bottom: 16px;
}
#intro h3.subhead {
  font-family: 'Source Sans Pro', 'sans-serif';
  font-size: 26px;
  font-weight: 500;
}
#intro div.fm-layout__col-aside {
  display: flex;
  align-items: center;
}
#intro .corp-paragraph--image, #intro div.fm-layout__col-aside .component-space-lg {
  margin-bottom: 0px !important;
}
#three-col-numbers {
  font-size: 0px;
  margin: 0px;
  padding: 48px 24px;
  background: #f8f8f7;
  border-radius: 48px;
}
h2.heading-accent {
  font-size: 32px !important;
  font-weight: 500 !important;
  font-family: 'GlyphaBold', serif !important;
}
#three-col-numbers div {
  width: 33%;
  display: inline-block;
  text-align: center;
  padding: 0 32px;
  border-right: 1px solid #bfbfbf;
  vertical-align: top;
  min-height: 140px;
}
#three-col-numbers div:last-child {
  border: none;
}
#three-col-numbers h3 {
  font-family: 'GlyphaBold', serif;
  font-weight: 500 !important;
  color: #085280;
  font-size: 30px;
  margin-bottom: 16px;
}
#three-col-numbers p {
  font-weight: 600;
  color: #575757;
  line-height: 1.5;
}
p.disclaimer {
  display: block;
  text-align: center;
  padding-top: 32px;
  margin: 0px auto -60px !important;
}
#stepper-custom {
  padding: 96px 0 !important;
}
#stepper-custom .inner-container {
  max-width: 1340px !important;
  margin: 0px auto !important;
}
#stepper-custom h2.heading-accent, #innovating h2.heading-accent {
  color: #05314D !important;
}
#stepper-custom .inner-container > div {
  width: 100%;
  margin: auto;
  padding: 0 48px;
}
#stepper-custom .layout__region.layout__region--main {
  max-width: 1340px !important;
}
#stepper-custom #hp-step {
  background: #fff;
  padding: 32px;
  border-radius: 30px;
  position: relative;
}
#stepper-custom #hp-step-mobile {
  display: none;
}
#stepper-custom #hp-step #tab-link-row {
  padding: 24px;
}
#tab-link-row ul {
  list-style-type: none;
  display: inline-flex;
  margin: 0px;
  padding: 0px;
  width: 100%;
}
#tab-link-row li {
  width: 23%;
  padding: 0px 8px;
  margin: 0px auto;
  height: 170px;
}
#tab-link-row li:hover {
  border-bottom: 3px solid #ffb400;
  cursor: pointer;
  border-width: thick;
}
#tab-link-row li.active {
  border-bottom: 3px solid #ffb400;
  cursor: pointer;
  border-width: thick;
}
#stepper-custom #hp-step .tab-icon {
  background: none;
  width: 96px !important;
  height: 96px;
  padding: 0px;
  cursor: pointer;
  display: block;
  margin: 0px auto;
  border-radius: 100px;
  overflow: hidden;
}
#stepper-custom #hp-step .tab-icon .cls-1 {
  fill: none;
  stroke: #121212;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5px;
}
#stepper-custom #hp-step .tab-icon svg {
  background: #edebe9;
  color: #13304b;
  min-height: auto;
  padding: 16px;
  width: 96px;
  height: 96px;
}
#stepper-custom #hp-step .tab-title {
  color: #376d9f;
  min-height: 0px;
  font-size: 19px !important;
  line-height: 24px !important;
  margin-bottom: 0px;
  padding: 0px;
}
#tab-link-row ul li:hover .tab-icon svg {
  background: #13304b !important;
  transition: all ease 0.3s;
}
#tab-link-row ul li.active .tab-icon svg {
  background: #13304b !important;
  transition: all ease 0.3s;
}
#stepper-custom #hp-step ul li:hover .tab-icon svg .cls-1 {
  stroke: #ffffff !important;
}
#stepper-custom #hp-step ul li.active .tab-icon svg .cls-1 {
  stroke: #ffffff !important;
}
#tab-link-row ul li:hover .tab-title {
  color: #13304b !important;
  cursor: pointer;
}
#tab-link-row ul li.active .tab-title {
  color: #13304b !important;
  cursor: pointer;
}
#stepper-custom #hp-step #hp-grey-bg {
  position: relative;
  min-height: 400px;
  max-width: 1340px;
  width: 100%;
  opacity: 1 !important;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  border: 1px solid #d8d6d3;
  box-shadow: none !important;
  margin: 0 auto 0px auto;
  margin-bottom: 0px;
  background: #f8f8f7;
  border-top-right-radius: 36px !important;
  border-bottom-left-radius: 36px !important;
}
#hp-step #tab-one, #hp-step #tab-two, #hp-step #tab-three, #hp-step #tab-four {
  position: absolute;
  top: 0;
}
#stepper-custom .stepper-img {
  border-bottom-left-radius: 48px;
  border-top-right-radius: 48px;
  filter: drop-shadow(16px 16px #23517c);
  margin-right: 38px;
  margin-top: 24px;
}
#promo-box {
  background-size: contain !important;
  background-position: right !important;
  background-color: #023350 !important;
}
#promo-box .inner-container {
  max-width: 1220px !important;
}
#promo-box .layout__region--main .component-space-lg {
  margin-bottom: 0px;
}
#promo-box .mobile-img {
  display: none;
}
#stepper-custom h3 {
  padding-top: 24px;
  font-size: 24px;
  margin-bottom: 16px;
  color: #05314D !important;
}
#promo-box .quote-box {
  background: #fff;
  margin: 48px 0;
  padding: 48px 56px;
  position: relative;
}
#promo-box .quote-left {
  position: absolute;
  top: 40px;
  max-width: 90px;
  left: 40px;
  min-height: auto;
}
#promo-box p.quote-tag {
  text-transform: uppercase;
  color: #085280;
  font-weight: 600;
  font-size: 14px;
  float: right;
  letter-spacing: 2px;
  position: relative;
  top: -8px;
}
#promo-box cite {
  font-style: normal;
  font-family: 'GlyphaRegular', 'GlyphaLight', serif;
  font-weight: 500;
  padding-bottom: 24px;
  display: block;
  font-size: 20px;
  line-height: 32px;
  color: #0c77ba;
}
#promo-box blockquote {
  padding: 48px 0 8px;
  margin: 0px;
}
#promo-box blockquote p span {
  font-family: 'GlyphaRegular', 'GlyphaBold', serif;
  font-weight: 500;
  font-size: 32px;
  line-height: 40px;
  color: #05314D;
}
#promo-box .pull-quote__marks {
  top: 110px;
  left: 24px;
}
#promo-box .btn-right {
  margin-left: 16px;
}
#promo-box .fm-layout__row {
  width: 100% !important;
  max-width: 1340px !important;
}
.img-right {
  float: right;
  max-width: 50% !important;
  padding: 24px;
}
#innovating {
  padding-top: 96px;
}
#innovating .inner-container {
  max-width: 1340px;
  margin: auto;
}
#innovating .layout__region--main {
  max-width: 1340px !important;
}
#innovating .slick-track {
  width: 1340px !important;
}
#innovating .slick-slide img {
  border-bottom-left-radius: 28px;
  border-top-right-radius: 28px;
}
#innovating .highlight-card:after {
  position: relative !important;
  border: none !important;
  border-bottom-right-radius: 0px !important;
}
#innovating .highlight-card__content {
  position: initial !important;
}
#innovating .card-grid-carousel .highlight-card {
  border-left: 1px solid #cbc8c3;
  border-right: 1px solid #cbc8c3;
  border-bottom: 1px solid #cbc8c3;
  border-bottom-right-radius: 20px;
  position: relative;
  margin: 0 12px !important;
  padding: 32px 32px 90px !important
}
#innovating .card-grid-carousel .highlight-card .fm-btn {
  position: absolute !important;
  bottom: 32px !important;
}
#innovating h3 {
  margin-top: 20px;
  font-size: 20px;
}
#innovating .card-grid-carousel-indicators__wrapper {
  display: none;
}
@media(max-width: 1599px) {
  #promo-box {
    background-size: cover !important;
    background-position: center !important;
  }
}
@media(max-width: 1380px) {
  #stepper-custom .inner-container {
    padding: 0 32px;
  }
  #stepper-custom .inner-container > div {
    padding: 0;
  }
}
@media(max-width: 1200px) {
  #stepper-custom #hp-step #hp-grey-bg {
    min-height: 370px;
  }
  #innovating .slick-track {
    width: auto !important;
  }
}
@media(max-width: 1199px) {
	#hero-home .hero--homepage .overlay {
		background: none;
    background-image: linear-gradient(to right, rgba(1, 50, 80, 1), rgba(1, 50, 80, 0.5)) !important;
    width: 100%;
    height: 100%;
    bottom: 0px;
    border-radius: 0px;
    opacity: 1;
    left: 0;

	}
  #promo-box .quote-box {
    padding: 56px 48px;
  }
  #promo-box .quote-left {
    top: 56px;
    left: 48px;
  }
}
@media(max-width: 1147px) {
  #three-col-numbers div {
    min-height: 163px;
  }
}
@media(max-width: 1100px) {
  #stepper-custom #hp-step #hp-grey-bg {
    min-height: 340px;
  }
}
@media(max-width: 1096px) {
  #three-col-numbers div {
    min-height: 170px;
  }
}
@media(max-width: 1076px) {
  #promo-box .quote-box {
    padding: 48px 40px;
  }
  #promo-box .quote-left {
    top: 48px;
    left: 40px;
  }
}
@media(max-width: 1040px) {
  #promo-box .quote-box {
    margin: 48px 0 72px;
    padding: 24px 24px 40px;
    width: 460px;
  }
  #promo-box .quote-left {
    top: 24px;
    left: 24px;
  }
}
@media(max-width: 1000px) {
  #stepper-custom #hp-step #hp-grey-bg {
    min-height: 360px;
  }
}
@media(max-width: 985px) {
  #three-col-numbers div {
    min-height: 190px;
  }
}
@media(max-width: 941px) {
  #stepper-custom #hp-step #tab-link-row {
    padding: 16px 0px 24px;
  }
  #stepper-custom #hp-step .tab-title {
    font-size: 16px !important;
    line-height: 18px !important;
  }
}
@media(max-width: 934px) {
  #three-col-numbers div {
    min-height: 199px;
  }
}
@media(max-width: 848px) {
  #three-col-numbers div {
    min-height: 217px;
  }
}
@media(max-width: 813px) {
  #three-col-numbers div {
    min-height: 244px;
  }
}
@media(max-width: 799px) {
  #intro .txt-fix {
    padding: 32px 0 0;
  }
  #three-col-numbers div {
    min-height: 191px;
  }
  #three-col-numbers h3 {
    font-size: 24px;
  }
}
@media(max-width: 768px) {
  h2.heading-accent {
    font-size: 28px !important;
  }
  #intro {
    margin-top: 32px;
  }
  #intro h2 {
    font-size: 40px;
    line-height: 42px;
  }
  #intro h3.subhead {
    font-size: 22px;
    margin-bottom: -24px;
  }
  .fm-layout__row {
    margin: 0px !important;
  }
  #intro .corp-paragraph--image {
    margin-bottom: 24px;
  }
  #intro .basic-block .body-field a.button-white {
    transform: translate(-50%, 0px);
    position: relative;
    left: 50%;
  }
  #three-col-numbers {
    padding: 32px;
    border-radius: 32px;
  }
  #three-col-numbers div {
    width: 100%;
    padding: 0 16px 24px;
    border-right: none;
    border-bottom: 1px solid #bfbfbf;
    margin-bottom: 24px;
    min-height: 0;
  }
  #three-col-numbers div:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
  }
  #three-col-numbers h3 {
    margin-bottom: 8px;
  }
  #stepper-custom {
    padding: 64px 0px !important;
  }
  #stepper-custom .component-space-lg {
    margin-bottom: 0px !important;
  }
  #stepper-custom .component-space-md {
    margin-bottom: 0px !important;
  }
  #promo-box {
    background: none !important;
  }
  #promo-box .fm-layout__row {
    margin: 0px !important;
  }
  #promo-box .col-sm-6 {
    padding: 0px !important;
  }
  #promo-box .quote-box {
    margin: 0px 0 48px;
    padding: 0px;
    width: 100%;
  }
  #promo-box .mobile-img {
    display: block;
  }
  #promo-box .quote-left {
    position: relative;
    top: 16px;
    left: 32px;
  }
  #promo-box blockquote {
    padding: 24px 32px 8px;
  }
  #promo-box p.quote-tag {
    top: -16px;
    right: 32px;
  }
  #promo-box blockquote p span {
    font-size: 24px;
    line-height: 32px;
  }
  #promo-box cite {
    padding: 16px 32px;
    position: relative;
  }
  #promo-box .button-dark {
    margin-left: 32px;
  }
  #stepper-custom #hp-step {
    display: none;
  }
  #stepper-custom #hp-step-mobile {
    display: block;
    border-radius: 30px;
    background: #ffffff;
    margin-top: 32px;
  }
  #stepper-custom #hp-step-mobile #tab-link-row-mobile {
    padding: 24px;
  }
  #tab-link-row-mobile #tab-a-one-m, #tab-link-row-mobile #tab-a-two-m, #tab-link-row-mobile #tab-a-three-m, #tab-link-row-mobile #tab-a-four-m {
    width: 100%;
    padding: 0px 8px;
    margin: 0px auto;
    height: 64px;
    position: relative;
    border-bottom: 2px solid #cbc8c3;
  }
  #tab-link-row-mobile #tab-a-one-m:hover, #tab-link-row-mobile #tab-a-two-m:hover, #tab-link-row-mobile #tab-a-three-m:hover, #tab-link-row-mobile #tab-a-four-m:hover {
    border-bottom: 3px solid #ffb400;
    cursor: pointer;
    border-width: thick;
  }
  #tab-link-row-mobile div.active {
    border-bottom: 3px solid #ffb400 !important;
    cursor: pointer;
    border-width: thick;
  }
  #stepper-custom #hp-step-mobile .tab-icon {
    background: none;
    width: 48px !important;
    height: 48px;
    padding: 0px;
    cursor: pointer;
    margin: 8px auto;
    float: left;
  }
  #stepper-custom #hp-step-mobile .tab-icon .cls-1 {
    fill: none;
    stroke: #121212;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2.5px;
  }
  #stepper-custom #hp-step-mobile .tab-icon svg {
    background: #edebe9;
    color: #13304b;
    min-height: auto;
    padding: 8px;
    border-radius: 100px;
    width: 48px;
    height: 48px;
  }
  #stepper-custom #hp-step-mobile .tab-icon svg:hover {
    background: #13304b;
    transition: all ease 0.3s;
  }
  #stepper-custom #hp-step-mobile .active .tab-icon svg {
    background: #13304b;
    transition: all ease 0.3s;
  }
  #tab-link-row-mobile #tab-a-one-m:hover .tab-icon svg, #tab-link-row-mobile #tab-a-two-m:hover .tab-icon svg, #tab-link-row-mobile #tab-a-three-m:hover .tab-icon svg, #tab-link-row-mobile #tab-a-four-m:hover .tab-icon svg {
    background: #13304b;
    transition: all ease 0.3s;
  }
  #tab-link-row-mobile div.active .tab-icon svg {
    background: #13304b;
    transition: all ease 0.3s;
  }
  #stepper-custom {
    padding: 32px 0px !important;
  }
  #stepper-custom #hp-step .tab-icon svg:hover .cls-1 {
    stroke: #ffffff;
  }
  #stepper-custom #hp-step .active .tab-icon svg .cls-1 {
    stroke: #ffffff !important;
  }
  #tab-link-row-mobile #tab-a-one-m:hover .tab-icon svg .cls-1, #tab-link-row-mobile #tab-a-two-m:hover .tab-icon svg .cls-1, #tab-link-row-mobile #tab-a-three-m:hover .tab-icon svg .cls-1, #tab-link-row-mobile #tab-a-four-m:hover .tab-icon svg .cls-1 {
    stroke: #ffffff;
  }
  #tab-link-row-mobile div.active .tab-icon svg .cls-1 {
    stroke: #ffffff !important;
  }
  #stepper-custom #hp-step-mobile .tab-title {
    color: #376d9f !important;
    min-height: 0px;
    font-size: 18px !important;
    line-height: 28px !important;
    margin-bottom: 0px;
    padding: 0px;
    float: left;
    left: 12px;
    position: relative;
  }
  #stepper-custom #hp-step-mobile .fa-chevron-down {
    float: right;
    top: 24px;
    position: relative;
  }
  #stepper-custom #hp-step-mobile .tab-title:hover {
    color: #13304b !important;
    cursor: pointer;
  }
  #stepper-custom #hp-step-mobile .active .tab-title {
    color: #13304b !important;
    cursor: pointer;
  }
  #tab-link-row-mobile #tab-a-one-m:hover .tab-title, #tab-link-row-mobile #tab-a-two-m:hover .tab-title, #tab-link-row-mobile #tab-a-three-m:hover .tab-title, #tab-link-row-mobile #tab-a-four-m:hover .tab-title {
    color: #13304b !important;
    cursor: pointer;
  }
  #tab-link-row-mobile div.active .tab-title {
    color: #13304b !important;
    cursor: pointer;
  }
  #hp-step-mobile #tab-one-m, #hp-step-mobile #tab-two-m, #hp-step-mobile #tab-three-m, #hp-step-mobile #tab-four-m {
    position: relative;
    padding-bottom: 24px;
  }
  .img-right {
    float: none;
    max-width: 100% !important;
    padding: 24px 0px;
  }
  #stepper-custom .stepper-img {
    border-bottom-left-radius: 24px;
    border-top-right-radius: 24px;
    padding: 0px;
    margin: 16px 0 0;
    width: calc(100% - 16px);
    min-height: 0px;
  }
  #innovating {
    padding: 64px 32px 26px !important;
    margin-bottom: -60px;
  }
  #innovating h2.heading-accent {
    margin-bottom: -28px;
  }
  #innovating .slick-initialized .slick-slide {
    width: 100% !important;
    float: none;
    display: block;
    margin-bottom: 24px;
  }
  #innovating .card-grid-carousel__carousel .slick-track {
    display: block !important;
    width: 100% !important;
  }
  #innovating .card-grid-carousel .highlight-card {
    margin: 0 !important;
    padding: 16px 16px 32px !important;
  }
  #innovating .card-grid-carousel .highlight-card .fm-btn {
    position: relative !important;
    bottom: 0px !important;
  }
  #innovating .slick-slide img {
    width: 100%;
  }
}
@media(max-width: 550px) {
	#hero-home .hero--homepage .hero__content-wrapper {
    position: relative;
    top: 0;
    bottom: 0;
    width: 100%;
    padding: 32px 0px 64px;
    background: #05314D;
		min-height: 440px;
}
	#hero-home .hero--homepage img {
        height: auto !important;
        max-height: 200px !important;
    }
	    #hero-home .hero--homepage .overlay {
        background: none;
        background-image: none !important;
    }
  #intro h2 {
    font-size: 32px;
  }
  #intro h3.subhead {
    font-size: 20px;
  }
  #three-col-numbers p {
    padding-bottom: 0px;
  }
  #promo-box .quote-left {
    left: 24px;
  }
  #promo-box p.quote-tag {
    top: -26px;
    margin: 0;
  }
  #promo-box blockquote {
    padding: 24px 24px 8px;
  }
  #promo-box cite {
    padding: 16px 24px;
  }
  #promo-box .button-dark {
    margin-left: 24px;
  }
}
@media(max-width: 460px) {
  #stepper-custom #hp-step-mobile #tab-a-four-m .tab-title {
    line-height: 19px !important;
    width: 190px;
    text-align: left !important;
    top: -5px;
  }
}
@media(max-width: 430px) {
  #stepper-custom #hp-step-mobile .tab-title {
    font-size: 16px !important;
    line-height: 26px !important;
  }
}
@media(max-width: 411px) {
  #promo-box cite {
    font-size: 18px;
    line-height: 24px;
  }
}
@media(max-width: 404px) {
  #stepper-custom #hp-step-mobile #tab-link-row-mobile {
    padding: 16px;
  }
  #tab-link-row-mobile #tab-a-one-m, #tab-link-row-mobile #tab-a-two-m, #tab-link-row-mobile #tab-a-three-m, #tab-link-row-mobile #tab-a-four-m {
    padding: 0;
  }
  #tab-a-four-m {
    overflow: hidden;
  }
  #stepper-custom #hp-step-mobile .tab-icon {
    width: 42px !important;
    height: 42px;
  }
  #stepper-custom #hp-step-mobile .tab-icon svg {
    width: 42px;
    height: 42px;
  }
	#hero-home .hero--homepage .hero__content-wrapper {
		min-height: 480px;
}
}
@media(max-width: 392px) {
  #promo-box .btn-right {
    margin-left: 24px;
    margin-top: 16px;
  }
}
@media(max-width: 390px) {
  #intro {
    padding: 8px !important;
  }
  #three-col-numbers {
    padding: 32px;
    margin: 0 -8px;
  }
  #three-col-numbers div {
    padding: 0 0 24px;
  }
  #three-col-numbers div:last-child {
    border: none;
  }
  #stepper-custom .inner-container {
    padding: 0 16px !important;
  }
  #stepper-custom h2.heading-accent {
    margin-bottom: -14px;
  }
  #innovating {
    padding: 32px 16px 26px !important;
  }
  #innovating h2.heading-accent {
    margin-bottom: -42px;
  }
}
@media(max-width: 380px) {
	#hero-home .hero--homepage .hero__content-wrapper {
		min-height: 480px;
}
}
