/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Header Navigation    */
/*****************************************/

.header__logo {
    max-width: 126px;
}

.header__button-col.hidden-phone {
    display: none;
}

.header__container--left .header__menu-col {
    margin-left: auto;
    text-align: left;
}

@media (min-width: 767px) {
  .header__container--left .header__menu-col {
      flex: 5 0 0;
      margin-top:20px;
  }
}

.header__menu-item--depth-1 {
    padding: 0;
}

li.header__menu-item--depth-1 {
    padding: 10px 10px 33px;
    background: #fff;
}

li:hover.header__menu-item--depth-1 {
    background: #eee;
}

.header__menu-submenu {
    border-style: solid;
    border-width: 3px;
    display: none;
    left: -1px;
    position: absolute;
    text-align: left;
    top: 100%;
    width: 200px;
    z-index: 99;
    border-right: none;
    border-left: none;
    border-bottom: none;
}

.header__menu-submenu {
    background-color: rgba(255, 255, 255, 1.0);
    border-color: rgba(140, 198, 63, 1.0);
    -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1)
    box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
    padding: 10px;
}

.header__bottom {
    padding: 3px 0 0;
    -webkit-box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
    -moz-box-shadow: 0 1px 0 rgba(0,0,0,.1);
    box-shadow: 0 1px 0 rgb(0 0 0 / 10%);
}

.header__menu-submenu .header__menu-item:hover, .header__menu-submenu .header__menu-item:focus {
    background-color: #eee;
}

.header__menu-child-toggle svg {
    height: 10px;
    margin-left: 0.25rem;
    width: 10px;
}

/*****************************************/
/* Footer    */
/*****************************************/

.footer a:hover {
    color: #8cc63f!important;
}

.footer form {
    border: none;
    background: none;
    padding: 10px 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    width: 100%;
}

.footer form .hs-form-field {
    width: calc(100% - 120px);
}

.footer form input[type='email'] {
    border: solid 1px #fff;
    padding: 4px 5px;
    font-family: georgia, palatino, sans-serif;
    font-style: normal;
    font-weight: 400;
    text-decoration: none;
    background-color: transparent;
    border-radius: 0px;
    color: #fff;
    font-size: 12px;
}

.footer form input[type='email']::-webkit-input-placeholder { /* Edge */
  color: white;
}

.footer form input[type='email']:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: white;
}

.footer form input[type='email']::placeholder {
  color: white;
}

.footer label {
    display: none;
}

.footer form input[type='submit'], form .hs-button {
    padding-top: 3px;
    padding-right: 5px;
    padding-bottom: 3px;
    padding-left: 5px;
    font-size: 13px;
    margin-left: 10px;
}

/*****************************************/
/* Cards    */
/*****************************************/
.card--light {
    border: none;
    background-color: rgba(255, 255, 255, 1.0);
    border-radius: 0px;
    color: #4B5B64;
    box-shadow: 0px 2px 18px 0px rgba(0,0,0,0.3);
}

.offer-card__icon-wrapper, .service-card__icon-wrapper {
    display: none;
}