/*
* Created By: MDC Web Services
* Description:  
* Revised:
*/


/*Masthead Code*/

body {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
}

.title-name h1 {
    font-size: 24px;
    margin: 0;
}

.site-masthead {
    background-image: url("../img/site-bg.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-color: #1565c0;
    color: #fff;
}

.title-name.title-background span {
    background-color: rgba(0, 0, 0, 0.3);
    padding-left: 12px;
    padding-right: 12px;
}

section.prelude {
    margin-top: 20px;
}

.featured-panel {
    background-color: transparent;
}

.featured-panel .cta-section-content>img {
    height: auto;
}

.clipper {
    overflow: hidden;
}

.media h3 a {
    color: inherit;
    text-decoration: none !important;
}




/*Payment Plan page*/

#siteContent.payment-plan {
    background-color: #fff;
}

.payment-plan #getting-started {
    background-color: #f0ecea;
}

.payment-plan .featured-panel .cta-section {
    background-color: #f3f5ef;
}

#getting-started ul li:first-child {
    font-weight: bold;
    list-style: none;
}





/*Target Dates*/

section.target-dates {
    text-align: center;
}

body section.target-dates .highlight {
    position: relative;
    color: #fff;
    background-color: #000;
    background-size: cover;
}

section.target-dates .content {
    position: relative;
    z-index: 1;
}

section.target-dates .content>p>strong {
    font-weight: normal;
    letter-spacing: 1px;
}

.tint {
    background-color: rgba(0, 0, 0, 0.75);
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.fl-prepaid .featured-panel .cta-section {
    background-color: #fafaf8;
}

.fl-prepaid .featured-panel .cta-section h3 {
    font-size: 1.2em;
    font-weight: bold;
}

.fl-prepaid .prelude {
    /*text-align: center;*/
    background-color: #ecf5fd;
}

.fl-prepaid .prelude p {
    text-align: left;
}

.fl-prepaid .prelude img {
    /*max-width: 800px;
    min-width: 450px;
    width: 70%;*/
    margin: 1.5em auto;
}



/*
.fl-prepaid .featured-panel .row {
    position: relative;
    border-bottom: 1em solid #9d3b45;
}
*/


/*
.fl-prepaid .ribbon {
    background-color: #f6f0f0;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3%;
}
*/


/*Overrides*/

.cta-section-container {
    position: static;
}

main .cta-section {
    /* height: auto; */
}

.featured-panel .btn-primary {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    /* background: #c2d83c; */
    color: #3c440d;
    font-weight: bold;
    font-size: 24px;
    margin: 25px 0;
    text-decoration: none !important;
    display: block;
    text-align: center;
}

/* .featured-panel .btn-primary:hover {
    background-color: #cee540;
} */




/*Responsive Media Queries */

@media (max-width: 640px) {
    .pay-schedule td.title {
        color: #31708f;
        background-color: #d9edf7 !important;
        border-color: #bce8f1 !important;
    }
    .pay-schedule table tbody td:nth-child(odd) {
        background-color: #eee;
    }
    section.target-dates .highlight {
        background: url("../img/calendar-bg_scale-w_400.jpg") no-repeat center bottom;
    }
    .featured-panel .cta-section-content {
        padding: 30px;
        font-size: 16px;
        line-height: 28px;
    }
    .featured-panel .cta-section-content>img {
        min-width: 150px;
        max-width: 100%;
        width: 200px;
    }
    .featured-panel .cta-section-content h3 {
        font-size: 24px;
        font-weight: normal;
    }
}

@media (width: 640px) {
    .pay-schedule table thead tr th {
        border-right: 1px solid #ccc;
        text-align: center;
    }
    .pay-schedule table,
    .pay-schedule table td {
        border: 1px solid #ccc;
        text-align: center;
    }
}

@media (min-width: 641px) {
    /*Pay Schedule*/
    .pay-schedule table,
    .pay-schedule table td {
        border: 1px solid #ccc;
        text-align: center;
    }
    .pay-schedule table thead tr th {
        border-right: 1px solid #ccc;
        text-align: center;
    }
}

@media (min-width: 640px) and (max-width: 767px) {
    section.target-dates .highlight {
        background: url("../img/calendar-bg_scale-w_678.jpg") no-repeat center bottom;
    }
    .featured-panel .cta-section-content {
        padding: 30px;
        width: 90%;
        margin: auto;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    .featured-panel .cta-section-content>img {
        width: 200px;
    }
    .featured-panel .cta-section-content h3 {
        font-size: 35px;
        font-weight: normal;
    }
    .featured-panel .cta-section-content ul {
        list-style: none;
        font-size: 1.3em;
        padding-left: 0;
    }
    .featured-panel .clipper {
        height: 300px;
    }
    .featured-panel .clipper img {
        position: relative;
        top: -40px;
    }
    .fl-prepaid .featured-panel .cta-section-content {
        text-align: left;
    }
    .fl-prepaid .prelude .table-alignment,
    .fl-prepaid .cancel {
        padding: 30px;
        width: 90%;
        margin: auto;
    }
}

@media (max-width: 767px) {
    .site-masthead {
        padding: 10px 0;
    }
    #getting-started {
        text-align: center;
        padding-top: 0 !important;
    }
    #getting-started h3 {
        font-size: 26px;
        margin-top: 15px;
    }
    #getting-started ul li:first-child {
        font-size: 1.1em;
        line-height: 2.1em;
    }
    #getting-started ul {
        margin-bottom: 20px;
    }
    section.target-dates .highlight {
        padding: 20px 10px;
    }
    .target-dates .highlight h2 {
        font-size: 28px;
        font-size: 7vw;
    }
    .tablesaw-stack td .tablesaw-cell-label,
    .tablesaw-stack th .tablesaw-cell-label {
        width: 70%;
    }
    section.target-dates .highlight {
        text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);
    }
}





