.ProductGuide-squareMeters {
    -moz-appearance: textfield;
}

.ProductGuide-squareMeters,
.ProductGuide-city {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 2px;
    border: 1px solid #b1b1b1;
    font: 200 18px/1.55 "univers w01", sans-serif;
    padding: 13px 18px 15px 13px;
    margin: 0 auto 28px;
    -moz-appearance: textfield;
}

.ProductGuide-squareMeters::-webkit-outer-spin-button,
.ProductGuide-squareMeters::-webkit-inner-spin-button,
.ProductGuide-city::-webkit-outer-spin-button,
.ProductGuide-city::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

@media (min-width: 768px) {
    .ProductGuide-squareMeters,
    .ProductGuide-city {
        width: 300px;
    }
}

.ProductGuide-submit {
    display: block;
    width: 100%;
    font: bold 16px/1.19 "woodfordbourne", sans-serif;
    text-transform: uppercase;
    background-color: #E84129;
    padding: 19px;
    border-radius: 2px;
    border: none;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.ProductGuide-submit[disabled] {
    background-color: #d8d8d8;
}

@media (min-width: 768px) {
    .ProductGuide-submit {
        width: 300px;
    }
}

.ProductGuide-optionButton {
    display: inline-block;
    width: 100%;
    font: bold 16px/1.19 "woodfordbourne", sans-serif;
    text-transform: uppercase;
    background-color: #E84129;
    padding: 19px;
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ProductGuide-optionButton {
        width: auto;
        min-width: 200px;
        margin-left: 10px;
        margin-right: 10px;
    }
}

.ProductGuide-iconButtons {
    text-align: center;
}

.ProductGuide-iconItem {
    display: block;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    .ProductGuide-iconItem {
        display: inline-block;
        margin: 0 10px;
    }
}

.ProductGuide-iconItemIcon {
    display: block;
    max-width: 100%;
    margin: 0 auto 10px;
}

@media (min-width: 768px) {
    .ProductGuide-iconItemIcon {
        margin-bottom: 50px;
    }
}

.ProductGuide-resultList {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.ProductGuide-resultText {
    padding: 20px;
    text-align: left;
}

@media (min-width: 1200px) {
    .ProductGuide-resultText {
        padding: 50px;
    }
}

.ProductGuide-resultItem {
    margin: 13px;
    width: calc(100% - 26px);
    background-color: #f7f7f4;
}

@media (min-width: 768px) {
    .ProductGuide-resultItem {
        width: calc(50% - 26px);
    }
}

@media (min-width: 992px) {
    .ProductGuide-resultItem {
        width: calc(33% - 26px);
    }
}

.ProductGuide-resultImageWrapper {
    background-color: #92c1cb;
    background: radial-gradient(circle at 100% 100%, #c2dde6 0%, #92c1cb 100%);
}

.ProductGuide-resultImage {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    padding: 55px 70px 0;
    max-height: 300px;
}

@media (min-width: 768px) {
    .ProductGuide-resultImage {
        max-height: none;
    }
}

.ProductGuide-resultItemCategory {
    font: 20px/1.2 "woodfordbourne", sans-serif;
    color: #205b6f;
    text-transform: uppercase;
}

.ProductGuide-resultItemName {
    font: 700 30px/1.2 "woodfordbourne", sans-serif;
    color: #205b6f;
    text-transform: uppercase;
    margin: 7px 0 0;
}

.ProductGuide-resultItemIntro {
    font: 200 14px/1.35 "univers w01", sans-serif;
    color: #5B6367;
    margin-top: 20px;
}

.ProductGuide-resultAccessoriesListTitle {
    font: 200 14px/1.35 "univers w01", sans-serif;
    color: #5B6367;
}

.ProductGuide-resultAccessoriesList {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.ProductGuide-resultAccessoriesItem {
    margin: 7px 0;
}

.ProductGuide-resultAccessoriesLink {
    font: 700 14px/1.2 "woodfordbourne", sans-serif;
    color: #205B6F;
    text-transform: uppercase;
}

.ProductGuide-resultAccessoriesCaret {
    margin-left: 8px;
}

.ProductGuide-resultLink {
    font: bold 16px/1.19 "woodfordbourne", sans-serif;
    text-transform: uppercase;
    background-color: #E84129;
    padding: 19px;
    border-radius: 2px;
    color: #fff;
    display: block;
    width: 100%;
    margin: 35px auto 0;
    text-align: center;
}

@media (min-width: 1200px) {
    .ProductGuide-resultLink {
        width: 80%;
    }
}

.ProductGuide-installerCheckbox:checked+.ProductGuide-installerLabel .ProductGuide-installerCircle {
    fill: #30c031;
}

.ProductGuide-installerCircle {
    fill: #f0f1f2;
    transition: fill .1s;
    cursor: pointer;
}

.ProductGuide-installerList {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}

.ProductGuide-installerItem {
    width: 100%;
    border-top: 1px solid #E1E1E1;
    padding: 30px 30px 30px 70px;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .ProductGuide-installerItem {
        width: 50%;
        border-left: 1px solid #E1E1E1;
    }
    .ProductGuide-installerItem:nth-child(1),
    .ProductGuide-installerItem:nth-child(2) {
        border-top: none;
    }
    .ProductGuide-installerItem:nth-child(2n+1) {
        border-left: none;
    }
}

@media (min-width: 992px) {
    .ProductGuide-installerItem {
        width: 33%;
        border-left: 1px solid #E1E1E1;
    }
    .ProductGuide-installerItem:nth-child(1),
    .ProductGuide-installerItem:nth-child(2),
    .ProductGuide-installerItem:nth-child(3) {
        border-top: none;
    }
    .ProductGuide-installerItem:nth-child(3n+1) {
        border-left: none;
    }
}

.ProductGuide-installerLabel {
    position: absolute;
    left: 20px;
    top: 36px;
}

.ProductGuide-installerCheckbox {
    display: none;
}

.ProductGuide-installerName {
    font: bold 16px/1.5 "univers w01", sans-serif;
    margin: 0;
    color: #5B6367;
}

.ProductGuide-installerMembership {
    vertical-align: -4px;
    margin-left: .5em;
}

.ProductGuide-installerAddress {
    font: 16px/1.5 "univers w01", sans-serif;
    color: #5B6367;
    margin: 0 !important;
}

.ProductGuide-installerSubmit {
    display: block;
    width: 100%;
    font: bold 16px/1.19 "woodfordbourne", sans-serif;
    text-transform: uppercase;
    background-color: #E84129;
    padding: 19px 55px;
    border-radius: 2px;
    border: none;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

@media (min-width: 768px) {
    .ProductGuide-installerSubmit {
        display: inline;
        width: auto;
    }
}

.ProductGuide-installerSubmitWrapper {
    text-align: center;
    margin-top: 40px;
   margin-bottom:60px;
}

.ProductGuide-installerStatusText {
    text-align: center;
    font: 16px/1.5 "univers w01", sans-serif;
    margin-top: 30px !important;
}

/*--- CONTURA STYLES ---*/

.ProductGuide-form.contura .ProductGuide-squareMeters,
.ProductGuide-form.contura .ProductGuide-city {
    font: 200 18px/1.55 "Droid Sans", sans-serif;
}

.ProductGuide-form.contura .ProductGuide-submit {
 	letter-spacing: 1px;
   font: bold 14px/1.19 "Droid Sans", sans-serif;
   background-color: #f06d22;
   padding: 20px 35px;
   border-radius: 99px;
   text-transform: none;
}

.ProductGuide-form.contura .ProductGuide-optionButton {
   font: bold 14px/1.19 "Droid Sans", sans-serif;
   letter-spacing: 1px;
   background-color: #f06d22;
   padding: 20px 35px;
   border-radius: 99px;
}

.ProductGuide-form.contura .ProductGuide-resultItemCategory {
   font: 20px/1.2 "Droid Sans", sans-serif;
}

.ProductGuide-form.contura .ProductGuide-resultItemName {
 	font: 700 30px/1.2 "Droid Sans", sans-serif;
}

.ProductGuide-form.contura .ProductGuide-resultItemIntro {
   font: 200 14px/1.35 "Droid Sans", sans-serif;
   color: #343536;
}

.ProductGuide-form.contura .ProductGuide-resultAccessoriesListTitle {
   font: 200 14px/1.35 "Droid Sans", sans-serif;
   color: #343536;
}

.ProductGuide-form.contura .ProductGuide-resultAccessoriesLink {
   font: 700 14px/1.2 "Droid Sans", sans-serif;
}

.ProductGuide-form.contura .ProductGuide-resultLink {
   font: bold 16px/1.19 "Droid Sans", sans-serif;
   background-color: #f06d22;
}

.ProductGuide-form.contura .ProductGuide-installerName {
   font: bold 16px/1.5 "Droid Sans", sans-serif;
   color: #343536;
}

.ProductGuide-form.contura .ProductGuide-installerAddress {
   font: 16px/1.5 "Droid Sans", sans-serif;
   color: #343536;
}

.ProductGuide-form.contura .ProductGuide-installerSubmit {
   font: bold 16px/1.19 "Droid Sans", sans-serif;
   background-color: #f06d22;
}

.ProductGuide-form.contura .ProductGuide-installerStatusText {
   font: 16px/1.5 "Droid Sans", sans-serif;
}