/* GENERAL WIDGET PAGE STYLES */
/* EVERYTHING */
input,
select,
a,
textarea,
button,
*:focus{
	outline: none!important;
}

.popular-resources h2{
    width: 100%;
    font-family: 'AvenirNextBold', sans-serif;
    color: #d2d6e5;
    text-transform: uppercase;
    font-size: 13px;
}
.popular-resources h2 hr{

display: inline-block;
width: 75%;
float: right;
margin-top: 8px;
border-color: #eeeeee!important;
color: #eee;
}

span.arrow-right{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left:5px solid #657495;
}
span.arrow-left{
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right:5px solid #657495;
}

.btn.teal-button{
    border-radius: 3px;
    background-color: #1ca8fc;
    border: solid 1px #255ef7;
    padding: 10px 20px;
    text-transform: uppercase;
    color: white;
    font-family: 'AvenirNextBold', sans-serif;
    font-size: 14px;
    margin-top: 15px;
    display: block;
    width: 210px;
    text-align: center;
}
.welcome-widget-page *{
    box-sizing: border-box;
}

.welcome-widget-page > h1,
.welcome-widget-page h1.comp-title{
    color: #1c4c99;
    font-family: 'AvenirNextBold', sans-serif;
    font-size: 15px;
    color: #1c4c99;
    width: 100%;
    text-transform: uppercase;
    border-bottom: 1px #f9c343 solid;
		padding-bottom: 5px;
}
.welcome-widget-page h1.comp-title{
    border-bottom: 0px;
    text-align: center;
    font-size: 18px;
padding-top: 32px;
margin-bottom: 0!important;
}
.welcome-widget-page .sub-intro .header-img{
    height: 400px;
    border: 1px solid #A9B4C2;
    width: 100%;
    background-size: cover!important;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background-clip: border-box;
		overflow: hidden;
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/header-parents.jpg') no-repeat;
    /*text-indent: -99999999999px;*/

}
.welcome-widget-page .sub-intro .header-img.youngest{

    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/savings-head-smallest.jpg') no-repeat;
    /*text-indent: -99999999999px;*/

}
.welcome-widget-page .sub-intro .header-img.oldest{

    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/savings-head-oldest.jpg') no-repeat;
    background-position: 0;
}
.welcome-widget-page .sub-intro .header-img.middle{

    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/savings-head-teen.jpg') no-repeat;
    /*text-indent: -99999999999px;*/

}
.welcome-widget-page .columns .column.first{
    width: 37%;
    padding: 0;
    display: none;
}
.welcome-widget-page .columns .column.first p{
    padding-right: 20px;
    font-family: 'AvenirNext', sans-serif;
    font-size: 15px!important;
    line-height: 1.5!important;
}
.welcome-widget-page .columns .column.last{
    /*width: 62%;*/
    padding: 0px;
    width: 100%;
}
.welcome-widget-page .columns .column.last .left{
    width: 40%;
        height: 100%;
        display: inline-block;
        float: left;
        position: relative;
}
.welcome-widget-page .columns .savings-book-img{
        height: 270px;
        width: 190px;
        /*margin-left: 25px;
        margin-top: -15px;*/
        background-size: contain!important;
        display: block;
        /*float: left;*/
        position: relative;
        background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/familyguide.png') no-repeat;
        margin: 0 auto!important;
        margin-top: -15px!important;
}
.welcome-widget-page .columns .column.last .left .savings-book-img.college-bound{
    background: url('../images/guides/book-college-bound.png') no-repeat;

}
.welcome-widget-page .savings-book-img.checklist{
    background: url('../images/guides/guide-checklist.png') no-repeat;
 }
