.career-content b {
    font-size: 20px;
}
.career-content p {
    font-size: 14px;
}
.career-content h1 {
    background: #23408f;
    margin-bottom: 10px !important;
    font-size: 56px;
}
.frame {
    min-height: 200px;
    max-height: 250px;
    padding-top: 25px;
    background: #efefef;
}
.frame .details {
    width: 90%;
    height: 100%;
}
.frame .details h1 {
    font-size: 22px;
}
.frame .details p {
    font-size: 17px;
}
.frame .details {   
    height: 100%;
    width: 100%;
    padding: 20px;
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotateY(90deg);
    transform-origin: 50%;
    background: #23408f;
    color: #fff;
    opacity: 0;
    transition: all 0.4s ease-in;
    
}
.frame:hover .details {
    transform: translate(-50%, -50%) rotateY(0deg);
    opacity: 1;
}
.entry-content .hs-submit {
    position: inherit!important;
    margin-top: 10px;
}
form.hs-form fieldset {
    max-width: 100%!important; 
}
.input input, select, textarea {
   width: 100%!important;
    display: inline-block;
    background-color: white;
    border: 1px solid #c1c7d4;
    border-radius: 4px !important;
    margin: 0 0 16px;
    margin: 0 0 1rem;
    padding: 7px;
    padding: .4375rem;
    height: 40px;
    height: 2.5rem;
    -webkit-transition: border 0.15s;
    -moz-transition: border 0.15s;
    transition: border 0.15s;
}
form .hs-error-msgs {
    margin: 0 0 .5em;
    padding: 0;
    font-style: italic;
    list-style: none;
    color: #f93;
}
.app-form {
    background: #efefef;
    padding: 0px 30px;
    margin: 30px 0px;
    padding-bottom: 30px;
}
@media(min-width: 768px) {
    #hsForm_1974f09a-846b-40a5-bab7-c737e5efee3a .hs-button {
      width: 10% !important;
      height: 38px;
      text-transform: uppercase;
    }
}

   .autocomplete {
  /*the container must be positioned relative:*/
  position: relative;
  display: inline-block;
}


.autocomplete-items {
  margin-top: -15px;
  border: 1px solid #d4d4d4;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  /*position the autocomplete items to be the same width as the container:*/
  top: 100%;
  left: 0;
  right: 0;
}

.autocomplete-items div {
  padding: 10px;
  cursor: pointer;
  background-color: #fff; 
  border-bottom: 1px solid #d4d4d4; 
}

.autocomplete-items div:hover {
  /*when hovering an item:*/
  background-color: #e9e9e9; 
}

.autocomplete-active {
  /*when navigating through the items using the arrow keys:*/
  background-color: DodgerBlue !important; 
  color: #ffffff; 
}
.pl-15 {
  padding-left: 15px;
}
#career-form-hub .hs-submit {
  text-align: center;
}