
@import url('nouislider.css');
a:focus,
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
    text-decoration: none;
}


input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}





.copyright-home-link:hover {
    color: white !important;
}



.already-entered-competition-container {
    min-height: 500px;
    height: 500px;
    padding-top: 100px;
}








.promo-all-offers-holder{
	padding-top:4px;
	padding-bottom:80px;
}
.promo-triple-block-offer-column{
	padding-left: 0px;
	padding-right: 0px;
}
.promo-triple-block-offer-holder {
    border: 2px solid #d9d9d9;
    padding: 10px;
    background-color: #f2f2f2;
}
.promo-triple-block-offer-holder-left{
	margin-left: 0px;
	margin-right: 2px;
}
.promo-triple-block-offer-holder-middle{
	margin-left: 1px;
	margin-right: 1px;
}
.promo-triple-block-offer-holder-right{
	margin-left: 2px;
	margin-right: 0px;
}
.promo-triple-block-offer-heading {
    color: #E8004C;
    font-weight: 600;
    padding-left: 15px;
    padding-right: 15px;
}
.promo-triple-block-offer-text {
    padding: 15px;
    color: #878787;
    max-height: 155px;
}
.promo-triple-block-offer-button-container{
    text-align:center;
    padding-top:30px;
    padding-bottom:30px;
}
.promo-triple-block-offer-button {
    width: 50%;
    margin: 0 auto;
    color: white;
    background-color: #E8004C;
    min-width: 55%;
    max-width: 80%;
    padding: 15px;
    cursor: pointer;
    outline: none;
    font-weight: 600;
}
.promo-triple-block-offer-button:hover {
        color: #E8004C;
        background-color: white;
}
.promo-combo {
    cursor: pointer;
}
.promo-modal-button-holder {
    padding-top: 30px !important;
}
#promo-modal-button {
    padding: 22px;
}
.promo-dob-selector {
    display: inline;
}
.dob-day-combo {
    padding: 5px;
    padding-right: 10px;
    cursor: pointer;
}
.dob-month-combo {
    padding: 5px;
    padding-right: 15px;
    cursor: pointer;
}
.dob-year-combo {
    padding: 5px;
    padding-right: 20px;
    cursor: pointer;
}

















.online-quote {
    padding-top: 40px;
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 18px;
}
    .online-quote h1 {
        font-family: 'Roboto';
        color: #E8004C;
        font-size: 40px;
    }
    .online-quote h2 {
        font-family: 'Roboto';
        color: #1D1D1D;
        font-size: 45px;
    }
    .online-quote h3 {
        font-family: 'Roboto';
        color: #1D1D1D;
        font-size: 38px;
    }
    .online-quote h4 {
        font-family: 'Roboto';
        color: #878787;
        font-size: 15px;
    }
    .online-quote h5 {
        font-family: 'Roboto';
        color: #1D1D1D;
        font-size: 16px;
        letter-spacing: 1.7px;
        margin-top: 0px;
    }



.online-quote-form-container {
    padding: 10px;
    padding-bottom: 100px;
    padding-left: 0px;
}
.quote-form {
    border: 1px solid #d9d9d9;
    padding: 15px;
    max-width: 1000px;
}
.online-quote-form-group 
{
    padding-right:30px !important;
}
.online-quote-input-control-container {
    width: 100%;
    padding-bottom: 10px;
}
.online-quote-input-row {
    min-height: 72px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
}
.online-quote-input-row-submit {
    padding-top: 40px;
}
.online-quote-input-control {
    --min-width: 260px;
}
.online-quote-submit-button {
    color: #FFFFFF;
    background-color: #E8004C;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 25px;
    letter-spacing: 1.7px;
    line-height: 1;
    outline: none;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: bold;
    padding-left: 100px;
    padding-right: 100px;
}
.online-quote-invalid-input-error {
    padding-right: 30px;
    width: auto !important;
}
.quote-dob-selector {
    display: inline;
}
.quote-combo {
    border: 1px solid #ccc;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 18px;
    cursor: pointer;
    color:black;
}
.quote-dob-combo {
    padding: 5px;
    padding-right: 10px;
}
.quote-dob-day-combo {
    padding: 5px;
    padding-right: 10px;
}
.quote-dob-month-combo {
    padding: 5px;
    padding-right: 15px;
}
.quote-dob-year-combo {
    padding: 5px;
    padding-right: 20px;
}
.quote-input-error {
    --border: 2px solid #E8004C;
    background-color: rgba(239,16,107,0.1);
}
.online-quote-result-container {
    margin-bottom: 100px;
    border: 1px solid #d9d9d9;
    padding: 30px;
    max-width: 1000px;
    text-align: center;
    padding-bottom: 60px;
}
.online-quote-slider-heading {
    padding-top: 20px;
}
.online-quote-slider-subheading {
    padding-top: 10px;
}
.online-quote-slider-controls-container {
    padding: 15px;
    display: inline-block;
    width: 70%;
    min-width: 190px;
    padding-bottom: 70px;
}
.online-quote-slider-component-container {
    padding-top: 15px;
    padding-bottom: 15px;
    width: 100%;
    --padding-top: 100px;
    padding-top: 50px;
    position: relative;
}
#online-quote-slider-component {
    height: 10px;
}
#slider-recomended-indicator-base {
    will-change: transform;
    position: absolute;
    z-index: 1;
    left: 0;
    height: 0;
    width: 100%;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    left: auto;
    right: 0;
}
.slider-recomended-indicator {
    position: absolute;
    top: 40px;
    right: -100px;
    left: auto;
    transform: translate(-50%, 0);
    border: 1px solid #D9D9D9;
    border-radius: 3px;
    background: #fff;
    color: #E8004C;
    padding: 5px;
    text-align: center;
    /* white-space: nowrap; */
    font-family: 'Roboto';
    font-size: 12px;
    cursor: pointer;
    width: 100px;
}
    .slider-recomended-indicator:after {
        content: '';
        position: absolute;
        left: 0;
        top: -20px;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border-bottom: solid 20px #E8004C;
        border-left: solid 8px transparent;
        border-right: solid 8px transparent;
    }

