﻿body {
    padding-top: 60px;
    padding-bottom: 20px;
    position: relative;
    font-family: 'Lato', sans-serif;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 280px;
}

.btn:focus {
    outline: none !important;
    box-shadow: none;
    color: #fff;
}

.btn-secondary:hover {
    color: #fff;
}

.bold {
    font-weight: bold;
}

p {
    line-height: 1.75;
    font-size: 12pt;
}

header {
    height: 50px;
    background: #1f5e9a;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10;
    color: #fff;
}

.header-link {
    color: #fff;
    line-height: 50px;
    font-size: 13pt;
}

    .header-link:hover {
        color: #fff;
    }

    .header-link:visited {
        color: #fff;
    }

.header-title {
    margin-left: 50px;
    line-height: 30px;
    position: absolute;
    top: 0;
    font-size: 13pt;
    display: none;
}

footer {
    background: #1f5e9a;
    color: #fff;
    font-size: 10pt;
    text-align: center;
    padding: 15px;
}

.footer-statement {
    color: #fff;
}

    .footer-statement:hover {
        color: #fff;
        cursor: pointer;
    }

.senate-seal {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 70px;
    transition: .25s;
    margin-top: -40px;
}


.collapsed-seal {
    transition: .25s;
    width: 40px;
    margin-left: 0;
    margin-right: 0;
    margin-top: 5px;
}

#banner {
    width: 100%;
    height: 160px;
    position: fixed;
    top: 60px;
    background: #fff;
    padding-top: 20px;
}

.banner-title {
    font-weight: 600;
}

.navbar-initial {
    background: #fff;
    border-width: 0 0 1px;
    position: relative;
    top: 170px;
    border-top: 1px solid #e0e0e0;
    z-index: 10;
}

.navbar-fixed {
    top: 50px;
    z-index: 100;
    position: fixed;
    width: 100%;
}

.navbar-nav {
    float: none;
    margin: 0 auto;
    display: block;
    text-align: center;
}

    .navbar-nav > li {
        display: inline-block;
        float: none;
    }

        .navbar-nav > li > a {
            color: #003366;
            text-transform: uppercase;
            font-weight: 600;
            font-size: 13pt;
        }

    .navbar-nav li.active a {
        border-bottom: 2px solid #003366;
    }

.carousel {
    height: 300px;
    width: 100%;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.carousel-indicators {
    z-index: 5;
}

.carousel-image {
    width: 100%;
    height: 300px !important;
    object-fit: cover;
}

.carousel-caption {
    background: #2881cc;
    padding: 10px;
    left: 15%;
    max-width: 300px;
    text-shadow: none;
    text-align: left;
    font-size: 14px;
}

.carousel-control.left {
    background-image: none;
}

.carousel-control.right {
    background-image: none;
}

.testimony-name {
    display: block;
    text-align: right;
}

#content {
    width: 100%;
    position: relative;
    top: 150px;
    height: 100%;
    background: white;
    padding-top: 20px;
}

#about {
    padding-top: 30px;
    padding-bottom: 30px;
    position: relative;
    height: 100%;
    color: #000000;
    background-color: #eaf3fc;
}

#apply {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    min-height:500px;
    color: #000000;
    background-color: #fff;
}

/* Two sections in Page Program Details with different background colors 
   Using classes instead of IDs here to not compete with nav which uses IDs
*/
.page-details {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    color: #000000;
    background-color: #f4f4f4;
}

.tlh-photo {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    color: #000000;
    background-color: #d3e9ff;
}

#faq {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    color: #000000;
    background-color: #fff;
}

#contact {
    padding-top: 30px;
    padding-bottom: 30px;
    height: 100%;
    color: #000000;
    background-color: #f4f4f4;
}

.link-color {
    color: #003366;
}

.mobile-menu-button {
    position: absolute;
    top: 0;
    right: 0;
    margin-top:0;
    padding-right: 0;
}

.menu-icon {
    font-size: 18pt;
}

.dropdown-menu-list {
    padding-left: 10px;
    list-style: none;
}

    .dropdown-menu-list > li {
        padding: 10px;
    }

.dropdown-item {
    color: #003366;
    display: block;
}

    .dropdown-item:hover {
        cursor: pointer;
        color: #003366;
    }

.site-message {
    color: #cc0000;
    background: #f4f4f4;
    border-top: 1px solid #bab9b9;
    border-bottom: 1px solid #bab9b9;
    font-size: 13pt;
    vertical-align: middle;
    padding: 10px;
    font-weight: bold;
}

.page-video {
    float: right;
    width: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
    width: fill-available;
}

.section-title {
    padding-bottom: 30px;
}

.benefits-section {
    padding-top: 50px;
}

.benefits-picture {
    width: 263px;
}

.benefits-header {
    color: #003366;
    font-weight: 600;
    font-size: 12pt;
}

.check-icon {
    color: #1f5e9a;
    font-size: 24px;
    vertical-align: middle;
    margin-right: 4px;
}

.indent {
    margin-left: 20px;
}

.timeline-row {
    margin-top: 5px;
    margin-bottom: 15px;
}

