/******************** Global Typography ********************/
/************ Brand correct: Please do not edit ************/
h1 {
    font-family: 'PoynterOldStype';
    font-size: 4.5rem; /* 72px @ 16px font size */
    line-height: 5.375rem; /* 86px @ 16px font size */
}

h2 {
    font-family: 'PoynterOldStype'; /* Per style Guide */
    font-size: 3.75rem; /* 60px @ 16px font size */
    line-height: 4.5rem; /* 72px @ 16px font size */
}

h3 {
    font-family: 'PoynterOldStype';
    font-size: 2.1875rem; /* 35px @ 16px font size */
    line-height: 2.625rem; /* 42px @ 16px font size */
}

h4 {
    font-family: 'BentonSansBook';
    font-size: 2.1875rem; /* 35px @ 16px font size */
    line-height: 2.625rem; /* 42px @ 16px font size */
}

h5 {
    font-family: 'BentonSansBold';
    font-size: 2.1875rem; /* 35px @ 16px font size */
    line-height: 2.625rem; /* 42px @ 16px font size */
}

h6 {
    font-family: 'BentonSansBook';
    font-size: 1.25rem; /* 20px @ 16px font size */
    line-height: 1.5rem; /* 20px @ 16px font size */
}

    h6.bold {
        font-family: 'BentonSansBold';
        font-size: 1.25rem; /* 20px @ 16px font size */
        line-height: 1.5rem; /* 20px @ 16px font size */
        color: #39414d !important;
        text-transform: uppercase !important;
    }

    h6.ui-selected {
        font-family: 'BentonSansBold';
        font-size: 1.25rem; /* 20px @ 16px font size */
        line-height: 1.5rem; /* 20px @ 16px font size */
    }

h7 {
    font-family: 'PoynterOldStype';
    font-size: 0.9375rem; /* 15px @ 16px font size */
    line-height: 1.5625rem; /* 25px @ 16px font size */
}

h8 {
    font-family: 'BentonSansBold';
    font-size: 0.8125rem; /* 13px @ 16px font size */
    line-height: 1.0rem; /* 16px @ 16px font size */
}

footer {
    font-family: 'BentonSansBook';
    font-size: 0.875rem; /* 14px @ 16px font size */
    line-height: 1.0625rem; /* 17px @ 16px font size */
}
/*ADDING IN SPAN TO PARA STYLING*/
span {
	font-family: 'BentonSansRegular';
}
	p {
    font-family: 'BentonSansRegular';
    font-size: 1.0rem; /* 16px @ 16px font size */
    line-height: 1.25rem; /* 20px @ 16px font size */
}

sup, ul {
    font-family: 'BentonSansRegular', Arial, sans-serif;
}

strong, b, .font-weight-bold, dt {
	font-family: 'BentonSansBold'!important;
}

.custom-sup {
    font-family: 'BentonSansRegular', Arial, sans-serif;
    font-size: 10px;
    top: -15px;
}

.form-control, .hasDatepicker, .form-group.phone > span > div > input {
    border: 1px solid #414a57;
    background-color: rgba(198,202,198,.2);
    box-shadow: inset 0 0 3px 1px rgba(198,202,198,.32);
    border-radius: 0px;
}
    .form-control:focus, .hasDatepicker:focus, .form-group.phone > span > div > input:focus {
        /*border: 1px solid rgba(198,201,202,.5);*/
        background-color: rgba(198,202,198,.2);
        box-shadow: 0 0 5px rgba(0, 64, 170, 1);
    }

.login-box .form-group input.form-control {
    background-color: rgba(255,255,255,.75);
	border:0;
}

.form-inline, .form-inline select, select:disabled, input:disabled, .form-group.phone > span > div > input {
    padding: .375rem .75rem;
    border-radius: 0px;
}

.form-group.phone > span > div > input {
    width:10%;
}

.form-group span div.row {
	margin: auto 0;
}

/*custom dropdown styling*/

.selectdiv {
	position: relative;
	float: left;
	width: 100%;
	font-family: 'BentonSansRegular'
}

/* IE11 hide native button */
select::-ms-expand {
	display: none;
}

.selectdiv:after {
	content: '<>';
	font: 17px "Consolas", monospace;
	color: #39414d;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 2px;
	top: 10px;
	letter-spacing: 3px;
	padding: 0 0 2px;
	position: absolute;
	pointer-events: none;
}

.selectdiv select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	display: block;
	width: 100%;
	float: right;
	font-size: 16px;
	line-height: 1.75;
	background-image: none;
	-ms-word-break: normal;
	word-break: normal;
}

label.cell-phone.standard-label::after {
	content: ':';
	display: inline;
}

.form-group h8,
.form-group h8 span {
	text-transform: uppercase;
	font-family: 'BentonSansBold';
	font-size: 0.8125rem;
	line-height: 1.0rem;
}

input:disabled, 
.form-control[readonly] {
	background-color: #e9ecef;
	opacity: 1;
	border: 1px solid #6c757d;
	color: #6c757d;
}

td span {
	width: 100%;
}

table span.custom-select {
    background: #e9ecef;
}

input[type="image"]:disabled{
    background-color: transparent;
    opacity: .5;
    width: auto;
}

input.disabled, div > h5.disabled, i.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.small-caps {
    font-family: 'BentonSansRegular';
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
}

/****************** End Global Typography ******************/


.inline-link, .inline-link a {
    font-family: 'BentonSansBold';
    color: #0080e2;
    font-weight: bold;
    display: inline-block;
}

.inline-pLink {
    font-family: 'BentonSansBook';
    color: #0080e2;
}

.inline-link:hover {
    color: #0080e2;
    font-weight: bold;
    text-decoration: none;
}

.footnote-link {
	font-family: 'BentonSansBold';
	color: #0080e2;
	font-size: 13px;
}

.text-primary {
	color: #0080e2 !important;
}

.text-secondary-blue {
	color: #004877;
}

/* FONT AWESOME LONG ARROWS */
.fa-lg i {
	font-size: 2em;
	line-height: 0.75em;
	vertical-align: -0.1967em;
}

.arrow-primary i {
	color: #0080e2;
}

.arrow-primary i:hover {
	color: #0040aa;
	cursor: pointer;
}

.arrow-primary i:visited {
	color: #004877;
}

.secondary i:hover {
	color: #ff6400;
	cursor: pointer;
}

.secondary i:visited {
	color: #d87900;
}

i.fal.text-dark {
	color: #727a7d;
}

/* Asset Classes */
.c00 {
    background-color: #d7e0d2;
}

.c01 {
    background-color: #50bde1;
}

.c02 {
    background-color: #ffc800;
}

.c03 {
    background-color: #d46476;
}

.c04 {
    background-color: #00432f;
}

.c05 {
    background-color: #d87900;
}

.c06 {
    background-color: #0040aa;
}

.c07 {
    background-color: #638e88;
}

.c08 {
    background-color: #5a3e72;
}

.c09 {
    background-color: #ffc387;
}

.c10 {
    background-color: #39414d;
}

.c11 {
    background-color: #5098c7;
}

/* End Asset Classes */

/* Checkboxes and Radio Buttons */

/*style wrapper to give some space*/
.form-group {
    position: relative;
    margin-bottom: 1rem;
    margin-top: 1rem;
}

    /*style label to give some more space*/
    .form-group label.checkbox-inline {
        display: block;
        padding: 0 0 6px 25px;
    }

    /*style and hide original checkbox*/
    .form-group input[type='checkbox'] {
        height: 13px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 13px;
        z-index: 9999;
    }

        /*position new box*/
        .form-group input[type='checkbox'] + label::before,
		.form-group span > input[type='checkbox'] ~ label::before {
            border: 2px solid;
            content: "";
            height: 13px;
            left: 0;
            position: absolute;
            top: 0;
            width: 13px;
            color: #0080e2;
            background-color: #0080e2;
			background-color: #ffffff;
        }

        /*create check symbol with pseudo element*/
		.form-group input[type='checkbox'] + label::after,
		.form-group span > input[type='checkbox'] ~ label::after {
			content: "";
			border: 2px solid;
			border-left: 0;
			border-top: 0;
			height: 8px;
			left: 5.5px;
			opacity: 0;
			position: absolute;
			top: 2px;
			transform: rotate(45deg);
			transition: opacity 0.2s ease-in-out;
			width: 4px;
			color: #fff;
			color: #0080e2;
		}

		/*center align checkboxes*/

	/*style and hide original checkbox*/
	.form-group .center-ck input[type='checkbox'] {
		height: 13px;
		left: 45%;
		opacity: 0;
		position: absolute;
		top: 0;
		width: 13px;
		z-index: 9999;
	}

		/*position new box*/
		.form-group .center-ck > input[type='checkbox'] ~ label::before {
			border: 2px solid;
			content: "";
			height: 13px;
			left: 45%;
			position: absolute;
			top: 0;
			width: 13px;
			color: #0080e2;
			background-color: #0080e2;
		}

		/*create check symbol with pseudo element*/
		.form-group .center-ck > input[type='checkbox'] ~ label::after {
			content: "";
			border: 2px solid;
			border-left: 0;
			border-top: 0;
			height: 8px;
			left: 50%;
			opacity: 0;
			position: absolute;
			top: 2px;
			transform: rotate(45deg);
			transition: opacity 0.2s ease-in-out;
			width: 4px;
			color: #fff;
		}

    /*style larger font label to give some more space*/
    .form-group label.checkbox-inline.lg-font, 
	.form-group span.lg-font label.checkbox-inline {
        display: block;
        padding: 0 0 0px 25px;
		font-family: 'BentonSansRegular';
    }

    /*style and hide original checkbox with large font*/
    .form-group input[type='checkbox'], 
	.form-group span > input[type='checkbox'] {
        height: 16px;
        left: 0;
        opacity: 0;
        position: absolute;
        top: 0;
        width: 16px;
        z-index: 9999;
    }

        /*position new box for large font*/
		.form-group input[type='checkbox'] + label.lg-font::before,
		.form-group span.lg-font input[type='checkbox'] + label::before {
			border: 2px solid;
			content: "";
			height: 13px;
			left: 0;
			position: absolute;
			top: 6px;
			width: 13px;
			color: #0080e2;
			background-color: #0080e2;
			background-color: #ffffff;
		}

        /*create check symbol with pseudo element for large font*/
		.form-group input[type='checkbox'] + label.lg-font::after,
		.form-group span.lg-font input[type='checkbox'] + label::after {
			content: "";
			border: 2px solid;
			border-left: 0;
			border-top: 0;
			height: 8px;
			left: 5.5px;
			opacity: 0;
			position: absolute;
			top: 7px;
			transform: rotate(45deg);
			transition: opacity 0.2s ease-in-out;
			width: 4px;
			color: #fff;
			color: #0080e2;
		}

.dark .form-group input[type='checkbox'] + label::before {
	border: 2px solid;
	content: "";
	height: 13px;
	left: 0;
	position: absolute;
	top: 0;
	width: 13px;
	color: #0080e2;
	background-color: #0080e2;
	background-color: #ffffff;
}

/*create check symbol with pseudo element*/
.dark .form-group input[type='checkbox'] + label::after {
	content: "";
	border: 2px solid;
	border-left: 0;
	border-top: 0;
	height: 8px;
	left: 5.5px;
	opacity: 0;
	position: absolute;
	top: 2px;
	transform: rotate(45deg);
	transition: opacity 0.2s ease-in-out;
	width: 4px;
	color: #fff;
	color: #0080e2;
}

/*reveal check for 'on' state*/
.form-group input[type='checkbox']:checked + label::after,
.form-group span.lg-font input[type='checkbox']:checked + label::after,
.form-group .center-ck input[type='checkbox']:checked ~ label::after {
    opacity: 1;
}

/*focus styles */
.form-group input[type='checkbox']:focus + label::before,
.form-group span.lg-font input[type='checkbox']:focus + label::before,
.form-group .center-ck input[type='checkbox']:focus ~ label::before {
	/*box-shadow: 0 0 0 3px #ffbf47;*/
	outline: 3px solid transparent;
}

.custom-select {
    background-color: rgba(198,202,198,.2);
    border: 1px solid #414a57;
    border-radius: 0px;
    box-shadow: inset 0 0 3px 1px rgba(198,202,198,.32);
}

    .custom-select:focus {
        border: 1px solid #0080e2;
    }
    .custom-select.w-auto, .w-auto{
        width:auto;
    }

.login-box select.custom-select {
    background-color: rgba(255,255,255,.75);
    border-radius:0px;
	border:0px;
	margin-bottom:2px;
}

.radioButtonText {
	text-transform: initial;
	font-size: 16px;
}

h8 .radioButtonText {
	font-family: 'BentonSansBold';
	font-size: 0.8125rem;
	text-transform: inherit;
}





/* HIDE RADIO */

/*
	[type=radio]   {
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
} */

/* IMAGE STYLES */
/*
[type=radio]  +  img  {
	cursor: pointer;
} */

/* CHECKED STYLES */

/*
[type=radio]:checked +  img  {
	outline: 2px solid #f00;
} 
*/

/* end checkboxes and radio buttons */

/* Global Buttons */
.btn, .btn-lined {
    margin-right: 20px;
    cursor: pointer;
    padding: 4px 30px;
    font-size: 1rem;
    padding: 10px 0;
    margin: 0 auto 0 auto;
    border-radius: 25px !important; /*updating to match our other buttons*/
    width: 85%;
    font-family: 'BentonSansBold';
}

    .btn-lined.primary:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,128,226,.25);
    }

    .btn-lined.primary {
        background-color: #ffffff;
        color: #0080e2;
        border: 2px solid #0080e2;
        width: 85%;
        padding: 10px 0;
    }

        .btn-lined.primary:hover {
            color: #ffffff;
            background-color: #084877;
            border: 2px solid #084877;
        }

        .btn-lined.primary:active {
            color: #ffffff;
            background-color: #004877;
            border: 2px solid #004877;
        }

    .btn-lined.secondary {
        background-color: #ffffff;
        color: #ffa100;
        border: 2px solid #ffa100;
        width: 85%;
        padding: 10px 0;
    }

    .btn-lined.secondary:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255,161,0,.25);
    }

        .btn-lined.secondary:hover {
            color: #ffffff;
            background-color: #ffa100;
        }

        .btn-lined.secondary:active {
            color: #ffffff;
            background-color: #ff6400;
            border: 2px solid #ff6400;
        }

    .btn.primary {
        background-color: #0080e2;
        color: #ffffff;
        border: 2px solid #0080e2;
		padding: 10px 0px;
    }
.carousel-item img.d-block.img-fluid{
    max-width:250px;
}

.carousel-item a.btn.primary {
    background-color: #0080e2;
    color: #ffffff;
    font-size: 16px;
    border: 2px solid #0080e2;
}

    .btn.primary:hover, .carousel-item a.btn.primary:hover {
        background-color: #0040aa;
        border: 2px solid #0040aa;
    }

    .btn.primary:active, .carousel-item a.btn.primary:active {
        background-color: #004877;
        border: 2px solid #004877;
    }

.btn.secondary {
    background-color: #ffa100;
    color: #ffffff !important;
    border: 2px solid #ffa100;
}

    .btn.secondary:hover {
        background-color: #ff6400;
        border: 2px solid #ff6400;
		color: #fff;
    }

    .btn.secondary:active {
        background-color: #d87900;
        border: 2px solid #d87900;
		color: #fff;
    }

    .btn.secondary:focus{
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255,161,0,.25);
		color: #fff;
    }


/* END Global Buttons */

header {
    background: #ffffff;
}

.client-hdr-logo {
	max-height: 63px; /* controlling the height of our navigation when the clients logo is full size */
	width: auto;
}

    /*header .login-logo {
        margin: 0 0 33px 0;
    }*/

body{
    height:100%;
    width:100%;
    position:fixed;
}

form#mainForm, form {
    height: 100%;
    width: 100%;
     top: 0; 
     left: 0; 
     overflow-y: scroll;
}

.hero-login /*.hero-login:active this was adding in a hopping movement*/ {
    background-image: url("Images/login-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 800px;
    height:auto;
    color: #ffffff;
    padding: 35px 0;
    box-shadow: inset 0 0 0 1000px rgba(0,0,0,.2);
}

    .hero-login h1 {
        margin-bottom: 70px;
    }

    .hero-login .announcement {
        background-color: #ffffff;
        max-width: 750px;
        margin: 0 auto 30px auto;
        padding: 1rem;
    }

        .hero-login .announcement h6 {
            font-family: 'BentonSansBold';
            font-size: 16px;
            color: #39414d;
            line-height: 1.2em;
            text-transform: uppercase;
        }

        .hero-login .announcement p {
            font-size: 14px;
        }

footer {
    background: #004877;
    color: #ffffff;
    padding: 70px 0;
}

    footer a,
    footer a:active,
    footer a:hover,
    footer a:visited,
    footer a:link {
        color: #ffffff;
        text-decoration: underline;
    }

    footer .row p {
        margin: 0 0 10px 0;
    }

/* ================================================================= */
/* ==== Commented out, was causing modal to shift on mousedown ===== */
/* ================================================================= */
*:focus, *:active {
    /*
    outline: none;
    border: none;
    box-shadow: none;
    outline-style: none;
    -webkit-box-shadow: none;
    */
}
/* ================================================================= */
/* ================================================================= */
/* ================================================================= */

.point {
    position: absolute;
    z-index: 1000;
    width: 2px;
    background-color: #004877;
    top: 20px;
    left: 30px;
    height: 145px;
}

.point-dot {
    height: 8px;
    width: 8px;
    background-color: #004877;
    border-radius: 4px;
    margin-left: -3px;
}

.end-label,
.start-label {
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    line-height: 1.1;
}

.end-label {
    margin-right: 10px;
}

.standard-label {
    font-family: 'BentonSansBold';
    text-transform: uppercase;
    color: #39414d;
    font-size: 13px;
    margin-bottom: 0;
    line-height: 1.2;
}

.vertical-align {
    vertical-align: middle !important;
}

.email.standard-label {
    line-height: 19px;
}

.mt-35{
    margin-top:35px !important;
}

.mb-35 {
	margin-bottom: 35px !important;
}

.pb-30 {
	padding-bottom: 30px;
}

.px-30{
	padding-left: 30px;
	padding-right: 30px;
}

.standard-label.primary{
    color: #0080e2;
}

.darker-footer td {
    color: #39414d !important;
}

.table-float-header {
    float: right;
    margin-right: 200px;
    font-size: 13px;
    font-weight: bold;
    color: #8e9597;
}

.inner-table tfoot {
    border-bottom: 2px solid #c6c9ca;
}

.inner-table thead td {
    font-size: 12px !important;
}

.inner-table td {
    padding: 11px 7px !important;
}

[type=text] {
    color: #39414d;
}

input[type=text]:focus {
    font-weight: 600;
}


input:placeholder-shown:focus { /* Standard one last! */
    font-weight: normal !important;
}

#payoff-loan-dialog .modal-body,
#payment-history-dialog .modal-body {
    margin-right: 0;
}