.welcome-widget-page .columns .column.last .left .savings-book-img.financial-aid-savings{
    background: url('../images/guides/book-putting-savings-to-work.png') no-repeat;

}
.welcome-widget-page .columns .column.last .left .savings-book-img.plan-withdrawal{
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/book-college-bound-vertical.png') no-repeat;

}
.welcome-widget-page .columns .column.last .right{
        width: 60%;
        height: 100%;
        padding-left: 4%;
        display: inline-block;
        float: left;
        position: relative;
        text-align: left!important;
}
.welcome-widget-page .columns .column.last .right h2{
    font-family: 'AvenirNextBold', sans-serif;
    color: black;
    text-transform: uppercase;
    margin-top: 0px;
    font-size: 14px;
}
.welcome-widget-page .columns .column.last .right p{
    font-family: 'AvenirNext', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.welcome-widget-page .columns .column.last .right p{
    font-family: 'AvenirNext', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.welcome-widget-page .popular-resources{
    width: 100%;
}
.welcome-widget-page .popular-resources h2{
    width: 100%;
    font-family: 'AvenirNextBold', sans-serif;
    color: #d2d6e5;
    text-transform: uppercase;
    font-size: 13px;
}
.welcome-widget-page .popular-resources h2 hr{

display: inline-block;
width: 75%;
float: right;
margin-top: 8px;
border-color: #eeeeee!important;
color: #eee;
}
.welcome-widget-page .popular-resources .info-sections {
    width: 100%;
    display: block;
    float: left;
    margin: 15px 0;
}
.welcome-widget-page .popular-resources .half-section {
    width: 48%;
    display: inline-block;
    float: left;
    border: 1px solid  #C1CCDA;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
        min-height: 420px;

}
.welcome-widget-page .popular-resources .full-section {
    width: 100%;
    display: block;
    float: left;
    border: 1px solid  #C1CCDA;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}
.welcome-widget-page .popular-resources .half-section.first {
    float: left;
}
.welcome-widget-page .popular-resources .half-section.last {
    float: right;

}
.welcome-widget-page .popular-resources .info-sections .half-section .resource-title  {
    border-bottom: 1px solid  #C1CCDA;
    width:100%;
    padding-bottom: 15px;
}
.welcome-widget-page .popular-resources .info-sections .full-section .resource-title  {
    width: 45%;
    padding-bottom: 15px;
    display: inline-block;
    height: 100%;
    float: left;
    text-align: left;
}
.welcome-widget-page .popular-resources .info-sections .full-section .resource-title  p{
    text-align: left;
}
.welcome-widget-page .popular-resources .info-sections .full-section .resource-title  h3{
    text-align: left;
    padding: 0px;
}
.welcome-widget-page .popular-resources .info-sections .full-section .resources {
    display: inline-block;
    width: 55%;
    float: left;
    height: 100%;
    border-left: 1px solid  #C1CCDA;
        border-top-right-radius: 5px;
            border-bottom-right-radius: 5px;

}
.welcome-widget-page .popular-resources .info-sections .resource-title{
	padding: 20px;
	min-height: 181px;
}
.welcome-widget-page .popular-resources .info-sections .resource-title h3 {
    font-family: 'AvenirNextBold', sans-serif;
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    color: #425c9c;
    margin: 0 auto;
    text-transform: uppercase;
}
.welcome-widget-page .popular-resources .info-sections .resource-title p {
    font-family: 'AvenirNext', sans-serif;
    font-size: 13px!important;
    text-transform: none!important;
    text-align: center;
    color: #657486!important;
    margin: 0 auto;
}
.welcome-widget-page .popular-resources .info-sections .resources {
 background: #f6f9fa;
 padding: 15px;

}
.welcome-widget-page .popular-resources .info-sections .half-section .resources {
    border-bottom-left-radius: 5px;
        border-bottom-right-radius: 5px;
        min-height: 237px;

}
.welcome-widget-page .popular-resources .info-sections a.resource-info {
 text-transform: none;
 display: block;
 color: #657486;
 padding: 15px 0;
 font-family: 'AvenirNext', sans-serif;
 border-bottom: 1px solid #C1CCDA;
 font-size: 14px;
 padding-left: 40px;

}
.welcome-widget-page .popular-resources .info-sections a.resource-info:hover{
	color: #000;

}
.welcome-widget-page .popular-resources .info-sections a.resource-info span.arrow-right{
text-align: right;
float: right;
display: inline-block;
margin-top: 5px;
}
.welcome-widget-page .popular-resources .info-sections a.resource-info:last-child{
    border-bottom: 0px solid #C1CCDA!important;

}

.welcome-widget-page .popular-resources .info-sections .half-section.ad .resource-title{
	padding: 20px;
	min-height: 350px;
    border-bottom: 0px;
}
.welcome-widget-page .popular-resources .info-sections .half-section.ad  .ad_box{
    margin: 20px auto!important;
    float: none!important;
    display: block!important;
    margin-top: 50px!important;
}




/* WELCOME WIDGET ON HOME PAGE */
/* WELCOME WIDGET ON HOME PAGE */
/* WELCOME WIDGET ON HOME PAGE */
/* WELCOME WIDGET ON HOME PAGE */
#welcome-widget{
    padding-top: 25px;
		clear: both;
        width: 100%;
}
#welcome-widget *{
    box-sizing: border-box;
}
#welcome-widget .welcome-header .welcome-title{
    font-family: 'AvenirNextBold';
    font-size: 16px;
    font-weight: bold;
    color: #1c4c99;
    text-transform: uppercase;
    margin: 0px;
}
#welcome-widget .welcome-header hr{
    border: 1px solid #eee!important;
}
#welcome-widget .welcome-header p{
    font-size: 14px;
}
#welcome-widget .widget-container{
    border: 1px solid #C1CCDA;
    width: 100%;
    display: block;
    min-height: 244px;
    position: relative;
    margin-bottom: 25px;
    border-radius: 3px;
}
#welcome-widget .widget-container .first-question{
    border-right: 1px solid #C1CCDA;
    height: 100%;
    width: 33.3%;
    display: inline-block;
    float: left;
    position: absolute;
}
#welcome-widget .widget-container .first-question .answer label{
    height: 60px;
}
#welcome-widget .widget-container .first-question .answers .answer{
    width: 100%;
    border-top: 1px solid #C1CCDA;
    padding: 0px;
    cursor: pointer;
}
#welcome-widget .widget-container .first-question .answers .answer:hover,
#welcome-widget .widget-container .first-question .answers .answer.checked{
    background: #f6f9fa;
}
#welcome-widget .widget-container .first-question .answers .answer input{
    display: inline-block;
}
#welcome-widget .widget-container .first-question .answers .answer span.arrow-right{
    text-align: right;
    float: right;
    display: inline-block;
    position: relative;
    right: 15px;
    top: -30px;
}
#welcome-widget .widget-container .next-questions{
    height: 100%;
    width: 66.6%;
    display: inline-block;
    float: left;
    background-color: #f6f9fa;
    position: absolute;
    margin-left: 33.3%;
}
#welcome-widget .widget-container .next-questions .second-question,
#welcome-widget .widget-container .next-questions .third-question{
    float: left;
    display: inline-block;
    width: 50%;
    margin: 20px auto;
    padding: 0 20px;
}
#welcome-widget .widget-container .next-questions .third-question .input-error{
	position: absolute;
	top: 47px;
}
#welcome-widget .widget-container .next-questions .third-question{
    border-left: 1px solid #C1CCDA;
}
#welcome-widget .widget-container .next-questions .third-question a.next,
#welcome-widget .widget-container .next-questions .second-question a.next{
    width: 80px;
    padding: 8px 10px;
    float: right;
	margin-top: -30px;
    border-radius: 3px;
    background: #19cc95;
    border:solid 1px #1ea87a;
}
#welcome-widget .widget-container .next-questions .second-question a.next{
    margin-top: -20px!important;
}
#welcome-widget .widget-container .question{
    font-family: 'AvenirNextBold';
    font-size: 13px;
    font-weight: bold;
    color: #425c9c;
    text-transform: uppercase;
}
#welcome-widget .widget-container .question span{
	margin: 0 0 0 10px;
    margin-left: 20px;
    display: inline-block;
    margin-top: -18px;
}
#welcome-widget .widget-container .first-question .question{
    padding: 20px;
    padding-bottom: 0px;
}
#welcome-widget .widget-container fieldset{
    border: 0px solid white;
    padding: 0;
    margin: 0;
}
#welcome-widget .widget-container .answer input[type="number"]{
    -webkit-appearance: none; -moz-appearance: none;
		font-family: 'AvenirNextBold', sans-serif;
    border: 1px solid #C1CCDA;
    padding: 8px 0 5px 0;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    width: 80px;
    text-align: center;
    padding-right: 0px;
    font-size: 24px;
    padding-left: 15px;
    margin-top: 15px;
    display: inline-block;
    float: left;
}
#welcome-widget .widget-container .answer span.text-input-right-addon{
    border: 1px solid #C1CCDA;
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
    text-align: center;
    /*border-left: 0 solid;*/
    margin-left: -1px;
    padding: 15px;
    font-family: 'AvenirNextBold', sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #425c9c;
    margin-top: 15px;
    text-transform: uppercase;
    background-color: #eaf3f7;
    display: inline-block;
    float: left;

}
#welcome-widget .radio-wrap {
  margin: 20px 0;
}
#welcome-widget .radio-wrap label {
  display: block;
  margin: 0px 0;
  padding: 15px 20px;
  cursor: pointer;
}
#welcome-widget .third-question .radio-wrap  label,
#welcome-widget .second-question .radio-wrap  label {
  padding: 0;
}
#welcome-widget .radio-wrap label input{
opacity: 0;
height: 0;
width: 0;
}
#welcome-widget .radio-wrap label input[type="radio"]:checked + span::before {
  background: #fff;
  width: 10px;
  height: 10px;
  padding: 5px;
}
#welcome-widget .radio-wrap label input[type="radio"]:checked + span::after {
  content: '';
  display: block;
  background: #19cc95;
  width: 8px;
  height: 8px;
  border-radius: 15px;
  border: 1px solid #1ea87a;
  position: absolute;
  top: 6px;
  left: 6px;
}
#welcome-widget .radio-wrap label input[type="radio"]:focus + span,
#welcome-widget .radio-wrap label input[type="radio"]:checked + span {
  font-family: 'AvenirNextBold', sans-serif;
}
#welcome-widget .radio-wrap label input.companyonboarding[type="radio"]:checked + span::after {
  top: 5px;
}
#welcome-widget .radio-wrap label span.radiobuttonstyle {
  display: block;
  color: black;
  font-size: 15px;
  /*margin: 15px 2px;*/
  position: relative;
}
#welcome-widget .radio-wrap label span.radiobuttonstyle:before {
  content: '';
  background-color: #fff;
  display: inline-block;
  width: 20px;
  height: 20px;
  /*padding: 10px;*/
  vertical-align: -0.35em;
  border-radius: 1em;
  border: 1px solid #C1CCDA;
  margin-right: 0.75em;
}
#welcome-widget .radio-wrap label span.radiobuttonstyle:before,
#welcome-widget .radio-wrap label span.radiobuttonstyle:after {
  transition: 0.5s ease all;
}
/*#welcome-widget .answer.finance-pro{
    display: none!important;
}*/
#welcome-widget .finance-pro-questions .second-question{
    width: 100%!important;
}
#welcome-widget .input-error{
    display: none;
    float: left;
    padding: 10px 0px;
    color: red


}

