body{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    background: #F4F8FC;
    width: 1px;
    min-width: 100%;
}
.highcharts-legend, .highcharts-label, .highcharts-data-label 	{
font-family: 'swis721_lt', Arial;
}
.clear {
    clear:both;
}

.hidden {
    display: none;
}

h1, h2, h3, h4, h5{
    margin: 0px;
}
.cluetip {
	display:inline-block;
	width: 50px;
	height:50px;
	border-radius:25px;
	background: #0075A3;
	text-align: center;
	color: #ffffff;
	cursor: default;
	text-decoration:none;
	margin-left:20px;
}
#cluetip{
	font-family: 'swis721_lt', Arial;
}
.cluetip:hover{
	color: #ffffff;
}
#page {
    width: 100%;
    min-width: 280px;
    max-width: 1170px;
    margin: 0 auto;

    font-family: 'swis721_lt', Arial;
    color: #004477;
}

.header {
    text-align: center;
}

ul {
  color: #779e2b;
    padding-left: 30px;
}

ol {
    counter-reset: item;
    padding-left: 30px;
}

ul li, ol li {
    color: #004477;
    font-size: 21px;
    line-height: 37px;
}

ul li {
    list-style: none;
    text-indent: -.8em;
}

ul li:before {
    content: "\002022 ";
    color: #779e2b;
    padding-right: 4px;
}

ol li {
    list-style: none;
    counter-increment: item;
	text-indent: -15px;
}

ol li:before {
    content: counter(item) ".";
    font-weight: bold;
    padding-right: 4px;
}

.float {
    float: left;
    display: inline-block;
}

.centre-text {
    text-align: center;
}

.pc100 {
    width: 100%;
}

.max-470 {
    max-width: 470px;
}

.no-top-margin {
    margin-top: 0px !important;
}

.one-word {
    white-space: nowrap;
}

.right-text {
    text-align: right;
}

a {
    color: #779e2b;
}

a:hover {
	color: #335500;
}

embed {
    display: none;
}

/********* top step navigation **********/
.step-indicator-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
    font-size: 0px;
}

.step-indicator-wrapper .step-indicator, .step-indicator-wrapper .step-label {
    cursor: pointer;
}

.step-indicator-wrapper .step-label {
    color: #0075A3;
}

.step-indicator-wrapper .step-indicator.current {
    background: #058CB5;
}

.step-indicator-wrapper .step-indicator.completed {
    background: #779e2b;
    position: relative;
    font-size: 0px;
    color: transparent;
}

.step-indicator-wrapper .step-indicator.completed:after {
    position: absolute;
    content: '';
    display: block;
    background: url(../images/step-tick.png) no-repeat;
    top: 0px;
    width: 100%;
    height: 100%;
    background-position: 50%;
}


.step-indicator-wrapper .step-label.current {
    font-weight: bold;
}

.step-indicator-wrapper .step-label.completed {
    font-weight: bold;
    color: #779e2b;
}



/************ bottom Step navigation *************/
.step-navigation-wrapper .back-wrapper {
    float: left;
}

.step-navigation-wrapper .next-wrapper {
    float: right;
}

.step-navigation {
    background: #0075A3;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-size: 21px;
    line-height: 50px;
    box-sizing: border-box;
    cursor: pointer;
}

.step-navigation:hover {
    background: #004477;
}

/******** footer ***********/
.footer {
    margin-bottom: 30px;
}

.footer-content {
    text-align: center;
    font-size: 21px;
}

.footer-content span {
    cursor: pointer;
}

/******* step content ***********/
.step-heading {
    line-height: 1;
    padding-bottom: 0px;
}

/********** input fields ***********/
.input-line {
    padding-bottom: 20px;
    font-size: 0px;
    max-width: 930px;
    margin-left: auto;
    margin-right: auto;
}

.field-label {
    font-size: 28px;
    font-family: 'swis721_lt', Arial;
    line-height: 1;
}

.input-line input[type=text], .input-line input[type=number] {
    font-size: 21px;
    line-height: 50px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'swis721_lt', Arial;
    color: #0075A3;
    border: 1px solid #e4e6e8;
    border-radius: 6px;
    outline: none;
	height: 50px;
}

.input-line input[type=text]:disabled, .input-line input[type=number]:disabled {
    background: #fff;
}

