.hero {
	padding: 60px 0;
}
.headlinebackground {
	text-align: center;
}
.headlinebackground h1 {
	font-size: 42px;
	color: #fff;
	font-weight: 700;
    margin-bottom: 16px;
    margin-top: 32px;
    line-height: 120%;
}
.headlinebackground h2 {
    color: #fff;
    margin: 0 0 40px;
    font-weight: lighter;
}
#site-spacecalculator .purport {
	padding: 60px 0;
}
#scalc {
    font-family: "Roboto", sans-serif !important;
}
#scalc h5 {
    color: #21b685;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 16px;
}
.scalc_required {
    color: red;
    font-size: 22px;
    position: relative;
    top: -2px;
}
.formMainContainer {
	text-align: center;
}
.formMainContainer #scalc #scalc_location_q {
    margin-bottom: 30px;
}
.formMainContainer #scalc #scalc_location_q .easy-autocomplete {
    width: 100%;
    display: flex;
    position: relative;
}
.formMainContainer #scalc #scalc_location_q .easy-autocomplete:before {
    content: "\e054";
    font-family: "spacer" !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    speak: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    left: 20px;
    height: 27px;
    margin: auto;
    top: 0;
    bottom: 0;
    font-size: 25px;
    color: #c6c6c6;
}
.formMainContainer #scalc #scalc_location_q input {
    height: 48px !important;
    padding-left: 48px;
    line-height: 48px;
    margin: auto;
    display: block;
    border-radius: 4px;
    box-shadow: unset;
    padding: 0 15px 0 45px;
    border: 2px solid #eaeaea;
    font-family: "Raleway", sans-serif !important;
}
.formMainContainer #scalc #scalc_location_q input::placeholder{
    color: #59595a;
}
.formMainContainer #scalc #scalc_location_q input:focus{
    outline-offset: -2px;
    outline: 5px auto #21b685;
}
#scalc .scalc_radios .scalc_cell {
    display: inline-block;
    padding: 10px;
    float: none;
}
/*#scalc_location {
    width: 100%;
}*/
/*#scalc input#fieldEmail, #scalc input#scalc_location {
    border-radius: 0px;
    text-indent: 15px ;
    margin-right: 8px;
    font-size: 16px;
    padding: 0;
}*/

/*.scalc_radios input[type=radio] {
    display: none;
}
.scalc_radios input[type=checkbox], input[type=radio] {
    width: auto;
}
.scalc_radios input[type=radio] {
    vertical-align: inherit;
    padding-right: 4px;
}
.scalc_radios .checkbox, .radio {
    margin-bottom: 12px;
    padding-left: 28px;
    position: relative;
}
#scalc  label.label {
    border-radius: 4px;
    border: 2px solid #eaeaea;
    margin: 0;
    width: 100%;
    position: relative;
    padding: 0;
    height: 48px;
    line-height: 42px;
    text-shadow: none;
}
#scalc  label.label:hover {
    border: 2px solid #21b685;
}
#scalc .scalc_radios .label .icon {
    position: absolute;
    left: 15px;
    font-size: 30px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    display: block;
    height: 34px;
}
#scalc .scalc_ico_label {
    display: block;
    margin-left: 28px;
    text-align: center;
    font-size: 18px;
    position: relative;
    top: 4px;
    font-weight: 300;
}
#scalc .scalc_ico_label {
    color: #59595a;
}
#scalc label.label:hover .scalc_ico_label {
    color: #21b685;
}
.scalc_radios .label {
    margin: 4px;
    padding: 8px 2%;
    width: 96%;
    border: 1px solid #c6c6c6;
    border-radius: 2px;
    display: block;
    float: left;
    cursor: pointer;
    color: #c6c6c6;
    line-height: inherit;
    background: #fff;
}
#scalc .scalc_radios .label:hover {
    color: #21b685;
  }
.scalc_radios .scalc_cell .icon{
	background: none;
}
.scalc_radios .radio .radio-icon-outer {
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #dcdcdc;
    transition: all .1s ease-in-out;
}
.scalc_radios .radio .radio-icon-outer .radio-icon-inner {
    width: 4px;
    height: 4px;
    position: absolute;
    left: 50%;
    margin-left: -2px;
    display: block;
    border-radius: 50%;
    top: 50%;
    margin-top: -2px;
    transition: all .1s ease-in-out;
}
#scalc .scalc_radios .scalc_cell .label.selected .scalc_ico_label {
    color: #fff;
}
#scalc label.label.selected {
    background-color: #21b685;
    border: 2px solid #21b685;
}
#scalc .scalc_radios .label.selected .icon {
    color: #fff;
    text-shadow: none;
}
#scalc .scalc_radios .scalc_cell .label.selected:hover .scalc_ico_label {
    color: white;
}*/
.emailResult {
    display: block;
    margin: auto;
}
#calculator_results .listYourSpacer {
    position: relative;
    line-height: 40px;
    text-align: center;
    background-color: #21b685;
    margin: auto;
    display: block;
    border-radius: 4px;
    color: #fff;
    overflow: hidden;
    height: 40px;
    border-color: #21b685;
}
#calculator_results .listYourSpacer:before {
    right: -16px !important;
}