.timeline-date {
    background: #1f5e9a;
    color: white;
    width: 40px;
    border-radius: 10px;
    height: 44px;
    text-align: center;
    padding: 0;
    line-height: 1.2;
}

.month {
    text-transform: uppercase;
    font-size: 13px;
    padding-top: 7px;
}

.day {
    font-size: 14px;
    line-height: initial;
}

.margin {
    margin-top: 0;
}

.padding-bottom { 
    padding-bottom: 10px;
}

.apply-btn {
    background: #cc0000;
    color: #fff;
    width: 50%;
    min-width: 200px;
    margin-top: 20px;
}

.apply-btn-disabled {
    background: #999;
    color: #fff;
    width: 50%;
    min-width: 200px;
    margin-top: 20px;
}

    .apply-btn-disabled:hover {
        color: #fff;
        cursor: not-allowed;
    }

.apply-btn:hover {
    color: #fff;
    text-decoration: none;
}

.phone {
    margin-left: 20px;
}

.icon-check-list {
    padding-left: 0;
    max-width: 90%;
}

.icon-check-list li {
    display: block;
}

    .icon-check-list li:before {
        /*Using a Bootstrap icon as the bullet point*/
        content: "\f26a";
        font-family: bootstrap-icons !important;
        float: left;
        color: #1f5e9a;
        font-size: 24px;
        margin-right: 10px;
    }

    .icon-check-list li p {
        padding-left: 34px;
        margin-bottom: 20px;
    }

.tlh-links {
    display: block;
    text-decoration: underline;
    color: #003366;
    margin-top: 10px;
    font-size: 12pt;
}

    .tlh-links:hover {
        color: #003366;
    }

.photo-formatting {
    margin-top: 10px;
    padding-left: 0;
}

.login-btn {
    background-color: #2881cc;
    color: #fff;
    width: 50%;
    margin-top:10px;
    min-width: 240px;
}

.login-btn:hover {
    color: #fff;
    text-decoration: underline;
}

/* Style the buttons that are used to open and close the accordion panel */
.accordion {
    background-color: #eaf3fc;
    cursor: pointer;
    padding: 10px;
    width: 100%;
    text-align: left;
    font-weight: 600;
    border: none;
    font-size: 12pt;
    outline: none;
    transition: 0.4s;
    color: #000;
    border-radius: 5px;
    margin-bottom: 10px;
    line-height: 30px;
}

    /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) 
    .active, .accordion:hover {
        background-color: #ccc;
    }*/

    .accordion:after {
        content: '\f4fe';
        font-family: bootstrap-icons;
        font-size: 26px;
        color: #000;
        float: right;
        margin-left: 5px;
        line-height: initial;
    }

button.accordion.active:after {
    content: "\f2ea";
    font-family: bootstrap-icons;
    font-size: 26px;
    color: #000;
    float: right;
    margin-left: 5px;
    line-height: initial;
}

/* Style the accordion panel. Note: hidden by default */
.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    border: none;
    box-shadow: none;
    -webkit-box-shadow: none;
}

@media only screen and (max-width: 1200px) {
    .carousel-caption {
        left: 10%;
    }

    .benefits-picture {
        width: 220px;
    }

    .phone {
        margin-left: 20px;
    }
}

@media only screen and (max-width: 990px) {
    .carousel-caption {
        left: 3%;
    }

    .benefits-section {
        text-align: center;
    }

    .phone {
        margin-left: 0;
    }
}

@media only screen and (max-width: 767px) {
    .mobile-margin {
        margin-top: 20px;
    }

    #navbar {
        display: none;
    }
}

/* Mobile CSS */
@media only screen and (max-width: 600px) {
    #content {
        top: 130px;
    }

    #about, #apply, #pages, #faq, #contact {
        padding-top: 40px;
    }

    h2 {
        font-size: 16pt;
    }

    h3 {
        font-size: 14pt;
    }

    h4 {
        font-size: 12pt;
    }

    p {
        font-size: 10pt;
    }

    .accordion {
        font-size: 10pt;
    }

    .header-link {
        font-size: 12pt;
    }

    .header-title {
        font-size: 11pt;
        margin-left: 45px;
    }

    .carousel {
        height: 240px;
        width: 100%;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
    }

    .carousel-image {
        height: 240px !important;
    }

    .carousel-caption {
        font-size: 10pt;
        left: 10px;
        right: 0;
        bottom: 10px;
        max-width: 350px;
    }

}

/* Print Settings */
@media print {
    .noprint {
        display: none;
    }
    .print-size {
        width: 25% !important;
    }
    .p {
        page-break-inside: avoid !important;
        page-break-after: auto !important;
    }
    body, h1, h2, h3, ol, ul, div {
        position: relative;
    }
    #content {
        top: 0 !important;
    }
    #banner {
        position: unset !important;
    }
    .icon-check-list li:before {
        color: #1f5e9a !important;
        -webkit-print-color-adjust: exact;
    }
    .mobile-margin {
        margin-top: 20px;
    }
    a[href].print-email:after {
        content: none !important;
    }
    .panel {
        display: inline-block;
        overflow: visible;
    }
    .accordion:after {
        display: none;
    }
    .print-icon {
        width: 15%;
    }
}