@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Mono&amp;family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,700;1,400&amp;family=IBM+Plex+Serif:wght@400;700&amp;display=swap");
.new-article .bg-white{
    background-color: #ffffff;
}
.new-article .container{
    margin-top: 24px!important;
    border: none!important;
    width: 85%!important;
    max-width: 1176px!important;
}
.new-article p, .new-article h1, .new-article h2, .new-article h3, .new-article h4, .new-article h5, .new-article a{
    -webkit-font-smoothing: antialiased;
}
/* Banner Top */
.new-article .menu-top{
    text-align: center;
    width: 100%;
    margin-top: 24px;
}
.new-article .menu-top ul.menu-info{
    margin: 0 auto;
    padding: 0;
    list-style: none;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.new-article .menu-top ul.menu-info li{
    display: inline-block;
    vertical-align: middle;
    line-height: 20px;
    margin-left: 5px;
}
.new-article .menu-top ul.menu-info li:first-child{
    margin-left: 0px;
}
.new-article .menu-top ul.menu-info li:last-child a{
    text-decoration: none;
}
.new-article .menu-top .menu-info li a{
    font-size: 14px;
    color: #6e6e6e!important;
    font-family: 'IBM Plex Sans', sans-serif;
    text-decoration: underline #6e6e6e;  
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal; 
}
.new-article .menu-top .menu-info a:hover{
    text-decoration: underline #6e6e6e; 
}
.new-article .menu-top .menu-info .menu-conector{
    color: #6e6e6e;
}
.new-article .container h1.title{
    font-family: 'IBM Plex Serif', serif;
    font-size: 48px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #303030;
    width: 100%;
    margin: 24px 0;
}

/* Share buttons */
.new-article .container .redes{
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
}
.new-article .container .redes a{
    margin-right: 16px;
}
.new-article .container .redes a.printer{
    cursor: pointer;
}
.new-article .container .redes a img{
    height: 32px;
    width: 32px;
}

/* General */
.new-article .container .content{
    /*/display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: nowrap;/*/
    padding-top: 40px;
    padding-bottom: 104px;
    display: flex;
    display: -webkit-flex;
    border-top: 1px solid #d6d6d6;
    width: 100%;
    justify-content: space-between;
}
.new-article .container .content .left-side{
    /*/padding: 0;
    flex-grow: 0;
    max-width: 776px; /*/
    overflow: hidden;
    flex: 1;
    max-width: 720px;
}
.new-article .container .content .right-side{
    /*/padding: 0;
    max-width: 300px;
    width: 300px;/*/
    flex: 0 0 300px;
    padding-left: 24px;
}
/* Author and date */
.new-article .container .content .left-side .data-article{
    width: 100%;
    text-align: left;
    padding: 0;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.new-article .container .content .left-side .data-article .data-info{
    text-align: left;
    padding: 0;
    margin-top: 24px;
    display: flex;
    display: -webkit-flex;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
}
.new-article .container .content .left-side .data-article .data-info p{
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    line-height: 1.38;
    letter-spacing: normal;
}
.new-article .container .content .left-side .data-article .data-info p.date{
    margin-left: 6px;
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #303030;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
}
.new-article .container .content .left-side .data-article .data-info p a.author{
    font-family: 'IBM Plex Mono', monospace;
    font-size: 16px;
    color: #1e6bd6!important;
    font-weight: normal;
    line-height: 1.38;
    letter-spacing: normal;
    text-decoration: underline;
}
.new-article .container .content .left-side .data-article img{
    margin-right: 16px;
    width: 72px;
    vertical-align: middle;
    border-radius: 50%;
}
.new-article .container .content .left-side .img-aut{
    margin: 0;
}

/* Resume Article */
.new-article .container .content .left-side .resume{
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #d6d6d6;
}
.new-article .container .content .left-side .resume p{
    font-family: 'IBM Plex Sans', sans-serif;
    font-weight: 300;
    font-size: 25px;
    color: #303030;
    font-weight: 300;
    line-height: 1.6;
    letter-spacing: normal;
    -webkit-font-smoothing: antialiased;
}

/* Article content */
.new-article .container .content .left-side .art-content{
    margin-top: 24px;
    padding-bottom: 40px;
}
.new-article .container .content .left-side .art-content div,
.new-article .container .content .left-side .art-content ol li p,
.new-article .container .content .left-side .art-content ol li,
.new-article .container .content .left-side .art-content ul li p,
.new-article .container .content .left-side .art-content ul li,
.new-article .container .content .left-side .art-content p{
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #303030;
    line-height: 32px;
    font-weight: 300;
}

.new-article .container .content .left-side .art-content ol li p,
.new-article .container .content .left-side .art-content ol li,
.new-article .container .content .left-side .art-content ul li p,
.new-article .container .content .left-side .art-content ul li{
    padding-top: 16px;
}
.new-article .container .content .left-side .art-content a{
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #1e6bd6!important;
    line-height: 32px;
    text-decoration-thickness: from-font;
}
.new-article .container .content .left-side .art-content h2{
    margin-top: 40px;
    margin-bottom: 8px;
    font-family: 'IBM Plex Serif', serif!important;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
    font-weight: bold;
    line-height: normal;
    letter-spacing: normal;
    color: #303030;
}
.new-article .container .content .left-side .art-content h3{
    font-family: 'IBM Plex Serif', serif!important;
    font-size: 22px;
    font-weight: 500;
}
.new-article .container .content .left-side .art-content h4{
    font-family: 'IBM Plex Serif', serif!important;
    font-size: 18px;
    font-weight: 500;
}
.new-article .container .content .left-side .art-content img{
    margin-top: 40px;
    object-fit: cover;
    height: auto;
}
.new-article .container .content .left-side .art-content p.image-source{
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 14px;
    color: #303030;
    line-height: normal;
    margin-bottom: 40px;
    font-style: italic;
}

/* Table format */
.new-article .container .content .left-side .art-content .table-container{
    width: 100%;
    max-width: 100%;
    overflow: auto;
    margin-bottom: 40px;
}
.new-article .container .content .left-side .art-content table.table{
    margin-top: 40px;
    margin-bottom: 40px;
    border: none;
    max-width: 100%;
    overflow-x: auto;
    /* white-space: nowrap; */
    display: table;
}
.new-article .container .content .left-side .art-content table.table tr:nth-child(1) {
    background-color: #1e6bd6;
    color: #fff;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}
.new-article .container .content .left-side .art-content table.table tr:nth-child(1) td,
.new-article .container .content .left-side .art-content table.table tr:nth-child(1) td p{
    color: #fff;
    border: none;
    border-spacing: 0;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    letter-spacing: normal;
}
.new-article .container .content .left-side .art-content table.table tr td {
    padding: 10px 13px;
}
.new-article .container .content .left-side .art-content .table-bordered td p, 
.new-article .container .content .left-side .art-content .table-bordered th p,
.new-article .container .content .left-side .art-content .table-bordered td, 
.new-article .container .content .left-side .art-content .table-bordered th{
    border: none;
    border-spacing: 0;
    color: #303030;
    font-family: 'IBM Plex Sans', sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
}
.new-article .container .content .left-side .art-content table.table tr:nth-child(even) {
    background: #f4f4f4;
}
.new-article .container .content .left-side .art-content table.table td:nth-child(2){
    border: none;
    border-spacing: 0;
    font-weight: 600;
}
/* Sponsor Center*/
.new-article .container .content .right-side .ads-column{
    text-align: center;
    width: 100%;
    height: 100%;
    /*/margin-left: 24px;/*/
}
.new-article .container .content .right-side .sp-center {
    text-align: right;
    margin-right: 24px;
    overflow: hidden;
    margin: 0;
    text-align: left;
}
.new-article .container .content .right-side .sp-center .sponsor-center {
    background: #FFFFFF;
    overflow: hidden;
    border: 1px solid #CCCCCC;
    text-align: left;
    padding: 0;
    margin-bottom: 24px;
    padding-bottom: 24px;
    width: fit-content;
    overflow: hidden;
    display: inline-block;
    margin-left: 0;
}
.new-article .container .content .right-side .sp-center .sponsor-center h3.title{
    color: black;
    line-height: 1.4;
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
    text-align: left;
    margin: 24px 24px 0;
    padding-bottom: 24px;
    font-size: 20px;
}
.new-article .savingforcollege_other_top_leaderboard,
.new-article .savingforcollege_other_bottom_leaderboard{
    text-align: center;
    padding: 24px 0 0;
    overflow: hidden;
    height: 114px;
}
.new-article .savingforcollege_other_bottom_leaderboard{
    margin-bottom: 24px;
}
.new-article .container .content .right-side .savingforcollege_other_right_sponsor_1,
.new-article .container .content .right-side .savingforcollege_other_right_sponsor_2,
.new-article .container .content .right-side .savingforcollege_other_right_sponsor_3{
    text-align: center;
    padding: 0;
    overflow: hidden;
}
.new-article .container .content .right-side .savingforcollege_other_right_wide_skyscraper{
    text-align: right;
	margin-bottom: 24px;
    overflow: hidden;
    min-height: 250px
}
.new-article .container .content .right-side .savingforcollege_other_right_wide_skyscraper_student_loan{
    text-align: right;
	margin-bottom: 24px;
    overflow: hidden;
}
.new-article .container .content .right-side .savingforcollege_other_right_wide_skyscraper_2{
    text-align: right;
	margin-top: 24px;
    overflow: hidden;
    position: sticky;
    top: 20px;
    height: 600px;
}
.new-article .container .content .right-side .savingforcollege_other_right_wide_skyscraper_2 .savingforcollege_studentloan_right_tile_1{
    text-align: right;
	margin-top: 24px;
    overflow: hidden;
}
.new-article .container .content .right-side .savingforcollege_other_right_text_1,
.new-article .container .content .right-side .savingforcollege_other_right_text_2,
.new-article .container .content .right-side .savingforcollege_other_right_text_3{
    text-align: right;
	margin: 0;
    overflow: hidden;
    height: 80px;
}
.new-article .container .content .right-side .savingforcollege_other_right_wide_skyscraper_300x250{
    text-align: right;
	margin: 0;
    overflow: hidden;
    height: 250px;
}
.new-article .sticky_ad {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
}
.new-article  .close {
    cursor: pointer;
    background-color: white;
    border-radius: 5px 5px 0px 0px;
    border: 1px solid #657486;
    font-weight: bold;
    position: absolute;
    top: -40%;
    right: 7.5%;
    height: 20px;
    width: 20px;
    text-align: center;
}
.new-article .close .content{
    height: 15px;
    width: 15px;
    margin: -6px auto;
    font-size: 16px;
    color: #657486;
}

.only-mobile{
    display: none;
}

/*/Button Sliders/*/
.new-article .container .content .left-side .art-content a.jps-next-wrapper,
.new-article .container .content .left-side .art-content a.jps-prev-wrapper{
    height: 44px;
    border: solid 2px #1e6bd6;
    background-color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif!important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
.new-article .container .content .left-side .art-content a.jps-prev-wrapper:hover,
.new-article .container .content .left-side .art-content a.jps-next-wrapper:hover{
    color: #1959b3!important;
    border: solid 2px #1959b3;
}
a.btn.sfc-blue.plan-details,
button.btn.sfc-blue.plan-details{
    width: 104px;
    height: 44px;
    padding: 12px 19px 12px 20px;
    border-radius: 4px;
    border: solid 2px #1e6bd6!important;
    background-color: #ffffff;
    color: #1e6bd6;
    font-family: "IBM Plex Sans", sans-serif!important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}
button.btn.sfc-blue.plan-details:hover{
    color: #1959b3!important;
    border: solid 2px #1959b3;
}
body.page .jps-wrap-content .jps-prev,
body.page .jps-wrap-content .jps-next,
body.single .jps-wrap-content .jps-prev,
body.single .jps-wrap-content .jps-next{
    color: #1e6bd6!important;
    font-weight: 600;
}
body.page .jps-wrap-content:hover .jps-prev, body.page .jps-wrap-content:hover .jps-next, body.single .jps-wrap-content:hover .jps-prev, body.single .jps-wrap-content:hover .jps-next{
    color: #1959b3!important;
    font-weight: 600;
}
button.btn.sfc-blue.plan-details:focus {
    outline: none;
    box-shadow: none;
}
.jps-prev-wrapper::before{
    border-right: 6px solid #1959b3!important;
}
.jps-next-wrapper::before{
    border-left: 6px solid #1959b3!important;
}
.jps-prev-wrapper:hover::before{
    border-right: 6px solid #1959b3!important;
}
.jps-next-wrapper:hover::before{
    border-left: 6px solid #1959b3!important;
}
/*/plan detail button
a.btn.sfc-blue, button.btn.sfc-blue,
a.btn.sfc-blue.plan-details, 
button.btn.sfc-blue.plan-details{
    width: 104px;
    height: 44px;
    padding: 12px 19px 12px 20px;
    border-radius: 4px;
    border: solid 2px #1e6bd6!important;
    background-color: #1e6bd6 ;
    color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif!important;
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    text-align: center;
}/*/
.new-article .container .content #mc_embed_signup .button{
    height: 44px;
    width: 200px;
    border-radius: 4px;
    border: solid 2px #1e6bd6!important;
    background-color: #1e6bd6 ;
    color: #ffffff;
    font-family: "IBM Plex Sans", sans-serif!important;
    font-size: 16px;
    font-weight: 500;
    line-height: normal;
    text-align: center;
}
.new-article .container .content #mc_embed_signup .button:hover{
    background-color: #1959b3;
    border: solid 2px #1959b3!important;
}
.new-article .container .content #mc_embed_signup .button:focus {
    outline: none;
    box-shadow: none;
}
#mc_embed_signup h2{
    font-family: 'IBM Plex Serif', serif!important;
    -webkit-font-smoothing: antialiased;
    font-size: 25px!important;
    font-weight: bold!important;
    line-height: normal;
    letter-spacing: normal;
    color: #303030;
}
#mc_embed_signup .mc-field-group label{
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    color: #303030;
    line-height: 32px;
}
#mc_embed_signup .indicates-required{
    font-family: 'IBM Plex Sans', sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 16px;
    color: #303030;
    line-height: 32px;
}
.for-mobile{
    display: none;
}
/*/---Update tables style--/*/
.wp-block-table{
	overflow: auto!important;
}
.new-article .container .content .left-side .art-content .wp-block-table table tr:nth-child(1),
.new-article .container .content .left-side .art-content .wp-block-table table.table tr:nth-child(1){
    background-color: #1e6bd6!important;
    color: #fff!important;
    font-weight: 500;
}
.new-article .container .content .left-side .art-content .wp-block-table table tr:nth-child(1) p,
.new-article .container .content .left-side .art-content .wp-block-table table.table tr:nth-child(1) p,
.new-article .container .content .left-side .art-content .wp-block-table table tr:nth-child(1) strong,
.new-article .container .content .left-side .art-content .wp-block-table table.table tr:nth-child(1) strong,
.new-article .container .content .left-side .art-content .wp-block-table table tr:nth-child(1) p strong,
.new-article .container .content .left-side .art-content .wp-block-table table.table tr:nth-child(1) p strong{
    color: #fff!important;
    font-weight: 500;
}
@media (max-width: 1185px){
    .new-article .container .content .left-side .data-article .data-info{
        width: 70%;
        padding: 0;
        margin-top: 10px;
    }
    .new-article .container .content .left-side .img-aut {
        width: max-content;
    }
    .new-article .container .content .left-side .data-article .data-info p.date {
        margin-left: 0;
        width: 100%;
    }
}
@media (max-width: 768px) {
    .new-article .container{
        margin-bottom: 0!important;
    }
    .no-mobile{
        display: none!important;
    }
    .only-mobile{
        display: block;
    }
    .new-article .savingforcollege_other_bottom_leaderboard,
    .new-article .savingforcollege_other_top_leaderboard{
        text-align: center;
        padding: 16px 0 0;
        overflow: hidden;
        height: 66px;
        margin-bottom: 16px;
    }
    .new-article .container {
        margin-top: 16px!important;
        border: none!important;
        width: 90%!important;
    }
    .new-article .menu-top{
        margin-top: 16px;
    }
    .new-article .container h1.title{
        margin-top: 18px;
        margin-bottom: 24px;
        font-size: 28px;
    }
    .new-article .container .content{
        padding-top: 24px;
        padding-bottom: 48px;
    }
    .new-article .container .content .left-side{
        width: 100%;
    }
    .new-article .container .content .right-side{
        display: none;
    }
    .new-article .container .content .left-side .data-article .data-info{
        width: 60%;
        padding: 0;
        margin-top: 10px;
    }
    .new-article .container .content .left-side .img-aut {
        width: max-content;
    }
    .new-article .container .content .left-side .data-article .data-info p.date {
        margin-left: 0;
        width: 100%;
    }
    .new-article .container .content .left-side .resume{
        padding-top: 24px;
        padding-bottom: 24px;
    }
    .new-article .container .content .left-side .art-content h2{
        margin-top: 24px;
    }
    .new-article .container .content .left-side .art-content img {
        margin-top: 24px;
        width: 100%;
        height: auto;
        object-fit: contain;
    }
    .new-article .container .content .left-side .art-content p.image-source {
        margin-bottom: 24px;
    }
    /*/---Update tables style--/*/
	.new-article .container .content .left-side .art-content .wp-block-table table {
		min-width: unset;
	}
    .new-article .container .content .left-side .art-content .wp-block-table table td,
    .new-article .container .content .left-side .art-content .wp-block-table table th,
    .new-article .container .content .left-side .art-content .table td,
    .new-article .container .content .left-side .art-content .table th{
        max-width: unset;
        min-width: unset;
    }
    .new-article .container .content .left-side .art-content .wp-block-table table td.mtr-td-tag {
        font-size: 16px;
        font-family: 'IBM Plex Sans';
        font-weight: 400;
    }
    .new-article .container .content .left-side .art-content .wp-block-table table td .mtr-cell-content,
    .new-article .container .content .left-side .art-content .wp-block-table table td .mtr-cell-content a,
    .new-article .container .content .left-side .art-content .wp-block-table table td .mtr-cell-content p,
    .new-article .container .content .left-side .art-content .wp-block-table table td .mtr-cell-content p a,
    .new-article .container .content .left-side .art-content .wp-block-table table td .mtr-cell-content ul li{
        font-size: 16px!important;
        font-family: 'IBM Plex Sans';
        font-weight: 300;
    }
    .new-article .container .content .left-side .art-content .wp-block-table table.mtr-table td[data-mtr-content]:before,
    .new-article .container .content .left-side .art-content .wp-block-table table.mtr-table th[data-mtr-content]:before{
        white-space: normal!important;
    }

    /* SCROLL -- width */
    .new-article .container .content .left-side .art-content ::-webkit-scrollbar {
        width: 20px;
    }
    /* Track */
    .new-article .container .content .left-side .art-content ::-webkit-scrollbar-track {
        box-shadow: inset 0 0 5px grey; 
        border-radius: 10px;
    }
    /* Handle */
    .new-article .container .content .left-side .art-content ::-webkit-scrollbar-thumb {
        background: #1e6bd6; 
        border-radius: 10px;
    }
    /* Handle on hover */
    .new-article .container .content .left-side .art-content ::-webkit-scrollbar-thumb:hover {
        background:#1959b3!important;
    }
    .new-article .container .content .left-side .art-content table.table{
        margin-bottom: 0;
    }
}

@media (max-width: 575px){
    .for-mobile{
        display: block;
    }
}