#paymentHistoryResultContainer{
    max-height: 300px;
    overflow: scroll;
}

.loan-modal h5 {
    font-size: 24px;
    padding-bottom: 25px;
}

.loan-modal .lbl {
    text-transform: uppercase;
    font-family: 'BentonSansBold';
    font-size: 12px;
}

.loan-modal h6 {
    line-height: 1 !important;
}

.loan-modal .clean td {
    padding: 11px 7px !important;
}

.payoff-modal p {
    line-height: 1.5;
    padding: 6px 0;
}

.modal-dialog.modal-md {
    max-width: 650px;
}

.payoff-modal .modal-body {
    padding: 30px;
}

.date-label {
    font-family: 'BentonSansBold';
    text-transform: uppercase;
    font-size: 13px;
}

.payoff-modal .hasDatepicker {
    margin: 0 10px;
    padding: 6px;
    width: 95px;
}

.payoff-modal .ui-datepicker-trigger {
    margin-top: 0;
}

.payoff-modal .btn-primary {
    width: auto !important;
    padding: 5px 20px !important;
    margin-left: 20px;
}

table.clean thead td {
    border-bottom: none;
}

table.clean tbody td, 
table.clean tfoot td {
	padding: 18px 15px;
}

.address h6 {
    line-height: 1 !important;
    font-family: 'BentonSansBook' !important;
}

.vertical-spacer-100 {
    display: block;
    height: 100px;
}

.vertical-align-img {
    margin-top: -5px;
}

.inner-table-border {
    border-bottom: 1px solid #c6c9ca;
}

.row-layout .row {
    padding: 8px 0;
}

.separator-top {
    border-top: 1px solid #c6c9ca;
    width: 80%;
    margin: 0 auto;
}

.separator-left {
    border-left: 1px solid #c6c9ca;
    height: 80%;
}

.d-flex-middle {
    display: flex;
    justify-content: center;
    align-items: center;
}

.printable .box-cnt {
    padding-top: 0;
}

.printable h5 {
    font-size: 24px;
    line-height: 1;
}

    .printable h6,
    .printable h5 small {
        font-size: 16px;
    }

.print-img {
    cursor: pointer;
}

.benton-regular,
label.benton-regular span{
    font-family: 'BentonSansRegular';
}

.benton-book {
    font-family: 'BentonSansBook';
}

.benton-bold,
label.benton-bold span {
    font-family: 'BentonSansBold' !important;
}

label.benton-bold span,
label.benton-regular span {
	font-size: 13px;
}

.padding-left-20 {
    padding-left: 20px;
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-bottom-35 {
    padding-bottom: 35px;
}

.footer-icons img {
    padding: 0 0 0 20px;
}

.icon-db-row {
    text-align: center;
    margin: 0 0 70px 0;
}

    .icon-db-row a {
        text-decoration: none;
    }

    .icon-db-row h5 {
        color: #39414d;
        font-family: 'BentonSansBold';
        font-size: 14px;
        text-decoration: none;
        text-transform: uppercase;
        padding: 18px 0 0 0;
        line-height: 1.2em;
    }

.inline-lnk {
    font-family: 'BentonSansBold';
    padding: 70px 0 30px 0;
}

    .inline-lnk a {
        color: #1c73ba;
        text-decoration: none;
    }

.hero-login .login-box {
    position: relative;
    border: 2px solid #ffffff;
    background-color: rgba( 109, 117, 119, 0.5 );
    margin: 0 auto;
    padding: 35px 115px 0px;
    width: 750px;
    max-width: 100%;
}

.header-toggle {
    position: absolute;
    right: 5px;
    top: 10px;
}

    .header-toggle .form-check-label {
        font-size: 14px;
        margin: 0 15px;
    }

.beneficiaries .btn-orange {
    padding: 5px 60px !important;
}

.beneficiaries .hdr.no-tabs {
    padding-left: 15px !important;
}

.beneficiaries .form-inline, .tblPage .form-inline {
    padding: 0;
}

    .beneficiaries .form-inline label, .tblPage .form-inline label {
        justify-content: flex-start;
    }

    .beneficiaries .form-inline [type=text],
    .beneficiaries .form-inline select, .tblPage .form-inline [type=text],
    .tblPage .form-inline select {
        width: 100%; 
        padding: .375rem .75rem;
        border-radius: 0;
    }

.beneficiaries h3 {
    margin: 20px 0;
}

.beneficiaries .form-inline .hasDatepicker,
.beneficiaries .percentage {
    width: 100%;
}

.tblPage .bene-calc-tbl .form-inline .hasDatepicker,
.tblPage .bene-calc-tbl .percentage {
    width: 100%;
}

.tblPage .form-inline .hasDatepicker,
.tblPage .percentage {
    width: auto;
}

.tblPage .bene-calc-tbl .form-inline .hasDatepicker,
.tblPage .bene-calc-tbl .percentage {
    width: 100%;
}

.beneficiaries .btn {
    width: auto;
}

.beneficiaries .form-inline label, .tblPage .form-inline label {
    font-family: 'BentonSansBold';
    font-size: 12px;
    color: #39414d;
    text-transform: uppercase;
}
.ben-list {
	padding-right: 20px;
	float: right;
	position: relative;
}

	.ben-list select {
		border: none;
		background-position: right 11px;
		background-size: 12px 7px;
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		padding-right: 20px;
	}

	.ben-list img {
		width: 12px;
		height: 7px;
		position: absolute;
		right: 10px;
		top: 2px;
		z-index: 99;
	}
.beneficiaries p {
    line-height: 1.5em;
}

#del-ben .modal-body {
    margin-right: 0;
}

.modal .btn-row .btn-blue,
.modal .btn-row .btn.btn-orange {
    padding: 5px 40px !important;
    width: auto !important;
    margin: 0;
}

.print-body .fixed-scroll-table {
	overflow-x: unset; 
}

.table-fit td,
.table-fit th {
	width:1%;
}

.beneficiaries .fixed-scroll-table, .tblPage .fixed-scroll-table {
    width: 100%;
    margin: 20px 0 70px 0;
}

    .beneficiaries .fixed-scroll-table thead td, .tblPage .fixed-scroll-table thead td {
        border-bottom: 2px solid #c6c9ca;
    }

.bene-table > table > tbody > tr.alternatingRow:nth-child(even) {
    background-color: #f3f4f4;
}

/* Candace requested to remove 10-22-19
	.beneficiaries .fixed-scroll-table tbody td {
    padding: 11px 2px;
}*/


.add-bene-row {
    background-color: #fff;
}

.tbl-lined tbody tr {
    border-bottom: 2px solid #c6c9ca;
}

    .tbl-lined tbody tr:nth-last-child(1) {
        border-bottom: none;
    }

.fixed-scroll-table .tbl-lined tbody td.tbl-lg-txt {
    font-size: 16px;
}

.fixed-scroll-table .tbl-lined tbody td {
    font-size: 1rem;
    line-height: inherit;
}

.fixed-scroll-table .tbl-lined thead td {
    font-size: 13px;
}

.form-check-label {
    text-align: left;
}

    .form-check-label input {
        position: relative;
        top: 3px;
    }

.hero-login hr {
    background: #ffffff;
    height: 1px;
}

.hdr-left-cnt {
    white-space: nowrap;
    text-align: center;
}

.hdr-right-cnt {
    white-space: nowrap;
}

.login-box label {
    font-family: 'BentonSansBold';
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 8px;
}

.login-box [type=text],
.login-box [type=password] {
    border-radius: 0;
}

.login-box .checkbox-inline {
    font-size: 13px;
}

.login-box-lower {
    padding: 35px 0 0 0;
}

.login-template {
    padding-top: 35px;
}

    .login-template input[type=button] {
        font-family: 'BentonSansBold';
        font-weight: normal;
    }

.login-box-lower a:link,
.login-box-lower a:active,
.login-box-lower a:visited,
.login-box-lower a:hover {
    font-family: 'BentonSansBold';
    text-decoration: none;
    font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    position: relative;
    top: -10px;
}

.login-box-lower h3 {
    font-family: 'BentonSansBold';
    font-size: 23px;
    margin-bottom: 0 !important;
}

.login-box-lower span {
    color: #1b67a5;
    position: absolute;
    font-size: 36px;
    line-height: 0px;
    right: -38px;
    top: 6px;
}

.indent-hdr > * {
    padding: 0 30px;
}

.base-sm-sub-hdr {
    padding-bottom: 30px;
}

    .base-sm-sub-hdr h5 {
        font-family: 'BentonSansBook';
        font-size: 16px;
        line-height: 18px;
    }

    .base-sm-hdr h1, 
    .base-sm-hdr h3,
    .base-sm-sub-hdr h6,
    .base-sm-sub-hdr h5,
    .base-sm-sub-hdr .arrow-link {
        padding-left: 30px;
        padding-right: 30px;
    }

.base-sm-hdr .form-group label {
    font-family: 'BentonSansBold';
    font-size: 13px;
    text-transform: uppercase;
    color: #39414d;
	word-break: break-word;
}

.padding-footer-copy {
    padding: 10px 0 30px 0;
}

.form-group [type=button] {
    margin: 50px 0 30px 0; /* Prev: 45px 0 60px 0 -- PRW 12.08.18 */
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 65px;
}

.form-group.recaptcha {
    margin-top: 30px;
}

.form-group [type=submit] {
    margin: 50px 0 35px 0;
}

.login-template .form-group [type=submit],
.mobile-login-lower [type=submit],
.btn-standard-submit {
    margin: 25px 0;
    border-radius: 25px;
    font-weight: bold;
    font-size: 16px;
    padding: 8px 65px;
}

.form-check-input input[type=radio] {
    margin: 0 4px 0 0;
}

.form-check-inline .form-check-input,
.form-check-inline .form-check-input span {
	margin-left: 15px;
	font-family: 'BentonSansBold';
	font-size: 13px;
}

.custom-select {
    font-family: 'BentonSansRegular';
    font-size: 16px;
}

header {
    padding: 33px 0 0 0;
}

.header-links {
    font-family: 'BentonSansMedium';
    list-style-type: none;
    margin: 0;
}

.rdo-graph {
    cursor: pointer;
}

.header-links li {
	padding: 0px 8px;
	text-align: center;
}

.header-links li,
.header-links li a,
.header-links li a:link,
.header-links li a:active,
.header-links li a:visited,
.header-links li a:hover {
    display: inline;
    font-size: 15px;
    color: #39414d;
}

    .header-links li.narrow {
        padding: 0 10px;
    }

    .header-links li.ui-active,
    .header-links li.ui-active a,
    .header-links li.ui-active a:link,
    .header-links li.ui-active a:active,
    .header-links li.ui-active a:visited,
    .header-links li.ui-active a:hover,
    .header-links li.ui-active,
    .header-links li.ui-active-child a,
    .header-links li.ui-active-child a:link,
    .header-links li.ui-active-child a:active,
    .header-links li.ui-active-child a:visited,
    .header-links li.ui-active-child a:hover {
        color: #0080e2;
        cursor: default;
        font-family: 'BentonSansBold';
    }

.nav-res-icon {
    padding: 0 0 0 17px;
}

div#unauthenticatedHeaderContainer {
    display: flex;
    justify-content: center;
}

.dropdown-toggle::after {
    display: flex !important;
    width: 100%;
    height: 100%;
    margin-left: 0;
    vertical-align: 0;
    border-top: 0em solid transparent;
}

.dropdown-menu {
    padding: 0px;
    border: 0px solid;
}

    .dropdown-menu.show {
        left: 50% !important;
        right: auto !important;
        transform: translate(-45%, 36px) !important;
    }

.menu-caret {
    left: 40% !important;
}

.span-wrapper span {
    width: 25%;
}

.account-select {
	font-family: 'BentonSansRegular';
	border: none;
	color: #39414d;
	background-color: transparent;
	padding: 5px 20px 5px 10px;
	margin-left: 10px;
	max-width: 275px;
}

.seperator-graph {
    width: 100%;
    margin: 0 0 0 8px;
}

.graph-label-cnt {
    padding-top: 0 !important;
    padding-left: 40px !important;
    margin-top: -14px;
}

.hdr-icon {
    float: right;
    padding: 0 15px;
}

.return-arrow {
    width: 65%;
}

.hero-cnt {
    background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-1.jpg"); /* Dashboard DC */
    background-position: center 20%;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 30px 0 0 0;
}

.hero-cnt.hero-2 {
    background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-2.jpg"); /*Financial Wellness DB & DC */
    background-size: cover;
    background-position: center;
}

	.hero-cnt.hero-img-7 {
		background: linear-gradient(rgba(114,122,125, .95) 0%, rgba(114,122,125,.65)95%, rgba(114,122,125,.5)100%), url("Images/hero-7.jpg"); /* DC - Account Details */
		background-size: cover;
		background-position: center;
	}

.hero-cnt.hero-img-8{
    background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-8.jpg"); /* Dashboard DB */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 30px 0 0 0;
}

.hero-cnt.hero-img-9{
    background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-9.jpg"); /* DB - Benefit Details */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #ffffff;
    padding: 30px 0 0 0;
}
    /* HERO-CNT SHORT MAY BE REMOVED LATER AS WE MAY NOT HAVE A PAGE THAT CALLS FOR IT ANYMORE */
    .hero-cnt.short {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-3.jpg");
        min-height: 378px;
        background-size: cover;
        background-position: center;
    }

		.hero-cnt.short.hero-img-2 {
			background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-3.jpg"); /* DC- Account Activity*/
			background-size: cover;
			background-position: center 80%;
		}

	.hero-cnt.large-hero-img-2 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-4.jpg"); /*DC - Account Overview*/
		background-position: center;
		background-size: cover;
	}

    /* HERO 3 MAY BE REMOVED LATER AS WE MAY NOT HAVE A PAGE THAT CALLS FOR IT ANYMORE */
        .hero-cnt.short.hero-3 {
            background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-3.jpg");
            background-position: center 75%;
            background-size:cover;
        }

    .hero-cnt.short.hero-4 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-4.jpg"); /*Documents and Forms*/
        background-position: center;
        background-size: cover;
    }
    

    .hero-cnt.short.hero-5 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-5.jpg"); /*Profile Menu pages*/
        background-position: center 35%;
        background-size: cover;
    }

    .hero-cnt.short.hero-6 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-6.jpg"); /*Investments*/
        background-position: center;
        background-size: cover;
    }

    .hero-cnt.short.hero-9 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-9.jpg"); /*Benefit Calculations and Personalized Communications*/
        background-position: center 75%;
        background-size: cover;
    }

    .hero-cnt.short.hero-financial-1 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-1.jpg"); /*Save + Invest*/
        background-size: cover;
        background-position: center 25%;
    }

    .hero-cnt.short.hero-financial-2 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-2.jpg"); /*Pension Plans*/
        background-position: center 20%;
        background-size: cover;
    }

    .hero-cnt.short.hero-financial-3 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-3.jpg"); /*Be Retirement Ready*/
        background-size: cover;
        background-position: center;
    }

    .hero-cnt.short.hero-financial-4 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-4.jpg"); /*Rise Score*/
        background-size: cover;
        background-position: center;
    }

    .hero-cnt.short.hero-financial-5 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-5.jpg"); /*Calculators*/
        background-size: cover;
        background-position: center 30%;
    }

	.hero-cnt.short.hero-financial-6 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-account-2.jpg"); /*Videos*/
		background-size: cover;
		background-position: center;
	}

    /*DC Sponsor Pages*/
    .hero-cnt.large-hero-img-2.plan-select-hero {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-sw1.jpg"); /*DC - Sponsor Plan Select */
        background-size: cover;
        background-position: center 45%;
    }
    .hero-cnt.sponsor-dash {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-sw2.jpg"); /* Dashboard Sponsor DC */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        /*padding: 30px 0 0 0;*/
    }
    .hero-cnt.hero-sw3 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-sw3.jpg"); /* Plan Details */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        padding: 30px 0 0 0;
    }
    .hero-cnt.short.hero-plandetail-sw1 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-plandetail-sw1.jpg"); /*Investment Menu*/
        background-position: center 40%;
        background-size: cover;
    }
    .hero-cnt.short.hero-plandetail-sw2 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-plandetail-sw2.jpg"); /*Plan Activity Menu*/
        background-position: center 25%;
        background-size: cover;
    }
    .hero-cnt.short.hero-plandetail-sw3 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-plandetail-sw3.jpg"); /*Reports and Uploads Menu*/
        background-position: center 85%;
        background-size: cover;
    }
    .hero-cnt.hero-sw4 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-sw4.jpg"); /* Administration Menu */
        background-position: center 20%;
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        padding: 30px 0 0 0;
    }
    .hero-cnt.hero-sw5 {
        background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.75)), url("Images/hero-sw5.jpg"); /* Participants Menu */
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
        color: #ffffff;
        padding: 30px 0 0 0;
    }

	/* ALLIANCE PARTNER STYLING	*/

.alliancePart .hero-cnt.hero-img-8 {
	background: #39414d;
}

.alliancePart .hero-cnt.hero-img-9 {
	background: #004877;
}

.alliancePart .hero-cnt.short.hero-9, 
.alliancePart .hero-cnt.short.hero-4, 
.alliancePart .hero-cnt.short.hero-5 {
	background: #39414d;
	min-height: 80px;
}

.primary-bkgrd {
	background-color: #0080e2;
}

    nav {
        font-family: 'BentonSansRegular';
    }

.bread-crumb {
    font-family: 'BentonSansBold';
    color: #ffffff;
    font-size: 13px;
    text-transform: uppercase;
}

    .bread-crumb a,
    .bread-crumb a:link,
    .bread-crumb a:visited,
    .bread-crumb a:active,
    .bread-crumb a:hover {
        color: #ffffff;
        font-size: 13px;
    }

.bread-crumb-arrow {
    font-weight: bold;
    font-size: 13px;
    padding: 0 8px;
}

.hero-title {
    padding: 125px 0 35px 0;
	border-bottom: 2px solid #fff;
}

    .hero-title h1 {
        font-family: 'PoynterOldStype';
        font-size: 72px;
    }

    .hero-title h4 {
        font-family: 'BentonSansBook';
        padding: 55px 0 0 0;
        font-size: 35px;
    }

.account,
.large-hero-cnt {
    padding-bottom: 170px;
}

.hero-totals, #contentHeaderBalanceContainer, #ContentPlaceHolder_contentHeaderButtonContainer {
    padding: 35px 0 0 0;
}