.online-quote-slider-control-labels {
    font-family: 'Roboto';
    color: #878787;
    font-size: 18px;
}
#quote-slider-min-label { 
    float:left;
}
#quote-slider-max-label {
    float:right;
}

.online-quote-premium-container {
    --margin-top: 30px;
    padding: 15px;
    border: 1px solid #d9d9d9;
    display:inline-block;
    padding-right:30px;
    padding-left:30px;
}
.online-quote-premium-header {
    padding-top: 5px;
    font-family: 'Roboto';
    font-size: 14px;
}
.online-quote-premium-amount {
    padding-top: 10px;
    font-family: 'Roboto';
    font-size: 40px;
    font-weight: bold;
    color: #404040;
    padding-bottom: 10px;
}
.online-quote-premium-amount-recommended {
    --display: none;
    padding: 5px;
    font-family: 'Roboto';
    font-size: 25px;
    font-weight: bold;
    color: #E8004C;
    padding-top: 10px;
    padding-bottom: 10px;
}
.online-quote-premium-amount-type {
    font-family: 'Roboto';
    font-size: 14px;
    font-weight: bold;
    --padding-bottom: 20px;
}
.online-quote-result-message-container {
    padding-top: 50px;
    font-family: 'Roboto';
    font-size: 18px;
    color: #878787;
    text-align: center;
    padding-left: 25%;
    padding-right: 25%;
}

.online-quote-result-legal-message-container {
    padding-top: 40px;
    font-family: 'Roboto';
    font-size: 16px;
    color: #878787;
    text-align: center;
    padding-left: 5px;
    padding-right: 5px;
}
    .online-quote-result-legal-message-container h4 {
        font-family: 'Roboto';
        color: #E8004C;
    }






/* noUI SLider Component Tweaks*/
.noUi-target {
    background: #d6d6d6 !important;
    border-radius: 4px !important;
    border: 0 !important;
    box-shadow: 0 !important;
}

.noUi-horizontal .noUi-handle {
    top: -8px !important;
    padding-top: 2px !important;
    cursor: pointer !important;
    outline: none !important;
}
.noUi-horizontal .noUi-tooltip {
    background-color: #E8004C !important;
    padding: 5px !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
}
.noUi-tooltip {
    min-width: 100px !important;
    border: 0 !important;
    font-family: 'Roboto';
    color: white !important;
    font-size: 18px !important;
    font-weight: bold !important;
}
 /* end of noUI SLider Component Tweaks*/











.quote-story {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    border: 0px;
    width: 100%;
    border: 2px solid #E5E5E5;
    border-radius: 10px;
    background-color: #FBFBFB;
}
    .quote-story h2
    {
        font-family: 'Roboto';
        color: #1D1D1D;
        font-size: 45px;
    }


    .quote-story ::-webkit-input-placeholder {
        color: #E8004C;
    }



.online-quote-story-container {
    padding-top: 30px;
    width: 85%;
    display: inline-block;
}
.online-quote-story-part {
    display: inline-block;
    padding-top: 30px;

}
.online-quote-story-text {
}
.online-quote-story-text-input {
    font-family: 'Roboto';

}
    .online-quote-story-text-input input {
        border: 2px solid transparent;
        border-bottom: 1px solid #878787;
        color: #E8004C;
        background-color: transparent;
    }
.online-quote-story-radio-input {

}
.online-quote-story-radio-inputs-gender {
    border: 2px solid transparent;
}
.online-quote-story-radio-inputs-smoker {
    border: 2px solid transparent;
}
.online-quote-story-radio-inputs-citizen {
    border: 2px solid transparent;
}
.online-quote-story-radio-input input[type="radio"] {
    display: none;
}
    .online-quote-story-radio-input label {
        display: inline-block;
        background-color: #F4F4F4;
        padding: 6px 10px;
        cursor: pointer;
        font-family: 'Roboto';
        color: rgba(135,135,135,0.4);
        margin-bottom: 0px;
    }
        .online-quote-story-radio-input label:hover {
            background-color: #d0d0d0;
        }
.online-quote-story-radio-input input[type="radio"]:checked + label {
    background-color: #E8004C;
    color: white;
}

.life-quote-story-dob-selector {
    display: inline-block;
}


.online-quote-story-combo-input {
    font-family: 'Roboto';
    background-color: transparent;
}
    .online-quote-story-combo-input select {
        border: 0;
        border: 2px solid transparent;
        border-bottom: 1px solid #878787;
        cursor: pointer;
        color: #E8004C;
        background-color: transparent;
    }

.online-quote-story-dob-selectors {
    border-bottom: 1px solid #878787;
}

.online-quote-story-dob-combo-input {
    font-family: 'Roboto';
    background-color: transparent;
}
    .online-quote-story-dob-combo-input select {
        border: 0;
        border: 2px solid transparent;
        cursor: pointer;
        color: #E8004C;
        background-color: transparent;
    }