span.ico-plus {
    font-size: 20px;
    font-weight: 600;
}
.ico-plus:before {
    content: "+";
}

#calculator_results{
    text-align: left;
}
#calculator_results .benefits {
    border: 2px solid #21b685;
    margin: 30px auto !important;
    border-radius: 6px;
    padding: 30px;
}
#calculator_results .benefits h5 {
    border-bottom: 1px solid #d8d8d8;
    padding-bottom: 25px;
}
#calculator_results .benefits .AllBenefits {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
#calculator_results .benefits .AllBenefits li:first-of-type {
    border-top: 0;
    padding: 0 0 0 58px;
}
#calculator_results .benefits .AllBenefits li:last-of-type {
    border: 0;
}
.detailsRow .benefits .checkLists li {
    padding: 0 0 0 30px;
    position: relative;
    display: block;
    font-size: 18px;
}
.detailsRow .benefits .checkLists li .fa {
    position: absolute;
    left: 0;
    height: 42px;
    width: 30px;
    border-radius: 100%;
    line-height: 42px;
    text-align: left;
    color: #59595a;
    top: 0;
    bottom: 0;
    margin: auto;
}

.detailsRow .benefits .checkLists li p {
    margin-bottom: 0;
    padding: 10px 0;
    color: #59595a;
    font-size: 18px;
}
.detailsRow .benefits .banks {
    padding-left: 28px;
}
.detailsRow .benefits .banks li {
    display: inline-block;
    padding: 5px;
    border: 1px solid #d8d8d8;
    width: 57px;
    height: 31px;
    position: relative;
    border-radius: 4px;
    background-color: #d8d8d8;
    margin: 0 2px;
}
.detailsRow .benefits .banks li img {
    width: 100%;
    max-width: 38px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    bottom: 0;
}

.emailResult #fieldEmail, #calculator_results .getPhone #fieldPhone {
    height: 44px !important;
    margin: 0;
    border: 2px solid #21b685;
    font-size: 18px;
    font-family: "Roboto", sans-serif !important;
    text-indent: 15px;
    padding: 0;
}
#calculator_results .emailResult button, #calculator_results .getPhone button {
    height: 48px !important;
    border-radius: 0 !important;
    background-color: #21b685;
    font-size: 16px;
    font-family: "Roboto", sans-serif !important;
    background-image: unset;
    text-shadow: unset;
    color: white;
    box-shadow: unset;
    margin-left: -1px;
    border-left: 0;
}

#calculator_results .emailResult button:hover, #calculator_results .getPhone button:hover {
    background-color: #198b65;
}
#calculator_results .getPhone h4 {
  margin-bottom: 15px;
  font-weight: 400;
}
.padding-15 {
    padding-right: 15px;
    padding-left: 15px;
}
#scalc hr {
    margin: 30px auto !important;
    width: 100%;
    clear: both;
}

/*#scalc_access, #scalc_location_q, #calculator_results, #scalc_type {
  clear: both;
}
.calcContentMessage h4 {
    font-size: 34px;
    color: #474c54;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    line-height: 40px;
}
.calcContentMessage p {
  font-size: 20px;
  font-weight: 300;
  text-align: center;
  line-height: 30px;
  margin-bottom: 15px;
}*/
#scalc_access .accessSpacer {
    display: block;
}
@media (max-width: 767px){
    #calculator_results .emailResult button {
        width: 100%;
        margin-bottom: 15px ;
        border-radius: 4px !important;
    }
    #calculator_results .getPhone #fieldPhone {
        width: 100%;
        margin-bottom: 15px ;
        border-radius: 4px ;
    }
    #calculator_results .getPhone button {
        width: 100%;
        border-radius: 4px !important;
    }
}
@media (min-width: 768px){
    .emailResult {
        width: 570px;
    }
    .emailResult #fieldEmail, #calculator_results .getPhone #fieldPhone {
        width: 65%;
        border-radius: 4px 0 0 4px !important;
    }
    #calculator_results .emailResult button, #calculator_results .getPhone button {
        border-radius: 0 4px 4px 0 !important;
    }
    .emailResult button, #calculator_results .getPhone button {
      width: 34%;
    }
    #calculator_results .listYourSpacer {
        width: 544px;
        margin-top: 15px;
    }
    .nav-link.btn.btn-blue.listYourSpacer:before {
        content: 'FREE';
        position: absolute;
        background-color: #474c54;
        -ms-transform: rotate(57deg);
        -webkit-transform: rotate(57deg);
        transform: rotate(57deg);
        height: 21px;
        line-height: 23px;
        right: -29px;
        font-size: 10px;
        font-weight: lighter;
        bottom: 16px;
        width: 90px;
        text-align: center;
    }
}
@media (min-width: 992px){
    #scalc .scalc_radios .scalc_cell {
        width: 31.5%;
    }
    .accessSpacer {
      margin: auto;
      display: block;
    }
}