.border-top-white {
	border-top: 2px solid #ffffff;
}

    .hero-totals h4,
	.hero-totals h4 span {
        font-family: 'BentonSansBook';
        font-size: 35px;
        vertical-align: top;
        margin-bottom: 0;
        line-height: 1;
    }

    .hero-totals .combined-balance h2 {
        font-family: 'PoynterOldStype';
        font-size: 60px;
        font-weight: normal;
        line-height: 1;
    }

span.hero-footnote {
    font-family: 'BentonSansBold';
    font-size: 15px;
    text-transform: uppercase;
}

.hero-totals .help-icon {
    padding: 4px 0 0 10px;
}

.main-cnt {
    background-color: #e4f4fa;
    padding: 35px 0;
}

    .main-cnt h1 {
        font-family: 'PoynterOldStype';
        font-size: 60px;
        line-height: 65px;
        color: #39414d;
        margin: 0 0 35px 0;
    }

    .main-cnt h3 {
        font-family: 'BentonSansBook';
        font-size: 24px;
        color: #39414d;
    }

.row-border-spacer {
    border-bottom: 2px solid #c6c9ca;
    padding: 55px 0;
}

.row-border-spacer-top {
	border-top: 2px solid #c6c9ca;
}

.hdr-table, .quick-statements {
	text-align: center;
}

    .hdr-table h2, .quick-statements h2 {
        font-family: 'BentonSansRegular';
        font-size: 24px;
        color: #39414d;
        cursor: pointer;
    }

.collapse-area, .statement-area {
    display: none;
}

.carousel {
    min-width: 100%;
}

.carousel-inner {
    margin: 55px 0;
}

.carousel-item h3 {
    font-family: 'BentonSansBold';
    font-size: 35px;
    color: #004877;
    padding-top: 50px;
}

.carousel-item h4 {
    font-family: 'BentonSansBook';
    font-size: 20px;
    line-height: 28px;
    color: #39414d;
    padding: 15px 0 10px 0;
}

.carousel-item a,
.carousel-item a:link,
.carousel-item a:active,
.carousel-item a:visited,
.carousel-item a:hover {
    font-family: 'BentonSansBold';
    font-size: 20px;
    color: #0080e2;
    text-decoration: none;
}

    .carousel-item a span {
        font-size: 30px;
        line-height: 20px;
        padding-top: 3px;
    }

.carousel-control-prev,
.carousel-control-next {
    width: auto !important;
}

.content-box h2 {
    font-size: 34px;
    line-height: 36px;
    font-family: 'BentonSansRegular';
    color: #39414d;
}

.content-box p {
    color: #39414d;
}

.rounded-btn-link {
    margin: 15px 0;
}

.featured-section {
    /*border-bottom: 2px solid rgba(0,0,0,.125) !important;*/
    padding: 0 30px;
}

    .featured-section .carousel-inner {
        margin: 25px 0 45px 0;
    }

.featured-videos .card-header,
.featured-videos .card-body {
    border-bottom: none !important;
}

/*.content-box .featured-videos .card {
    border-bottom: 2px solid rgba(0,0,0,.125) !important;
}*/

.card-body .caption {
    padding: 15px 5px 25px 5px;
    color: #39414d !important;
    font-size: 16px;
    line-height: 1.1em;
}

.card-header-link {
    font-size: 16px;
    color: #0074cc;
    font-family: 'BentonSansBold';
    cursor: pointer;
    display: inline-block;
    padding: 15px 0;
}

.carousel-caption h5 {
    font-size: 18px;
    line-height: 1.2em;
}

h5.benton-book {
    font-size: 1.2em !important;
}

.margin-0-auto {
    margin: 0 auto;
}

.hdr.no-tabs {
    padding: 9px 38px 5px 30px !important;
    border-bottom: none !important;
}

.get-adobe {
    font-size: 16px !important;
}

.sml-hdr {
    padding: 20px 30px 0 30px;
    font-family: 'BentonSansBook';
    color: #39414d;
}

    .sml-hdr h4 {
        margin-bottom: 0;
        font-size: 22px;
        line-height: 1.2;
    }

    .sml-hdr h5 {
        font-family: 'BentonSansBook';
        color: #39414d;
        font-size: 13px;
        line-height: 1.5;
    }

h6.lbl {
    font-family: 'BentonSansBold' !important;
    font-size: 13px !important;
    color: #39414d !important;
    text-transform: uppercase !important;
}

.bold-heading {
    font-weight: bold;
}

.heading-dark-underline {
	border-bottom: 2px solid #39414d !important;
}

.beneficiaries .sml-box-row, .tblPage .sml-box-row {
    padding: 20px 30px;
}

.sml-box-row {
    padding: 20px 30px 0 30px;
}

    .sml-box-row .hasDatepicker {
        width: 110px;
        padding: 8px 3px;
    }

    .sml-box-row label {
        font-family: 'BentonSansBold';
        font-size: 13px;
        text-transform: uppercase;
        color: #39414d;
    }

    .sml-box-row .date-picker-control {
        padding: .375rem .75rem;
        /* border-radius: .25rem; */
    }

.fixed-scroll-table.statements {
    padding: 30px;
    font-size: 16px;
}

    .fixed-scroll-table.statements td, .fixed-scroll-table.bene-calc-tbl td {
        padding: 15px 9px;
        
    }

    .fixed-scroll-table.statements a,
    .fixed-scroll-table.statements a:link,
    .fixed-scroll-table.statements a:active,
    .fixed-scroll-table.statements a:visited,
    .fixed-scroll-table.statements a:hover
    .form-lnk {
        font-family: 'BentonSansBold';
        font-size: 16px;
        color: #0080e2;
    }

.fixed-scroll-table a {
	cursor: pointer;
}

.fixed-scroll-table .large-tbl tbody td {
	line-height: 30px;
	padding: 14px 7px;
}

.bene-calc .fixed-scroll-table {
    width: 100%;
    margin: 20px 0 70px 0;
}

.bene-calc-tbl {
    table-layout: fixed;
}

.beneficiaries .bene-calc-tbl, .tblPage .bene-calc-tbl {
    table-layout: auto;
}

a.form-lnk:link,
a.form-lnk:active,
a.form-lnk:hover,
a.form-lnk {
    color: #2873b5;
    text-decoration: none !important;
}

.btn-sm-lined {
    border-radius: 15px !important;
    background: #ffffff;
    padding: 6px 0;
    width: 50%;
    border: 1px solid #2873b5 !important;
    font-family: Arial !important;
    font-weight: bold !important;
    font-size: 16px !important;
    color: #2873b5 !important;
}

    .btn-sm-lined:hover {
        background-color: #2873b5;
        color: #ffffff !important;
    }

.tooltip-inner {
    box-shadow: -1px 1px 10px 4px rgba(0,0,0, 0.40);
}

.tooltip-inner {
    color: #39414d;
    background-color: #f3f4f4;
    border-radius: 0;
    font-family: 'BentonSansBook';
    font-size: 16px;
    padding: 8px;
}

.tooltip.show {
    opacity: 1;
}

.tooltip{
    cursor: none;
    pointer-events: none;
}

.bs-tooltip-top .arrow:before {
    border-top-color: #f3f4f4;
}
.bs-tooltip-bottom .arrow:before {
	border-bottom-color: #f3f4f4;
}

.wider-cell-table td {
    padding: 15px 9px !important;
}

    .wider-cell-table td a,
    .wider-cell-table td a:hover {
        text-decoration: none;
        color: #0080e2;
    }

.inline-notification {
    border: 1px solid #ffbe50;
    padding: 30px 0;
}

.absolute-label {
    position: absolute;
    bottom: 74px;
    left: 47px;
}

    .absolute-label h5,
    .absolute-label h6 {
        line-height: 1.2em !important;
    }

.btn-orange {
    border: 0;
    cursor: pointer;
}

.full-box {
    width: 100%;
    /*box-shadow: 2px 2px 4px #c0c0c0;*/
    box-shadow: 0px 0px 4px 2px #c0c0c0;
    float: left;
    /*margin: 0 15px;*/
}

    .full-box .hdr {
        font-family: 'BentonSansBold';
        background-color: #f3f4f4;
        color: #727a7d;
        font-size: 13px;
        text-transform: uppercase;
        padding: 15px 30px;
        border-bottom: 2px solid #c6c9ca;
        text-align: left;
    }

.full-box-row {
    background-color: #ffffff;
    padding: 20px 30px;
    border-bottom: 1px solid #c6c9ca;
    float: left;
    width: 100%;
    position: relative;
}

    .full-box-row.row-gray, .row-gray {
        background-color: #f3f4f4;
    }

	.full-box-row .row-label {
		font-family: 'BentonSansMedium';
		font-size: 15px;
		color: #39414d;
		text-transform: uppercase;
		padding: 6px 0 0 0;
		float: left;
		line-height: 1;
	}

.full-box-ftr {
    font-family: 'BentonSansBold';
    font-weight: normal;
    font-size: 16px;
    float: left;
}

.full-box-row .row-total {
    font-family: 'PoynterOldStype';
    font-size: 35px;
    color: #39414d;
    float: right;
}

.full-box-row.row-gray .row-total {
    color: #0074cc;
}

.full-box-row small {
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #727a7d;
}

.ftr-banner h4 {
    line-height: inherit;
}

.full-box-row.ftr-row {
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #39414d;
    text-transform: none;
}

    .full-box-row.ftr-row h2,
    .full-box-row.ftr-row h4 {
        font-family: 'BentonSansRegular';
    }

    .full-box-row.ftr-row img {
        padding-right: 8px;
    }

.clear-border {
    border-bottom: none;
}

ul.collapsible-list {
    list-style-type: none;
    font-size: 1rem;
    margin-bottom: 0;
}

    ul.collapsible-list li {
        padding: 10px 0;
    }

.list-row {
    display: none;
    /*padding-left: 40px;*/
}

    .list-row label {
        font-family: 'BentonSansBold';
        font-size: 13px;
        text-transform: uppercase;
        text-align: center;
        width: 100%;
		vertical-align: bottom:
    }

.row-spacer {
    padding: 0 0 16px 0;
}

.row-spacer-border {
    border-bottom: 1px solid #c6c9ca;
}

.list-li-spacing {
    padding: 30px 0 0 50px;
}
.overflow-visible {
    overflow: visible !important;
}
ul.collapsible-list [type=radio]:checked ~ .list-row {
	display: block;
}
.list-style-none {
    list-style-type: none;
}
.standard-list {
    list-style-type: disc;
}

    .standard-list li {
        padding: 8px 0;
    }

.list-content-rows {
    width: 50%;
    float: left;
}

    .list-content-rows div {
        padding: 10px 0;
    }

    .list-content-rows .standard-label {
        padding-top: 17px;
    }

.rate-graph {
    padding: 25px 0;
}

.full-box-clear {
    padding: 0 0 10px 0;
}

    .full-box-clear h1 {
        font-family: 'BentonSansMedium';
        font-size: 50px;
        color: #39414d;
        margin: 0 0 20px 0;
    }

    .full-box-clear h4 {
        font-family: 'BentonSansBold';
        font-size: 35px;
        color: #39414d;
        margin: 0 0 20px 0;
    }

.arrow-link a,
.arrow-link a:link,
.arrow-link a:active,
.arrow-link a:visited,
.arrow-link a:hover {
    font-family: 'BentonSansBold';
    font-size: 20px;
    color: #1c73ba;
    text-decoration: none;
    outline: 0;
}

a.arrow-link,
a.arrow-link:link,
a.arrow-link:active,
a.arrow-link:visited,
a.arrow-link:hover {
    font-family: 'BentonSansBold';
    font-size: 16px;
    color: #0080e2;
    outline: 0;
    text-decoration: none;
}

.arrow-link-bold {
    font-weight: bold;
}

.arrow-link span {
    line-height: 20px;
    padding: 5px 0 0 0;
}

.foot-note-graph {
    font-family: 'BentonSansRegular';
    font-size: 13px;
    color: #39414d;
    padding: 6px 0 0 0;
    font-weight: normal;
}

.box {
    display: flex;
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.padding-top-10 {
    padding-top: 10px;
}

.ftr-link {
}

    .ftr-link,
    .ftr-link a,
    .ftr-link a:link,
    .ftr-link a:active,
    .ftr-link a:visited,
    .ftr-link a:hover {
        font-family: 'BentonSansBold';
        color: #0080e2;
        font-size: 16px;
        text-align: center;
        text-decoration: none;
    }

        .ftr-link span {
            font-size: 30px;
            line-height: 20px;
        }

.colsp-wrapper .hdr {
    border-top: 2px solid #c6c9ca;
}

.colsp-wrapper a.details-link {
    color: #727a7d;
    font-size:12px;
    font-family:'BentonSansBold';
    text-transform:uppercase;
}

.rdo-hdr {
    margin-top: -3px;
}

.top-50{
    top: 50%;
    left: 0;
    right: 0;
}

.circle {
    position: relative;
    border-radius: 50%;
    width: 100%;
    height: auto;
    padding-top: 100%;
    background: #f3f4f4;
    transform: scale(.75);
}

.center-relative {
    position: relative;
    padding-top: 100%;
    display: block;
    margin: auto;
}

.circle-container .btn-lined.primary {
    background-color: transparent;
    display: block;
    margin: auto;
}

.circle-container .btn-lined.primary:hover {
    background-color: #084877;
}

#peer-chart, #balanceHistoryChart {
    margin: 0 0 0 -10px;
}

.line-chart-arrow {
	position: absolute;
	bottom: 15px;
	left: 35px;
}
.line-chart-arrow.bar-chart {
    bottom: 27px;
    left: 72px;
}

.line-chart-pin {
	height: 100%;
	border-right: 1px solid black;
	position: absolute;
	left: 0;
	bottom: 8px;
	z-index: 0;
	transform: translateX(154px);
	transition: all 0.5s ease-in-out;
}

.line-chart-pin:before {
	content: "";
	border-radius: 10px;
	height: 17px;
	width: 17px;
	display: block;
	background-color: #004877;
	z-index: 9999;
	position: absolute;
	left: -8px;
}

#invest-chart {
    margin: 50px 0 0 0;
}

.graph-slider {
    height: 25px !important;
    border-radius: 25px !important;
    margin: 20px 0 60px 0;
    border: none !important;
}

.ui-slider-range {
    border-radius: 0 25px 25px 0;
    box-shadow: 0px 0px 4px 2px #c0c0c0;
}

.ui-slider-handle {
    border-radius: 20px !important;
    height: 35px !important;
    width: 35px !important;
    cursor: pointer !important;
    box-shadow: 0px 0px 4px 2px #c0c0c0;
}

.ui-slider-handle-value {
    position: absolute;
    font-family: 'BentonSansBook';
    top: 40px;
    left: -4px;
    color: #39414d;
    font-size: 15px;
    font-weight: bold;
    width: 60px;
    text-align: center;
}

div.no-value span span.ui-slider-handle-value {
    display: none;
}

.donut-chart {
	position: relative;
	top: -32px;
}

    .donut-chart #min-num {
        position: absolute;
        left: 33%;
        font-weight: bold;
    }

    .donut-chart #max-num {
        position: absolute;
        right: 33%;
        font-weight: bold;
    }

    .donut-chart #chart-img {
        position: absolute;
        left: 38%;
        bottom: 25%;
        width: 25%;
    }

.summary-box {
    padding: 70px;
    background: #ffffff;
    color: #39414d;
    margin: 30px 0 0 0;
    box-shadow: 0px 0px 4px 2px #c0c0c0;
}

    .summary-box .hdr {
        font-family: 'BentonSansBold';
        font-size: 20px;
        min-height: 70px;
    }

    .summary-box .summary-box-mid {
        font-family: 'BentonSansBold';
        font-size: 13px;
        text-transform: uppercase;
        margin: 35px 0 0 0;
        min-height: 75px;
    }

        .summary-box .summary-box-mid span {
            font-family: 'PoynterOldStype';
            font-size: 35px;
            font-weight: normal;
        }

    .summary-box .btn-row {
        text-align: center;
    }

        .summary-box .btn-row input,
        .btn-lined {
            font-family: 'BentonSansBold';
            background: #ffffff;
            border: 2px solid #0080e2;
            font-size: 16px;
            padding: 10px 0;
            margin: 50px 0 0 0;
            border-radius: 25px;
            width: 85%;
            cursor: pointer;
        }

.btn-lined {
    padding: 4px 90px;
    width: auto;
    float: right;
}

.summary-box .btn-row input:hover {
    color: #ffffff;
    background-color: #0080e2;
}

.summary-box .btn-row input:active {
    color: #ffffff;
    background-color: #004877;
    border: 2px solid #004877;
}

.btn-row input:focus {
	outline: 0;
	box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}



.selection-label.btn-inline-padding {
    margin: 45px 50px 0 0;
}

.summary-box .btn-row.orange input {
    border: 2px solid #ffc387;
}

.summary-box .btn-row.green input {
    border: 2px solid #74bf60;
}

.summary-box .btn-row.red input {
    border: 2px solid #a5203f;
}

.base-cnt {
    padding: 35px 0;
    background-color: #e4f4fa;
    color: #39414d;
}

    .base-cnt.large-nav-list {
        background-color: transparent;
		padding-bottom: 89px;
    }

        .base-cnt.large-nav-list ul {
            margin-bottom: 20px;
        }

    .base-cnt h1 {
        font-family: 'PoynterOldStype';
        font-size: 60px;
        color: #39414d;
        margin-bottom:35px;
        line-height: 1;
    }

    .base-cnt h3 {
        font-family: 'BentonSansBook';
        font-size: 24px;
        line-height: initial;
        color: #39414d;
        margin: 35px 0;
    }

    .base-cnt p {
        color: #39414d;
    }

.is-invalid {
    border-color: #C23c33 !important;
}

.alert {
    position: absolute;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 50%;
    display: none;
    text-align: center;
    z-index: 1051;
    font-family: 'BentonSansRegular';
}

.alert-fixed {
    position: fixed;
}

    .alert-fixed .alert-body {
        width: 80%;
        text-align: center;
        display: flex;
        justify-content: center;
        vertical-align: top;
    }

    .alert-fixed.alert-danger {
        background-color: #ffffff !important;
        border: 2px solid #a5203f !important;
        color: #000000 !important;
        font-size: 16px !important;
        display: block;
    }

    .alert-fixed.alert-warning {
        background-color: #ffffff !important;
        border: 2px solid #FFA100 !important;
        color: #000000 !important;
        font-size: 16px !important;
        display: block;
    }

    .alert-fixed.alert-success {
        background-color: #ffffff;
        border: 2px solid #037b70;
        color: #000000;
        font-size: 16px;
        display: block;
    }

#alerts {
    top: 60px;
    left: 0px;
    width: 100%;
    display: block;
    position: fixed;
    z-index: 9999;
}

.text-danger {
    color: #d4203f !important;
    font-family: 'BentonSansBold', Arial, sans-serif;
}

.invalid {
    border: 1px solid #d4203f;
}