#lifeQuoteStoryTelephone {
    max-width: 165px;
    color: #E8004C;
    padding-left: 5px;
    padding-right: 5px;
}
#lifeQuoteStoryDateOfBirth {
    max-width: 140px;
    color: #E8004C;
    padding-left: 5px;
    padding-right: 5px;
}
#lifeQuoteStoryMonthlyIncome {

 
}
#lifeQuoteStoryEducation {

}
.online-quote-story-error {
    border-bottom: 2px solid #E8004C !important;
}
.online-quote-story-error-below {
    display: table;
    color: #E8004C;
    font-size: 14px;
    font-family: 'Roboto';
    width: 100%;
    --text-align: left;
}



/* === Bootstrap Datepicker used for life story quote adjustments === */
.datepicker table tr td span.new, .datepicker table tr td span.old {
    color: #1D1D1D !important;
}
.datepicker table tr td span.disabled, .datepicker table tr td span.disabled:hover {
    color: #bfbebe !important;
}
.datepicker .datepicker-switch, .datepicker .next, .datepicker .prev, .datepicker tfoot tr th {
    font-family: 'Roboto';
    color: #E8004C;
}
.datepicker table tr td span.active.active, .datepicker table tr td span.active.disabled.active, .datepicker table tr td span.active.disabled:active, .datepicker table tr td span.active.disabled:hover.active, .datepicker table tr td span.active.disabled:hover:active, .datepicker table tr td span.active:active, .datepicker table tr td span.active:hover.active, .datepicker table tr td span.active:hover:active {
    background-color: #E8004C !important;
    border-color: #E8004C !important;
}
.datepicker table tr td span.focused, .datepicker table tr td span.focus {
    --background: inherit !important;
}
.datepicker table tr td.active.active, .datepicker table tr td.active.highlighted.active, .datepicker table tr td.active.highlighted:active, .datepicker table tr td.active:active {
    background-color: #E8004C !important;
    border-color: #E8004C !important;
}
/* === End Of Bootstrap Datepicker used for life story quote adjustments === */




.quote-drop-menu-button {
    --background-color: #4CAF50;
    color: white;
    --padding: 16px;
    --font-size: 16px;
    border: none;
}

.quote-drop-menu {
    position: relative;
    display: inline-block;
}

.quote-drop-menu-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Roboto';
    font-size: 18px;
    text-align: center;
    color: #E8004C;
    border: 1px solid rgba(0,0,0,.15);
}
    .quote-drop-menu-content a {
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        color: #E8004C;
    }

        .quote-drop-menu-content a:hover {
            --background-color: #ddd;
            color: #E8004C;
        }


.quote-drop-menu:hover .quote-drop-menu-content {
    display: block;
}

.quote-drop-menu:hover .quote-drop-menu-button {
    --background-color: #3e8e41;
}








.quote-footer-drop-menu-container {
    background-color: #E8004C;
    height: 100%;
    min-height: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    text-align: center;
    cursor: pointer;
}




.quote-footer-drop-menu-button {
    color: white;

}

.quote-footer-drop-menu {
    position: relative;
    display: inline-block;
    padding-left: 50px;
    padding-right: 50px;
    background-color: #E8004C;
    border: 1px solid white;
}

    .quote-footer-drop-menu a {
        padding: unset;
        color: white;
        margin: 0;
        line-height: 54px;
        padding: 0;
        font-size: 12px;
        font-family: 'Roboto', Arial, sans-serif;
        border-right: none;
    }

.quote-footer-drop-menu-content {
    display: none;
    position: absolute;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Roboto';
    font-size: 18px;
    text-align: center;
    color: #E8004C;
    border: 1px solid rgba(0,0,0,.15);
    left: 0;
    text-transform: none;
}

    .quote-footer-drop-menu-content a {
        text-decoration: none;
        display: block;
        background-color: white;
        font-family: 'Roboto';
        font-size: 18px;
        text-align: center;
        color: #E8004C;
    }

        .quote-footer-drop-menu-content a:hover {
            --background-color: #ddd;
            color: #E8004C;
        }


.quote-footer-drop-menu:hover .quote-footer-drop-menu-content {
    display: block;
}

.quote-footer-drop-menu:hover .quote-footer-drop-menu-button {
    --background-color: #3e8e41;
}

.modal-content .modal-header h4 {
    font-size: 18px !important;
    line-height: 1.4em !important;
}
    .modal-content .modal-header h4 strong {
        color: #E8004C !important;
    }




.mobile-header-get-quote-container {
    --padding: 12px;
    height: 100%;
    color: white;
    text-align: center;
    display: inline-block;
    cursor:pointer;
}
@media screen and (max-width: 370px) {
    .header-get-life-quote {
        font-size: 18px !important;
        letter-spacing: unset !important;
    }
}
.mobile-header-quote-drop-menu-content {
    display: none;
    background-color: white;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    font-family: 'Roboto';
    font-size: 18px;
    text-align: center;
    color: #E8004C;
    border: 1px solid rgba(0,0,0,.15);
}
    .mobile-header-quote-drop-menu-content a {
        text-decoration: none;
        display: block;
        background-color: white;
        font-family: 'Roboto';
        font-size: 18px;
        text-align: center;
        color: #E8004C;
        text-transform: unset;
        padding-right: 0px;
    }
        .mobile-header-quote-drop-menu-content a:after {
            background: none;
        }




.home-page-notice {
    margin-top: 20px;
    background-color: #F2F2F2;
    color: #E8004C;
    border: 2px #DADADA solid;
    padding: 15px;
    text-align: center;
    font-weight: 600;
    font-style: italic;
}


.b-dark {
    background-color: white !important;
}