#welcome-widget .input-error.input-error-type-of-user{
    position: absolute;
    top: 28px;
    left: 20px;
}

#welcome-widget .input-error.input-error-has-savings{
    position: absolute;
    top: 130px;
}



#slideshow_nav .slide{
    width: 24%!important;
}

@media (max-width: 1070px) {
    #welcome-widget .widget-container .first-question {
        width: 36.3%;
    }
    #welcome-widget .widget-container .next-questions {
        margin-left: 36.3%;
        width: 63.6%;
    }
    #welcome-widget .radio-wrap label{
        padding: 15px;

    }
    #welcome-widget .widget-container .next-questions .second-question,
    #welcome-widget .widget-container .next-questions .third-question {
        padding: 0 15px;
    }
}
@media (max-width: 576px) {
    #middle > #middle_banner{
        display: none;
    }
    #slideshow_nav .small-slide-img {
    height: 70px!important;
    }
    #slideshow_nav .small-slide-text{
    display: none;
    }
    #slideshow_nav .slide{
        width: 22%!important;
        margin-left: 4%!important;
    }
    /*.slick-slider { display: table; table-layout: fixed; width: 100%; }*/
    #slideshow .slick-current { position: absolute!important; left: 0!important; }
#slideshow .slide-text{
    min-height: 130px!important;
    height: auto!important;
}
    .welcome-widget-page .resources-tabs{
        display: none!important;
    }
    .welcome-widget-progress-tracker{
        display: none;
    }
    #body-container{
        margin-top: 0px!important;
    }
    .widget-container{
        min-height: 280px!important;
    }
    #welcome-widget{
        display: block!important;
    }
    #welcome-widget .widget-container .first-question {
        width: 100%;
    }
    #welcome-widget .widget-container .next-questions {
        display: none;
        width: 100%;
        margin-left: 0px;
    }
    #welcome-widget .radio-wrap{
        margin: 10px 0;

    }
    #welcome-widget .radio-wrap label{
        padding: 15px;

    }
    #welcome-widget .widget-container .next-questions .second-question,
    #welcome-widget .widget-container .next-questions .third-question {
        padding: 0 15px;
        width: 100%;
        display: block;
        /*display: none;*/
        border-left: 0px;
        margin-bottom: 0px;
    }
    #welcome-widget .widget-container .next-questions .second-question .answer,
    #welcome-widget .widget-container .next-questions .third-question .answer{
        width: 70%;
    }
    #welcome-widget .widget-container .next-questions .third-question {
        margin-top: 5px;
    }
    #welcome-widget .widget-container .first-question .question {
        height: 75px;
    }
    #welcome-widget .widget-container .next-questions .third-question a.next,
    #welcome-widget .widget-container .next-questions .second-question a.next {
        margin-top: -50px!important;
        z-index: 101;
    }
}
#ask-us-widget{
    display: none;
}
#ask-us-widget *{
    box-sizing: border-box;
    background-clip: border-box;
}
#ask-us-widget{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    height: 450px;
    width: 100%;
    /*max-width: 700px;*/
    position: relative;
    border: 1px solid #a9b4c2;
    margin: 50px auto;
}
#ask-us-widget .left-col{
    width: 40%;
    display: inline-block;
    float:left;
    height: 100%;
    position: relative;
    border-right: 1px solid #a9b4c2;
}
#ask-us-widget .right-col{
    width: 60%;
    display: inline-block;
    float:left;
    padding: 20px;
    position: relative;
    background-color: #f6f9fa;
    height: 100%;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -moz-border-top-right-radius: 4px;
    -moz-border-bottom-right-radius: 4px;
}
#ask-us-widget .author-info{
    position: absolute;
    bottom: 0;
    border-top: 1px solid #a9b4c2;
    text-align: center;
    padding: 20px;
    width: 100%;
    font-size: 14px;
    height: 110px;
    background: transparent;
}
#ask-us-widget .author-info .name{
    font-family: "AvenirNextBold", sans-serif;
    text-transform: uppercase;
    font-size: 18px;
}
#ask-us-widget h2{
    text-transform: uppercase;
    font-family: "AvenirNext-Bold", sans-serif;

}
#ask-us-widget p{
    color: #657495!important;
    border-bottom: 1px solid #657495!important;
    width: 100%;
    padding-bottom: 5px;
}
#ask-us-widget label{
    text-transform: uppercase;
    font-weight: bold;
    color: #657495;
    font-size: 13px;
    font-family: "AvenirNextBold", sans-serif;
    padding-top: 20px;
    display: block;
    padding-bottom: 5px;
    display: inline-block
}
#ask-us-widget span.input-error{
    color: red;
    padding-left: 10px;
    font-size: 12px;
    display: none;
}
#ask-us-widget textarea{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #a9b4c2;
    -webkit-appearance: none; -moz-appearance: none;
    width: 100%;
    padding: 10px;
    height: 100px;
    resize: none;
    display: block;

}
#ask-us-widget input{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #ffffff;
    box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.15);
    border: solid 1px #a9b4c2;
    -webkit-appearance: none; -moz-appearance: none;
    display: block;
    padding: 10px;
    width: 70%;
}
#ask-us-widget a.btn{
    float: right;
    width: auto!important;
    font-size: 14px;
}
#ask-us-widget .author-img{
    display: block;
    height: 100%;
    bottom: -61px;
    position: absolute;
    width: 100%;
    /*background-size: contain;*/
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/boswell-whitebg.png') no-repeat;
    background-position: top center;

}
#ask-us-widget .success-container {
    display: none;
    padding-top: 50px;
    text-align: center;
}
/*#ask-us-widget .input-container {
    display: none;

}*/