.alert-body {
    margin: 0 auto;
}

.alert-icon {
    display: table-cell;
}

.alert-cnt {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
}

.alert .close {
    font-size: 1rem;
}

.hero-title-section h1,
.hero-title-section h3 {
    color: #ffffff;
}

.content-detail {
    padding: 0 30px 30px 30px;
}

    .content-detail .stand-out {
        font-weight: bold;
    }

    .content-detail thead {
        border-bottom: 2px solid #c6c9ca;
        text-transform: uppercase;
        font-weight: bold;
        color: #39414d;
        font-size: 13px;
    }

		.content-detail thead tr th {
			padding: 0 7px 11px;
			font-family: 'BentonSansBold';
		}

    .content-detail td {
        font-family: 'BentonSansRegular';
        font-weight: normal;
        padding: 15px;
    }

    .content-detail tfoot td {
        font-family: 'BentonSansBold';
        font-weight: normal;
    }

    .content-detail thead td {
        font-family: 'BentonSansBold';
        padding: 15px 0;
    }

    .content-detail .odd {
        background-color: #f3f4f4;
    }

    .content-detail tbody tr.total-row td {
        font-family: 'BentonSansBold';
        font-size: 13px;
        text-transform: uppercase;
        color: #727a7d;
        /*border-top: 1px solid #c6c9ca;*/
        text-align: center;
    }

    .content-detail tbody td {
        font-size: 16px;
        color: #39414d;
        border-spacing: 0;
    }

    .content-detail tfoot {
        color: #39414d;
        font-size: 12px;
        font-weight: bold;
    }

        .content-detail tfoot div {
            font-size: 16px;
            font-weight: normal;
            padding: 10px 0 0 0
        }

.content-box-lg .content-detail tbody td {
    font-family: 'BentonSansBook';
}

.content-box-lg .content-detail table {
    width: 100%;
}

    .content-box-lg .content-detail table tbody td {
        font-size: 16px;
    }

    .content-box-lg .content-detail table tbody tr.content-small td {
        font-size: 16px;
    }

.content-box-lg .content-detail thead {
    border-bottom: 0;
}

.content-box-lg .content-detail tfoot {
    border-top: 2px solid #c6c9ca;
}

.content-box-lg .ftr, .content-box .ftr {
    font-family: 'BentonSansBold';
    border-top: 2px solid #c6c9ca;
    text-align: center;
    margin: 10px 0 0 0;
    padding: 25px 0;
    font-size: 16px;
    color: #1c73ba;
    cursor: pointer;
}

.content-box-lg .content-detail {
    padding-left: 0 !important;
    padding-top: 20px;
}

    .content-box-lg .content-detail td {
        text-align: center;
    }

.padding-top-0 {
    padding-top: 0 !important;
}

.status-dot {
    height: 25px;
    width: 25px;
    border-radius: 12px;
    background-color: #727a7d;
}

.status-dot {
    background-color: #74bf60;
    margin: 0 auto;
}

/*text color to use on confirmation boxes*/
.secondary {
	color: #ffa100 !important;
}
/* styling for text color in secondary buttons*/
button.secondary {
	color: #fff !important;
}

.btn-orange {
    font-family: 'BentonSansBold';
    background-color: #ffa100;
    padding: .375rem 1.75rem;
    border-radius: 25px;
    color: #ffffff;
    font-size: 16px;
    font-weight: normal;
    padding: 10px 30px;
}

.btn-orange:focus{
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255,161,0,.25);
}

.row-no {
    padding: 1px 20px;
    border-radius: 20px;
    border: 2px solid #0080e2;
    margin-left: 10px;
}

.ui-active-row .row-no {
    color: #ffffff;
    font-weight: bold;
    background-color: #0074cc;
}

.content-action-arrow i {
    color: #0080e2;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
	padding-left: 15px;
}

.content-summary-row {
    display: none;
    border-top: 2px solid #c6c9ca;
}

.content-detail tbody tr.ui-active-row td {
    color: #0074cc;
}

.left-summary {
    float: left;
    /*max-width: 45%;*/
    border-right: 2px solid #c6c9ca;
    padding: 10px;
    margin: 20px 0;
}

    .left-summary .arrow-link a,
    .content-box-ftr a.arrow-link {
        font-size: 16px;
        text-decoration: none;
        color: #0080e2;
        line-height: 20px;
    }

        .left-summary .arrow-link a strong {
            font-weight: normal;
        }

    .left-summary .btn {
        margin-bottom: 15px;
    }

    .left-summary a {
        padding: 4px 0;
    }

.right-summary {
    float: right;
    padding: 10px 30px;
    margin: 20px 0;
    font-size: 16px;
    color: #39414d;
}

    .right-summary .lbl {
        font-family: 'BentonSansBold';
        font-size: 12px;
        text-transform: uppercase;
        width: 190px;
        margin: 8px 0;
    }

.graph-label {
    margin-left: 30px;
}

.content-box-ftr {
    margin: 35px 0;
    color: #39414d;
}

.content-box-ftr h6,
.content-box-ftr ul {
    padding: 0 30px;
}

    .content-box-ftr.inner-cnt h1 {
        font-size: 20px;
        padding-left: 0;
        padding-bottom: 20px;
    }

    .content-box-ftr.inner-cnt h5 {
        font-size: 16px;
    }

    .content-box-ftr h1 {
        font-family: 'BentonSansBook';
        font-size: 24px;
        padding: 0 30px;
    }

    .content-box-ftr .sub-hdr {
        font-family: 'BentonSansBold';
        font-size: 12px;
        color: #39414d;
    }

    .content-box-ftr ul {
        font-size: 16px;
    }

    .content-box-ftr li {
        font-family: 'BentonSansRegular';
        padding: 4px 0;
    }

.nav-hdr {
    font-family: 'BentonSansBold';
    font-size: 13px;
    text-transform: uppercase;
    padding: 30px 0 10px 0px;
    color: #39414d;
}

#nav-detail,
#nav-detail-bysource {
    padding-top: 0 !important;
    position: relative;
}

.total-lrg {
    font-size: 18px !important;
    font-family: 'BentonSansRegular' !important;
    text-align: left !important;
    padding-left: 12px !important;
}

.capital {
    font-family: 'BentonSansRegular' !important;
    color: #39414d !important;
    font-size: 20px !important;
    font-weight: normal !important;
}

.ftr-note {
    padding: 30px 30px 0 30px;
}

    .ftr-note span {
        font-weight: bold;
        padding-bottom: 20px;
        width: 100%;
        display: inline-block;
    }

.balance-date .date-picker-omni {
    background-color: #f0f1f1;
    border: 1px solid #414a57;
    font-size: 13px;
    padding: 6px;
    width: 120px;
}

    .balance-date .date-picker-omni:disabled {
        background-color: #e9ecef !important;
    }

        .balance-date .date-picker-omni:disabled + button {
            display: none;
        }
.icon-disabled, .icon-disabled img {
    opacity: 0.5;
    cursor: not-allowed;
}

.investmentlink {
    color: #39414d !important;
    text-decoration: inherit;
}

.btn-blue {
    font-family: 'BentonSansBold';
    border-radius: 25px;
    border: 0;
    color: #ffffff;
    background-color: #0080e2;
    padding: 10px 35px;
    cursor: pointer
}

    .btn-blue:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,128,226,.25);
    }

    .btn-blue:hover {
        background-color: #0040aa;
    }

    .btn-blue:active {
        background-color: #004877;
    }

	.btn-blue:disabled {
		border-radius: 25px;
		border: 0;
		color: #ffffff;
		opacity: 0.65;
		padding: 10px 35px;
		cursor: not-allowed;
	}

.btn-secondary {
    background-color: #ffa100;
    font-family: 'BentonSansBold';
    border-radius: 25px;
    border: 2px solid #ffa100;
    color: #ffffff;
    padding: 10px 35px;
    cursor: pointer
}

    .btn-secondary:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(255,161,0,.25);
    }

    .btn-secondary:hover {
        background-color: #ff6400;
        border:2px solid #ff6400;
    }

    .btn-secondary:active {
        background-color: #ff6400;
        border: 2px solid #ff6400;
    }

.large-nav-list .nav-hdr {
    color: #ffffff;
}

.hero-title-section {
    border-bottom: 2px solid #ffffff;
    padding: 0 0 35px 30px;
    margin-bottom: 35px;
    color: #fff;
}

    .hero-title-section.last-hero-section {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: none;
    }

.badge-list {
    float: right;
}

    .badge-list a {
        float: right;
        margin-left: 30px;
    }

.nav-tabs {
    text-align: center;
    white-space: nowrap;
}

.tab-accordion .nav-tabs {
	display:none;
}

.base-cnt nav ul {
    margin: 0;
    padding: 0;
    color: #39414d;
    font-size: 20px;
    font-family: 'BentonSansBook';
}

.content-box {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #c0c0c0;
}

    .content-box .hdr {
        font-family: 'BentonSansBold';
		position: relative;
        font-size: 13px;
        text-transform: uppercase;
        color: #727a7d;
        background-color: #f3f4f4;
        padding: 17px 30px;
        border-bottom: 2px solid #c6c9ca;
    }

.colsp-wrapper .hdr{
    border-top: 2px solid #c6c9ca;
    border-bottom: 0px;
}

    .content-box .sub-hdr {
        font-family: 'BentonSansRegular';
        font-size: 16px;
        color: #39414d;
        padding: 30px 0 10px 30px;
    }

    .content-box .card {
        border: none !important;
        border-radius: 0 !important;
    }

.padding-sides-30 {
    padding: 0 30px;
}


.base-cnt nav ul li {
    margin: 0;
    padding: 0;
    list-style-type: none;
    padding: 0px;
    margin: 10px 0 0;
}

.base-nav li ul li {
    margin: 2px 0;
}

.base-cnt nav ul li li {
    padding-left: 0 !important;
}

.base-cnt nav ul.base-nav > li a,
.base-cnt nav ul.base-nav > li a:link,
.base-cnt nav ul.base-nav > li a:active,
.base-cnt nav ul.base-nav > li a:visited,
.base-cnt nav ul.base-nav > li a:hover {
    margin: 13px 0;
    color: #39414d;
    text-decoration: none;
}

.base-cnt.large-nav-list nav ul.base-nav > li a,
.base-cnt.large-nav-list nav ul.base-nav > li a:link,
.base-cnt.large-nav-list nav ul.base-nav > li a:active,
.base-cnt.large-nav-list nav ul.base-nav > li a:visited,
.base-cnt.large-nav-list nav ul.base-nav > li a:hover {
    color: #ffffff;
}

.base-cnt nav ul li.ui-selected {
    font-weight: bold;
    margin-top: 0px;
}

.base-cnt nav ul li li {
    font-weight: normal;
    font-size: 15px;
}

    .base-cnt nav ul li li.ui-active, .base-cnt nav ul li.ui-active {
        font-weight: bold;
        border-left: 2px solid #0074cc;
        padding-left: 8px !important;
        margin-left: -8px;
    }

.ui-card-active.rounded-btn-link:hover {
    color: #ffffff !important;
    text-decoration: none !important;
    background-color: #0074cc !important;
}

.ui-card-active.rounded-btn-link {
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: #0074cc !important;
}

.rounded-btn-link .dot-plus {
    display: inline;
}

.rounded-btn-link .dot-minus {
    display: none;
}

.ui-card-active.rounded-btn-link .dot-plus {
    display: none;
}

.ui-card-active.rounded-btn-link .dot-minus {
    display: inline;
}

.padding-20-20 {
    padding: 20px 20px 0 0 !important;
}

.lastStaticCell span {
    /*
	display: -ms-flexbox;
	display: flex;
    */
    display: block;
	-ms-flex-align: center !important;
	align-items: center !important;
}
.radio-list span {
    font-size: 16px;
}
.window {
    position: absolute;
    top: -21px;
    left: 0;
    z-index: 99;
}

    .window .cell-1 {
        width: 68px;
    }

    .window .cell-2 {
        width: 90px;
		padding-left: 25px;
    }
	/*changes made to the small table ontop of the big table for mobile on 11/18/19 */
	.window.fixed-scroll-table {
		position: absolute;
		background-color: transparent;
		width: inherit !important;
		pointer-events: none;
		padding:0;
		height: 100%;
		margin: 0;
		overflow-y: hidden;
		overflow-x: hidden !important;
		left: -1px;
		top: 11.55%;
	}

	/* added in for when tables have a div above with a position relative refresh button*/
	.window.auto-adjust-top .cell-2 {
		width: 100px;
		padding-left: 25px;
	}
	/*changes made to the small table ontop of the big table for mobile on 11/18/19 */
	.window.auto-adjust-top.fixed-scroll-table {
		position: absolute;
		background-color: transparent;
		width: inherit !important;
		pointer-events: none;
		padding: 0;
		height: 100%;
		margin: 0;
		overflow-y: hidden;
		overflow-x: hidden !important;
		left: -1px;
		top: 58%;
	}
	.window.fixed-scroll-table tr.odd td {
		background: #f3f4f4;
	}

	.window.fixed-scroll-table tr td {
		background: #fff;
	}


	.window.scroll-overflow.window-sm {
		width: 80px;
		top: 110px;
	}

.height-100 {
    height: 100px;
}

.height-50 {
    height: 50px;
}

.width-100 {
    width: 100% !important;
}

.card h2 {
    font-size: 20px;
}

.card h5,
.card .ftr-link a {
    font-size: 13px;
}

.btn-row-cnt {
    float: right;
    padding: 10px 15px 0 0;
}

.card-header {
    background-color: #ffffff !important;
    border-bottom: 2px solid rgba(0,0,0,.125) !important;
}

    .card-header h5 {
        margin-bottom: 0 !important;
    }

    .card-header .btn {
        font-family: 'BentonSansBold';
        font-weight: normal !important;
        text-decoration: none !important;
    }

.card-body {
    float: left;
    width: 100%;
    border-bottom: 2px solid rgba(0,0,0,.125);
}

.card-body-inner {
    font-family: 'BentonSansRegular';
    float: left;
    padding: 0 30px;
}

.badge.pm-circle {
    font-size: 18px;
    font-weight: bold;
    padding: 6px 8px 8px 6px !important;
    line-height: 12px !important;
    height: 25px;
    width: 25px;
}

.steps-alignment {
    float: right;
}

.badge-primary {
    background-color: #0080e2;
}

.steps {
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #727a7d;
    text-transform: uppercase;
}

    .steps.ui-active {
        color: #0080e2;
    }

    .steps span {
        display: inline-block;
    }

    .steps .badge {
        height: 35px;
        width: 35px;
        font-size: 18px;
        padding-top: 8px;
        margin: 0 10px 0 0;
        font-weight: normal;
    }

.badge-secondary {
    background-color: #c6c9ca !important;
}

.box-cnt {
    padding: 35px 30px;
}

.guide-step-box {
	padding: 35px 30px 0px 30px;
}

    .box-cnt .steps {
        margin: 5px 15px 0 0;
    }

#progress-bar {
	height: 12px;
	margin: 35px 0 !important;
	border-radius: 0;
}

    #progress-bar.ui-progressbar .ui-progressbar-value {
        margin: 0;
        border-radius: 0;
    }

    #progress-bar .ui-widget-header {
        background: #0074cc;
        border: 0;
    }

.ui-widget.ui-widget-content {
    border: none !important;
    background-color: #f3f4f4;
}

.box-ftr {
    margin: 30px;
    padding: 60px 0 0 0;
    border-top: 2px solid #c6c9ca;
}

    .box-ftr strong {
        font-size: 13px;
        text-transform: uppercase;
    }

.adjust-cell {
    background-color: #ffffff;
    border-left: 2px solid #c6c9ca;
    border-top: none;
    border-bottom: none;
    min-width: 70px;
}
/*was not rendering properly in IE changes made on 10-21-19*/
.adjust-label {
    /*writing-mode: vertical-rl;
    text-orientation: mixed;*/
    position: absolute;
    top: 50%;
    transform: rotate(90deg) translate(10%, -100px);
    right: 30px;
    font-family: 'BentonSansBold';
    font-size: 13px;
    text-transform: uppercase;
    cursor: pointer;
}

.adjust-label span {
	font-family: 'BentonSansBold';
}

.collapse-arrow {
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    transform: rotate(90deg);
    cursor: pointer;
}

.pie-charts.boxed-charts {
    border-bottom: 2px solid #c6c9ca;
}

.box-hdr {
    font-size: 1.25rem;
}

    .box-hdr p {
        font-family: 'BentonSansRegular';
        font-size: 16px;
        line-height: 19px;
        padding-left: 0;
    }

        .box-hdr p a {
            font-family: 'BentonSansBold';
            text-decoration: none !important;
            color: #0074cc;
        }

.close-abs {
    position: absolute;
    right: 20px;
    z-index: 99;
}

.printable{
    color: #39414d;
}

.print-table > * {
    font-family: 'BentonSansRegular';
    font-size: 16px;
    color:#39414d;
}

td.h8-format{
    font-family: 'BentonSansBold';
    text-transform: uppercase;
    font-size: 13px;
}

.fixed-scroll-table {
    margin: 0 -10px;
    padding: 10px 30px 0 30px;
    overflow-x: auto;
}

    .fixed-scroll-table table {
        width: 100%;
    }

    .fixed-scroll-table tfoot, .total-row {
        border-top: 2px solid #c6c9ca;
    }

    .fixed-scroll-table tfoot.secondary-footer {
        border-top: 0px solid transparent;
    }

.add-bottom-border{
    border-bottom: 2px solid #c6c9ca;
}

.fixed-scroll-table tfoot td {
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #727a7d;
    text-transform: uppercase;
    padding: 25px 4px 10px 4px;
    text-align: center;
    line-height: 1;
}

    .fixed-scroll-table tfoot td.add-calc-row{
        text-transform:none;
    }

.fixed-scroll-table thead tr td,
.fixed-scroll-table thead tr th {
	font-family: 'BentonSansBold';
	font-size: 13px;
	color: #39414d;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid #c6c9ca;
	padding: 11px 7px;
	background-color: #ffffff;
}

    .fixed-scroll-table thead tr td:nth-of-type(1),
    .fixed-scroll-table thead tr th:nth-of-type(1),
    .fixed-scroll-table tbody td:nth-of-type(1) {
        text-align: left;
    }

    .fixed-scroll-table tbody td {
        font-family: 'BentonSansRegular';
        font-size: 16px;
        color: #39414d;
        text-align: center;
        padding: 11px 7px;
        line-height: 16px;
    }

        .fixed-scroll-table tbody td.tooltip-row{
            padding:20px 7px;
        }

        .fixed-scroll-table tbody td.sm-col-text {
            font-size: 12px;
            text-align: left;
            padding-left: 25px;
            position: relative;
        }


.fixed-scroll-table.table-sm tbody td {
    padding: 5px 7px;
}