.close-modal-window-button {
    background-color: #fff;
    border-color: #ccc;
    color: #E8004C;
}
    .close-modal-window-button:hover {
        text-decoration:none;
        color: #E8004C;
        font-weight: bold;
    }

.competition-entry-submited-message {
    display: none;
    font-family: 'Roboto';
    font-size: 18px;
    text-align: center;
    color: #E8004C;
}













#tool-lifecalc-results {
    display: none;
    padding-bottom:100px;
}
.tool-lifecalc-results-heading {
    text-align:center;
    padding-top:25px;
}
.tool-lifecalc-results-required {
    padding-top:10px;
    text-align: center;
}
.tool-lifecalc-results-controls {
      padding-top:40px;
      text-align:center;
}
.tool-lifecalc-results-controls-inputs {
    --width:30%;
    padding-right:20px;
    display:inline-block;
    vertical-align:top;
}

.tool-lifecalc-results-controls-inputs-heading {
    font-weight:bold;
    color:black;
}

.tool-lifecalc-results-controls-chart {
    --width: 68%;
    --dding: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: -webkit-center;
    padding: 0px !important;
}
.tool-lifecalc-results-controls-chart-heading-valcell {
  padding-left:10px;
}
.tool-lifecalc-results-controls-chart-summary-heading-item {
    display: inline-block;
}
.tool-lifecalc-results-controls-inputs-amount {
    padding-top: 20px;
    text-align: left;
    max-width: 300px;
}

.tool-lifecalc-results-controls-chart-summary{

}
.tool-lifecalc-results-controls-chart {
  padding-top:30px;
}
.tool-lifecalc-results-get-quote {
    padding-top:45px;
    width:100%;
}
.sal-input {
    max-width:100px;
}
.tool-lifecalc-results-controls-chart-disclaimer {
    font-size: 12px;
    font-style: italic;
    padding-top: 10px;
    width: 60%;
}
.tool-lifecalc-results-controls-inputs-amount-footnote {
    font-size: 12px;
    font-style: italic;
    padding-top: 5px;
    width: 80%;
    padding-left: 15px;
}








.tool-bmicalc-container {
    padding-bottom: 100px;
}
.tool-bmicalc-input-controls{
    --padding-top:20px;
    width: 100%;
    text-align: left;
}
.tool-bmicalc-inputs-row {
      width:100%;
      padding-top:20px;
}
.tool-bmicalc-inputs-set {
    display:inline-block;
}
.tool-bmicalc-input-set-label {
    display: inline-block;
    padding-right: 15px;
    min-width:110px;
}
.tool-bmicalc-input-set-control {
    display: inline-block;
    padding-right: 15px;
}
.tool-bmicalc-results {
    display: none;
    text-align:center;
}
.tool-bmicalc-results-container {
    padding-bottom: 100px;
    padding-bottom: 50px;
    margin-bottom: 50px;
}
.tool-bmicalc-results-heading {
    text-align: center;
    padding-top: 40px;
    font-size: 30px;
    font-weight: bold;
    color: black;
}
.tool-bmi-results {
    font-size: 40px;
    font-weight: bold;
    --padding: 30px;
    color: black;
    padding-bottom: 40px;
}
.tool-bmi-results-chart {
    font-size: 40px;
    font-weight: bold;
    --padding: 30px;
    --padding-bottom: 120px;
}
.hgt-input, .wgt-input {
    max-width:50px;
}
.tool-bmi-results-chart {
    --max-height: 400px;
    width: 450px;
}
#guage-control{
    width:450px;
}
.tool-bmicalc-getquote {
    padding-top: 30px;
    width: 100%;
    text-align:-webkit-center;
}
.tool-bmicalc-result-legend {
}
.tool-bmicalc-result-legend-item {
    display:inline-block;
    padding-right:15px;
}
.tool-bmicalc-result-legend-item-colour {
    width: 12px;
    height: 12px;
    display: inline-block;
}
.tool-bmicalc-result-legend-item-value {
    font-size: 12px;
    display: inline-block;
}
.tool-bmicalc-getquote-note {
    padding-left: 10%;
    padding-right: 10%;
    font-size: 14px;
    text-align: left;
}
.tool-bmicalc-help-form-title {
    text-align: center;
    padding-bottom: 15px;
    width: 100%;
    color: black;
    font-family: 'Roboto';
    font-size: 21px;
}







.tool-comp-entry-checkbox {
}
    .tool-comp-entry-checkbox input[type=checkbox] {
        padding: 10px;
    }

.tool-comp-entry-title {
    font-family: 'Roboto';
    color: #E8004C;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    padding: 10px;
    display:inline;
}

.tool-bmicalc-enter-comp-label {
    color: black;
    font-family: 'Roboto';
    font-size: 16px;
    cursor: pointer;
    padding-left: 10px;
}

.tool-bmicalc-agree-comp-label {
    color: #9a9696;
    font-family: 'Roboto';
    font-size: 14px;
    padding-left: 0px;
}

.tool-comp-agree-checkbox {
    padding-top: 10px;
}
    .tool-comp-agree-checkbox input[type=checkbox] {
        padding: 7px;
    }


.regular-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 3px;
    display: inline-block;
    position: relative;
}
    .regular-checkbox:active, .regular-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .regular-checkbox:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }
        .regular-checkbox:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: 0px;
            left: 3px;
            color: #99a1a7;
        }

