@font-face {
  font-family: RobotoRegular;
  src: url(Roboto-Regular.ttf);
}
@font-face {
  font-family: RobotoSlabBold;
  src: url(RobotoSlab-Bold.ttf);
}

body,html{
  margin: 0;
  padding: 0;
  height:100%
}

._EXT_HCM_wrapper {
  padding: 100px 5% 100px 5%;
  margin: 0 auto;
  font-family: RobotoRegular !important; 
}

._EXT_HCM_btn-search {
  padding: 16px 53px !important;
  border: none !important;
  outline: none;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing: 2px;
  font-size: 16px;
  cursor: pointer !important;  
  width: 100%;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  position: relative;
  left: -5px;
  line-height: 24px !important;
  height: 55px !important;
  box-shadow: none !important;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
  font-family: RobotoRegular !important; 
}

._EXT_HCM_button-wrap {
  color: #fff;
  border: none;
  padding: 0px;
  text-align: center;
  cursor: pointer;
  display: flex;
}

._EXT_HCM_button-wrap span {
  color: #B71234;
}

.dropdown-menu {
  position: relative;
  width: 100%;
  top: 0px !important;
  left: 0px !important;
}


._EXT_HCM_autocomplete-items {
  width: 100%;
  cursor: pointer;
  position: absolute;
  border: 1px solid #e8e8e8;
  border-bottom: none;
  border-top: none;
  z-index: 99;
  top:50px;
  left: 0;
  right: 0;
  overflow-y: auto;
  max-height: 250px;
  font-family: RobotoRegular !important; 
}

._EXT_HCM_autocomplete-items div {
  padding: 15px 0px 15px 15px;
  border-bottom: 1px solid #e8e8e8;
  background: #fff;
}

._EXT_HCM_autocomplete-items div:hover {
    background: #f3f3f3;
}


/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}



._EXT_HCM_loader {
  border: 2px solid #d6d6d6;
  border-radius: 50%;
  border-top: 2px solid #888888;
  width: 15px;
  height: 15px;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 1s linear infinite;
  position: absolute;
  float: right;
  right: 18px;
}

._EXT_HCM_container {
  margin: 0 auto;
  border-radius: 5px;
  display: flex;
}

._EXT_HCM_search {
  display: flex;
  flex-grow: 1;
  align-items: center;
  min-height: 55px;
  position: relative;
  border: 1px solid #dddddd;
  border-radius: 6px;
  background: #fff;
}

._EXT_HCM_autocomplete {
  position: relative;
  display: flex;
  align-items: center;
  flex: 1 0 0%;
}

._EXT_HCM_input-box {
  box-sizing: border-box;
  flex-grow: 1;
  font-size: 14px;
  border: 0 !important;
  border-radius: 5px !important;
  outline: none !important;
  padding:  16px 32px 16px 16px !important;
  background-color: #fff !important;
  font-family: RobotoRegular !important; 
}
._EXT_HCM_input-box:focus {
    border-color: #ce1b28;
    box-shadow: none !important;
}

._EXT_HCM_autocomplete_spacer {
  display: block;
  width: 1px;
  min-height: 1.5em;
  background-color: #ddd;
}

#_EXT_HCM_header-title {
  /*font-size: 3.4rem;*/
   font-size: 44px;
  font-family: inherit;
  text-align: center;
  margin: 0;
    padding-bottom: 50px;
    display: block;
    font-family: RobotoSlabBold !important; 
}

._EXT_HCM_error-message {
  position: absolute;
  top: 61px;
      color: #d25b5b;
    left: 8px;
}


@media only screen and (max-width: 767px) {
	

  ._EXT_HCM_autocomplete {
    display: flex;
    align-items: center;
    flex: 1 0 0%;
    padding-bottom: 24px;
  }
  ._EXT_HCM_autocomplete-items {
    width: 97%;
    margin: 0 auto;
}
  ._EXT_HCM_wrapper {
       padding: 45px 0%;
    margin: 0 auto;
  }

  ._EXT_HCM_container {
    margin: 0 auto;
    border-radius: 5px;
    display: block;
    padding: 20px;
  }

  ._EXT_HCM_search {
    display: block;
    flex-grow: 1;
    align-items: center;
    min-height: 55px;
    position: relative;
    border: none;
    width: 100%;
    background: none;
      }



  ._EXT_HCM_btn-search {
    text-align: center;
    border-radius: 4px;
    left:0;
  }

  ._EXT_HCM_input-box {
    box-sizing: border-box;
    flex-grow: 1;
    font-size: .9rem;
    padding: 1.1em 1.5em;
    border: 0;
    border-radius: 5px;
    outline: none;
    border: 1px solid #ddd;
    margin: 5px;
  }

  ._EXT_HCM_autocomplete_spacer {
    padding-bottom: 32px;
  }

  ._EXT_HCM_autocomplete_spacer {
    display: none;
  }

  ._EXT_HCM_button-wrap {
    color: #fff;
    border: none;
    padding: 0px;
    text-align: center;
    cursor: pointer;
    display: flex;
    margin: 5px;
  }


  ._EXT_HCM_error-message {
    position: absolute;
    bottom: 75px;
  }

  #_EXT_HCM_header-title {
    padding-bottom: 20px;
	font-size: 28px;
}


}