.fixed-scroll-table .bold-odd-item{
        font-weight: bold;
    }

.secondary-footer {
    border-top: 0px solid transparent;
}

.fixed-scroll-table tfoot td.secondary-footer-content {
    text-transform: inherit;
    text-align: left;
    color: #39414d;
}
a#navigationContentPlaceHolder_personalInformationAvailableLoanLink {
    font-family: 'BentonSansBold';
    color: #0080e2;
}
/* Position relative, so that we can overlay the hidden select */
/*.select-replacement-wrapper {
    position: relative;
    margin: 0 auto;
    background-color: rgba(198,202,198,.2);
    padding: .375rem .75rem;
    border-radius: 0px;
}*/

/* Only shows if JS is enabled */
/*.select-replacement-wrapper a {*/
/* display: none; */
/* Notice that we've centered this text - 
   you can do whatever you want, mulitple lines wrap, etc, 
   since this is not a select element' */
/*text-align: left;
        display: block;
        border: 0px;
        background: transparent url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .75rem center;
    }

select.replace-input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    padding: .375rem .75rem;
    border-radius: 0px;
    opacity: 0;
}*/

        .fixed-scroll-table tbody td.sm-col-text {
            font-size: 16px;
            text-align: left;
            padding-left: 25px;
			padding-right: 25px;
            position: relative;
        }

.mid-title {
    text-align: center;
}

    .mid-title h6 {
        color: #727a7d !important;
        font-size: 15px !important;
    }

.fixed-scroll-table tr.odd {
    background-color: #f3f4f4 !important;
}


/*
	START-
	OFFSET ONLINE RETIREMENT GUIDE FIXED SCROLL TABLES 
	fixes common padding issues from global controls used across the site

*/

#offsetTables .fixed-scroll-table {
	padding: 0;
	margin: 0 !important;
}

#offsetTables .fixed-scroll-table table {
	margin-bottom: 0px;
}

#offsetTables .beneficiaries .fixed-scroll-table tbody td {
	padding: 11px 7px;
}

#offsetTables .box-cnt .box-cnt {
	padding-top: 35px;
	padding-bottom:35px;
	padding-right: 0;
	padding-left: 0;
}
#offsetTables .base-sm-sub-hdr.mt-35 {
	margin-top: 0px !important;
}

#offsetTables .content-box {
	box-shadow: 0 0 0 0 transparent;
}

#offsetTables .content-box .hdr {
		background-color: #fff;
		border-bottom: 0px;
		font-family: 'BentonSansBook';
		font-size: 20px;
		text-transform: none;
		color: #39414d;
}

.offsetTables .base-sm-hdr {
	padding-bottom:35px;
}

#offsetTables .card-body-inner {
	padding: 0 15px !important;
}

#offsetTables .content-box.beneficiaries{
	border-top: 1px solid #c6c9ca;
}

#offsetTables .col-sm-6 .content-box.beneficiaries {
	border-top: 0px;
}

#offsetTables .content-box.normalize-height .hdr, 
#offsetTables .content-box.normalize-height.beneficiaries .hdr {
	display: block;
	padding-top: 0px;
	padding-bottom:0px;
}

#offsetTables .content-box.beneficiaries .hdr {
	display: none;
}

#offsetTables .beneficiaries .sml-box-row {
	padding: 35px 30px 0;
}

#offsetTables .content-box.pb-5.beneficiaries {
	padding-bottom: 35px !important;
}

#offsetTables .sub-hdr-mid{
	margin: 35px 0px;
}
.reduceDividers .box-cnt.row-border-spacer {
	border-bottom: 0px;
	padding-bottom: 0px;
}
#offsetTables.reduceDividers .content-box.beneficiaries {
	border-top: 0px;
	padding-bottom: 0px !important;
}
.reduceDividers .mt-35 {
	margin-top: 0px !important;
}
#offsetTables .fixed-scroll-table .container .col-sm-12 {
	padding-left: 0px;
	padding-right: 0px;
}
#offsetTables .ftr-note {
	padding-bottom: 0px !important;
}
#offsetTables .box-cnt .pl-4 {
	padding-left: 0px !important;
}
/* END */
.pie-comparison {
	cursor: pointer;
	text-align: center;
}

.overflow-hidden {
    overflow: hidden;
}

.pie-chart-btn {
}

.change-sel {
    font-size: 12px;
    color: #727a7d;
    text-transform: uppercase;
    font-weight: bold;
}

.clear-lnk, .clear-lnk a {
    font-family: 'BentonSansBold';
    color: #0080e2;
    font-size: 13px;
    text-transform: uppercase;
    padding: 5px 0 0 0;
    cursor: pointer;
}

.clear-y-padding td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.table-arw {
    font-size: 24px;
    color: #0074cc;
}

.row-sel-border-top {
    border-top: 2px solid #0080e2;
}

.row-sel-border-bottom {
    border-bottom: 2px solid #0080e2;
}

.sel {
    height: 20px;
    width: 20px;
    border: 1px solid #0080e2;
    background: #ffffff;
    margin: 0 auto;
    cursor: pointer;
    top: -10px;
    position: relative;
}

    .sel.on {
        background: #0080e2;
    }

td.sel-col {
    border-left: 2px solid #0080e2 !important;
    border-right: 2px solid #0080e2 !important;
}

.row-left-sel {
	border-left: 2px solid #0080e2;
	padding: 20px 10px;
	left: 2%;
	position: relative;
}

.row-top-sel {
	border-top: 2px solid #0080e2;
}

.row-bottom-sel {
	border-bottom: 2px solid #0080e2;
}

.row-right-sel {
	border-right: 2px solid #0080e2;
}

.sel-row-circle {
	top: 0;
	left: -45%;
	position: relative;
}

td.td-border-right {
	border-right: 2px solid #c6c9ca;
}

.lnd-colps .sel {
    top: 0;
}

.percent-input {
    max-width: 50px;
    background-color: rgba(198, 202, 198, 0.2);
    border: 1px solid #414a57;
    font-size: 16px;
    padding: .375rem .575rem !important;
}

.firstDynamicCell input.percent-input {
	max-width: 72px;
}

.col-form .form-group label {
	font-family: 'BentonSansBold';
	text-transform: uppercase;
	font-size: 13px;
	color: #39414d;
}

.line-after {
	position: absolute;
	height: 60%;
	width: 100%;
	left: 47%;
}

.line {
	background: #dee2e6;
	width: 1px;
	height: 100%;
	position: relative;
	margin-top: 0;
}

/**class name to be updated with OMNI team*/
.date-picker-omni {
    background-color: rgba(198,202,198,0.2);
    border: 1px solid #414a57;
    font-size: 16px;
    padding: 6px;
    width: 120px;
}

    .date-picker-omni:disabled {
        background-color: #e9ecef !important;
    }

        .date-picker-omni:disabled + button {
            display: none;
        }


.upper-clear-header td {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    border-bottom: none !important;
}

.fixed-scroll-table .custom {
    border-left: 2px solid #c6c9ca;
    border-right: 2px solid #c6c9ca;
}

.fixed-scroll-table .border-bottom-0 td {
    border-bottom: none !important;
}

.fixed-scroll-table.confirm-table tfoot {
    text-transform: uppercase;
    color: #727a7d;
    font-size: 13px;
}

.radio-min-cnt {
	min-width: 100px;
}

.radio-cnt {
	font-family: 'BentonSansRegular';
	font-size: 16px;
	display: -ms-flexbox;
	display: flex;
}


.border-2-col {
	border-right: 1px solid #c6c9ca;
}

.border-2-col:last-child {
	border-right: 0px;
}

.marker {
	height: 75%;
	width: 6px;
	position: absolute;
	top: 5px;
	left: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

	.marker img {
		margin-left: -11px;
		z-index: 99;
	}
    /* marking for eventual removal*/
    .marker.green {
        background-color: #9db290;
    }

    .marker.green-2 {
        background-color: #034753;
    }

    .marker.green-3 {
        background-color: #638e88;
    }

    .marker.green-4 {
        background-color: #037b70
    }

    .marker.green-5 {
        background-color: #034753;
    }

    .marker.blue-1 {
        background-color: #004573;
    }

    .marker.blue-2 {
        background-color: #0070c5;
    }

    .marker.blue-3 {
        background-color: #4fbadd;
    }

    .marker.yellow {
        background-color: #fac400;
    }

    .marker.red {
        background-color: #a5203f;
    }

    .marker.purple-1 {
        background-color: #4b257b;
    }

    .marker.orange-1 {
        background-color: #ff6400;
    }

    .marker.orange-2 {
        background-color: #ffc387
    }

    .marker.grey {
        background-color: #c6c9ca;
    }


/* end marking for eventual removal */
.footer-totals {
    padding-bottom: 0 !important;
}

.single-link-totals td {
    padding-top: 0 !important;
}

.first-col-ftr {
    padding-left: 13px !important;
    text-align: left !important;
}

.pie-charts {
    border-top: 2px solid #c6c9ca;
    margin: 40px 30px 0 30px;
    padding: 35px 0;
}

    .pie-charts.pie-tab-content {
        border-top: 0;
        padding-top: 0;
    }

    .pie-charts h3 {
        color: #747a82;
        font-size: 21px;
    }

.chart-refresh {
    position: absolute;
    right: -28px;
    bottom: 110px;
}

#allocation-chart,
#portfolio-chart {
    height: 175px;
    width: 175px;
    margin: 37px 0;
}

#nav-detail {
    padding-top: 0;
    position: relative;
}

.int-label {
    font-family: 'BentonSansRegular' !important;
    border-left: 6px solid #b8bcbe;
    padding-left: 15px;
    text-align: left;
    margin: 8px 0 0 0;
}

    .int-label h6 {
        font-family: 'BentonSansRegular';
        font-weight: bold;
        font-size: 13px !important;
        color: #39414d;
        line-height: 1;
        margin: 5px 0;
    }

    .int-label h5 {
        font-family: 'BentonSansRegular' !important;
        font-size: 18px !important;
        color: #39414d;
        line-height: 1;
        margin: 0 0 5px 0;
    }

.pie-chart-empty {
    margin-top: 0 !important;
    border-top: 0 !important;
}

a.cancel-label i,
a.selection-label i {
	font-size: 41px;
}

td .fa, td .fas, td .fal {
	font-size: 25px !important;
}

a.cancel-label i {
	color: #000000;
}

a.cancel-label i.fas {
	color: #343a40;
}

a.selection-label i {
	color: orange;
}

a.cancel-label:active,
a.cancel-label:hover {
    text-decoration: none !important;
}

a.cancel-label h6 {
	font-family: 'BentonSansBold';
	font-size: 12px !important;
	color: #727a7d !important;
	margin-top: 8px;
}

.cancel-label {
    float: right;
    margin-right: 7%;
    text-align: center;
}

.selection-label {
    float: right;
    margin-right: 7%;
    text-align: center;
}

a.selection-label:active,
a.selection-label:hover {
    text-decoration: none !important;
}

a.selection-label h6 {
	font-family: 'BentonSansBold';
	font-size: 12px !important;
	color: #727a7d !important;
	margin-top: 8px;
}

.step-page-ftr {
    margin-top: 20px;
}

.btn.next-step-btn {
    font-family: 'BentonSansBold';
    margin-right: 30px;
    border-width: 2px;
    border-radius: 25px;
    font-size: 14px;
    margin-bottom: 20px;
    float: right;
}

p.reminder,
.step-page-ftr p {
    font-family: 'BentonSansRegular';
    font-size: 13px;
    color: #39414d;
    line-height: 16px;
}

.tab-header {
    font-family: 'BentonSansRegular';
    padding: 0 30px 30px 30px;
    font-size: 16px;
    color: #39414d;
    line-height: 1.1;
}

    .tab-header p {
        line-height: 1.3rem;
    }

    .tab-header.inner-cnt {
        padding: 30px 30px 30px 0;
    }

        .tab-header.inner-cnt p {
            padding-top: 20px;
        }

        .tab-header.inner-cnt .selectdiv:first-child {
            margin-right: 20px;
        }

        .tab-header.inner-cnt .refresh-btn {
            margin-top: 10px;
        }

.rdo-sel {
    height: 15px;
    width: 15px;
    border: 1px solid #0074cc;
    background-color: #ffffff;
}

.standard-table-footer .t-foot td,
.standard-table-footer {
    font-family: 'BentonSansBold';
    color: #727a7d;
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 20px;
}

.clear-bottom-padding {
    padding-bottom: 0;
}

.balance-date {
    text-align: center;
    float: left;
    padding-left: 10px;
}

    .balance-date h6 {
        color: #727a7d !important;
        margin-bottom: 11px;
        font-size: 13px;
        text-transform: uppercase;
        text-align: left;
        font-family: 'BentonSansBold' !important;
    }

    .balance-date #date-picker,
    .balance-date #date-picker-source,
    .balance-date #date-picker-class {
        background-color: #f0f1f1;
        border: 0;
        font-size: 13px;
        padding: 6px;
        width: 120px;
    }

.btn-rdo-group {
    cursor: pointer;
    font-weight: normal;
}

    .btn-rdo-group.ui-active {
        font-weight: bold !important;
    }

.rdo-sel {
    margin-right: 8px;
    display: inline-block;
}

.pie-chart-quiz {
    text-align: center;
}

.chart-content {
    text-align: center;
	margin: 10px 0;
}

    .chart-content .int-label {
        display: inline-block;
    }

.btn-rdo-group.ui-active .rdo-sel, .rdo-sel.on {
    background-color: #0074cc;
}

.ui-datepicker-trigger {
    border: none;
    background: transparent;
    position: absolute;
    margin-top: 0px;
    cursor: pointer;
}
/* removing because it messed with the alignment on the login pages
	.d-flex button.ui-datepicker-trigger{
    position: relative;
}*/
.tab-pane {
    background-color: #ffffff;
    box-shadow: 2px 2px 4px #c0c0c0;
    border-top: 25px solid #f3f4f4;
    padding: 40px 0;
    position: relative;
}

.login-template .tab-pane {
    background-color: transparent;
    box-shadow: none;
    padding: 40px 30px;
}
/*.hasDatepicker {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
}*/
.date-row .hasDatepicker {
    width: 92%;
}

.date-icon {
    right: 4px;
    bottom: 4px;
    margin: 0 !important;
    padding: 0 !important;
}