.small-checkbox {
    -webkit-appearance: none;
    background-color: #fafafa;
    border: 1px solid #cacece;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05);
    padding: 9px;
    border-radius: 0px;
    display: inline-block;
    position: relative;
}

    .small-checkbox:active, .regular-checkbox:checked:active {
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px 1px 3px rgba(0,0,0,0.1);
    }

    .small-checkbox:checked {
        background-color: #e9ecee;
        border: 1px solid #adb8c0;
        box-shadow: 0 1px 2px rgba(0,0,0,0.05), inset 0px -15px 10px -12px rgba(0,0,0,0.05), inset 15px 10px -12px rgba(255,255,255,0.1);
        color: #99a1a7;
    }

        .small-checkbox:checked:after {
            content: '\2714';
            font-size: 14px;
            position: absolute;
            top: -3px;
            left: 1px;
            color: #99a1a7;
        }


#tool-comp-controls {
    display: none;
}

.tool-comp-entry-message {
    --padding:10px;
    font-size:18px;
}
.tool-comp-entry {
    padding-top:10px;
    padding-left:8px;
    padding-right:8px;
}
.tool-comp-entry-inputs{

}
.tool-comp-entry-input {
    display: inline-block;
    max-width: 200px;
    padding-left: 10px;
    padding-right: 10px;
    --border: 1px solid #ccc !important;
    border-radius: 4px;
    font-size: 16px;
    padding: 6px;
}
.tool-comp-entry-terms {
    color: #E8004C;
    cursor:pointer;
}
.tool-comp-entry-submitting{
    display:none;
}
.tool-comp-entry-complete {
    display: none;
}
.tool-comp-entry-message-header {
    font-family: 'Roboto';
    color: #E8004C;
    font-weight: normal;
    font-size: 22px;
    text-align: center;
    padding: 10px;
}
.tool-comp-entry-message-message {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 18px;
    text-align: center;
    padding: 10px;
    padding-top:30px;
}









.tools-tools-listing-container {
    padding-bottom: 100px;
}
.tools-tool-listing-container {
    padding: 20px;
    padding-left:0px;
    cursor: pointer;
    cursor: hand;
    border: 2px solid transparent;
}
.tools-tool-listing-container:hover {
    border: 2px solid #EEEEEE;
    border-radius: 25px;
    background-color: #F3F3F3;
}
.tools-tool-listing-container-image {
    display: inline-block;
    vertical-align: top;
    padding-top: 10px;
}
.tools-tool-listing-container-detail {
    display: inline-block;
    padding-left:30px;
    width:80%;
}
.tools-tool-listing-container-detail-item {
    color: #878787;
}
#toolBMICalcTelephone {
    max-width: 165px;
    color: #E8004C;
    padding-left: 5px;
    padding-right: 5px;
}











.product-email-quote{
    padding-top:200px !important;
}
.product-email-title {
    font-size: 80px !important;
    line-height: 90px !important;
}
.product-email-apply-button {
    padding-left: 70px;
    padding-bottom: 50px
}
.product-email-submit-button {
    max-width: 320px;
    width: 350px;
    padding-left: 0;
    text-align: center;
    padding-right: 0px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #E8004C;
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    padding: 25px;
    letter-spacing: 1.7px;
    line-height: 1;
    outline: none;
    font-family: 'Roboto';
    font-size: 17px;
    font-weight: bold;
}


.product-email-content {
    padding-left: 90px !important;
    padding-right: 40px !important;
    padding-bottom: 40px !important;
    padding-top: 70px !important;
}






.blog-menu {
    padding: 5px 5px 30px 5px;
    text-align: left;
}

.blog-menu-heading {
    font-size: 18px;
    color: black;
    font-family: 'Roboto';
    margin-bottom: 1px;
}

.blog-menu-item {
    font-size: 16px;
    font-family: 'Roboto';
}
.blog-landing{
    padding-bottom:0px;
}
.blog-landing-category {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 45px;
    color: #E8004C;
    padding-bottom: 30px;
    padding-top: 0px;
}
.loadmoreposts {
    padding: 20px;
    padding-bottom: 60px;
}
.blog-post {
    padding-bottom: 40px;
    padding-left:15px;

}
.blog-post-image {
    display: inline;
    padding-left: 0px;
    cursor: pointer;
}
.blog-post-summary {
    display: inline;
}
.blog-post-summary h1{
}
.blog-post-summary h2 {
    color: #E8004C;
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 26px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 32px;
    cursor: pointer;
}
.blog-post-summary h5 {
    margin-bottom:0px;
}
.blog-post-summary p{
}









/* Tooltip container */
.hovertooltip {
    position: relative;
    display: inline-block;
    --border-bottom: 1px dotted black; /* If you want dots under the hoverable text */
    display: inline;
}

    /* Tooltip text */
    .hovertooltip .tooltiptext {
        visibility: hidden;
        width: 250px;
        background-color: #fff;
        color: #999;
        text-align: center;
        padding: 5px;
        border: 2px solid #E5E5E5;
        border-radius: 6px;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -125px;
        opacity: 0;
        transition: opacity 0.3s;
        font-size: 16px;
    }

        /* Tooltip arrow */
        .hovertooltip .tooltiptext::after {
            content: "";
            position: absolute;
            top: 100%;
            left: 50%;
            margin-left: -5px;
            border-width: 5px;
            border-style: solid;
            border-color: #555 transparent transparent transparent;
        }

    /* Show the tooltip text when you mouse over the tooltip container */
    .hovertooltip:hover .tooltiptext {
        visibility: visible;
        opacity: 1;
    }





.blog-article-new {
    padding-bottom: 0px !important;
}

.blog-article-new .article-breaker{
    max-height:250px;

}

