/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@font-face {
    font-family: 'SourceSansPro-Bold';
    src: url('../fonts/sourcesanspro-bold-webfont.eot');
    src: url('../fonts/sourcesanspro-bold-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
    url('../fonts/sourcesanspro-bold-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-bold-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-bold-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SourceSansPro';
    src: url('../fonts/sourcesanspro-light-webfont.eot');
    src: url('../fonts/sourcesanspro-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/sourcesanspro-light-webfont.woff') format('woff'),
    url('../fonts/sourcesanspro-light-webfont.ttf') format('truetype'),
    url('../fonts/sourcesanspro-light-webfont.svg#source_sans_probold') format('svg');
    font-weight: normal;
    font-style: normal;
}


html, body {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    background: #f2f2f2;
}
body .container {
	margin:0px auto;
}

* { font-family: 'SourceSansPro', Arial; }
h1,h2,h3,h4,h5 { color: #0D2C41; font-family: 'SourceSansPro-Bold'; }
h2 strong { font-family: 'SourceSansPro-Bold'; font-weight:normal;}
h3.with-info { padding-right:60px; }


.intro {
	color: #437888;
	font-family: 'PT Sans';
	// font-size:24px; 	line-height:30px;
    font-size:16px;     line-height:20px;
}
.under-intro {
    color: #437888;
    font-family: 'PT Sans';
    font-size:20px;
    line-height:24px;
    padding:10px 0px;
}
.under-well {
    color: #4A4A49;
    font-family: 'Mulish';
    font-size:14px;
    line-height:14px;
    padding:10px 10px;
    margin-bottom:20px;
}

.well {
    background: white;
    padding: 0px 0px 0px 0px;
    position: relative;
    margin-top:20px;
}
body .form-group {
    position:relative;
    margin-bottom:0px;
}
.well h3 {
    margin-left: 20px;
}

.info-icon {
    position:absolute;
    top:5px;
    right: 20px;
    display:block;
}
.ctrl .info-icon {
    top: -3px;
}
.ctrl {
    position:relative;
    margin-left:65px;
    width:100px;
}

.info-block {
    position:relative;
    background: #04589B;
    padding: 30px;
    color: white;
    font-size: 16px;
    font-family: 'Mulish';
    margin-left: -30px;
    margin-right: -30px;
}
.info-block .arrow {
    position:absolute;
    z-index:100;
    right: 25px;
    top: -10px;
    width: 28px;
    height:14px;
    background: url( ../img/arrow28x14.png) 0px 0px no-repeat;
}

.btn-lg {
    font-family: 'SourceSansPro-Bold';
    font-size: 20px;
    padding: 1px 16px;
    border-bottom: 3px #acacac solid;
}
.btn-primary {
    color: #fff;
    background-color: #006CF4;
    border-color: #006CF4;
    border-radius: 30px;
    font-family: Livvic;
    font-weight: 600;
    font-size: 16px;
    padding: 6px 24px;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #204d74 !important;
    border-color: #122b40 !important
}

.sw-class-15:hover,
.sw-class-15:focus,
.sw-class-15:active,
.sw-class-15.active,
.sw-class-15:active:focus,
.sw-class-15:active:hover,
.sw-class-15:active,
.sw-class-15.active {
    background-color: #fff !important;
    color: #04589B !important;
    border-color: #04589B !important;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    background-color: #006CF4;
    border-color: #006CF4;
}

.form-group .controls
{
    position: relative;
    padding-bottom:15px;
}
select.form-control
{
    padding-top:0px;
    padding-bottom:0px;
    padding-left:8px;
    width: 300px;
    min-width: 300px !important;
}

.form-control {
    font-family: 'Mulish';
    font-size:18px;
    width:90%;
    min-width: 372px;
}

.form-control {
    display: block;
    width: auto;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #B8B8B8;
    border-radius: 8px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s
}

.hr {
    margin:0px 20px;
    border-top: 1px dotted #888;
}
.form-group label.control-label
{
    width:85%;
    color: #3D3D3D;
    font-weight: 600;
    font-family: 'Mulish';
    font-size:16px;
    margin-top:10px;
    line-height:24px;
}

.form-group.summary {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    border-top: 2px #0D2C41 solid;
    border-bottom: 2px #0D2C41 solid;
    margin-bottom: 40px;
    padding: 20px 0;
    color: #0D2C41;
    font-size: 24px;
    font-family: 'Livvic';
    font-weight: 400;
}
.form-group.summary .title {
    color: #0D2C41;
    font-size: 24px;
    font-family: 'Livvic';
    font-weight: 400;
}

.form-group.summary .money {
    font-size:16px;
    font-weight: 700;
}



.form-group.summary-small {
    margin: 0px;
    border: 2px #979797 solid;
    border-radius: 12px;
    padding: 0px 0px;
    position: relative;
    background: #0D2C41;
}
.form-group.summary-small .title {
    float:left;
    width: 75%;
    background:#EAF5F8;
    color: #0D2C41;
    padding:10px 20px;
    border-radius: 9.75px;
    min-height: 75px;
    display: flex;
    align-items: center;
}
.form-group.summary-small .title,
.form-group.summary-small .title span{
    font-family: 'Livvic';
    font-size:24px;
    line-height:26px;
}
.form-group.summary-small .money {
    float:left;
    width: 25%;
    color: white;

    font-family: 'Livvic';
    font-weight: 700;
    font-size:36px;
    line-height:34px;
    text-align:right;
    padding:20px 20px;
}

.body-padding {
    margin: 36px auto 36px auto !important;
}

.form-group.summary-small .money.xs {
    font-size:24px;
    text-align:right;
}

.readmore {
    text-align:right;
    margin-right:20px;
    padding-top: 10px;
    padding-bottom: 20px;
}
.readmore a {
    font-size:16px;
    font-family: 'Mulish';
    color: #04589B;
    text-decoration: underline;
    font-weight: 700;

}




slider  {
    margin-top: -18px;
}
slider span.pointer {
    font-family: 'SourceSansPro-Bold';
    font-size:16px;
}
.smaller slider span.pointer {
    font-size:14px;
}
.table-responsive {
    margin: 0px 20px;
}

table.chart {
    margin:20px 0px;
    max-width:100%;

}
table.chart  td {
    font-family: 'SourceSansPro';
    font-size:14px;
}

table.chart  th {
    font-family: 'SourceSansPro';
    font-size:14px;
}
table.chart th.blue {
    background: #1267b3;
    color:white;
}
table.chart td.blue {
    color: #0D2C41;
    font-size: 16px;
    font-family: 'Mulish';
    font-weight: 700;
}
table.chart td, table.chart th {
    border: 1px #aaa solid;
    padding:  0px 2px;
}

table.chart input.form-control {
    font-family: 'SourceSansPro';
    border: 2px #aaa solid;
    width:90%;
}

table.chart td.c, table.chart th.c { text-align:center; }
table.chart td.r, table.chart th.r { text-align:right; }

.total {
    font-weight:bold;
    color: #00a833;
}


.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th
{
    border-top: 0px;
}

.table>thead>tr>th {
    border-bottom: 0px;
}

.table-responsive {
    margin:0px 0px;
    padding-bottom: 20px;
    border:0px;
}


.form-group.transparent:hover {
}

.form-group.failure {
    /*background: #ffeaee;*/
}
.form-group.failure label.control-label {
    color: #D72714;
}
.form-group.failure label.first-control-label{
    color:#3D3D3D !important;
}
.first-control-label {
    font-size: 16px !important;
    font-weight: 400 !important;
    font-family: Livvic !important;
}
.form-group.success .visible-on-failure {
    display:none;
}
.form-group.failure span.visible-on-failure {
    display:inline;
}
.form-group.failure div.visible-on-failure {
    display:block;
}

.form-group.failure .form-control
{
    border-color: #D72714;
    border: 2px solid #D72714;
}

.form-group.failure .control-label
{
    display: block !important;
}

.form-group .validation-indicator {
    position:absolute;
    right:20px;
    top: 0px;
}
.form-group .validation-indicator .ok,
.form-group .validation-indicator .cancel {
    display:none;
}
.form-group.success .validation-indicator .ok
{
    display:block;
}

.form-group.failure .validation-indicator .cancel {
    display:block;
}

.form-group.success  .form-control {
    border:2px #00a833 solid;
}

.bt { border-top: 2px #444444 solid; }

table.chart  .form-control {
    font-size:14px;
}
 table.chart .nopad {
    padding:2px 0px;
 }
 table.chart .padl {
    padding: 0px;
     font-weight: 600;
    text-align:left;
     padding-bottom: 10px;
 }
 table.chart .padr {
    /* padding-right: 24px;*/
 }

table.chart .nopad .input-group input.form-control {
    min-width:80px;
}

table.chart.big-chart td,
table.chart.big-chart th {
    min-height: 50px;
}

table.chart.big-chart td,
table.chart.big-chart th,
table.chart.big-chart  .form-control {
    font-size:18px;
    font-family: 'Mulish';
    vertical-align:middle;
}


table.chart.big-chart.unbold td {
    font-size:18px !important;
    font-family: 'Mulish' !important;
}



table.chart td.not100,
table.chart th.not100,
table.chart .not100 .form-control
{
    background:#ffeaee;
    color: #D72714;
}

table.chart .gray {
    color: #5a5a5a;
}

.green,
table.chart.big-chart td.green,
table.chart.big-chart th.green {
    color: #3D3D3D !important;
    font-family: 'Mulish' !important;
}

.active-item{
    font-weight:bold; color:#1267b3;
    text-decoration:none;
}
.item {
    color:#1267b3;
    text-decoration:none;
}
.item:hover {
    text-decoration:underline;
}

.gender {
    width:39px;
    height:36px;
    background: url(../img/gender-sprite.png) no-repeat 0px 0px;
    display: block;
    float:left;
    margin-right:3px;
}
.gender.gender-men { background-position: 0px 0px; }
.gender.gender-men.active { background-position: -39px 0px; }
.gender.gender-women { background-position: 0px -36px; }
.gender.gender-women.active { background-position: -39px -36px; }

.smoker {
    width:39px;
    height:36px;
    background: url(../img/smoker-sprite.png) no-repeat 0px 0px;
    display: block;
    float:left;
    margin-right:3px;
}
.smoker.smoker-yes { background-position: 0px 0px; }
.smoker.smoker-yes.active { background-position: -39px 0px; }
.smoker.smoker-no { background-position: 0px -36px; }
.smoker.smoker-no.active { background-position: -39px -36px; }


.in-tab { background:white; border:1px #D2D9DC solid; padding:20px; border-top: none; }
.controls .controls-inner { width:90%; margin-bottom:20px; }
.net-assets-ctrl { position:absolute; left: 230px;top:4px; }

input {
    width: 200px;
}

select {
    width: 300px;
}

.pill-container-row {
    flex-direction: row;
}

@media( max-width:768px ) {
    .form-control, .custom-select-wrapper {
        width: 100% !important;
        min-width: 50px;
    }
    .form-padding-container {
        padding: 0;
    }
    .btn-lg {
        width: 100% !important;
    }
    .body-padding {
        margin: 36px auto 0 auto !important;
    }

    .pill-container-row {
        flex-direction: column;
    }
}

@media( max-width:639px ) {
    h1 { font-size: 28px;}
    .intro { font-size: 14px; line-height: 18px;}
    .under-intro { font-size: 16px; line-height: 16px; padding-right:60px; }
    .under-intro.full-width { padding:0px 20px;}

    .in-tab { padding-left:0px; padding-right: 0px;}
    .controls .controls-inner { width:80%; }
    .controls .form-control  { width:80%; }
    .form-group .validation-indicator { top: 4px;}
    .form-group.summary .title { float:none; width: 100%; }
    .form-group.summary .title, .form-group.summary .title span { font-size: 18px; line-height: 22px; }
    .form-group.summary .money { float:none; width: 100%; }

    .net-assets-ctrl { position:absolute; left: 224px;top: -28px; }
}


.nav.nav-pills { border-bottom: 1px navy solid ; }
.nav.nav-pills li { padding:0px; margin:0px; width:100%; height:50px; line-height:50px; border: 1px navy solid; font-size: 18px; font-weight:bold; }
.nav.nav-pills li.active { background: #0055a1; color:white; }
.nav.nav-pills li span { padding-left: 20px; }
.nav.nav-pills li a { color: #0055a1; background:white; display:block; border-radius: 0px;
         height:50px; line-height:50px; padding:0px; padding-left:20px; width:100%; }

/* multidomain */
header .img { float: right; }

table.chart th {
    color: #0D2C41;
    font-weight: 700;
    font-family: Mulish !important;
    font-size: 16px !important;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-top: 2px solid #0D2C41;
    border-bottom: 2px solid #0D2C41;
}

table.chart td {
    color: #0D2C41;
    font-weight: 400 !important;
    font-family: Mulish !important;
    font-size: 16px !important;
    border-left:1px solid transparent;
    border-right:1px solid transparent;
    border-bottom: 2px solid #0D2C41 !important;
}

.custom-select-wrapper {
    position: relative;
    width: 300px;
}

.custom-select-wrapper:after {
    border-left: 2px solid #ccc;
    content:"\00a0";
    position: absolute;
    top: 6.5px;
    right: 32px;
    z-index: 2;
    display:block;
    height: 32px;
}

.custom-select-wrapper .form-control {
    padding-right: 12px;
    -webkit-appearance: none;
    appearance: none;

    background-image: url("/img/dropdown_arrow.png");
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: calc(100% - 12px) center;
}

.btn:active:focus, .btn:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.stage-container {
    z-index: 20;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.stage-circle {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: white;
    border: 2px #D2D9DC solid;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    font-family: 'Livvic';
    font-weight: 600;
    color: #7E8F96;
}

.stage-circle.active {
    background: #178830;
    border: 2px #178830 solid;
    color: white;
}

.stage-circle.past {
    border: 2px #0D2C41 solid;
    color: #0D2C41;
}

.stage-text {
    padding-top: 10px;
    color: #0D2C41;
    font-size: 16px;
    font-family: 'Livvic';
    font-weight: 600;
}

.form-pill {
    border: 1px solid #D2D9DC;
    border-radius: 30px;
    color: #04589B;
    font-size: 16px;
    font-weight: 700 !important;
    min-width: 122px;
    text-align: center;
    padding: 9px;
    cursor: pointer;
}

.form-pill:hover {
    background: #013578;
    color: white;
}

.form-pill-container input:checked + label, .form-pill-container input:checked + label, .form-pill-container input:checked + label {
    background: #006CF4;
    border: 1px solid #006CF4;
    color: white;
}

.form-pill-container input:checked + label, .form-pill-container input:checked + label, .form-pill-container input:checked + label {
    background: #178830;
    border: 1px solid #178830;
    color: white;
}

.directive-inputPctPrefix-1 {
    display: flex;
}

.directive-inputPctPrefix-2 {
    padding-top: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    background: #EFEFEF;
    border: 1px solid #B8B8B8;
    border-right: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 600;
    color: #5F5F5F
}

.directive-inputPctPrefix-3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 125px;
}

.directive-inputPoundsPrefix-1 {
    display: flex;
}

.directive-inputPoundsPrefix-2 {
    padding-top: 10px;
    text-align: center;
    width: 45px;
    height: 45px;
    background: #EFEFEF;
    border: 1px solid #B8B8B8;
    border-right: 0px;
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
    font-weight: 600;
    color: #5F5F5F
}

.directive-inputPoundsPrefix-3 {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    min-width: 125px
}

.directive-pdfSubmission-1 {
    display:none
}

.directive-jobCode-1 {
    text-align:right;
    font-size:9px
}

.directive-inputBootstrapPounds-1 {
    max-width:200px;
}

.directive-submission-1 {
    display:none;
}

.directive-emailModal-1 {
    display:inline;
    margin-right:10px;
    width:70%
}

.directive-readmore-1 {
    margin-bottom:20px;
    margin-top:10px;
}

.slider-1 {
    display:none
}

/* Include this file in your html if you are using the CSP mode. */

@charset "UTF-8";

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak,
.ng-hide:not(.ng-hide-animate) {
    display: none !important;
}

ng\:form {
    display: block;
}

.ng-animate-shim {
    visibility:hidden;
}

.ng-anchor {
    position:absolute;
}

a:hover {
    cursor:pointer;
}

.modal-body {
    position: relative;
    padding: 20px
}

.modal-body h3 {
    font-size: 26px;
    font-weight: 400;
    margin-top: 0;
}

.modal-body p {
    font-size: 13px;
    font-weight: 400;
    margin-top: 0;
}

.modal-body .main-text {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
}

.modal-container {
    position: fixed;
    display: block;
    z-index: 1050;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    font-weight: 400 !important;
}

.no-margin {
    padding-right: 0px;
    padding-left: 15px;
}