.input-line input[type=text]:focus, .input-line input[type=number]:focus {
    border: 1px solid #004477;
}

.input-line input[type=text].is-error, .input-line input[type=number].is-error {
    border: 1px solid rgb(208,2,27);
    color: rgb(208,2,27);
}


.input-line input[type=radio] {
    display: none;
}

.input-line label.radio-label {
    background: url(../images/radio-normal.png) no-repeat;
    font-size: 21px;
    line-height: 50px;
    display: inline-block;
    padding-left: 45px;
    background-position: 0px;
    padding-right: 20px;
    cursor: pointer;
    background-size: 33px;
}

.input-line input[type=radio]:checked + label.radio-label {
    background: url(../images/radio-checked.png) no-repeat;
    background-position: 0px;
    background-size: 33px;
}

.input-line .per-label {
    line-height: 50px;
    padding-left:15px;
    padding-right:15px;
    font-size: 21px;
}

.input-line input.percentage {
    border-radius: 6px 0px 0px 6px;
    width: 100px;
}

.input-line input.dollar {
    border-radius: 0px 6px 6px 0px;
    width: 145px;
}

.input-line .percentage-label {
    display: inline-block;
    width: 45px;
    text-align: center;
    background: #0075A3;
    color: #fff;
    line-height: 50px;
    border-radius: 0px 6px 6px 0px;
    font-size: 21px;
    margin-right: 30px;
}

.input-line .dollar-label {
    display: inline-block;
    width: 45px;
    text-align: center;
    background: #0075A3;
    color: #fff;
    line-height: 50px;
    height:50px;
    border-radius: 6px 0px 0px 6px;
    font-size: 21px;
}

.input-line .field-notes {
    font-size: 16px;
    color: #0075a3;
}

@media (max-width: 940px) {
    .input-line .field-notes {
        display: block;
        margin-top: 28px;
    }
}

.input-line select {
    width: 100%;
    max-width: 270px;
}

.input-line .ui-selectmenu-button {
    font-size: 21px;
    line-height: 48px;
    padding: 0px 20px;
    border: 1px solid #e4e6e8;
    border-radius: 6px;
    outline: none;
    width: 100%;
    box-sizing: border-box;
    margin: 0px;
    color: #0075A3;
    background: url('../images/sub-arrow-down.png') #fff no-repeat;
    background-position: 90%;
    background-size: 18px;
}


.ui-selectmenu-open {
    outline: none;
    font-size: 16px;
    font-family: 'swis721_lt', Arial;
}

.ui-selectmenu-menu .ui-menu {
    position: relative;
    top: -52px;
    background: #fff;
    border: 1px solid #e4e6e8;
    border-radius: 6px;
    max-height: 300px;
}

.ui-selectmenu-menu .ui-menu:before {
    content: '';
    position: absolute;
    width: 18px;
    background: url(../images/sub-arrow-up.png) no-repeat;
    height: 50px;
    z-index: 2;
    background-size: 18px;
    background-position: 90%;
    right: 10%;
}

.ui-selectmenu-open .ui-menu-item {
    list-style: none;
    padding:0px;
    margin: 0px;
    border-bottom: 1px solid #e4e6e8;
    line-height: 50px;

}

.ui-selectmenu-open .ui-menu-item:before {
    display: none;
}

.ui-selectmenu-open .ui-menu-item:last-child {
    border-bottom: none;
}

.ui-selectmenu-open .ui-menu-item .ui-menu-item-wrapper {
    padding: 0px 20px;
}

.ui-selectmenu-open .ui-menu-item .ui-menu-item-wrapper.ui-state-active {
    margin:0px;
    background:#F4F8FC;
}


.input-error-message {
    font-size: 21px !important;
    padding-left: 20px;
    color: rgb(208,2,27);
    position: relative;
    margin-top: -12px;
}

/********* results *************/
.result-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.result-wrapper table {
    width: 100%;
    border-spacing: 0px;
}

.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}

.table-responsive {
    background:
    radial-gradient(farthest-side at 0% 50%, rgba(0,0,0,.7), rgba(0,0,0,0)),
    radial-gradient(farthest-side at 100% 50%, rgba(0,0,0,.7), rgba(0,0,0,0)) 100% 0;
    background-color: white;
    background-repeat: no-repeat;
    background-size: 10px 100%;
    margin-bottom: 15px;
}