/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) {
    .title-area {
        width: 100%;
        position: relative;
    }
    .title-container {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        display: table;
    }
    .title-name {
        display: table-cell;
        vertical-align: middle;
    }
    section.target-dates .highlight {
        background: url("../img/calendar-bg.jpg") no-repeat center bottom;
        text-shadow: 2px 1px 2px rgba(0, 0, 0, 0.75);
        background-attachment: fixed !important;
    }
    section.target-dates .content p>strong {
        font-size: 17px;
    }
    section.target-dates .highlight .tint {
        background-color: rgba(0, 0, 0, 0.55);
    }
}

@media (max-width: 990px) {
    section.plan-details .info {
        margin-bottom: 20px;
    }
    #getting-started {
        text-align: center;
    }
    section:not(.featured-panel) {
        padding-bottom: 25px;
    }
    section#getting-started ul {
        padding-left: 0;
        list-style: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .title-area {
        height: 120px;
    }
    .title-container {
        height: 120px;
    }
    .title-name h1 {
        font-size: 37px;
    }
    #getting-started h3 {
        font-size: 26px;
    }
    #getting-started ul li:first-child {
        font-size: 1.2em;
        line-height: 2.1em;
    }
    #getting-started .btn-primary {
        width: 50%;
    }
    section.target-dates .highlight {
        padding: 20px 10px;
        background: url("../img/calendar-bg_scale-w_905.jpg") no-repeat center bottom;
    }
    section.target-dates .highlight h2 {
        font-size: 36px;
        font-size: 5vw;
    }
    .featured-panel .cta-section-content {
        padding: 30px;
        width: 90%;
        margin: auto;
        text-align: center;
        font-size: 16px;
        line-height: 28px;
    }
    .featured-panel .cta-section-content>img {
        width: 200px;
    }
    .featured-panel .cta-section-content h3 {
        font-size: 35px;
        font-weight: normal;
    }
    .featured-panel .cta-section-content ul {
        list-style: none;
        font-size: 1.3em;
        padding-left: 0;
    }
    .clipper {
        height: 363px;
    }
}

@media (min-width: 992px) {
    section {
        margin-bottom: 40px;
    }
    .featured-panel .cta-section-container {
        width: 80%;
        margin: auto;
        height: 442px;
    }
    .featured-panel [class*="col-"]:nth-child(1) {
        padding-right: 0;
        /* padding-left: 0; */
    }
    .featured-panel [class*="col-"]:nth-child(2) {
        /* padding-right: 0; */
        padding-left: 0;
    }
    .featured-panel .cta-section-content {
        padding-right: 0;
    }
    .featured-panel .cta-section-content h3 {
        font-weight: normal;
    }
    .featured-panel .cta-section-content ul {
        padding-left: 14px;
    }
    .featured-panel .btn-primary {
        font-size: 24px;
        width: 58%;
    }
    section#getting-started {
        padding: 40px 0px;
    }
    section#getting-started h3 {
        font-size: 29px;
        margin-bottom: 24px;
    }
    #getting-started ul li:first-child {
        font-size: 1.3em;
        line-height: 2.1em;
        margin-left: -14px;
    }
    #getting-started ul:nth-child(2) li:first-child {
        margin-left: -20px;
    }
    #getting-started ul li:first-child .glyphicon {
        font-size: 1.7em;
        position: relative;
        top: 11px;
    }
    section.target-dates .highlight {
        padding: 40px 10px;
    }
    section.target-dates .highlight h2 {
        font-size: 42px;
    }
    section.plan-details .decor {
        margin-left: 4%;
    }
    section.plan-details .decor p {
        min-height: 100px;
        background-color: #999;
        width: 1px;
        margin: auto;
    }
    #getting-started .btn-primary {
        width: 25%;
    }
    .table-alignment {
        display: table;
    }
    .table-alignment .vertical-align {
        display: table-cell;
        vertical-align: middle;
    }
}





/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
    .title-area {
        height: 140px;
    }
    .title-container {
        height: 140px;
    }
    .title-name h1 {
        font-size: 48px;
    }
    .featured-panel .cta-section-content>img {
        width: 151px;
    }
    .featured-panel .cta-section-content {
        font-size: 15px;
    }
    section.target-dates .highlight {
        background: url("../img/calendar-bg_scale-w_1013.jpg") no-repeat center bottom;
    }
}





/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {
    .title-area {
        height: 180px;
    }
    .title-container {
        height: 180px;
    }
    .title-name h1 {
        font-size: 60px;
    }
    .featured-panel .cta-section-content {
        font-size: 18px;
    }
    .featured-panel .cta-section-content>img {
        width: 187px;
    }
    .featured-panel .cta-section-content h3 {
        font-size: 36px;
    }
    /*Getting Started*/
    #getting-started {
        padding: 20px 0;
    }
    section.target-dates .highlight {
        background: url("../img/calendar-bg.jpg") no-repeat center bottom;
    }
}

	.media-object {
		height:35%;
	}

@media (min-width: 420px) and (max-width: 991px) {
	.media-object {
		display:none;
	}
	.media-left,
	.media>.pull-left {
    padding-right: 0px;
	} 
}


/*Masthead Navigation*/

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #1e88e5;
    -webkit-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.19);
    -moz-box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.19);
    box-shadow: inset 0px 0px 6px 3px rgba(0, 0, 0, 0.19);
}

.related-content p {
    margin-bottom: 20px;
}