.standard-cells td {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.sml-box-row .date-icon {
    right: 20px;
    bottom: 10px;
}

.tab-content {
    box-shadow: -1px 0px 4px 2px #c0c0c0;
}

.modal-hdr h1 {
    color: #004877;
    font-family: 'BentonSansBold';
    font-size: 40px;
    line-height: 1.2;
}

.modal-hdr .hdr {
    color: #39414d;
    font-family: 'BentonSansBook';
    font-size: 20px;
    padding-bottom: 18px;
    background: none;
    border: 0;
}

.modal-content {
    color: #39414d;
    font-family: 'BentonSansRegular';
}

.list-style-none {
    list-style-type: none;
}

.nav-link,
.nav-link.collapse-link {
	font-family: 'BentonSansBold';
	font-size: 13px;
	text-transform: uppercase;
	color: #727a7d;
	background-color: #ffffff !important;
	margin: 0 3px;
	min-height: 50px;
	box-shadow: 0 0px 0px #c0c0c0, 0 -1px 2px #c0c0c0, 0 0px 0px transparent, 0 -1px 2px #c0c0c0;
	padding: 5px 10px !important;
	min-width: 140px;
}

.nav-link.collapse-link {
	color: #727a7d;
}

	.nav-link:hover,
	.nav-link.collapse-link:hover {
		border: 1px solid transparent !important;
		color: #727a7d !important;
	}

	.nav-link.active,
	.nav-link.active:hover
	.nav-link.collapse-link.active,
	.nav-link.collapse-link.active:hover {
		background-color: #f3f4f4 !important;
		color: #0074cc !important;
		border: 1px solid #dee2e6 !important;
		border-bottom: none !important;
	}

.sub-hdr {
	font-family: 'BentonSansBold';
	z-index: 99;
	top: -21px;
	left: 30px;
	color: #727a7d;
	font-size: 12px;
	position: absolute;
	text-transform: uppercase;
}

.sub-hdr-mid {
    font-family: 'BentonSansBold';
    color: #727a7d;
    font-size: 12px;
    background-color: #f3f4f4;
    padding: 8px 0 8px 30px;
    text-transform: uppercase;
    margin: 65px 0 0 0;
}

.sml-sel {
    border: 2px solid #0074cc;
    height: 12px;
    width: 12px;
    position: absolute;
    top: 8px;
    left: -7px;
    z-index: 99;
    cursor: pointer;
}

.sel-row.ui-active {
    border: 2px solid #0074cc;
}

    .sel-row.ui-active .sml-sel {
        background: #0074cc;
    }

.mobile-invest p {
    font-family: 'BentonSansBook';
    font-size: 13px;
}

.sel-row {
    position: relative;
    padding: 5px 0 5px 30px;
    margin: 10px 50px 10px 6px;
    font-family: 'BentonSansBold';
    color: #39414d;
    font-size: 13px;
    text-transform: uppercase;
    border: 2px solid #ffffff;
}

.mobile-invest {
    margin: 50px 30px;
}

.refresh-btn {
    float: right;
}

.neg-header {
    margin-top: -60px;
}

a.benton-book {
    font-family: 'BentonSansBook' !important;
}

.ftr-header h5 {
    font-size: 13px !important;
    line-height: 1.2em;
}

.upper-sel-nav-cnt {
    margin: 0 30px 30px 30px;
}

.upper-sel-nav {
    width: 100%;
    background: #ffffff;
    border: none;
    font-size: 13px;
    color: #39414d;
    text-transform: uppercase;
    padding: 7px;
    font-family: 'BentonSansBold';
    border-left: 4px solid #0080e2;
}

.goToLink {
	color: #39414d;
}

.goToLink:hover {
	text-decoration: none;
	color: #39414d;
}

.dropdown-menu.upper-sel-nav-drop.show {
	width: 100%;
	left: 45% !important;
}

.upper-sel-nav-drop .dropdown-item {
	text-transform: none;
	font-family: 'BentonSansRegular';
	font-size: 16px;
	color: #39414d;
	white-space: normal;
}

option.header{
    text-transform:uppercase;
    font-family:'BentonSansBold';
}
.dropdown-item.parentItem {
	font-family: 'BentonSansBold';
	line-height: 20px;
	text-transform: none;
	padding-left: 10px;
}
.dropdown-item.childItem {
	font-family: 'BentonSansRegular';
	text-transform: none;
	padding-left: 20px;
	line-height: 1;
}

.tab-sel select {
    display: block;
    background-color: #ffffff;
    padding: 8px 10px;
    border: 1px solid #727a7d;
    width: 100%;
    font-size: 12px;
    text-transform: uppercase;
    color: #727a7d;
    font-family: 'BentonSansBold';
}

.mobile-login-lower {
    padding: 40px 34px;
}

    .mobile-login-lower h2 {
        font-size: 20px;
		line-height: 26px;
        font-family: 'BentonSansBold' !important;
        margin: 0 0 20px 0;
    }

    .mobile-login-lower [type="button"] {
        padding: 8px 30px;
        border-radius: 25px;
        font-family: 'BentonSansBold';
        font-weight: normal;
    }

.btn-link {
    font-size: 13px !important;
    color: #0074cc !important;
}

.btn-primary, .btn-primary.disabled, .btn-primary:disabled {
    background-color: #0080e2;
    border-color: #0080e2;
    border: 2px solid #0080e2;
	padding: 10px 0px;
}

    .btn-primary:focus {
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
    }

    .btn-primary:hover {
        background-color: #0040aa;
        border-color: #0040aa;
    }

    .btn-primary:active {
        background-color: #004877;
        border-color: #004877;
    }
/**we do not need important tags on our buttons*/
.btn.disabled, .btn-lined.disabled, .btn-orange.disabled {
    cursor: not-allowed;
}

    .btn.disabled:hover {
        background-color: #0074cc;
        border-color: #0074cc;
        border: 2px solid #0074cc;
    }


.btn-lined.primary.disabled, .btn-lined.primary.disabled:hover {
    border: 2px solid #0074cc;
    background-color:#fff;
    color:#0074cc;
}

.btn-lined.secondary.disabled, .btn-lined.secondary:disabled, .btn-lined.secondary.disabled:hover {
    border: 2px solid #ffc387;
    color: #ffc387;
    background-color: #fff;
}

.btn-orange.disabled, .btn-orange:disabled {
	border-radius: 25px;
	border: 0px;
	background-color: #ffc387;
	padding: 10px 30px;
	color: #fff;
}

.btn.rounded-btn-link {
	border-radius: 25px;
	border: none !important;
	display: flex;
	align-items: center;
	padding: 5px 30px 3px 5px;
	transition: none;
}

.show-mobile-menu {
    cursor: pointer;
}

.mobile-menu {
    position: relative;
    height: 100%;
    display: inline-block;
}

.mobile-navigation {
    position: fixed;
    top: 0;
    left: -329px;
    z-index: 1;
    height: 100%;
    width: 327px;
    background-color: #004877;
    display: block;
    overflow: auto;
    z-index: 99;
}

.sub-menu-items {
    display: none;
}

.show-menu-items {
    cursor: pointer;
    text-transform: none !important;
    font-size: 14px !important;
}

.sub-menu-items li {
    text-transform: none !important;
    font-size: 14px !important;
}

.active-menu {
    background-color: #0074cc !important;
}

.close-menu {
    float: left;
    opacity: .5;
    margin: 10px 0 0 20px;
    cursor: pointer;
}

.mobile-hdr {
    padding: 27px 0 15px 0;
    border-bottom: 1px solid #fefefe;
    background-color: #004877;
    position: relative;
    text-align: right;
}

.mobile-navigation ul {
    padding: 0;
    margin: 0;
}

.mobile-navigation li {
    font-family: 'BentonSansRegular';
    font-weight: bold;
    text-align: left;
    color: #fefefe;
    font-size: 15px;
    text-transform: uppercase;
    padding: 20px 0 20px 111px;
    list-style-type: none;
}

    .mobile-navigation li:hover {
        background-color: #0074cc;
    }

.mobile-navigation a,
.mobile-navigation a:hover {
    color: #fefefe;
    text-decoration: none;
}

.mobile-navigation .sel-account {
    border-bottom: 1px solid #fefefe;
}

    .mobile-navigation .sel-account li {
        font-size: 12px !important;
        padding: 15px 0 15px 111px;
        font-weight: bold;
        text-transform: uppercase !important;
    }

.return-nav {
    text-align: left !important;
    padding-right: 24px !important;
    cursor: pointer;
}

.arrow-dn,
.arrow-up {
    float: right;
    padding: 10px 24px 0 0;
}

    .arrow-dn.top-menu-cnt,
    .arrow-up.top-menu-cnt {
        float: left !important;
        padding: 0;
        margin: 0 5px 0 0;
    }

.arrow-right {
    float: right;
    padding: 5px 24px 0 0;
}

.left-arrow {
    padding: 0 30px 0 0;
}

.sub-menu-items li {
    padding: 10px 0 10px 121px;
    font-size: 14px;
    font-weight: normal;
}

.mobile-navigation ul.menu-slideable-sub {
    background-color: #004877;
    margin-left: -329px;
    width: 327px;
    display: none;
}

.menu-slideable-sub li {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

.announcement-cnt {
    display: none;
}

.announcement-hdr {
    text-align: right;
    text-transform: uppercase;
    color: #39414d;
    font-size: 13px;
    padding: 26px 45px 26px 0;
    font-weight: bold;
    border-bottom: 1px solid #c6c9ca;
    display: inline-block;
    width: 100%;
}

    .announcement-hdr a,
    .announcement-hdr a:hover {
        font-family: 'BentonSansRegular';
        color: #39414d;
    }

.announcement {
    font-family: 'BentonSansRegular';
    padding: 32px 2px;
    text-align: left;
    color: #39414d;
    font-size: 14px;
    border-bottom: 1px solid #c6c9ca;
}

.announcements .announcement {
	border-bottom:none;
}

.announcement h5 {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: bold;
}

    .announcement a,
    .announcement a:hover {
        font-family: 'BentonSansRegular';
        font-size: 14px;
        font-weight: bold;
        color: #0074cc;
    }

	.announcement img {
		width: 100%;
	}

.announcements-active {
    background-color: #e4f4fa;
}

    .announcements-active .announcement-cnt {
        display: block;
    }

    .announcements-active .mobile-menu-cnt {
        display: none;
    }

.mobile-caret {
    display: none;
    position: absolute;
    bottom: 0;
    right: 59px;
    z-index: 99;
}

.announcements-active .mobile-caret {
    display: block;
}

.announcements {
	background: #ffffff;
	padding: 24px;
	overflow: hidden;
	border-bottom: 2px solid #c6c9ca;
	border-top: 2px solid #c6c9ca;
}

.announcements.announcements-hidden {
	height: 0;
	padding: 0;
	border: none;
}

.announcements .announcement h2,
.announcements .announcement p,
#announements-modal h2 {
	font-family: 'BentonSansRegular';
	font-size: 1.0rem;
	line-height: 1.2rem;
	text-align: left !important;
}

.announcements h1,
.announcements .oolAnnouncement h1,
#announements-modal h1 {
	font-family: 'BentonSansBook';
	font-size: 20px;
	line-height: 2rem;
	font-weight: bold;
	margin-top: 12px;
}

.announcements
.announcement-modal-link {
    background: #ffffff;
    bottom: -20px;
    width: 100%;
}

	.announcements
	.announcement-modal-link:after {
		content: "\f178";
		font-family: 'Font Awesome 5 Pro';
		font-weight: 500;
		margin-left: 5px;
		-webkit-font-smoothing: antialiased;
		display: inline-block;
		font-style: normal;
		font-variant: normal;
		text-rendering: auto;
		line-height: 1;
	}

.notification-badge {
    cursor: pointer;
    padding-right: 5px;
}

.note-hdr {
    padding-bottom: 30px;
}

.back-hdr-img {
    float: right;
}

.cancel-hdr-img {
    float: right;
}

.content-sub-hdr {
    font-family: 'BentonSansRegular';
    font-size: 16px;
    padding: 30px 0 20px 30px;
    color: #39414d;
}

td.clean-cell {
    padding-right: 8px;
}

.form-box p {
    padding: 30px 0 5px 0;
    line-height: 1.2;
}

.form-box h6 {
    padding: 25px 0 8px 0;
}

.form-box .selectdiv {
    margin-right: 20px;
}

.form-square-btn {
    width: 100%;
    background-color: #2873b3;
    color: #ffffff;
    /*margin-top: 60px;*/
    padding: 10px 0px;
}

    .form-square-btn img {
        margin-left: 20px;
    }

.form-square-btn-ftr {
    line-height: 1.1;
    font-size: 16px;
    font-family: 'BentonSansRegular';
    padding: 10px 10px 10px 0;
}

.arrow-marker {
    display: none;
    position: absolute;
    z-index: 99;
    bottom: 26px;
    left: 0;
}

.modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    z-index: 98;
    opacity: .3;
}

.form-group-sel-list {
    display: block;
    padding-left: 18px;
}

    .form-group-sel-list input[type=text],
    .form-group-sel-list input[type=password],
    .form-group-sel-list .form-group-sel-label {
        display: none;
        font-family: 'BentonSansRegular'
    }

    .form-group-sel-list.on input[type=text],
    .form-group-sel-list.on input[type=password],
    .form-group-sel-list.on .form-group-sel-label {
        display: block;
        font-family: 'BentonSansRegular'
    }

.form-group-sel-item {
    display: block;
    padding-left: 18px;
    word-break: break-all;
}

.form-group-sel-label {
    font-family: 'BentonSansRegular';
    display: block;
    margin: 15px 0 20px 0;
    font-weight: normal;
    text-transform: none;
}

.inter-modal {
    display: none;
    background: #ffffff;
    padding: 45px 65px;
    position: absolute;
    border: 1px solid #808080;
    -webkit-box-shadow: 0 0 10px 2px #808080;
    -moz-box-shadow: 0 0 10px 2px #808080;
    box-shadow: 0 0 10px 2px #808080;
}

    .inter-modal .back-hdr-img {
        position: absolute;
        top: 5px;
        right: 10px;
    }

.small-label {
    margin-left: 18px;
    font-size: 13px !important;
    text-transform: none !important;
}

.lower-group {
    margin-top: 60px;
}

.login-title {
    font-family: 'PoynterOldStype';
    font-size: 60px;
    color: #ffffff;
    margin-bottom: 30px; /* prev: 50px -- PRW 12.08.18 */
}

.login-btn.fixed-width {
    width: 190px;
    padding: 8px 0;
}

.clear-top-padding {
    padding-top: 30px !important;
}

.form-sub-title {
    font-family: 'BentonSansBold';
    font-size: 20px;
}

.inline-list {
    padding-left: 20px;
}

.content-seperator {
    margin: 35px -35px;
}

.custom-form-spacing .custom-select {
    margin-left: 25px;
    margin-bottom: 10px;
    border-radius: 0;
}

.custom-form-spacing [type="text"] {
    margin-left: 25px;
}

.custom-form-spacing ul {
    margin-bottom: 45px;
}

.profile-hdr {
    cursor: pointer;
}

.hdr.no-tabs {
    padding: 9px 38px 5px;
    border-bottom: none;
}

.tbl-hdr {
    font-size: 13px;
    color: #727a7d;
    font-weight: bold;
    font-size: 14px;
}

.ftr-note p {
    line-height: 1.2rem;
    font-size: 14px;
}

.td-head td {
    font-family: 'BentonSansBold' !important;
    font-size: 12px !important;
    color: #39414d !important;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #c6c9ca !important;
    padding: 11px 4px !important;
    background-color: #ffffff !important;
}

.solid-sep {
    border-bottom: 2px solid #c6c9ca;
    height:52px;
}

.solid-sep-h-auto {
	height: auto;
}

.light-pad td {
    padding: 4px 0 !important;
}

.capital.in-table {
    padding: 20px 0 0 0 !important;
    color: #39414d;
    font-size: 19px !important;
}

.profile-menu {
    position: absolute;
    top: 0px;
    right: -72px;
    z-index: 99;
    background-color: #f3f4f4;
    width: 200px;
    text-align: left;
}

    .profile-menu.mobile {
        top: 83px;
        right: 18px;
        width: 175px;
    }

.profile-mobile {
    cursor: pointer;
}

.profile-menu .profile-item {
    padding: 5px 14px;
}

.profile-menu a,
.profile-menu a:active,
.profile-menu a:visited,
.profile-menu a:link {
    color: #212529;
    text-decoration: none;
	display: block;
}

    .profile-menu .profile-item:hover,
    .profile-menu .profile-item.ui-active,
    .profile-menu a:hover,
    .profile-menu .profile-item:hover a {
        background-color: #2873ba;
        color: #ffffff !important;
        font-family: 'BentonSansBold';
    }

.menu-caret {
    position: absolute;
    top: -10px;
    left: 70px;
    height: 0;
    width: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f3f4f4;
}

.strength {
    margin: 0 0 2px 0;
    text-align: center;
}

.bar {
    width: 14px;
    display: inline-block;
    border: 1px solid #b7bdbd;
    margin: 0 3px;
    height: 40px;
    background-color: #ffffff;
}

    .bar:nth-child(2) {
        height: 44px;
    }

    .bar:nth-child(3) {
        height: 48px;
    }

    .bar:nth-child(4) {
        height: 52px;
    }

    .bar:nth-child(5) {
        height: 56px;
    }

    .bar:nth-child(6) {
        height: 60px;
    }

    .bar:nth-child(7) {
        height: 64px;
    }

    .bar:nth-child(8) {
        height: 68px;
    }

    .bar:nth-child(9) {
        height: 72px;
    }

.strength-one .bar:nth-child(1) {
    background-color: #a5203f;
}

.strength-two .bar:nth-child(1),
.strength-two .bar:nth-child(2) {
    background-color: #a5203f;
}

.strength-three .bar:nth-child(1),
.strength-three .bar:nth-child(2),
.strength-three .bar:nth-child(3) {
    background-color: #a5203f;
}

.strength-four .bar:nth-child(1),
.strength-four .bar:nth-child(2),
.strength-four .bar:nth-child(3),
.strength-four .bar:nth-child(4) {
    background-color: #ffa100;
}

.strength-five .bar:nth-child(1),
.strength-five .bar:nth-child(2),
.strength-five .bar:nth-child(3),
.strength-five .bar:nth-child(4),
.strength-five .bar:nth-child(5) {
    background-color: #d58332;
}

.strength-six .bar:nth-child(1),
.strength-six .bar:nth-child(2),
.strength-six .bar:nth-child(3),
.strength-six .bar:nth-child(4),
.strength-six .bar:nth-child(5),
.strength-six .bar:nth-child(6) {
    background-color: #d58332;
}

.strength-seven .bar:nth-child(1),
.strength-seven .bar:nth-child(2),
.strength-seven .bar:nth-child(3),
.strength-seven .bar:nth-child(4),
.strength-seven .bar:nth-child(5),
.strength-seven .bar:nth-child(6),
.strength-seven .bar:nth-child(7) {
    background-color: #037b70;
}

.strength-eight .bar:nth-child(1),
.strength-eight .bar:nth-child(2),
.strength-eight .bar:nth-child(3),
.strength-eight .bar:nth-child(4),
.strength-eight .bar:nth-child(5),
.strength-eight .bar:nth-child(6),
.strength-eight .bar:nth-child(7),
.strength-eight .bar:nth-child(8) {
    background-color: #037b70;
}

.strength-nine .bar:nth-child(1),
.strength-nine .bar:nth-child(2),
.strength-nine .bar:nth-child(3),
.strength-nine .bar:nth-child(4),
.strength-nine .bar:nth-child(5),
.strength-nine .bar:nth-child(6),
.strength-nine .bar:nth-child(7),
.strength-nine .bar:nth-child(8),
.strength-nine .bar:nth-child(9) {
    background-color: #037b70;
}

.base-sm-sub-hdr .hdr-link {
    color: #0080e2 !important;
    text-decoration: none !important;
    font-family: 'BentonSansBold';
}

.d-sm-none {
	display: none;
}

@media screen and (min-width: 1280px) {

	.hero-cnt.large-hero-img-2 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-4.jpg"); /*DC - Account Overview*/
		background-position: center 35%;
		background-size: cover;
	}
	.hero-cnt.short.hero-4 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-4.jpg"); /*Documents and Forms*/
		background-position: center 35%;
		background-size: cover;
	}
	.hero-cnt.short.hero-img-2 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-3.jpg"); /* DC- Account Activity*/
		background-size: cover;
		background-position: center 70%;
	}
	.hero-cnt.short.hero-financial-1 {
		background: linear-gradient(rgba(114,122,125, .5), rgba(114,122,125,.5)), url("Images/hero-financial-1.jpg"); /*Save + Invest*/
		background-size: cover;
		background-position: center 35%;
	}

	.cell-1.absolute-min-width {
		min-width: 250px;
	}

	.cell-2.absolute-min-width {
		min-width: 340px;
	}

}

@media screen and (max-width: 1024px){
    .hero-login {
        min-height: 1100px;
    }
	line-after {
		left: 48%;
	}
}

@media screen and (max-width: 770px) {
    .align-items-center.d-flex.flex-wrap.justify-content-between.justify-content-sm-center.justify-content-xl-between {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }
    .hero-login {
        min-height: 1100px;
    }

	.selectdiv:after {
		display: none !important;
	}
}

@media screen and (min-width:768px){
		.tab-accordion .nav-tabs {
			display: flex;
		}

		.tab-accordion .card .card-header {
			display: none;
		}

		.tab-accordion .card .collapse {
			display: block;
		}
}

@media (min-width: 768px) and (max-width: 992px) {
    .nav-link {
        padding: 5px 10px !important;
    }
    .beneficiaries .form-inline [type=text],
    .beneficiaries .form-inline select, .tblPage .form-inline [type=text],
    .tblPage .form-inline select {
        max-width: 200px; /* adding in max-width to help with controls in tablet mode */
        padding: .375rem .75rem;
        border-radius: 0;
    }
	.line-after {
		left: 50%;
	}
	.selectdiv {
		max-width: 200px;
	}
	.window.fixed-scroll-table {
		position: absolute;
		top: 68px;
		left: 30px;
		background: #fff;
		width: 100px;
		margin: 0px;
		overflow-x: hidden !important;
	}
	td.port-hdr, .fixed-scroll-table thead tr td.port-hdr {
		height: 78px;
	}
}

