/* sizeOption */
.sizeOption {
  float: left;
  position: relative;
  height: 48px;
  line-height: 41px;
  width: 77px;
  height: 58px;
  margin: 0 10px 10px 0;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  @media screen and (min-width: 768px) {
    .sizeOption {
      width: 28%;
      height: 58px; } }
  @media screen and (min-width: 992px) {
    .sizeOption {
      width: 85px;
      height: 58px; } }
  .sizeOption:hover {
    cursor: pointer; }
  .sizeOption [type="radio"] {
    position: absolute;
    left: -9999px; }
  .sizeOption.sizeOption-grey [type="radio"]:not(:checked) + .sizeOption--label {
    background: #f0f0f0; }
  .sizeOption.sizeOption-withIcon {
    width: 88px;
    height: 80px;
    margin: 0 12px 12px 0;
  }
  .sizeOption.sizeOption-withIcon .sizeOption--label {
    height: 80px;
    font-size: 16px;
    font-weight: normal;
    font-family: metric-regular, arial, sans-serif;
    border-width: 2px;
    padding: 0;
  }

  @media screen and (min-width: 744px) {
    /*.sizeOption.sizeOption-withIcon {
      width: 88px;
      height: 80px;
      margin: 0 12px 11px 0;
    }
    .sizeOption.sizeOption-withIcon .sizeOption--label {
      height: 80px;
    }*/
  }

  @media screen and (min-width: 1342px) {
    .sizeOption.sizeOption-withIcon {
      margin: 0 12px 12px 0;
    }
  }

/* Small devices (tablets, 768px and up) */
@media screen and (min-width: 768px) {
  .sizeOption-small:not(.sizeOption-multiHeight),
  .sizeOption-medium:not(.sizeOption-multiHeight),
  .sizeOption-large:not(.sizeOption-multiHeight) {
    width: 42px;
    height: 42px;
    line-height: 41px; } }
/* Medium devices (desktops, 992px and up) */
@media screen and (min-width: 992px) {
  .sizeOption-small:not(.sizeOption-multiHeight),
  .sizeOption-medium:not(.sizeOption-multiHeight),
  .sizeOption-large:not(.sizeOption-multiHeight) {
    width: 38px;
    height: 38px;
    line-height: 35px; } }
.sizeOption--label {
  text-align: center;
  font-weight: normal;
  border: 1px solid #cccccc;
  color: #666666;
  font-family: 'metric-bold', arial, sans-serif;
  font-size: 17px;
  padding: 0;
  line-height: 17px;
  display: table-cell!important;
  vertical-align: middle;
  height: 58px;
  width: 1%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /* Small devices (tablets, 768px and up) */
  /* Medium devices (desktops, 992px and up) */ }
  .sizeOption--label:hover {
    cursor: pointer; }
  @media screen and (min-width: 768px) {
    .sizeOption--label {
      height: 58px;
      padding: 10px; } }
  @media screen and (min-width: 992px) {
    .sizeOption--label {
      font-size: 19px;
      line-height: 18px; } }

.sizeOption--icon {
  font-size: 48px;
  display: block;
  color: #000;
  position:relative;
  top:-6px;
}
.sizeOption--icon.icon-lifestyle-small, .sizeOption--icon.icon-lifestyle-medium, .sizeOption--icon.icon-lifestyle-large {top:-4px;}

.sizeOption [type="radio"]:not(:checked) + .sizeOption--label {
  background: #ffffff; }
  .sizeOption [type="radio"]:not(:checked) + .sizeOption--label:hover {
    border-color: #333333; }
.sizeOption [type="radio"]:checked + .sizeOption--label {
  background: #333333;
  border-color: #333333;
}
/* cgSelect Variation */
.sizeOption-withIcon [type="radio"]:not(:checked) + .sizeOption--label {
  background: #ffffff; }
  .sizeOption-withIcon [type="radio"]:not(:checked) + .sizeOption--label:hover {
    border-color: #438500;}
.sizeOption-withIcon [type="radio"]:checked + .sizeOption--label {
  border-color: #438500;
  background: #ffffff;}

  /* cgSelect */
  .cgSelect {
      float: left;
      position: relative;
      width: 100%;
  }
  .cgSelect>select {
      width: 100%;
      margin-bottom: 10px;
      height: 42px;
      font-size: 17px;
      padding-left: 10px;
      border-radius: 3px;
      border: 1px solid #ccc;
      background: #fff;
      outline: 0
  }
  @media screen and (min-width: 1342px) {
    .cgSelect {
        float: left;
        position: relative;
        width: 196px;
    }
  }

  /* cgCheckBox */
  .cgCheckBox {
      position: relative;
      display: inline-block;
      margin-right: 20px;
  }
  .cgCheckBox:last-of-type {
      border-bottom: 0!important
  }
  @media screen and (min-width: 1000px) {
      .cgCheckBox {
          margin: 0 30px 10px 0;
          display: block;
      }
  }
  .cgCheckBox:hover {
      cursor: pointer
  }
  .cgCheckBox [type=checkbox] {
      position: absolute;
      left: -9999px
  }
  .cgCheckBox.cgCheckBox-inline {
      display: inline-block!important;
  }
  .cgCheckBox.cgCheckBox-mobileSeparator {
      margin: 0 0 10px;
      border-bottom: 2px groove #fff;
      padding-bottom: 5px;
      display: block;
  }
  @media screen and (min-width: 768px) {
      .cgCheckBox.cgCheckBox-mobileSeparator {
          border: 0;
          padding: 0;
          margin: 0 30px 10px 0
      }
      .cgCheckBox.cgCheckBox-mobileSeparator:last-of-type {
          margin-right: 0
      }
  }
  .cgCheckBox--label {
      display: inline-block;
      height: 100%;
      text-align: center;
      -webkit-touch-callout: none;
      -webkit-user-select: none;
      -khtml-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      font-size: 18px;
      text-indent: 32px;
      line-height: 26px;
      white-space: nowrap;
      font-weight: 400
  }
  .cgCheckBox--label:after {
      content: '';
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      color: #fff;
      width: 26px;
      height: 26px;
      -webkit-border-radius: 4px;
      -moz-border-radius: 4px;
      border-radius: 4px;
      text-indent: 0;
      line-height: 27px
  }
  .cgCheckBox--label:hover {
      cursor: pointer
  }
  .cgCheckBox [type=checkbox]:not(:checked)+.cgCheckBox--label:after {
      background: #fff;
      border: 1px solid #ccc
  }
  .cgCheckBox [type=checkbox]:checked+.cgCheckBox--label:after {
      font-family: carsguideicons;
      content: '\e61b';
      background: #438500
  }
  .cgCheckBox [type=checkbox][disabled]+.cgCheckBox--label {
      color: #666;
      cursor: default
  }
  .cgCheckBox [type=checkbox][disabled]+.cgCheckBox--label:after {
      opacity: .3
  }
  .cgCheckBox-bodyType {
      float: left;
      margin: 25px 0 0;
      width: 33%;
      text-align: center;
      padding: 0;
      font-size: 11px
  }
  @media screen and (min-width: 768px) {
      .cgCheckBox-bodyType {
          width: 10%;
          margin-top: 8px
      }
  }
  @media screen and (min-width: 1200px) {
      .cgCheckBox-bodyType {
          width: 12%
      }
  }
  .cgCheckBox-bodyType .cgCheckBox--label {
      text-indent: 0;
      font-size: 12px;
      position: relative;
      width: 70px;
      padding-top: 25px;
      margin: 0 auto;
      font-family: metric-regular, arial, sans-serif;
      color: #333
  }
  .cgCheckBox-bodyType .cgCheckBox--label:before {
      top: 0;
      left: 3px;
      font-size: 70px;
      position: absolute;
      text-align: center;
      width: 100%;
      color: #666;
      font-family: carsguideicons
  }
  @media screen and (min-width: 768px) {
      .cgCheckBox-bodyType .cgCheckBox--label:before {
          font-size: 57px
      }
  }
  .cgCheckBox-bodyType .cgCheckBox--label:after {
      content: '';
      display: none;
      position: absolute;
      border: 2px solid #f0f0f0;
      border-radius: 50%;
      height: 21px;
      width: 21px;
      top: 0;
      left: 0;
      font-size: 13px;
      line-height: 21px
  }
  @media screen and (min-width: 768px) {
      .cgCheckBox-bodyType .cgCheckBox--label:after {
          left: 2px
      }
  }
  @media screen and (min-width: 992px) {
      .cgCheckBox-bodyType .cgCheckBox--label:after {
          border-color: #fff
      }
  }
  .no-touch .cgCheckBox-bodyType [type=checkbox]:not(:checked)+.cgCheckBox--label:hover:after {
      display: block;
      font-family: carsguideicons;
      content: '\e61b';
      background: #fff;
      border: 2px solid #438500;
      color: #438500
  }
  .cgCheckBox-bodyType [type=checkbox]:checked+.cgCheckBox--label:before {
      background: 0 0
  }
  .cgCheckBox-bodyType [type=checkbox]:checked+.cgCheckBox--label:after {
      display: block
  }

/* Buttons */
  .btn, .btn:link, .btn:visited, .btn:hover, .btn:active {
    font-family: 'Metric-Medium';
    padding: 8px 18px; }
    .btn:link:focus, .btn:visited:focus, .btn:hover:focus, .btn:active:focus {
      outline: none !important; }
    .btn:focus {
      outline: none !important; }
    .btn.active {
      box-shadow: none; }
    .btn.square {
      -webkit-border-radius: 0px;
      border-radius: 0px; }
    .btn i, .btn:link i, .btn:visited i, .btn:hover i, .btn:active i {
      padding-right: 7px; }

  .btn-primary,
  .btn-primary:link {
    color: #ffffff;
    background-color: #8862d4;
    border-color: #8862d4;
    font-size: 18px!important;
    margin: 5px 0;
    padding: 8px 18px!important; }
    .btn-primary.disabled,
    .btn-primary:link.disabled {
      background-color: #8862d4;
      border-color: #8862d4;
      opacity: 0.5 !important; }

  .btn-primary:hover,
  .btn-primary:focus,
  .btn-primary:active,
  .open > .btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: #a081dd;
    border-color: #a081dd;
    font-size: 18px !important;
    margin: 5px 0;
    padding: 8px 18px !important; }

    .btn-wide {
      width: 100%; }

/* Styles specific to this module */

.field-name-cg-homepage-hmc-form {
  float: left;
  position: relative;
  background: transparent;
  padding: 20px 16px;
  position: relative;
}

.field-name-cg-homepage-hmc-form:after {
  content: '';display: block;background: #fff;position: absolute;top: 0;left: 0;width: 100%;height: 100%;opacity: 0.85;filter:alpha(opacity=85);z-index:-1;border-top: 2px solid #ccc;border-bottom: 2px solid #ccc;
}

.widget-heading {
  font-size: 24px;
  font-family: metric-bold, arial, sans-serif;
  margin-top: 0;
  margin-bottom: 10px;
  color: #000;
  letter-spacing: 0;
  font-weight: normal;
}

.carsguide .page-node-30642 .view-mode-cg_homepage .header_content {
  width: 100%;
  position: relative;
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.hmcForm--section {
  margin-bottom: 0;
}

.hmcForm--sectionLifestyle {
  padding-left: 0;
  margin-right: -17px;
}

.hmcForm--btnWrapper {
  margin-top: 15px;
}

.hmcForm--btnWrapper .btn-primary {
  font-size: 21px!important;
  height: 50px;
  line-height: 30px;
}

.hmcForm--btnWrapper .btn-primary:hover {
  line-height: 30px!important;
}

.hmcForm--section .btn-primary:focus {
  margin-bottom: 0;
}

.hmcForm--section .btn-primary:active {
  line-height: 30px;
}

@media screen and (min-width: 744px) {
  .field-name-cg-homepage-hmc-form:after {
    border-radius: 6px;
    border: 0;
  }
  .carsguide .page-node-30642 .view-mode-cg_homepage .header_content {
    width: 349px;
  }
  .field-name-cg-homepage-hmc-form {
    padding: 30px 27px 17px 27px;
    border-radius: 6px;
  }
  .hmcForm--sectionLifestyle {
    width: auto;
    margin-right: -12px;
  }
  .hmcForm--section .cgSelect>select {
    height: 42px!important;
  }
  .hmcForm--section .btn-primary {
    height: 50px!important;
  }
}
@media screen and (min-width: 1000px) {
  .carsguide .page-node-30642 .view-mode-cg_homepage .header_content {
    width: 604px;
  }
  .field-name-cg-homepage-hmc-form {
    height: 393px;
    padding: 30px 31px 34px 31px;
  }
  .page-node-30642 .field-name-home-page-search-cars-v2- {
    height: 444px;
  }
  .hmcForm--section {
    width: 233px;
    float: right;
    padding-left: 5px;
  }
  .hmcForm--section:nth-child(4) {
    margin-top: 12px;
  }
  .hmcForm--sectionLifestyle {
    width: 300px;
    padding: 0;
    float: left;
  }
  .widget-heading {
    font-size: 28px;
  }
  .hmcForm--btnWrapper {
    position: absolute;
    right: 32px;
    bottom: 37px;
    margin-top: 0;
    width: 227px;
    padding: 0;
  }
  .hmcForm--section .cgSelect>select {
    height: 38px!important;
  }
}
@media screen and (min-width: 1342px) {
  .carsguide .page-node-30642 .view-mode-cg_homepage .header_content {
    width: 568px;
  }
  .hmcForm--btnWrapper {
    width: 196px;
  }
  .hmcForm--section {
    width: 203px;
  }
  .hmcForm--section.hmcForm--sectionLifestyle {
    width: 300px;
  }
  .hmcForm--section .cgSelect>select {
    height: 34px!important;
  }
}

.page-node-30642 label {
  font-weight: normal;
}

.hmcForm--sectionHeading {
  color: #000;
  font-size: 18px;
  font-family: metric-regular;
  font-weight: bold;
  margin-top: 11px;
  margin-bottom: 10px;
  letter-spacing: 0;
}

.hmcForm--sectionContentCondition {
  margin-top: 17px;
}

.view-marketing-module img {
  z-index: -2;
}
