@charset "UTF-8";
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
/*justification types*/
/* alignment types */
/*----------------------------------Columns -------------------------------------------------------------------------*/
/*------------------------------------------------------Rows -------------------------------------*/
/*------------------------------------------ Forms and Layout Tools------------------------------------------------------------*/
/*------------------------ Page Layouts -------------------------------*/
.cxa-searchbar-component .component-content form {
  width: 100%;
}

.cxa-searchbar-component .component-content .search-input-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
}

.cxa-searchbar-component .component-content .search-input-section > * {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.cxa-searchbar-component .component-content .search-input-section > * {
  margin: 0;
}

.cxa-searchbar-component .component-content .search-input-section > div {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
}

.cxa-searchbar-component .component-content .search-input-section > div > * {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.cxa-searchbar-component .component-content .search-input-section > div > * {
  margin: 0;
}

.cxa-searchbar-component .component-content .search-input-section input {
  border-radius: 4px 0px 0px 4px;
  width: 100%;
}

.cxa-searchbar-component .component-content .search-input-section .search-button {
  width: 34px;
  height: 34px;
  padding: 0;
  margin: 0;
  border-left: none;
  box-shadow: none;
  border-radius: 0px 4px 4px 0px;
  border: 1px solid;
}

/* Responsive  */
@media (min-width: 768px) {
  .cxa-searchbar-component .toggle-search-bar {
    display: none;
  }
}

@media (max-width: 767px) {
  .cxa-searchbar-component .toggle-search-bar {
    display: inline-block;
  }
  .cxa-searchbar-component #SearchForm {
    display: none;
  }
  .cxa-searchbar-component #SearchForm.active {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: absolute;
    top: 78%;
    left: 5%;
    z-index: 120;
    width: 97%;
  }
  .cxa-searchbar-component #SearchForm.active > div {
    width: 92%;
  }
}

.component.cxa-searchbar-component .component-content .toggle-search-bar {
  color: rgba(116, 122, 131, 0.8);
  padding: 2px 7px;
  border-radius: 150px;
  border: 2px solid;
}

.component.cxa-searchbar-component .component-content .toggle-search-bar:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 12px;
}

.component.cxa-searchbar-component .component-content .toggle-search-bar:active, .component.cxa-searchbar-component .component-content .toggle-search-bar:hover {
  background: #0e909f !important;
  color: #fff;
  border-color: #0e909f;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.component.cxa-searchbar-component .component-content .search-input-section input {
  height: 34px;
  padding: 5px 10px;
  line-height: 1.42857143;
  background-color: #fff;
  background-image: none;
  border: 1px solid rgba(116, 122, 131, 0.7);
}

.component.cxa-searchbar-component .component-content .search-input-section input:focus {
  outline: none;
}

.component.cxa-searchbar-component .component-content .search-input-section .search-button {
  background: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  border-color: rgba(116, 122, 131, 0.8);
}

.component.cxa-searchbar-component .component-content .search-input-section .search-button span:before {
  display: inline-block;
  font-family: "SCCXAICONS";
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  content: "";
  font-size: 14px;
}

.component.cxa-searchbar-component .component-content .search-input-section .search-button:active {
  opacity: 0.8;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