#ask-us-widget .success-container p{
    text-decoration: none;
    border-bottom: 0!important;
}
#ask-us-widget .success-container img{
padding-bottom: 20px;
}
#ask-us-widget .success-container p.bottom-divide{
    border-bottom: 1px solid #657495!important;
    padding-bottom: 15px;
}
#ask-us-widget .success-container ul{
    text-align: left;
    color: #657495!important;
}
#ask-us-widget .success-container ul li a{
        color: #657495!important;
        text-decoration: none;
}
#ask-us-widget .success-container ul p{
    margin-left: -20px;
    margin-bottom: 10px;
}
#ask-us-widget .success-container li{
    padding-bottom: 5px;
}
#global-progress-container{
    position: relative;
    /*display: none /* temporarily hiding */*/
}
#progress-bar{
    width: 90%;
    height: 8px;
    border-radius:  10px;
    background-color: #f9faff;
    border: solid 1px #ced3e1;
    box-sizing: border-box;
    margin: 15px auto;

}
#progress-bar .progress{
    border-radius: 10px;
    background-color: #1ca8fc;
    border: solid 1px #255ef7;
    box-sizing: border-box;
    width: 0%;
    height: 8px;
    display: block;
		margin: -1px 0 0 -1px;
    color: #585c66!important;
		cursor: pointer;
        -webkit-transition: all 2.5s linear;
        -moz-transition: all 2.5s linear;
        -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-20{
    width: 20%;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-40{
    width: 40%;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-60{
    width: 60%;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-80{
    width: 80%;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-100{
    width: 100%;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}
#global-progress-container #progress-bar .progress-0{
    width: 0%!important;
    -webkit-transition: all 2.5s linear;
    -moz-transition: all 2.5s linear;
    -o-transition: all 2.5s linear;
}

.light-gray-tooltip{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f9fa;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #a9b4c2;
    margin: 0 auto;
    padding: 15px;
    position: absolute;
    border: solid 1px #a9b4c2;
    margin: 0 auto;
    padding: 15px;
    position: absolute;

}

.progress-tooltip{
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #f6f9fa;
    box-shadow: 0 -1px 3px 0 rgba(0, 0, 0, 0.1);
    border: solid 1px #a9b4c2;
    position: absolute;
    width: 79%;
    margin: 0 auto;
    padding: 15px;
    left: 6%;
    display: block;
    opacity: 0;
    transition: all 3s linear;
       -webkit-transition: all 3s linear;
       -moz-transition: all 3s linear;
       -o-transition: all 3s linear;


    /*padding-bottom: 5px;*/
}
#global-progress-container .progress-tooltip.shown{
    opacity: 1;
    transition: all 3s linear;
       -webkit-transition: all 3s linear;
       -moz-transition: all 3s linear;
       -o-transition: all 3s linear;
}
#global-progress-container .progress-tooltip .progress-row{
    width: 100%;
    padding-bottom: 0px;
    padding-top: 0;
    height: 30px;
}
#global-progress-container .progress-tooltip .progress-row:last-child .status-info{
    border-bottom: 0px solid #a9b4c2;
}
#global-progress-container .progress-tooltip .progress-row .status{
    height: 100%;
    width: 40px;
    display: inline-block;
    float: left;
    padding-top: 5px;
}
#global-progress-container .progress-tooltip .progress-row .status-info{
    height: auto;
    width: 210px;
    display: inline-block;
    float: left;
    border-bottom: 1px solid #a9b4c2;
    font-size: 13px;
    color: #585c66!important;
    padding-bottom: 5px;
    min-height: 20px;
    text-decoration: none;
    padding-top: 10px;
}
#global-progress-container .progress-tooltip .progress-row .status-info:hover{
    text-decoration: underline;
}
#global-progress-container .progress-tooltip .progress-row .status-info:visited{

}
#global-progress-container .progress-tooltip .progress-row .status .status-icon{
    height: 30px;
    width: 30px;
    display: inline-block;
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/checkmark-empty.png') no-repeat;

}
#global-progress-container .progress-tooltip .progress-row.visited-true .status .status-icon{
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/checkmark_green.png') no-repeat;

}
.tooltip-arrow-up {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #a9b4c2;
  position: absolute;
    top: -10px;
    right: 48%;
    display:block;
}
.tooltip-arrow-up::after{
    content: '';
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f6f9fa;
    position: absolute;
    top: 1px;
    right: 48%;
    display: block;
    margin-right: -10px;
}

