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

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/FairGroom/fonts/Otterco-Bold.otf
@font-face { font-family: 'Your Font Name'; src: url('your_font_file.eot?') format('eot'), url('your_font_file.woff') format('woff'), url('your_font_file.ttf') format('truetype');}

main#main-content {
    margin-right: -15px;
}

body, .h1, .h2, h1, h2, h3, h4, h5, h6 {
    font-family: "Alike", serif !important;
}
.header {
    background-color: #151d2800;
}

.hero-item-content {
  margin: 0px;
}

.hero-item-content h2 {
    font-size: 80px;
    color: #FFF;
    font-weight: bold;
}
.hero-item-buttons a.btn.btn-primary-outline.btn-primary-hover.btn-sm {
    font-size: 24px;
}
hr {
  opacity: 1;
}

.features-list .features-box {
  margin-bottom: 10px;
}
.features-list .features-box .icon {
    height: auto;
    margin: 5px 10px 0 auto;
    width: 40px;
    align-items: flex-start;
    justify-content: flex-start;
}

.features-box .content h3 {
    font-size: 22px;
    margin-bottom: 0px;
    font-family: Alike, serif !important;
    font-weight: bold;
}

.features-list {
    margin: 15px 0;
}

.lolcattitle h3 {
    font-family: 'Alike';
}

.button-wrap.centerbutton {
    text-align: center;
    margin-top: 50px;
}

.page-banner-content ul li:last-child a {
  color: #fff !Important;
}

.page-banner-content.gap30 {
    margin-bottom: 30px;
}
a.btn.custombutton:hover {
  background: transparent; 
}
a.btn.custombutton {
    border: 2px solid #b89660;
    color: #FFF;
    margin-top: 30px;
}

ul.cuslist {
    padding-left: 35px;
    font-size: 18px;
      line-height: 27px;
    margin: 30px 0;
    position: relative;
}
.cuslist li {
  margin-bottom: 10px;
}
.cuslist li:before {
    content: " ";
    position: absolute;
    left: 0px;
    background: url(https://impact.ca/hubfs/lets-icons_check-fill.png);
    width: 25px;
    height: 30px;
    background-repeat: no-repeat;
    background-position-y: 2px;
}



/* .cformcus form {
    max-width: 520px;
} */
.form.cformcus {
    align-items: center;
/*     display: flex;
    justify-content: flex-end; */
    width: 100%;
    float: right;
}

.arrowlist li {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 15px;
    line-height: 20px;
}
.arrowlist li img {
    margin-right: 5px;
    margin-top: 5px;
}
ul.arrowlist {
    margin: 30px 0;
}

.cusservice .descriptionpart {
    padding: 30px;
}

p.desp {
    line-height: 1.2;
}

.heroform label {
    display: none;
}

.heroform form {
    background-color: transparent !important;
    border: navajowhite;
}
.heroform input {
/*   background: transparent; */
  margin-bottom: 10px;
}

.hs-fieldtype-textarea.hs-input {
    resize: vertical;
/*     background: transparent; */
}


.heroform input[type=email], .heroform input[type=tel], .heroform input[type=text], .heroform input[type=url] {
    min-height: 34px;
    padding: 3px 20px;
    border-radius: 0px;
}
.heroform textarea {
  min-height: 84px;
}

.heroform input.hs-button.primary.large {
    height: 40px;
    line-height: 40px;
    padding: 0;
    width: 100%;
    margin-top: 15px;
    background: #B89660;
    border: none;
    border-radius: 0px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 3px;
}
.heroform h2, .heroform  {
  color: #FFF;
  text-align: center;
}

.cformcus h2 {
  display: none;
}
.cformcus .hs-richtext.hs-main-font-element {
    display: none;
}

.header.header-fluid-fair.header-sticky {
    border-bottom: 1px solid grey;
}

ul.servicelist {
    list-style: inside;
    padding-left: 1rem;
}

.carservice ul.cuslist {
    padding-left: 35px;
    font-size: 18px;
    line-height: 27px;
    margin: 30px 0;
    position: relative;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}

.carservice .cuslist li {
    margin-bottom: 10px;
    width: 20%;
  position: relative;
}

.carservice .cuslist li:before {
    left: -28px;
}

.row-fluid.servicearea.cusservice.carservice {
    background-size: 50% 100%;
}
  
ul.normal {
    list-style: inherit;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
    unicode-bidi: isolate;
}

.locbtn.iconbtn a.btn {
    min-width: 80%;
}

.heroform input[type=email], .heroform input[type=tel], .heroform input[type=text], .heroform input[type=url] {
    font-family: "Alike", serif !important;
}
  
@media only screen and (max-width: 600px) {


.row-fluid.howtosection {
    flex-wrap: nowrap;
    justify-content: center;
    margin: 100px auto;
    padding: 20px;
    flex-direction: column;
}
  
}