@media screen and (max-width: 767px) {
	.window.fixed-scroll-table {
		position: absolute;
		top: 50px;
	}

	/*
     * Changed selector to `.tab-content > .tab-pane` to override `.fade:not(.show)`
     * In BS4 Beta `.tab-pane`s were rendered hidden by just `.fade`
     */
	.tab-accordion .tab-content > .tab-pane {
		display: block;
		opacity: 1;
		border: none;
		padding: 0px !important;
	}
	.tab-accordion .card-header {
		background-color: #f3f4f4 !important;
		text-transform: uppercase;
	}
	.tab-accordion h5 a {
		color: #39414d;
	}
	.tab-accordion h5 a:hover {
		text-decoration: none;
		color: #0080e2;
	}
	.tab-accordion .tab-header {
		padding: 10px 30px 0 30px !important;
	}
	.tab-accordion .sub-hdr {
		top: auto;
		width: 110%;
		margin-left: -10%;
		padding: 8px 0 8px 32px;
		background-color: #f3f4f4;
	}
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .hero-login .login-box {
        width: auto;
        padding: 50px 30px 15px 30px;
        margin: 0 30px;
    }
    .hero-login {
        height:100%;
        min-height: 1400px;
    }
	td.port-hdr, .fixed-scroll-table thead tr td.port-hdr {
		height: 78px;
	}

    .fixed-scroll-table.statements {
        overflow-x: hidden !important;
    }

    .login-template {
        padding-top: 30px;
    }

    .client-hdr-logo {
        margin: 0 auto 30px auto;
    }

    .h1-sm-text {
        font-size: 40px !important;
    }

    .carousel .carousel-control-prev {
        left: -10px !important;
    }

    .carousel .carousel-control-next {
        right: -10px !important;
    }

    .refresh-btn {
        margin: 0 auto;
        position: relative !important;
        padding: 45px 0;
        right: auto;
        bottom: auto;
        display: block;
    }

    .chart-refresh {
        margin: 0 auto;
        position: relative !important;
        padding: 45px 0;
        right: auto;
        bottom: auto;
        display: block;
    }

    .left-summary {
        max-width: 100%;
        border-right: none;
    }

    .right-summary {
        float: left !important;
        border-bottom: 2px solid #c6c9ca;
        padding: 0 0 30px 10px;
        margin: 20px 0 10px 0;
        width: 100%;
    }

	.form-inline.statements .ui-datepicker-trigger {
		position: relative;
	}

    .chartjs-size-monitor + h6 {
        margin-top: 35px !important;
    }
    .form-group.phone > span > div > input{
        width:25%;
    }
}

@media (max-width: 575.98px) {
	footer {
		padding: 70px 40px;
	}

	.hero-login {
		padding: 50px 0;
	}

	.announcement img {
		width: auto;
	}

	.hero-login .login-box {
		width: auto;
		padding: 50px 30px 15px 30px;
		margin: 0 30px;
	}

	.alliancePart .hero-cnt.short.hero-9,
	.alliancePart .hero-cnt.short.hero-4,
	.alliancePart .hero-cnt.short.hero-5 {
		display: none;
	}

	.base-sm-hdr {
		padding: 0 20px !important;
	}

	.login-box h2 {
		font-size: 24px;
		line-height: 32px;
	}

	.login-box h4 {
		font-size: 16px;
	}

	.login-box label {
		font-size: 13px;
	}

	.hero-title {
		padding: 25px 0 !important;
		margin: 0 25px;
	}

		.hero-title h1 {
			font-size: 40px;
		}

		.hero-title h4 {
			padding: 10px 0 0 0;
		}

	.hero-totals {
		padding: 20px 0 0 0 !important;
		margin: 0 25px;
	}

		.hero-title h4,
		.hero-totals h4 {
			font-size: 25px;
		}

	.login-template {
		padding-top: 30px;
	}

		.login-template .form-group [type="button"] {
			margin: 10px 0;
		}

	.client-hdr-logo {
		display: table;
		margin: 0 auto;
	}

	.step-page-ftr {
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.h1-sm-text {
		font-size: 40px !important;
	}

	.tab-pane {
		padding: 25px !important;
	}

	.tab-header {
		padding: 0 30px 0 30px !important;
	}

	td.port-hdr, .fixed-scroll-table thead tr td.port-hdr {
		height: 78px;
	}

	.summary-box {
		padding: 35px;
	}

	.card-body-inner {
		font-family: 'BentonSansRegular';
		float: unset;
		padding: 0;
	}

		.card-body-inner h6 {
			margin: 0px;
		}

		.line { display: none; }

	.border-2-col {
		border-right: 0px;
	}

		.border-2-col:last-child {
			border-top: 1px solid #c6c9ca;
		}

	.carousel .carousel-control-prev {
		left: 20px !important;
	}

	.carousel .carousel-control-next {
		right: 20px !important;
	}

	.carousel .img-fluid {
		max-width: 50% !important;
	}

	.carousel .carousel-inner h3 {
		font-size: 20px !important;
		padding: 20px 65px 0 65px;
	}

	.carousel-item a,
	.carousel-item a:link,
	.carousel-item a:active,
	.carousel-item a:visited,
	.carousel-item a:hover,
	.carousel .carousel-inner,
	.carousel .carousel-inner h4 {
		font-size: 18px !important;
	}

	.large-hero-cnt {
		padding-bottom: 70px;
	}

	.main-cnt {
		padding: 35px 25px 70px 25px;
	}

		.main-cnt h1 {
			font-size: 30px;
			line-height: 34px;
			margin: 0 0 15px 0
		}

		.main-cnt h3 {
			font-size: 16px;
			padding-bottom: 20px;
		}

	.full-box-row .row-total {
		float: none !important;
		display: block;
	}

	.slim-row {
		margin-left: 30px;
		margin-right: 30px;
	}

	.full-box-row .row-label {
		width: 100%;
	}

	.row-border-spacer.row-border-spacer-top {
		padding-top: 0;
	}

	.row-border-spacer .col-md-5 {
		padding-left: 0;
		padding-right: 0;
	}

	.base-cnt {
		padding: 35px 20px 70px 20px;
	}

		.base-cnt h1 {
			font-size: 30px;
		}

		.base-cnt h3 {
			font-size: 16px;
			margin: 5px 0 0 0;
		}

	.content-box-ftr h6 {
		padding: 0px;
	}
	.content-box-ftr ul {
		padding: 0px 15px;
	}

	.content-box-ftr h6 {
		padding-top: 20px;
	}

	.hero-title-section {
		padding: 0 0 50px 30px;
		margin-bottom: 40px;
	}

	.card-header .btn,
	.ui-card-active.btn {
		font-size: 13px !important;
		white-space: normal;
		text-align: left;
	}

	.collapse.show {
		border-bottom: 2px solid rgba(0,0,0,.125);
	}

	.adjust-label {
		transform: rotate(90deg) translate(10%, -70px);
	}

	.badge-secondary + span {
		display: none;
	}

	.badge-primary + span {
		display: block;
	}

	.box-cnt .steps {
		margin: 10px 10px 0 0 !important;
	}

		.box-cnt .steps.ui-active {
			float: left !important;
		}

	.fixed-scroll-table {
		overflow-x: scroll !important;
	}

		.fixed-scroll-table table tbody tr,
		.fixed-scroll-table table tfoot td {
			background-color: #ffffff;
			margin-top: 1px;
		}

			.fixed-scroll-table table tbody tr.odd td {
				background-color: #f3f4f4;
			}

	.striped-tbl > table > tbody > tr:nth-child(even) {
		background-color: #f3f4f4;
	}

	.bene-calc-tbl {
		table-layout: auto;
	}

	.form-control, .hasDatepicker, .form-group.phone > span > div > input {
		min-width: 100px;
	}

	.col.form-control {
		min-width: 0;
	}

	.col-1.text-right.form-group.mt-0 span.checkbox-inline.lg-font.position-relative {
		position: static !important;
	}

	.absolute-label {
		position: relative;
		padding: 20px 30px 0;
		bottom: 0;
		left: 0;
	}

	.chart-refresh {
		margin: 0 auto;
		position: relative !important;
		padding: 45px 0;
		right: auto;
		bottom: auto;
		display: block;
	}

	.border-bottom-invest-cell {
		border-bottom: 2px solid #c6c9ca;
	}

	.pie-charts-cnt {
		margin-top: 30px;
	}

		/* custom flex for pie charts on mobile */

		.pie-charts-cnt .col {
			-ms-flex: 0 0 100%;
			flex: 0 0 100%;
			max-width: 100%;
		}

	.content-box.content-box-lg {
		margin-bottom: 70px;
	}

	.content-box-lg .content-detail {
		padding: 20px 30px 30px 30px !important;
	}

	.mt-5.mt-sm-2,
	.mt-sm-2 {
		margin-top: 1rem !important;
	}

	.left-summary {
		max-width: 100%;
		border-right: none;
	}

	.right-summary {
		float: left !important;
		border-bottom: 2px solid #c6c9ca;
		padding: 0 0 30px 10px;
		margin: 20px 0 10px 0;
		width: 100%;
	}

	.base-cnt .base-sm-hdr h1 {
		margin: 0px 30px 20px;
		padding: 0px;
	}

	.base-cnt .base-sm-hdr h3 {
		margin: 0 30px 30px 30px;
		font-size: 18px;
	}

	/*.base-cnt .base-sm-hdr h6 {
        margin: 0 30px;
    }*/





	.base-cnt .note-hdr h5 {
		margin: 10px 30px 0 30px;
		font-size: 16px;
	}


	.base-sm-hdr h3,
	.base-sm-sub-hdr h6,
	.base-sm-sub-hdr h5,
	.base-sm-sub-hdr .arrow-link {
		padding-left: 0;
		padding-right: 0;
	}
}

.base-cnt .note-hdr h6 {
	margin: 40px 30px 0 30px;
}


    td.load-sm-text {
        font-size: 12px !important;
    }

    .hdr-sm-text {
        font-family: 'BentonSansBold' !important;
        font-size: 12px !important;
    }

    .fixed-scroll-table table {
        margin-bottom: 30px;
    }

    .border-bottom-sm {
        border-bottom: 2px solid #c6c9ca;
    }

    .content-box-ftr h1 {
        font-size: 20px !important;
        margin: 0 !important;
    }

    .content-box-ftr.content-box-last-ftr,
    .content-box-ftr.content-box-last-ftr h1 {
        padding-bottom: 0 !important;
        margin-bottom: 0 !important;
    }

    .chartjs-size-monitor + h6 + canvas {
        margin-top: 35px !important;
    }

    .card-body {
        border-bottom: none;
    }

    .form-square-btn {
        padding: 15px !important;
        text-align: center;
    }

        .form-square-btn img {
            margin-left: 0;
        }

        .form-square-btn .box {
            display: block;
        }

    .refresh-btn-sm {
        margin-top: 10px;
        font-size: 11px;
    }

    .tab-header.inner-cnt {
        padding: 10px 0 20px 0 !important;
    }

    .login-template .tab-pane {
        border-top: 2px solid #f3f3f3;
    }

    .login-template.custom-form-spacing .custom-select,
    .login-template.custom-form-spacing [type="text"] {
        max-width: 90%;
    }

    .content-seperator {
        margin: 35px 0;
    }
	.form-inline.statements .ui-datepicker-trigger{
		position: relative;
	}
}

#about-milliman .img-responsive {
    margin: 0 auto;
    width: 90%;
    padding: 20px 0;
}

#about-milliman .modal-body {
    padding: 30px;
}

    #about-milliman .modal-body p {
        line-height: 1.4em;
    }

#about-milliman [data-dismiss="modal"] {
    position: absolute;
    top: 5px;
    right: 10px;
}

/* Cancel X Button Styling */
.cancel-cnt {
    position: relative;
}

.cancel {
    position: absolute;
    right: 0px;
    top: 10px;
    width: 32px;
    height: 32px;
    opacity: 0.4;
    border: 2px solid #ffa100;
    border-radius: 50%;
}

    .cancel:hover {
        opacity: 1.0;
    }

    .cancel:before, .cancel:after {
        position: absolute;
        left: 13px;
        top: 2px;
        content: ' ';
        height: 24px;
        width: 2px;
        background-color: #ffa100;
    }

    .cancel:before {
        transform: rotate(45deg);
    }

    .cancel:after {
        transform: rotate(-45deg);
    }
/* END Cancel X Button Styling */

/* Info Tooltip Styling */
.info-tip-cnt {
    position: relative;
}

.info-tip {
    position: absolute;
    top: 13px;
    left: 29%;
    text-align: center;
    background-color: #004877;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    cursor: default;
}

    .info-tip:before {
        content: '?';
        font-weight: bold;
        color: #fff;
    }
/* End Info Tooltip Styling */

/* Add item Tooltip Styling */
.add-item-tip-cnt {
    position: relative;
    left: 50px;
    top: 13px;
}

.add-item-tip {
    position: absolute;
    top: 7px;
    left: -36px;
    margin-right: 20px;
    text-align: center;
    background-color: #0074cc;
    border-radius: 50%;
    width: 36px;
    height: 36px;
    font-size: 24px;
    line-height: 32px;
    cursor: default;
}

    .add-item-tip:before {
        content: '+';
        font-weight: normal;
        color: #fff;
    }
/* End Add Item Tooltip Styling */

/* Modal Trigger Styling */
.modal-trigger-cnt {
    position: relative;
    left: -2vw;
    top: -1.2vh;
}

    .modal-trigger-cnt.prospectus {
        position: relative;
        left: -1.25vw;
        top: 0.6vh;
    }

.fees-tip, .restrictions-tip, .prospectus-tip {
    background-color: #727a7d;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    font-size: 12px;
    line-height: 16px;
    cursor: pointer;
	margin: 3px;
}

.prospectus-tip {
    background-color: #a5203f;
}

.fees-tip:before {
    content: '$';
    font-weight: bold;
    color: #fff;
}

.restrictions-tip:before {
    content: 'R';
    font-weight: bold;
    color: #fff;
}

.prospectus-tip:before {
    content: '!';
    font-weight: bold;
    color: #fff;
}
/* End Modal Trigger Styling */

/* Modal Styling */

.content-detail table.full {
    width: 100%;
}
/* PM - REMOVED PER CONVERSATION WITH AM & JJ 6-3-19
.modal-body, .modal-footer {
    margin-right: 25%;
}*/

#feesModal .modal-dialog, #restrictionsModal .modal-dialog, #prospectusModal .modal-dialog {
    min-width: 500px;
    max-width: 800px;
    width: 100%;
}

#feesModal .modal-body,
#restrictionsModal .modal-body,
#prospectusModal .modal-body,
#about-capital-bank .modal-body {
    margin-right: 0;
}

.modal-footer button {
    margin-top: 10px;
}

.minus {
    background-color: #333;
    color: #fff;
    border-radius: 50%;
    border: 0px solid;
    line-height: 16px;
}

    .minus span {
        font-size: 24px;
        position: relative;
        top: -1px;
    }

.success-box, .warning-box {
    min-height: 120px;
    display: flex;
    margin-bottom: 30px;
    padding: 50px 100px;
    display: none;
}

    .success-box a, .warning-box a {
        color: #fff !important;
        font-family: 'BentonSansBold';
    }

    #successControlsContainer a {
        color: #fff !important;
    }

.success-box {
    color: #fff;
    background-color: #0080e2;
}

.success-box p {
    color: #fff;
}

.warning-box {
    background-color: #ffa100;
    color: #fff;
    font-family: 'BentonSansRegular';
}

.warning-box p {
    color: #fff;
}


.hdr-full-width:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #f3f4f4;
	height: 100%;
	width: 10%;
	top: 0;
	left: -30px;
}

.hdr-full-width:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #f3f4f4;
	height: 100%;
	width: 10%;
	top: 0;
	right: -30px;
}

.fixed-scroll-table td.hidden {
    display: none !important;
}

.collapse-link, .collapse-link-arrow {
	display: none;
	color: #0080e2;
	float:right;
}

.email-submit {
    margin: 20px;
}

    .email-submit .row {
        margin-bottom: 20px;
    }

        .email-submit .row .email {
            width: 85%;
        }

    .email-submit button {
        padding: 4px 30px;
        float: left;
        margin-top: 5px;
    }

.repeatable .email {
    width: 90%;
    margin-top: 5px;
}

.expand-link {
	float: right;
	color: #0080e2;
    text-transform:uppercase;
}

.ticker {
    display: none;
}

tr.compare {
    background-color: #f3f4f4;
}

.show-by {
    min-width: 215px; /* added to width of table cell so that the date cells do not show */
}

#navigationPerformanceDiv .cell-1 {
	min-width: 185px; /* added to width of table cell so that the date cells do not show */
}

.hidden {
    display: none;
}

.contact-us-container .content-box .standard-label,
.contact-us-container .content-box input:not([type='checkbox']),
.contact-us-container .content-box select,
.contact-us-container .content-box textarea {
    display: block;
    margin-bottom: 5px;
    margin-top: 15px;
    width: 50%;
}



.contact-us-container {
    width: 75%;
}

    .contact-us-container .hdr {
        margin-bottom: 20px;
    }

.content-box textarea {
    width: 90%;
    height: 150px;
}

.content-box .group {
    margin-top: 15px;
}

    .content-box .group.phone input {
        display: inline;
        width: 10%;
    }

    .content-box .group.phone label.inline {
        display: inline !important;
    }

    .content-box .group input[type='reset'],
    .content-box .group button {
        display: inline;
        width: 25%;
        margin: 0 20px;
        position: relative;
        left: 32%;
    }

#redirectModal .modal-header .minus {
    position: absolute;
    right: 5px;
    top: 5px;
}

#guide-content ul li {
    list-style: none;
}

.tab-cnt {
    padding: 0 30px 35px 30px;
}

/* BEGIN: Slider CSS */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 20px;
}

    .switch input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #c6c9ca;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        z-index: 2;
        content: "";
        height: 20px;
        width: 20px;
        left: 0;
        bottom: 0;
        background-color: #0080e2;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.22);
        -webkit-transition: .4s;
        transition: all 0.4s ease-in-out;
    }

    .slider:after {
        position: absolute;
        left: 0;
        z-index: 1;
        content: "";
        font-size: 12px;
        text-align: left !important;
        line-height: 12px;
        padding-left: 0;
        width: 60px;
        color: #0080e2;
        height: 20px;
        border-radius: 5px;
        background-color: #e2e4e4;
        -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
        transform: translateX(-60px);
        transition: all 0.4s ease-in-out;
    }



input:checked + .slider:after {
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    transform: translateX(0px);
    /*width: 235px;*/
    padding-left: 25px;
}

input:checked + .slider:before {
    background-color: #0080e2;
}