.welcome-widget-page a .status-icon{
    height: 30px;
    width: 30px;
    display: inline-block;
        margin-left: -40px;
        position: absolute;
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/checkmark-empty.png') no-repeat;

}
.welcome-widget-page a.visited-true .status-icon{
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/checkmark_green.png') no-repeat;

}

.welcome-widget-progress-tracker {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.05);
    border: solid 1px #a9b4c2;
    width: 100%;
    position: fixed;
    top: 0;
    background: white;
    margin: 0 auto;
    left: 0;
    z-index: 999999;
    height: 55px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;

}
.welcome-widget-progress-tracker.first-time{
    margin-top: -56px;
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}
.welcome-widget-progress-tracker.last-time{
    -webkit-transition: all 0.5s linear;
    -moz-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
}


.welcome-widget-progress-tracker > div {
    display: inline-block;
}
.welcome-widget-progress-tracker .progress-tracker-bar {
    width: 50%;
    position: relative;
    padding: 15px;
    padding-top: 10px;
}
.welcome-widget-progress-tracker .progress-tracker-bar #progress-bar{
width: 100%;
margin: 5px auto;
}
.welcome-widget-progress-tracker .heading h2,
.welcome-widget-progress-tracker .heading span {
    display: inline-block;
    float: left;
}
.welcome-widget-progress-tracker .heading span {
    position: absolute;
    display: block;
    float: right;
    right: 15px;
    top: 20px;
    font-family: AvenirNext;
  font-size: 13px;
  font-weight: normal;
  text-align: center;
  color: #657486;
  text-decoration: underline;
  cursor: pointer;
}
.welcome-widget-progress-tracker .heading h2{
    font-family: Montserrat;
font-size: 15px;
font-weight: bold;
color: #a9b4c2;
padding-left: 20px;
text-transform: uppercase;
padding-top: 7px;

}
.welcome-widget-progress-tracker .heading h2 a{
    color: #a9b4c2;

}
.welcome-widget-progress-tracker .heading {
    width: 40%;
    background-color: #f6f9fa;
    position: relative;
    height: 55px;
    /*-webkit-transition: all 1s linear;
    -moz-transition: all 1s linear;
    -o-transition: all 1s linear;*/

}
.welcome-widget-progress-tracker.first-time .heading,
.welcome-widget-progress-tracker.first-time .content{
    margin-top: -57px;
}
.welcome-widget-progress-tracker .heading.no-prev,
.welcome-widget-progress-tracker .heading.no-next {
    width: 60%;

}
.welcome-widget-progress-tracker .heading.no-next {
    width: 65%;

}
.welcome-widget-progress-tracker .content.no-prev {
    width: 40%;

}
.welcome-widget-progress-tracker .content.no-next {
    width: 35%;

}
.welcome-widget-progress-tracker .content.no-prev .progress-tracker-bar,
.welcome-widget-progress-tracker .content.no-next .progress-tracker-bar {

    width: 65%;
    border-left: 1px solid #a9b4c2;
    height: 100%;

}
.welcome-widget-progress-tracker .content.no-next .progress-tracker-bar {
    width: 100%;
    border-left: 1px solid #a9b4c2;
    height: 100%;

}
.welcome-widget-progress-tracker .content.no-prev .next-button {
    width: 35%;

}
.welcome-widget-progress-tracker .content.no-next .back-button {
    width: 35%;

}