.table-responsive > .table {
    background:
    linear-gradient(to right, white 30%, rgba(255,255,255,0)),
    linear-gradient(to left, white 30%, rgba(255,255,255,0)) 100% 0;
    background-size: 50px 100%;
    background-repeat: no-repeat;
    max-width: none;
    margin-bottom: 0;
}

@media (min-width: 650px) {
    .table-responsive {
        background: none;
    }

    .table-responsive > .table {
        background: none;
    }
}

.result-wrapper table {
    min-width: 300px;
}

.result-wrapper table thead th {
    background: #058cb5;
    color: #fff;
    font-family: 'swis721_lt', Arial;
    font-weight: bold;
    font-size: 21px;
    line-height: 20px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    border-left: 1px solid #fff;
    margin: 0px;
    border-spacing: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
}

@media (min-width: 650px) {
    .result-wrapper table thead th.mobile-heading {
        color: #058cb5;
        border-left: 1px solid #058cb5;
    }
}

.result-wrapper table thead th:nth-child(2), .result-wrapper table thead th:nth-child(3) {
    width: 160px !important;
    white-space: nowrap;
}

.result-wrapper table tbody tr {
    font-size: 21px;
    line-height: 25px;
    color: #414042;
}

.result-wrapper table tbody tr.odd {
    /* target background: rgb(231,239,247);*/
    background: rgba(221, 232, 244, 0.7);
}

.result-wrapper table tbody tr.even {
    /* target background: rgb(207,225,238); ****/
    background: rgba(186,212,231,0.7);
}

.result-wrapper table tbody tr.result-highlight {
    color: #0075A3;
    font-weight: bold;
}

.result-wrapper table tbody tr.subheading {
    background: #0075A3;
    color: #fff;
    font-weight: bold;
}

.result-wrapper table tbody tr.result-note {
    font-size: 21px;
    color: #0075A3;
    background: #F4F8FC;
}

.result-wrapper table tbody tr td {
    padding-left: 20px;
    padding-right: 20px;

    height: 50px;
    border-right: 1px solid #fff;
}

.result-wrapper table tbody tr.result-gap td {
    height: 20px;
}

.result-footer {
    margin-top: 30px;
    font-size: 28px;
    color: #0075a3;
}


/************ call to action step **********/
.cta-wrapper {
    width: 100%;
    max-width: 930px;
    margin: 0 auto;
}

.cta-wrapper .step-heading {
    margin-bottom: 35px;
}

.next-step-line {
    font-size: 21px;
    line-height: 30px;
    margin-bottom: 40px;
}

.next-step-buttons-wrapper {
    text-align: center;
}

#save-email {
    background: #779e2b;
}

#save-email:hover {
	background: #335500;
}

/************ modal window ***********/
#cboxOverlay {
    background: none;
}

#cboxTopLeft, #cboxTopCenter, #cboxTopRight, #cboxMiddleLeft, #cboxMiddleRight, #cboxBottomLeft, #cboxBottomCenter, #cboxBottomRight {
    display:none;
}

#cboxWrapper {
    padding: 20px;
    background: #F4F8FC;
    border: 2px solid #004477;
    box-sizing: border-box;
    border-radius: 10px;
    font-family: 'swis721_lt', Arial;
    color: #004477;
}

#cboxContent {
    background: #F4F8FC;
}

#cboxLoadedContent {
    overflow: hidden;
    padding-right: 30px;
}

#assumptions table tr, #disclaimer table tr {
    vertical-align: top;
}

#assumptions table tr td,#disclaimer table tr td {
    padding-bottom: 10px;
}

#cboxClose {
    background: url('../images/close.png') no-repeat;
    width: 25px;
    height: 25px;
    -webkit-background-size: contain;
    background-size: contain;
    bottom: auto;
    top: 0;
    right: 21px;
}

#cboxClose:hover {
    background: url('../images/close-hover.png') no-repeat;
    width: 25px;
    height: 25px;
    -webkit-background-size: contain;
    background-size: contain;
}


/******* contact us ***********/
.contact-us-heading {
    font-size: 21px;
    padding-left: 70px;
    line-height: 50px;
    cursor: pointer;
    position: relative;
	padding-right: 50px;
    height: 50px;
}

.contact-us-heading:after {
    content:'';
    position: absolute;
    display: block;
    width: 50px;
    height:50px;
    background: url('../images/arrow-down.png') no-repeat;
    top: 0px;
    right: 0px;
}