.cover-m-small {
    position: relative;
}
.cover-m-small:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    background: url(/images/cover-m.png) center center no-repeat;
    background-size: 120px 116px;
    width: 120px;
    height: 116px;
    margin: -60px 0px 0px -60px;
    opacity: 0.7;
}
.blog-article-new-title {
    font-family: 'Roboto';
    font-weight: normal;
    font-size: 40px;
    color: #E8004C;
    padding-bottom: 30px;
    padding-top: 0px;
}
.blog-article-new-date {
    padding-top:20px;
    padding-bottom:10px;
}
.blog-article-new-blurb {
    color: #1d1d1d;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: normal;
    padding-bottom:15px;
}


.blog-article-new-body {
    padding-bottom:10px;
}

.blog-article-new-moreinfo {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 18px;
    text-align: left;
    padding: 8px;
    border: 0px;
    width: 100%;
    border: 2px solid #E5E5E5;
    border-radius: 5px;
    background-color: #FBFBFB;
}


.blog-article-new-related-heading {
    color: #1d1d1d;
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: normal;
    padding-bottom: 15px;
    --text-decoration:underline;
    padding-top: 25px;
}

.blog-article-new-related-article-container {
    --padding:20px;
}


.blog-article-new-related-article-image {
    padding: 20px;
}
.blog-article-new-related-article-title {
    padding-left: 4px;
    font-weight:bold;
}



.comp-winner-page-title a{
    position: relative;
    color: #1D1D1D;
    font-size: 16px;
    font-family: 'Roboto';
    font-weight: normal;
    letter-spacing: 1.7px;
    margin-top: 0;
    text-decoration: none;
}

.comp-winner-photo{
    padding: 0 !important;
    height: unset !important;
    background-color: unset !important;
}

.comp-winner-header{
    font-size: 35px !important;
    line-height: 45px !important;
}

.comp-winner-quote{
    font-size: 45px;
    line-height: 55px;
    text-align: center;
    color: #A6A6A6;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0px 100px 50px 100px;
    width: 41.66666666%;
    font-family: 'Roboto';
    font-weight: 100;
}

.comp-winner-date{
    font-size: 18px !important;
}

.comp-winner-watch-video-heading{
    color: #878787;
    font-size: 18px;
    padding-bottom: 22px;
    display: block;
    font-family: 'Roboto';
    font-weight: 100;
    margin-top: 50px;
}


.product-footer-note {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 50px;
    padding: 10px;
    --border: 1px #E5E5E5 dashed;
    color: #878787;
    font-family: 'Roboto';
    font-weight: 100;
    font-size: 18px;
    max-width: 680px;
}


.bordered {
    display: inline-block;
    padding: 20px;
    /* Fallback dashed border
     - the 4px width here is overwritten with the border-image-width (if set)
     - the border-image-width can be omitted below if it is the same as the 4px here
  */
    border: dashed 2px #000;
    /* Individual border image properties */
    border-image-source: url("/images/border_small.png");
    border-image-slice: 2;
    border-image-repeat: round;
    /* or use the shorthand border-image */
    border-image: url("/images/border_small.png") 2 round;
}


/*The border image of this one creates wider gaps*/
.largeGaps {
    border-image-source: url("/images/border_medium.png");
    margin: 0 20px;
}


/* Comp social sharing*/
.comp-social-share-controls {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
}
.comp-social-share-button {
    display: inline-block;
    align-self: center;
    margin-right: 10px;
    cursor: pointer;
}
.comp-social-share-button-label {
    display: inline-block;
    align-self: center;
    text-decoration: underline;
    color: #4E71A8;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
}

.comp-form-wrapper{
    padding:0px !important;
}



.family-gathering-page {
    padding: 0px 65px 50px 65px;
    padding-top: 100px;
}

.family-gathering-title {
    font-size: 38px;
    line-height: 50px;
    font-family: 'Roboto';
    font-weight:700;
    color: #E8004C;
    padding-bottom: 20px;
}

.family-gathering-details {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 18px;
    padding-left: 0px !important;
    padding-right: 90px;
}

.family-gathering-video-container{
    padding-left:0px;
    padding-right:0px;
    text-align:center;
}

.family-gathering-video {
    max-width: 450px;
}

.family-gathering-step-title {
    font-size: 25px;
    line-height: 30px;
    font-family: 'Roboto';
    font-weight: 700;
    color: #E8004C;
    padding-top: 30px;
}


.family-gathering-step-text {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 18px;
}

.family-gathering-step-note {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 15px;
}

.family-gathering-avatars {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    place-content: stretch;
    margin-top: 30px;
}

.family-gathering-avatar {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 20px;
    width: 200px;
    text-align: center;
}

.family-gathering-avatar-image {
    width:180px;
}

.family-gathering-avatar-name {
    color: #1D1D1D;
    font-family: 'Roboto';
    color: #878787;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}

.family-gathering-avatar-introduction {
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    min-height:175px;
}

.family-gathering-avatar-learn-more {
    color: #FFFFFF;
    background-color: #E8004C;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1.7px;
    font-size: 16px;
    cursor: pointer;
    text-align: center;
    width: 150px;
    display: inline-block;
    margin: 20px;
}

.family-gathering-modal-content {
    padding:20px;
    display:flex;
    flex-direction:column;
    text-align: center;
    position:relative;

}

.family-gathering-poll {
    display: block;
    width: 100%;
    max-width: 810px;
    border: 3px solid #eb0d71;
    border-radius: 6px;
    height:900px;
}













#fg-modal-image{
    align-self:center;
}
.family-gathering-modal-image {
    width: 200px;
}
#fg-modal-meet {
    align-self: center;
    color: #1D1D1D;
    font-family: 'Roboto';
    color: #878787;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 15px;
}
#fg-modal-description {
    align-self: center;
    font-family: 'Roboto';
    color: #878787;
    font-weight: normal;
    font-size: 16px;
    text-align: center;
    padding-bottom: 15px;
    min-height: 175px;
}