.welcome-widget-progress-tracker .next-button,
.welcome-widget-progress-tracker .back-button {
    position: relative;
    height: 100%;
    width: 25%;
    text-align: center;
    font-size: 13px;
}
.welcome-widget-progress-tracker .progress-tracker-bar,
.welcome-widget-progress-tracker .next-button{
    float:right!important;
}

/*.welcome-widget-progress-tracker .next-button a,
.welcome-widget-progress-tracker .back-button a{
height: calc(100% + 2px);
    display: block;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    padding: 20px 10px;
margin-top: -1px;
font-family: AvenirNextBold;


}*/

.welcome-widget-progress-tracker .next-button a,
.welcome-widget-progress-tracker .back-button a{
    background: white;
    height: 57px;
    color: #a9b4c2;
    border: 1px solid #a9b4c2;
    text-align: center;
    text-transform: uppercase;
font-size: 13px;
padding: 20px 10px;
margin-top: -1px;
font-family: 'AvenirNextBold',sans-serif;
padding-bottom: 19px;
display: inline-block;
width: 100%;
box-sizing: border-box;


}
.welcome-widget-progress-tracker .back-button.disabled a{
    background: #a9b4c2;
    height: auto;
    color: white;
    border: 1px solid #a9b4c2;
}
.welcome-widget-progress-tracker .back-button.disabled a span.arrow-left{
    border-right-color: white;

}
.welcome-widget-progress-tracker .next-button a{
    background-color: #1ca8fc;
    border: solid 1px #255ef7;
    color: white;
    text-align: center;
    border-top: 0px;
    border-right: 0px;


}
.welcome-widget-progress-tracker .next-button a span.arrow-right{
    border-left-color: white;
    display: block;
    position: absolute;
right: 20px;
top: 23px;

}
.welcome-widget-progress-tracker .back-button a span.arrow-left{
    border-right-color: #a9b4c2;
    display: block;
    position: absolute;
left: 13px;
top: 23px;

}
.welcome-widget-progress-tracker .content{
    width: 60%;
right: 0;
text-align: right;
position: absolute;
display: inline-block;
height: 55px;

}
.welcome-widget-progress-tracker .content > *{
float: left;
    box-sizing: border-box;
}

