
    .hh-popup-bg.active {
        background: rgba(0, 0, 0, 0.5);
        position: fixed;
        z-index: 100;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .hh-popup-quote {
        display:none;
    }

    .hh-popup-quote.active {
        display:block;
		position:fixed;
        z-index: 110;
        top: 50px;
        left: 50%;
        margin-left: -250px;
        width: 500px;
        max-width: 100%;
        background-color: #fff;
        border-radius: 5px;
        max-width: 100%;
    }
	
	.hh-popup-quote .radio-buttons .radio-single.secondary {
	   display:none;	
	}

    .hh-popup-quote .close-popup {
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
    }

    .hh-popup-quote .close-popup i {
        font-size: 18px;
    }

    .hh-popup-quote .close-popup i:before {
        color: #999;
    }

    .hh-popup-quote .close-popup:hover i:before {
        color: #000;
    }

    .hh-popup-quote .hh-popup-container {
        padding: 40px;
        display: none;
    }

    .hh-popup-quote .hh-popup-container.show {
        display: block;
    }

    .hh-popup-quote .hh-popup-container .title {
        font-size: 25px;
        width: 300px;
        max-width: 90%;
        margin: auto;
        margin-bottom: 30px;
        font-weight: 700;
        color: #333;
        text-align: center;
    }

    .hh-popup-quote .hh-popup-container .subtitle {
        font-size: 16px;
        margin-bottom: 30px;
        display: none;
    }

    .hh-popup-quote .hh-popup-container p {
    }

    .hh-popup-quote .radio-buttons {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        overflow: hidden;
        margin: 0 -15px;
    }

    .hh-popup-quote .radio-buttons .radio-single {
        width: 50%;
        flex-shrink: 0;
        display: flex;
        align-items: center;
        justify-content: left;
        padding: 12px 15px;
        cursor: pointer;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all 0.2s ease;
        border-radius: 3px;
        border: 1px solid #fff;
    }

    .hh-popup-quote .radio-buttons .radio-single:hover {
        background-color: #f6f6f6;
    }

    .hh-popup-quote .radio-buttons .radio-single .circle {
        display: inline-block;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .hh-popup-quote .radio-buttons .radio-single .circle .smaller {
        transition: all 0.2s ease;
        border-radius: 50%;
        background-color: #fff;
        width: 8px;
        height: 8px;
        border: 6px solid #ddd;
        box-sizing: content-box;
    }

    .hh-popup-quote .radio-buttons .radio-single span {
        margin-left: 12px;
        font-size: 15px;
        font-weight: 600;
        color: #444;
    }

    .hh-popup-quote .radio-buttons .radio-single.active {
        border: 1px solid #a93a61;
    }

    .hh-popup-quote .radio-buttons .radio-single.active .circle .smaller {
        border: 6px solid #a93a61;
    }

    .hh-popup-quote .hh-popup-container .button-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 30px -40px -40px -40px;
        padding: 20px 40px;
        border-top: 1px solid #ddd;
    }

    .hh-popup-quote .hh-popup-container button {
        display: inline-block;
        vertical-align: middle;
        min-width: 180px;
        padding: 16px 17px;
        background-color: #a93a61;
        color: #fff;
        text-align: center;
        border-radius: 3px;
        font-size: 17px;
        font-weight: 800;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        transition: all .25s ease;
        border: 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        cursor: pointer;
        font-family: 'Josefin Sans', sans-serif;
    }

    .hh-popup-quote .hh-popup-container button:hover {
        background-color: #9d2e55;
    }

    .hh-popup-quote .hh-popup-container .back {
        font-size: 17px;
        color: #bbb;
        cursor: pointer;
        font-weight: 600;
    }

    .hh-popup-quote .hh-popup-container .max-characters {
        background-color: #ddd;
        color: #a93a61;
        font-size: 14px;
        padding: 5px 10px;
        border-radius: 3px;
        font-weight: 500;
    }

    /* FORM ELEMENTS */
    .hh-popup-quote .hh-popup-container label {
        font-size: 11px;
        color: #444;
        margin-bottom: 5px;
        text-transform: uppercase;
        font-weight: 700;
        margin-top: 25px;
        display: block;
    }

    .hh-popup-quote .hh-popup-container input, .hh-popup-quote .hh-popup-container textarea {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        font-family: 'Josefin Sans', sans-serif;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 14px;
        color: #333;
        outline: none;
        border-radius: 3px;
        border: 2px solid #dde3ec;
        padding: 15px;
        transition: all ease-in-out .15s;
        width: 100%;
    }

    .hh-popup-quote .hh-popup-container input {
    }

    .hh-popup-quote .hh-popup-container textarea {
        height: 150px;
    }

    .hh-popup-quote .hh-popup-container input:focus, .hh-popup-quote .hh-popup-container textarea:focus {
        border: 2px solid #a93a61;
    }

    /* CHECKBOXES */
    .terms-checkbox {
        display: flex;
        margin-top: 20px;
        align-items: center;
    }

    .terms-checkbox .checkbox-single {
        transition: all 0.2s ease;
        border-radius: 3px;
        background-color: #fff;
        width: 16px;
        height: 16px;
        line-height: 16px;
        text-align: center;
        border: 2px solid #ddd;
        box-sizing: content-box;
        margin-right: 10px;
        flex-shrink: 0;
        cursor: pointer;
    }

    .terms-checkbox .checkbox-single i:before {
        color: #fff;
        width: auto;
        margin: 0 !important;
    }

    .terms-checkbox .checkbox-single:hover i:before {
        color: #ddd;
    }

    .terms-checkbox .checkbox-single.active {
        border: 2px solid #a93a61;
    }

    .terms-checkbox .checkbox-single.active i:before {
        color: #a93a61;
    }

    .terms-checkbox p {
        font-size: 13px;
        line-height: 1.4em;
    }

    .terms-checkbox p a {
        color: #a93a61;
    }

    .terms-checkbox p a:hover {
        text-decoration: underline;
    }

    /* ERROR MESSAGES */
    .errors {
        background-color: #F2DEDE;
        color: #A94442;
        font-size: 15px;
        display: none;
    }


    @media all and (max-width: 550px) and (min-width: 0px) {
        .hh-popup-quote.active {
            top: 0;
            left: 0;
            margin-left: 0;
            bottom: 0;
            position: fixed;
            border-radius: 0;
            width: 100%;
            overflow: scroll;
        }

        .hh-popup-quote .hh-popup-container {
            padding: 20px;
        }

        .hh-popup-quote .radio-buttons .radio-single {
            padding: 9px 8px;
        }

        .hh-popup-quote .hh-popup-container .button-container {
            margin: 20px -20px -20px -20px;
            padding: 20px;
        }

        .hh-popup-quote .radio-buttons {
            margin: 0 -5px;
        }
    }

    @media all and (max-width: 380px) and (min-width: 0px) {
        .hh-popup-quote .radio-buttons .radio-single {
            width: 100%;
        }
    }

    span.error {
        background-color: #F2DEDE;
        color: #A94442;
        font-size: 13px;
        line-height: 13px;
        padding: 7px 10px 8px 10px;
        display: block;
        margin-top: 2px;
        width:100%;
        border-radius:3px;
    }
    span.error:empty {
        display: none;
    }