.icon-file:before{
  content:"\e925";
  font-family:brand;
}

.go-arrow{
  border-width:3px 3px 0 0;
  border-style:solid;
  box-sizing:border-box;
  color:inherit;
  display:inline-block;
  height:16px;
  margin:8px;
  position:relative;
  vertical-align:middle;
  width:16px;
}
.go-arrow:before{
  box-shadow:inset 0 0 0 32px;
  position:absolute;
  height:3px;
  right:0;
  top:-2px;
  transform:rotate(-45deg);
  transform-origin:right top;
  width:23px;
}
.go-arrow:after,.go-arrow:before{
  box-sizing:border-box;
  content:"";
}

.go-arrow-left{
  transform:rotate(45deg);
}

.go-arrow-up{
  transform:rotate(315deg);
}

.go-arrow-down{
  transform:rotate(135deg);
}

.white-box{
  box-shadow:0 1px 0 rgba(118, 119, 122, .25),0 0 8px rgba(118, 119, 122, .4);
  border-radius:20px;
  background-color:#fff;
  position:relative;
  padding:24px;
  width:100%;
  word-break:break-word;
}

.more-link{
  display:inline-block;
  position:relative;
  text-decoration:none;
  padding-bottom:15px;
}
.more-link:after{
  background-color:#000;
  content:"";
  display:inline-block;
  height:4px;
  left:0;
  position:absolute;
  top:calc(100% - 10px);
  transition:top .4s ease;
  width:100%;
}
.more-link:hover:after{
  top:calc(100% - 7px);
}

.component_careers_feature_grid .feature-grid{
  display:flex;
  justify-content:space-between;
  flex-wrap:wrap;
  max-width:1340px;
  margin:0 auto;
}
.component_careers_feature_grid .feature_box{
  width:25%;
  padding:1.5em;
  box-sizing:border-box;
}
.component_careers_feature_grid .feature_box span{
  display:block;
}
.component_careers_feature_grid .feature_box .feature-image img{
  max-width:100%;
  height:auto;
}
.component_careers_feature_grid .feature_box .title{
  font-weight:500;
  font-size:4em;
  font-family:EB Garamond,serif;
  color:#8b6e3c;
  margin:.5em 0;
  line-height:1em;
}
.component_careers_feature_grid .feature_box .text{
  font-size:1.6em;
}
.component_careers_feature_grid .feature_box .text ol,.component_careers_feature_grid .feature_box .text p,.component_careers_feature_grid .feature_box .text ul{
  font-size:1em;
}
.component_careers_feature_grid .feature_box a.button{
  font-weight:600;
  font-size:1.8em;
  display:table;
  margin:1.5em auto 0;
  text-align:center;
  color:#fff;
  background-color:#00335b;
  transition:background .25s;
  padding:.55em 2em;
  text-decoration:none;
}
.component_careers_feature_grid .feature_box a.button:hover{
  background:#9aadc1;
}
@media only screen and (max-width:750px){
  .component_careers_feature_grid .feature_box{
    width:50%;
    max-width:250px;
  }
}
@media only screen and (max-width:450px){
  .component_careers_feature_grid .feature_box{
    width:100%;
  }
  .component_careers_feature_grid .feature_box img{
    max-width:175px;
    margin:0 auto;
    display:block;
  }
}
@media only screen and (max-width:750px){
  .component_careers_feature_grid .feature-grid{
    justify-content:center;
  }
}
/*# sourceMappingURL=careers_feature_grid.min.css.map */