.welcome-widget-progress-tracker .next-article {
    text-align: left;
    position: absolute;
    left: 0;
    font-family: 'AvenirNext', sans-serif;
    font-size: 14px;
    position: relative;
    display: block;
    color: #657486;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.welcome-widget-progress-tracker .next-article span{
    font-family: 'AvenirNextBold',sans-serif;
    font-weight: bold;
    color: #657486;

}
.whats-this-tooltip{
    top: 50px;
    right: -95px;
    z-index: 9999;
    display: none;
    max-width: 250px;
}
#body-container{
    margin-top: 0px;
    -webkit-transition: all 0.5s linear; -moz-transition: all 0.5s linear;  -o-transition: all 0.5s linear;
}
@media (max-width: 768px) {
    .welcome-widget-page  .column.last .left,
    .welcome-widget-page  .column.last .right{
        width: 100%!important;
        padding-bottom: 20px;
        padding-left: 0px!important;
        padding-right: 0px!important;
    }
    .welcome-widget-page  .column.last .right a.btn{
        width: 100%;
    }
    .welcome-widget-page .columns .column.first {
        border-right: 0px!important;
    }
    .welcome-widget-page .columns .column.first p{
        padding-right: 0px!important;
    }
    #sfc-widget-download-guide{
        display: none;
    }
    .info-sections .half-section{
        width: 100%!important;
        margin-bottom: 20px;
        min-height: 100px!important;
    }
    .info-sections .full-section .resource-title,
    .info-sections .full-section .resources {
        width: 100%!important;
    }
    .info-sections .full-section .resource-title h3,
    .info-sections .full-section .resource-title p{
        text-align: center!important;
    }
    .info-sections .full-section .resources {
        border-left: 0px!important;
        border-top: 1px solid #C1CCDA;
        border-top-right-radius: 0px!important;
        border-bottom-right-radius: 5px!important;
        border-bottom-left-radius: 0px!important;


    }
    .info-sections .half-section .resource-title,
    .info-sections .full-section .resource-title,
    .info-sections .half-section .resources,
    .info-sections .full-section .resources{
        min-height: auto!important;
    }
    .sfc-widget-protected-content{
        padding: 0px!important;
    }
    .popular-resources hr{
        width: 100%!important;
    }
    #content #sidebar {
        border-left: 0px!important;
    }
    .welcome-widget-page .header-img{
        display: none;
    }
}