#fg-modal-audioclip-title {
    align-self: center;
    color: #1D1D1D;
    font-family: 'Roboto';
    color: #878787;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
}

#fg-modal-audioclip {
    align-self: center;
    padding-bottom: 15px;
}

#fg-modal-choose-me {
    align-self: center;
    color: #FFFFFF;
    background-color: #E8004C;
    text-transform: uppercase;
    padding: 10px;
    letter-spacing: 1.7px;
    font-size: 15px;
    cursor: pointer;
    text-align: center;
    display: inline-block;
}

#fg-modal-chosen-details {
}




#fg-modal-contact-details {
    align-self: center;
    color: #1D1D1D;
    font-family: 'Roboto';
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 5px;
}


#fg-modal-contact-info {
    align-self: center;
    color: #1D1D1D;
    font-family: 'Roboto';
    color: #878787;
    font-size: 14px;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 5px;
    font-style: italic;
}

.fg-modal-close {
    position: absolute;
    width: 50px;
    height: 50px;
    background: url(/images/icon-close.png) center center no-repeat;
    background-size: 30px;
    right: 0;
    top: 0;
    cursor: pointer;
}




.other-productlinks-row {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 30px;
}


.other-productlinks-container {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    padding: 30px;
}
    .other-productlinks-container .other-productlinks-message {
        align-self: center;
        width: 100%;
        text-align: center;
        font-weight: 200;
        font-size: 15px;
    }

    .other-productlinks-container .other-productlinks-links {
        align-self: center;
        width: 100%;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        place-content: space-between;
        margin-top: 20px;
        text-align: center;
    }


        .other-productlinks-container .other-productlinks-links .other-product-link {
            align-self: center;
            padding: 10px;
            background-color: #E8004C;
            color: white;
            font-size: 16px;
            min-width: 200px;
            cursor: pointer;
            margin-right: 30px;
        }




.comp-terms-divider {
    min-height: 50px;
    border-bottom: 2px solid #D8D8D8;
}



































/* === MEDIA QUERIES === */
@media screen and (max-width: 1200px) {
    .navbar-default .navbar-nav > li > a {
        padding-left: 8px;
        padding-right: 8px;
        font-size: 16px;
    }
    .header .get-a-quote-wrapper {
        width: 150px;
    }


}

@media screen and (min-width: 1200px) {
    .product-email-content {
        padding-left: unset !important;
    }
}


    @media screen and (min-width: 1024px) {
        .mobile-header-quote-drop-menu-content {
            display: none !important;
        }
    }

    @media screen and (max-width: 1024px) {
        .product-email-title {
            font-size: 40px !important;
            line-height: 50px !important;
        }

        .product-email-apply-button {
            padding-left: 50px;
            padding-bottom: 50px
        }

        .family-gathering-poll {
            height: 1250px;
        }
    }

        @media screen and (max-width: 680px) {

        .family-gathering-poll {
            height: 1150px;
        }
    }

    @media screen and (min-width: 1080px) {
        .product-email-title {
            font-size: 60px !important;
            line-height: 70px !important;
        }
    }



    @media screen and (max-width: 993px) {
        .online-quote-input-control {
            min-width: 200px;
            margin-left: 10px;
        }

        .quote-dob-day-combo {
            padding-right: 0px;
            padding-left: 0px;
        }

        .quote-dob-month-combo {
            padding-right: 0px;
            padding-left: 0px;
            width: 75px;
        }

        .quote-dob-year-combo {
            padding-right: 0px;
            padding-left: 0px;
            width: 60px;
        }

        .quote-footer-drop-menu-content a {
            color: #E8004C;
        }
    }