.expand .contact-us-heading:after {
    background: url('../images/arrow-up.png') no-repeat;
}

#call-us .contact-us-heading {
    background: url('../images/call-us.svg') no-repeat;
    background-size: contain;
}

#email-us .contact-us-heading {
    background: url('../images/email-us.svg') no-repeat;
    background-size: contain;
}

#other-calcs .contact-us-heading {

    background: url('../images/calculator.svg') no-repeat;
    background-size: contain;
}

#other-calcs a {
	color: #004477;
	text-decoration: none;
	cursor: pointer;
}

#other-calcs a:hover {
	color: #004477;
	font-weight: bold;
}

.calc-icon {
	padding-left: 70px;
    line-height: 50px;
}

#icon-insurance {
	background: url('../images/calc_insurance.png') no-repeat;
}

.contact-us-content {
    display:none;
    padding-top:30px;
}

.cta-line {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 30px;
}

.contact-us-content .cta-line:last-child {
    margin-bottom: 0px;
}

.full-email {
	word-break: break-word;
}

/*********** Save to Email ********/
#save-section {
    padding-top: 30px;
}

.save-line input[type=text], .save-line input[type=number] {
    font-size: 21px;
    line-height: 48px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'swis721_lt', Arial;
    color: #0075A3;
    border: 1px solid #e4e6e8;
    border-radius: 6px;
    outline: none;
    background: #fff;
	height: 50px;
}


.save-line input[type=text]:focus, .save-line input[type=number]:focus {
    border: 1px solid #004477;
}

.save-line input[type=text].is-error, .save-line input[type=number].is-error {
    border: 1px solid rgb(208,2,27);
    color: rgb(208,2,27);
}

.save-line {
    margin-bottom: 12px;
}

.save-line input.form-text {
    width: 100%;
}

.save-button {
    background: #F4F8FC;
    color: #004477;
    text-align: left;
    border-radius: 4px;
    font-size: 19px;
    line-height: 50px;
    box-sizing: border-box;
    cursor: pointer;
    padding-left: 30px;
    border: 1px solid #004477;
    position: relative;
    margin-top: 25px;
	float: left;
}



.save-button:after {
    content: '';
    display: block;
    position: absolute;
    width: 50px;
    height: 50px;
    background: url('../images/arrow-right.png') no-repeat;
    background-position: 6px 0px;
    top: 0px;
    right: 0px;
}

.save-button:hover {
    background: #004477;
    color: #fff;
}

.save-button:hover:after {
    background: url('../images/arrow-right-white.png') no-repeat;
}

.save-line .field-label {
     margin-top: 0px;
    padding-top: 20px;
}

.save-line .error-message {
    padding-top: 10px;
}

#save-tick {
    background: #779e2b url(../images/step-tick.png) no-repeat 12px 18px;
    -webkit-background-size:36px;
    background-size:36px;
    width:60px;
    height:60px;
    border-radius: 30px;
    display:inline-block;
}
#save-confirmation {
    color: #779e2b;
    padding-left:10px;
    display:inline;
    line-height: 60px;
    vertical-align: top;
}


/*********** data population ***********/
.population-line {
    margin-bottom: 28px;
}

.population-line input.form-text {
    width: 100%;
}

.population-line input[type=text], .population-line input[type=number] {
    font-size: 21px;
    line-height: 48px;
    padding: 0px 20px;
    box-sizing: border-box;
    font-family: 'swis721_lt', Arial;
    color: #0075A3;
    border: 1px solid #e4e6e8;
    border-radius: 6px;
    outline: none;
    background: #fff;
	height: 50px;
}


.population-line input[type=text]:focus, .population-line input[type=number]:focus {
    border: 1px solid #004477;
}

.population-line input[type=text].is-error, .population-line input[type=number].is-error {
    border: 1px solid rgb(208,2,27);
    color: rgb(208,2,27);
}

#overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 99999;
    background: rgba(0,0,0,0.7) ;
    display:none;
    vertical-align: middle;
}
#sending-email{


    text-align:center;
    color:#ffffff;
    vertical-align: middle;
    display:table-cell;
}
#h2-sending-email {

    padding-top:74px;
    background: url(../images/loader_seq.gif) no-repeat center 0px;
    background-size:100px;
    font-family: 'swis721_lt', Arial;
}