/* Featured Box on 529 plan detail page */
#main > h3{
    clear: both;
}
.featured-box.book{
    width: 300px;
}
.featured-box .book_download_container{
    padding: 10px;

}
.featured-box .book_download_container .error{
    color: red;
    font-size: 12px;
    display: none;
    position:relative;
    top: -5px;
}
.featured-box .book_download_container h3{
font-family: AvenirNextBold, sans-serif;
font-size: 13px;
font-weight: 700;
color: #425c9c;
border-bottom : solid 1px #fbbc05;
text-align: left;
}
.featured-box .book_download_container p{
    padding: 0px;
}
.featured-box .book_download_container .middle-content{

}
.featured-box .book_download_container p.get-free-copy{
    font-family: AvenirNextBold, sans-serif;
    font-size: 14px;
}
.featured-box .book_download_container .middle-content .growing-book-img{
width: 46%;
float: left;
background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/growing-your-practice-book.png') no-repeat;
background-size: contain;
height: 170px;
display: inline-block;
margin-right: 4%;
}
.featured-box .book_download_container .middle-content p{
width: 50%;
margin-top: 0px!important;
float: left;
/*background: black;*/
display: inline-block;
/*margin-left: 2%;*/
}
.featured-box .book_download_container input.email_address{
    border-radius: 2px;
    font-family: AvenirNextDemiBold, sans-serif;

background-color: #ffffff;
box-shadow: inset 0 1px 4px 0 rgba(0, 0, 0, 0.15);
border: solid 1px #a9b4c2;
padding: 15px;
display: block;
width: 88%;
font-size: 15px;
margin-top: 10px;
}
.featured-box .book_download_container label{
    font-family: AvenirNextDemiBold, sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    color: #000000;
    padding: 10px 0px;
    padding-bottom: 10px;
    width: 100%;
    display: block;
    clear: both;
    padding-top: 30px;
}
.featured-box .book_download_container a{
    margin-top: 5px;
    width: auto;
    padding: 15px;

}

.featured-box .book_download_container.success {
text-align: center;
padding-top: 75px;
padding-bottom: 75px;
display: none;

}
.featured-box .book_download_container.success p.thanks{
text-align: center;
font-family: AvenirNextBold, sans-serif;
font-size: 14px;

}
.featured-box .book_download_container.success a.close{
text-decoration: underline;
color: black;

}
.featured-box .book_download_container.success .checkmark_green{
background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/tick-circle-seagreen@2x.png') no-repeat;
height: 100px;
background-size: contain;
margin: 20px auto;
width: 100px;
}







/* Comparison banner */


.comparison-banner {
		overflow: hidden;
    border-bottom: 1px solid #ced3e1;
    margin-bottom: 30px;
    padding-bottom: 30px;
    position: relative;
    width: 100%;
}
.welcome-widget-page .comparison-banner{
    height: 240px;
}
.comparison-banner .compare-img {
    width: 280px;
    height: 212px;
    display: inline-block;
    position: relative;
    float: left;
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/comparison-tease.png') no-repeat;
    background-size: contain;
}

.comparison-banner .pro-evaluator-img {
    width: 280px;
    height: 212px;
    display: inline-block;
    position: relative;
    float: left;
    background: url('https://s3-us-west-2.amazonaws.com/webresources.savingforcollege.com/images/tease-evaluator.png') no-repeat;
    background-size: contain;
}

.comparison-banner .banner-content span.pro-item {
    display: inline-block;
    text-transform: uppercase;
    background: #FB0003;
    color: #FFFFFF;
    margin: -5px 0 0 2px !important;
    padding: 2px 6px;
    font-weight: bold;
    font-size: 8px;
    font-family: 'AvenirNextBold';
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    text-decoration: none;
}

.comparison-banner .banner-content {
    width: calc(100% - 300px);
    float: left;
    display: inline-block;
    height: auto;
    /*padding-left: 20px;*/
}

@media only screen and (max-width: 576px) {
  .comparison-banner .pro-evaluator-img{
    float: none !important;
    display: block !important;
    margin: 0px auto !important;
   }
   .comparison-banner .compare-img{
    float: none !important;
    display: block !important;
    margin: 0px auto !important;
   }
  .comparison-banner .banner-content {
    width: 80%;
    float: none;
    display: block;
    margin: 20px auto;
  }
}

.comparison-banner .banner-content h3{
    font-family: AvenirNextBold;
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    text-transform: uppercase;
    /*margin-top: 0px;*/
    margin-bottom: 5px;
    border-bottom: 0px!important;
}
.comparison-banner .banner-content h2{
    font-family: AvenirNextDemiBold!important;
    font-size: 24px;
    font-weight: 600;
    color: #000000;
    margin-top: 0px;
    width: 80%;
    margin-bottom: 9px;
    text-transform: none!important;

}
.comparison-banner .banner-content h3 span{
text-decoration: underline;
}