input:checked + .slider:before {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
}
/* Rounded sliders */
.slider.round {
    border-radius: 25px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.switch-off {
    font-family: 'BentonSansRegular' !important;
    font-weight: 300 !important;
    color: #39414d;
}

.switch-on {
    color: #2f7cbf !important;
    font-weight: bold;
}

.absolute-no {
    position: absolute;
    left: 0;
    color: #0080e2;
    text-align: right !important;
    font-size: 45px;
    width: calc(100% - 25px);
    height: 20px;
    line-height: 25px;
    cursor: pointer;
}
/* END: Slider CSS */

.switch-label {
    display: inline-block;
    position: relative;
    top: -5px;
    font-family: 'BentonSansRegular';
    width: auto;
}

    .switch-label.ui-active {
        font-family: 'BentonSansBold';
        color: #0080e2;
    }

.plan-select .switch-label {
    width: 110px;
    margin: 20px 0px;
}

    .plan-select .switch-label.left {
        margin-right: 10px;
    }

    .plan-select .switch-label.right {
        margin-left: 10px;
    }

.note {
    line-height: 1.5em;
}

.hardship-reasons-list li {
    list-style: none;
}

    .hardship-reasons-list li label {
        margin-left: 1rem;
    }

.modal-xl {
    min-width: 75%;
}

.modal-xl .modal-body, .modal-xl .modal-footer {
margin-right: 0;
}

.modal-xl .modal-body p {
    margin-top: 1.2rem;
}

.modal .modal-body {
	word-break: break-word;
	-ms-word-wrap: break-word;
}

.modal-header .minus {
    position: absolute;
    right: 5px;
    top: 5px;
}

.calculate-button {
    background-color: #0080e2;
    color: #ffffff;
    padding: 5%;
}

    .calculate-button .calc {
        margin: 5% 0%;
    }

    .calculate-button .calculate-icon {
        width: 70%;
        height: auto;
        margin: 10% 25%;
    }

    .calculate-button .calc label {
        margin: 0 auto;
    }

.plan-select-hero .hero-title {
    border: none !important;
}

.plan-select .content-box {
    width: 95%;
}

.plan-table th {
    padding-right: 20px;
}

.plan-select .content-box .plan-table tbody td {
    padding-left: 0;
}

input.search-input {
    background: url("Images/search-icon.png") 97% 3px no-repeat;
    background-color: #fff;
}

.plan-select .pagination {
    justify-content: space-between;
    margin-top: 20px;
}

    .plan-select .pagination img {
        height: 50%;
    }

.standard-date .standard-label {
    width: auto;
}

.standard-date .ui-datepicker-trigger {
    position: static;
    margin-top: 0px;
    padding-left: 20px;
}

.standard-date .hasDatepicker {
    display: inline-block !important;
    padding: 6px 4px;
    margin: 15px 0 5px 15px;
    width: 50%;
}

.search-row h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #39414d;
    text-transform: uppercase;
}

.search-row p {
    display: inline-block;
    padding: 0 30px;
    line-height: 1.2em;
}

	.search-row span input{
		padding: 0 10px;
	}

	.search-row span {
		margin-left: 20px;
	}

	.search-row [type=text] {
		margin: 20px 30px 5px 30px;
		width: 50%;
		background: url(../../App_Themes/Milliman/Images/search.png) #ffffff no-repeat 98% center;
	}

.search-row .rdo-row {
    padding: 0 0 0 35px;
    font-family: 'BentonSansBold';
    font-size: 12px;
    color: #39414d;
}

.cnt-details {
    display: none;
}

.rdo {
    cursor: pointer;
}

.rebalance-summary {
    text-align: center;
    margin: 30px 0;
}

    .rebalance-summary h5 {
        font-family: 'BentonSansBold';
        font-size: 12px;
        color: #39414d;
        text-transform: uppercase;
        line-height: 1.2em;
        text-align: center;
    }

.confirmation-box-full-width:before {
	content: "";
	display: block;
	position: absolute;
	background-color: #0080e2;
	width: 10%;
	height: 100%;
	left: -30px;
	top: 0;
}

.confirmation-box-full-width:after {
	content: "";
	display: block;
	position: absolute;
	background-color: #0080e2;
	width: 10%;
	height: 100%;
	right: -30px;
	top: 0;
}

.confirmation-box-large {
	background-color: #0080e2;
	position: relative;
	padding: 40px 30px;
	margin: 35px 0;
	color: #ffffff !important;
	font-size: 12px;
}

    .confirmation-box-large h5 {
        font-family: 'BentonSansBold';
        text-transform: uppercase;
        font-size: 12px;
        line-height: 1.1em;
    }

    .confirmation-box-large h4 {
        font-size: 15px;
        line-height: 1.1em;
    }

.confirmation-box-large > *, 
.confirmation-box-large .row-listing h4,
.confirmation-box-large p,
.confirmation-box-large span,
.confirmation-box-large p span a {
    color: #fff !important;
}

.c10 .row-listing > *, .c10 p, .c10 > * {
    color: #fff;
}

.sep-line {
    border-top: 1px solid #c6c9ca;
    margin: 35px;
}

.payment-list li {
    list-style: none;
}

.payment-subsection {
    margin: 10px 18px;
}

    .payment-subsection .group.phone {
        display: inline-block;
        margin-top: 0px;
    }

    .payment-subsection .row {
        margin-top: 10px;
    }

#summary-table tr td {
	text-align: left;
	border-top: none;
}

    #summary-table tr td span.small-caps {
        font-size: 13px;
    }

    #summary-table tr td p {
        font-size: 16px;
    }

    #summary-table tr td span.small-caps {
        padding-bottom: 10px;
        display: inline-block;
    }

    #summary-table tr td ul {
        padding-left: 0px;
    }

        #summary-table tr td ul.left {
            padding-left: 45px;
        }

        #summary-table tr td ul.no-style li {
            list-style: none;
        }

.omni-file-upload [type="file"] {
    display: none;
}

.omni-file-upload {
    position: relative;
}

    .omni-file-upload .filename {
        position: absolute;
        left: 100%;
        transform: translate(16px,55px);
    }

.date-picker-omni:disabled {
    background-color: #e9ecef !important;
    max-width: 120px;
	width: 100%;
    font-size: 16px;
}

    .date-picker-omni:disabled + button {
        display: none;
    }

.row-listing h3 {
    font-size: 13px;
    font-family: 'BentonSansBold';
    color: #39414d;
    padding-top: 12px;
}

.row-listing h4 {
    font-size: 35px;
    font-family: 'PoynterOldStype';
    color: #39414d;
    margin: 0;
    padding: 0;
}

.row-listing .full-box-row {
    padding: 0 30px 0;
}

.details-cnt {
    display: none;
    color: #39414d !important;
    font-size: 16px !important;
    font-family: 'BentonSansRegular' !important;
}

    .details-cnt span {
        min-width: 50%;
        color: #39414d !important;
        font-size: 16px !important;
        padding: 3px 0;
    }

    .details-cnt p {
        line-height: 1.3em;
        padding: 30px 0 0 0;
    }

.flip-v {
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
}

.slim-graph h6 {
    color: #39414d !important;
    font-size: 13px !important;
    font-family: 'BentonSansRegular' !important;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.slim-graph .btn-lined {
    background-color: transparent;
    color: #0080e2;
}

.slim-graph {
    padding-left: 50px;
}

.save-model a:link,
.save-model a:active,
.save-model a:hover,
.save-model a, 
a.blue-link {
    text-decoration: none !important;
    font-family: 'BentonSansBold' ;
    color: #0080e2;
}
/* Custom slider colors */
.slider-container {
}

.slider-control {
    height: 25px;
    border-radius: 25px;
    margin: 20px 0 20px 0;
    border: none;
    width: 70%;
}

    .slider-control .ui-slider-range {
        background-color: #ffffff;
        border-radius: 25px;
        box-shadow: none;
    }

    .slider-control.slider1 .ui-slider-handle {
        background-color: #004877;
        border-color: #004877;
        border-radius: 20px;
        height: 35px;
        width: 35px;
        cursor: pointer;
        box-shadow: none;
    }

    .slider-control.slider1.ui-widget.ui-widget-content {
        background-color: rgba(0, 72, 119, .6);
    }

.slider2 > .rate-graph > .slider-container > .slider-control.slider1.ui-widget.ui-widget-content {
    background-color: rgba(157,178,144,.6);
}

.slider2 > .rate-graph > .slider-container > .slider-control.slider1 .ui-slider-handle {
    background-color: #9db290;
    border-color: #9db290;
}
/* - changing retirement slider ID to a classname per best practice rules advised by David- PM - */

.hdr-small-cap {
    font-family: 'BentonSansRegular';
    text-transform: uppercase;
    color: #39414d;
}


/* Scheduled Distributions page styles */

.scheduled-distributions .card-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.scheduled-distributions .dot-plus,
.scheduled-distributions .dot-minus {
	margin-right: 10px;
}

.scheduled-distributions .btn.rounded-btn-link {
	text-align: left;
	width: auto;
	min-width: 200px;
	margin-right: 10px;
}

.scheduled-distributions .badge {
	white-space: normal;
}

.scheduled-distributions .ui-card-active.rounded-btn-link {
	font-size: 13px !important;
	line-height: inherit;
}

.scheduled-distributions .fixed-scroll-table {
	padding: 0;
}

.scheduled-distributions .card-header {
	border-bottom: solid 2px #ccc !important;
	border-top: 0 !important;
	margin: 0 !important;
}

.scheduled-distributions .show .card-body {
	border-bottom: solid 2px #ccc !important;
}

.scheduled-distributions .sub-hdr-mid {
	margin: 20px -1.25rem 0 -1.25rem;
}

/* Change Investment page styles */

#insallmentAccordian .selectdiv select {
	-webkit-appearance: menulist;
	-moz-appearance: menulist;
	appearance: menulist;
}

#insallmentAccordian .selectdiv select::-ms-expand {
	display: block;
}


#insallmentAccordian .selectdiv select:disabled {
	background-color: rgba(255, 255, 255, 0);
	box-shadow: none;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

#insallmentAccordian .selectdiv select:disabled::-ms-expand {
	display: none;
}

#insallmentAccordian .selectdiv:after {
	display: none;
}


/* Change Distribution Election styles */

.change-distribution-election [type="radio"]:not(:checked) + span,
.change-distribution-election [type="radio"]:checked + span {
	height: auto;
	line-height: 21px;
}

/* Current Investments page styles */

.current-investments .nav-item {
	min-width: 120px;
}


.current-investments .tab-pane {
	border-top: 0;
	padding: 60px 0 40px 0;
	background: linear-gradient(#f3f4f4 30px, #ffffff 30px);
}

.current-investments .tab-content {
	box-shadow: none;
}


@media screen and (max-width: 767px) {

	.current-investments .sub-hdr {
		position: relative;
		top: auto;
		width: auto;
		left: auto;
		margin: auto;
	}
}

@media screen and (min-width: 768px) {

	.current-investments .sub-hdr {
		top: 7px;
	}
}

/*ARTICLE PAGE STYLING*/
.art-page > * {
    color: #39414d;
}

h4.art-hdr {
    font-family: 'BentonSansBook';
    font-size: 2.1875rem; /* 35px @ 16px font size */
    line-height: 2.625rem; /* 42px @ 16px font size */
    color: #39414d;
}

.art-ul-cnt > ul {
    padding-left: 1.1rem;
    font-size: 16px;
    font-family: 'BentonSansRegular';
}

    .art-ul-cnt > ul > li {
        padding-top: 10px;
        line-height:20px;
    }

.art-ol-cnt > ol {
    padding-inline-start: 1rem;
    font-family: 'BentonSansRegular';
}

.art-sml-box-row {
    padding: 30px 30px;
}

    .art-sml-box-row.callout {
        padding: 30px 50px;
    }

.callout {
    background: rgba(57,65,77,.05);
}

.art-sub-hdr {
    text-transform: uppercase;
    font-size: 16px;
    font-family: 'BentonSansBold';
}
.sub-header{
    text-transform: uppercase;
}

.callout-highlight-text {
    font-family: 'BentonSansBold';
    font-size: 16px;
    color: #037b70;
}
.HighlightText {
    font-family: 'BentonSansBold';
}
.FAQQuestionText p .HighlightText {
    color: #6BA2B9;
}

.HighlightHeader {
    color: #5A7492;
    font-family: 'BentonSansBold';
} 

.footnote, div.footnote p {
    font-size: 14px;
    font-family: 'BentonSansRegular';
}

.art-tbl-striped table, .art-tbl table {
    width: 100%;
}

.art-tbl-striped thead td, .art-tbl thead td {
    font-family: 'BentonSansBold';
    font-size: 13px;
    color: #39414d;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 2px solid #c6c9ca;
    padding: 11px 4px;
    background-color: #ffffff;
}

.art-tbl-striped tbody td, .art-tbl tbody td {
    font-family: 'BentonSansRegular';
    font-size: 16px;
    color: #39414d;
    text-align: center;
    padding: 11px 17px;
    line-height: 16px;
}

.art-tbl-striped > table > tbody > tr > td:first-child {
    text-align: left;
    width: 40%;
}

.art-tbl > table > tbody > tr > td {
    text-align: left;
}

td.art-ul-cnt > ul {
    font-size: 14px;
    margin-bottom: 0;
}

.art-tbl-striped.wider-cells > table > tbody > tr > td:first-child {
	text-align: left;
	width: 100%;
}

ul.no-bullet {
    list-style-type: none;
    padding-left: 0;
}

.art-tbl-striped > table > tbody > tr:nth-child(even),
.striped-tbl > table > tbody > tr:nth-child(even) {
    background-color: #f3f4f4;
}
/*END ARTICLE TEMPLATE PAGE*/

.text-gold {
	color: #ffa000 !important;
}

.donut-chart-min {
	position: absolute;
	left: 23%;
	font-family: 'BentonSansRegular';
}

.donut-chart-max {
	position: absolute;
	right: 23%;
	font-family: 'BentonSansRegular';
}

.donut-chart-img {
	position: absolute;
	left: 33%;
	bottom: 30%;
	width: 35%;
}
/*PRINT PAGE STYLING*/
@media print {
	@page {
		margin: 0 0 .5cm;
	}
	.printer-section {
		height: 100%;
		page-break-after: always;
	}
}
table.print-tbl{
	font-family: 'BentonSansRegular';
}
/*IMPLEMENTATION OF LOADING SKELETON FOR DASHBOARD*/
/*
 * Variables
 */
:root {
	--card-padding: 24px;
	--card-height: 340px;
	--card-skeleton: linear-gradient(white var(--card-height), transparent 0);
	--title-height: 60px;
	--title-width: 280px;
	--title-position: var(--card-padding) 35px;
	--title-skeleton: linear-gradient(lightgray var(--title-height), transparent 0);
	--desc-line-height: 16px;
	--desc-line-skeleton: linear-gradient(lightgray var(--desc-line-height), transparent 0);
	--desc-line-1-width: 310px;
	--desc-line-1-position: var(--card-padding) 110px;
	--desc-line-2-width: 270px;
	--desc-line-2-position: var(--card-padding) 135px;
	--para-line-height: 100px;
	--para-line-skeleton: linear-gradient(lightgray var(--para-line-height), transparent 0);
	--para-line-1-width: 310px;
	--para-line-1-position: var(--card-padding) 170px;
	--blur-width: 210px;
	--blur-size: var(--blur-width) calc(var(--card-height) );
}

/*
 * Card Skeleton for Loading
 */
.loading-card {
	min-width: 400px;
	background: white;
	height: var(--card-height);
}

	.loading-card:empty::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		border-radius: 0px;
		box-shadow: 0px 0px 4px 2px #c0c0c0;
		background-image: linear-gradient(90deg, rgba(239, 239, 239, 0) 0, rgba(239, 239, 239, 0.5) 50%, rgba(239, 239, 239, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--card-skeleton);
		background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height), 100% 100%;
		background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), 0 0;
		background-repeat: no-repeat;
		-webkit-animation: loading 1.5s infinite;
		animation: loading 1.5s infinite;
	}

/*
 * Headline Skeleton for Loading
 */
.loading-headline {
	width: 25vw;
	min-width: 400px;
	padding-right: 50px;
	height: var(--card-height);
}

	.loading-headline:empty::after {
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background-image: linear-gradient(90deg, rgba(239, 239, 239, 0) 0, rgba(239, 239, 239, 0.5) 50%, rgba(239, 239, 239, 0) 100%), var(--title-skeleton), var(--desc-line-skeleton), var(--desc-line-skeleton), var(--para-line-skeleton);
		background-size: var(--blur-size), var(--title-width) var(--title-height), var(--desc-line-1-width) var(--desc-line-height), var(--desc-line-2-width) var(--desc-line-height),var(--para-line-1-width) var(--para-line-height), 100% 100%;
		background-position: -150% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--para-line-1-position), 0 0;
		background-repeat: no-repeat;
		-webkit-animation: loading 1.5s infinite;
		animation: loading 1.5s infinite;
	}

@-webkit-keyframes loading {
	to {
		background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position),var(--para-line-1-position), 0 0;
	}
}

@keyframes loading {
	to {
		background-position: 350% 0, var(--title-position), var(--desc-line-1-position), var(--desc-line-2-position), var(--para-line-1-position), 0 0;
	}
}
/*-----MATERIAL DESIGN RADIO BUTTONS---START--*/
[type="radio"] {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	/* 1 */
	padding: 0;
	/* 2 */
}

[type="radio"]:not(:checked),
[type="radio"]:checked {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

	[type="radio"]:not(:checked) + span,
	[type="radio"]:checked + span {
		position: relative;
		padding-left: 25px;
		cursor: pointer;
		display: block;
		height: 20px;
		line-height: 20px;
		-webkit-transition: .28s ease;
		transition: .28s ease;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
	}

[type="radio"] + span:before,
[type="radio"] + span:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	margin: 4px;
	width: 12px;
	height: 12px;
	z-index: 0;
	-webkit-transition: .28s ease;
	transition: .28s ease;
}

/* Unchecked styles */
[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after,
[type="radio"]:checked + span:before,
[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
	border-radius: 50%;
}

[type="radio"]:not(:checked) + span:before,
[type="radio"]:not(:checked) + span:after {
	border: 2px solid #0080e2;
}

[type="radio"]:not(:checked) + span:after {
	-webkit-transform: scale(0);
	transform: scale(0);
}

/* Checked styles */
[type="radio"]:checked + span:before {
	border: 2px solid transparent;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:before,
[type="radio"].with-gap:checked + span:after {
	border: 2px solid #0080e2;
}

[type="radio"]:checked + span:after,
[type="radio"].with-gap:checked + span:after {
	background-color: #0080e2;
}

[type="radio"]:checked + span:after {
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
}

/* Radio With gap */
[type="radio"].with-gap:checked + span:after {
	-webkit-transform: scale(0.5);
	transform: scale(0.5);
}

/* Focused styles */
[type="radio"].tabbed:focus + span:before {
	-webkit-box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 10px rgba(0, 0, 0, 0.1);
}

/* Disabled Radio With gap */
[type="radio"].with-gap:disabled:checked + span:before {
	border: 2px solid rgba(0, 0, 0, 0.42);
}

[type="radio"].with-gap:disabled:checked + span:after {
	border: none;
	background-color: rgba(0, 0, 0, 0.42);
}

/* Disabled style */
[type="radio"]:disabled:not(:checked) + span:before,
[type="radio"]:disabled:checked + span:before {
	background-color: transparent;
	border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled + span {
	color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:not(:checked) + span:before {
	border-color: rgba(0, 0, 0, 0.42);
}

[type="radio"]:disabled:checked + span:after {
	background-color: rgba(0, 0, 0, 0.42);
	border-color: #0080e2;
}