.item input[type=checkbox]:not(old):checked + label:before, .item input[type=radio]:not(old):checked + label:before, .item input[type=checkbox]:not(old):checked + span + label:before, .item input[type=radio]:not(old):checked + span + label:before {
    font-family: "fontello";
    content: "\e81b";
    position: absolute;
    right: -9px;
    top: -5px;
    font-size: 24px;
    font-size: 4em;
    color: #acd373;
}
span.error {
    font-size: 12px;
    position: absolute;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    top: 15px;
    left: 3px;
    z-index: 2;
    height: 25px;
    line-height: 1;
    background-color: #e34f4f;
    color: #fff;
    font-weight: normal;
    display: inline-block;
    padding: 6px 8px;
}
input.form-control, select.form-control, textarea.form-control {
    font-size: 1.6rem;
}
#quote_screen > .row {
    min-height: 100vh;
}

.quote-flex-fill {
    flex:1 1 auto;
}
.pl-24px { padding-left: 24px!important}
.pl-32px { padding-left: 32px!important}

@media(min-width: 768px){
  .col-1-5{
    width: 20%;
    float: left;
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
  }
}
.space0 {
	padding: 0px!important;
	margin: 0px!important;
}
.pdleft20 {
	padding-left: 20px !important;
}
.navbar-collapse.collapse.show {
    display: block !important;
}
.pb-0 {
	padding-bottom: 0px!important;
}
.border-light {
	border: 1px solid #d1d1d1;
}
input[type=checkbox]{
	width: 12px;
	margin-right: 10px;
}
/* Hide the default checkbox */
    .custom-checkbox {
        position: absolute;
        opacity: 0;
        cursor: pointer;
    }

    /* Create a custom checkbox */
    .custom-checkbox-label {
        display: inline-block;
        position: relative;
        padding-left: 30px;
        cursor: pointer;
        user-select: none;
    }

    /* Create the checkmark (hidden when not checked) */
    .custom-checkmark {
        position: absolute;
        top: 0;
        left: 0;
        height: 20px;
        width: 20px;
        background-color: #fff;
        border: 1px solid #d1d1d1;
        border-radius: 2px;
    }

    /* On hover, add a grey background color */
    .custom-checkbox-label:hover input ~ .custom-checkmark {
        background-color: #fff;
        border: 1px solid #5BC6C4;
    }

    /* When the checkbox is checked, add the color */
    .custom-checkbox:checked ~ .custom-checkmark {
        background-color: #5BC6C4;
        border-color: #5BC6C4;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .custom-checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark/indicator when checked */
    .custom-checkbox:checked ~ .custom-checkmark:after {
        display: block;
    }

    /* Style the checkmark/indicator */
    .custom-checkmark:after {
        left: 6px;
        top: 2px;
        width: 6px;
        height: 10px;
        border: solid white;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

::placeholder {
    letter-spacing: normal!important;
}

input::placeholder {
    letter-spacing: normal!important;
}
/*
@media (min-width: 768px) {
        .form-row .form-group {
            display: flex;
            align-items: center;
            justify-content: center;
        }
    }
    .form-row .form-group label {
        margin-bottom: 0;
    }
*/

.h4 {
 font-size: 40px;
 line-height: 46px;
}
.h5 {
    font-size: 32px;
    line-height: 40px;
}
.h6 {
    font-size: 25px;
    line-height: 30px;
}
.pb-16 {
  padding-bottom: 16px;
}