@media screen and (max-width: 768px) {
    .promo-triple-block-offer-column {
        margin-bottom: 4px;
    }

    .promo-triple-block-offer-holder-left {
        margin-left: 0px;
        margin-right: 0px;
    }

    .promo-triple-block-offer-holder-middle {
        margin-left: 0px;
        margin-right: 0px;
    }

    .promo-triple-block-offer-holder-right {
        margin-left: 0px;
        margin-right: 0px;
    }

    .promo-all-offers-holder {
        padding-bottom: 0px;
    }

    .dob-day-combo {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dob-month-combo {
        padding-right: 0px;
        padding-left: 0px;
    }

    .dob-year-combo {
        padding-right: 0px;
        padding-left: 0px;
    }


    .quote-dob-month-combo {
        padding-right: 0px;
        padding-left: 0px;
        width: 75px;
    }

    .quote-dob-year-combo {
        padding-right: 0px;
        padding-left: 0px;
        width: 60px;
    }


    .online-quote-input-row {
        padding-top: 0px;
    }

    .online-quote-input-control {
        min-width: 260px;
        margin-left: 0;
    }

    .online-quote {
        padding-left: 20px;
        padding-right: 20px;
    }

        .online-quote h1 {
            font-size: 32px;
        }

        .online-quote h2 {
            font-size: 37px;
        }

        .online-quote h4 {
            font-size: 14px;
        }

        .online-quote h5 {
            font-size: 14px;
        }

    .online-quote-result-container {
        padding: 10px;
        margin: 10px;
        padding-bottom: 50px;
    }

    .online-quote-slider-control-labels {
        font-size: 15px;
    }

    .noUi-tooltip {
        font-size: 15px !important;
    }

    .slider-recomended-indicator {
        font-family: 'Roboto';
        font-size: 10px;
    }

    .online-quote-premium-amount-recommended {
        font-size: 20px;
    }

    .online-quote-premium-amount {
        font-size: 35px;
    }

    .quote-story {
        font-size: 18px;
    }

        .quote-story h2 {
            font-size: 30px;
        }

    #lifeQuoteStoryTelephone {
        max-width: 145px;
    }

    #lifeQuoteStoryDateOfBirth {
        max-width: 117px;
    }

    .online-quote-story-container {
        padding-top: 20px;
    }

    .online-quote-story-error-below {
        font-size: 12px;
    }

    .online-quote-story-part {
        padding-top: 20px;
    }

    .online-quote-result-message-container {
        padding-left: 20%;
        padding-right: 20%;
    }



    .home-page-notice {
        margin: 10px;
        margin-top: 20px;
    }

    .tool-lifecalc-results-controls-chart {
        padding-top: 30px !important;
    }

    #guage-control {
        width: 350px;
    }

    .product-email-quote {
        padding-top: 50px !important;
    }

    .blog-post-summary h2 {
        color: #E8004C;
        font-family: 'Roboto';
        font-weight: normal;
        font-size: 26px;
        margin-top: 10px;
        margin-bottom: 10px;
        line-height: 32px;
    }

    .blog-article-new-related-article-container {
        border: 1px solid #E5E5E5;
        border-radius: 5px;
        background-color: #FBFBFB;
        /* padding-bottom: 30px; */
        margin-bottom: 20px;
        padding: 10px;
    }


    .family-gathering-page {
        padding: 0px 15px 50px 15px;
        padding-top: 50px;
    }

    .family-gathering-details {
        padding-right: 0px;
        padding-bottom: 30px;
    }

    .family-gathering-avatars {
        place-content: center;
    }

    .family-gathering-avatar {
        width: 300px;
    }

    .family-gathering-avatar-image {
        width: 280px;
    }

    .family-gathering-video {
        display: inline-block;
    }

    .family-gathering-poll {
        display: block;
        width: 100%;
        max-width: 810px;
        border: 3px solid #eb0d71;
        border-radius: 6px;
    }


    .other-productlinks-container .other-productlinks-links {
        place-content: center;
    }

        .other-productlinks-container .other-productlinks-links .other-product-link {
            margin-bottom: 20px;
        }



    @media screen and (max-width: 646px) {
        .family-gathering-avatar-introduction {
            min-height: unset;
        }

        .family-gathering-video {
            max-width: 350px;
        }
    }



    @media screen and (max-width: 450px) {

        .online-quote-input-row {
            padding-left: 0px;
            padding-right: 0px;
        }

        .online-quote-result-message-container {
            padding-left: 15%;
            padding-right: 15%;
            font-size: 15px;
        }
    }



    @media screen and (max-width: 420px) {
        .online-quote-input-control {
            min-width: 200px;
        }

        .online-quote-submit-button {
            padding-left: 70px;
            padding-right: 70px;
        }

        .online-quote-input-control-container {
            display: inline-block;
        }

        .quote-dob-day-combo {
            padding-right: 0px;
            padding-left: 0px;
        }

        .quote-dob-month-combo {
            padding-right: 0px;
            padding-left: 0px;
        }

        .quote-dob-year-combo {
            padding-right: 0px;
            padding-left: 0px;
        }

        .online-quote-result-message-container {
            padding-left: 10%;
            padding-right: 10%;
        }

        .product-email-apply-button {
            padding-left: 15px;
        }
    }


    @media screen and (max-width: 260px) {
        .online-quote-input-control {
            min-width: 0;
        }
    }

    @media screen and (max-width: 574px) {
        .tool-comp-entry-input {
            padding-top: 10px;
        }

        .online-quote-submit-button {
            padding-left: 40px;
            padding-right: 40px;
        }

        .hovertooltip {
            display: block;
        }
    }


    @media screen and (max-width: 540px) {

        .comp-wrapper .share-section .box-share h5 {
            font-size: 25px;
        }
    }
}


.services-terms-desc {
    color: #1D1D1D !important;
    font-size: 18px !important;
    font-family: 'Roboto' !important;
    font-weight: 100 !important;
}

.downloads-forms-wrapper  {
    margin-top:30px;
}

.downloads-forms-wrapper h3{
    font-size: 24px !important;
}


@media screen and (max-width: 540px) {

    .mifit-program-heading {
        font-size: 40px !important;
        line-height: 47px !important;
        overflow-wrap: break-word;
    }

    .home-blog .img-responsive {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}


.btn-get-quote.white {
    border-radius: 5px;
}
.btn-get-quote.transparent {
    border-radius: 5px;
}
.btn-get-quote p {
    text-transform: unset;
    border-radius: 5px;
}
.hero__content .btn-get-quote {
    border-radius: 5px;
    text-transform: capitalize;
}
.view-buttons a {
    text-transform: capitalize;
    border-radius: 5px;
}

a.loadmore {
    text-transform: capitalize;
    border-radius: 5px;
}

.product-email-submit-button {
    text-transform: capitalize;
    border-radius: 5px;
}

.online-quote-submit-button {
    text-transform: capitalize;
    border-radius: 5px;
}

.modal-body .form-group .btn-default {
    text-transform: capitalize;
    border-radius: 5px;
}



.contact-reason-select {
    color: #E8004C;
}
