:root {
    --primary: #E73E65;
    --secondary: #1B273D;
    --tertiary: #E73E65;
    --text-color: black;
    --light-grey: rgb(120, 120, 120);
    --grey: rgb(100, 100, 100);
    --background: #eceff1;
}

.price-text-large {
	font-size: 34px !important;
}

.responsive-quote-calculator {
    box-shadow: unset;
    width: 100%;
    background: none;
    border: 1px solid lightgrey;
    border-radius: 0;
}

#main-wrapper {
    margin-top: -1px !important;
    padding: 0px;
}

.responsive-title-wrapper {
    border-radius: 0;
}

.responsive-cover-calculator {
    margin-top: 50px;
}
.responsive-cover-calculator .responsive-title-wrapper {
    border-radius: 0;
}

.responsive-title-text {
    font-size: 16px;
}

#advOptTitle {
    font-size: 16px;
}