.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_location_officers{
  margin:2em auto;
  padding:0 30px;
}
.component_location_officers#officers{
  margin:0 auto;
}
@media only screen and (max-width:750px){
  .component_location_officers#officers{
    padding:0;
  }
}
.component_location_officers h2{
  font-size:4em;
  margin-top:0;
  margin-left:1%;
  text-align:center;
}
.component_location_officers .df{
  display:flex;
  justify-content:center;
  flex-wrap:wrap;
}
.component_location_officers .officer{
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  width:23%;
  margin:0 1%;
  max-width:300px;
  text-align:center;
}
.component_location_officers .officer:nth-of-type(4n){
  margin-right:0;
}
.component_location_officers .officer img{
  width:100%;
  border-radius:50%;
}
.component_location_officers .officer span{
  display:block;
  font-weight:700;
}
.component_location_officers .officer .name{
  color:#00335b;
  font-size:2.2em;
  margin-top:1em;
}
.component_location_officers .officer .title{
  color:#363636;
  font-size:2em;
}
.component_location_officers .officer a.apply_now{
  font-size:1.8em;
  margin:1em auto 0;
  text-align:center;
  color:#fff;
  background-color:#00335b;
  transition:background .25s;
  padding:.55em 2em .6em;
  font-weight:700;
  display:inline-block;
}
.component_location_officers .officer a.apply_now:after{
  display:block;
  content:"";
  border-bottom:3px solid #8b6e3c;
  transform:scaleX(0);
  transform-origin:0 50%;
  transition:transform .25s ease-in-out;
}
.component_location_officers .officer a.apply_now:hover{
  background:#9aadc1;
}
.component_location_officers .officer a.apply_now:hover:after{
  transform:scaleX(1);
  transform-origin:0 50%;
}
.component_location_officers .officer .id_number{
  color:#363636;
  font-size:1.6em;
  font-weight:400;
}
.component_location_officers .officer .id_number a{
  display:table;
  margin:0 auto;
}
.component_location_officers .officer .id_number a:after{
  display:block;
  content:"";
  border-bottom:2px solid #00335b;
  transform:scaleX(0);
  transform-origin:0 50%;
  transition:transform .25s ease-in-out;
}
.component_location_officers .officer .id_number a:hover:after{
  transform:scaleX(1);
  transform-origin:0 50%;
}
@media only screen and (max-width:970px){
  .component_location_officers .officer{
    width:48%;
    margin-bottom:2em;
  }
  .component_location_officers .officer img{
    max-width:200px;
    margin:0 auto;
  }
}
@media only screen and (max-width:500px){
  .component_location_officers .officer{
    width:100%;
  }
}
/*# sourceMappingURL=location_officers.min.css.map */
