﻿body {
    min-width: auto;
}

.military-program {
    margin: 0 40px;
}

.copy-text {
    font-size: 17px;
}

.sup {
    padding-left: 1px;
}

.btn.btn-success {
    margin-bottom: 30px;
}

.img-container {
    position: relative;
}

.img-container img {
    width: 100%;
}

.img-container .mobile-header-img {
    display: none;
}

.img-container .img-body-container {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    text-align: center;
}

.img-container .title, .img-container .description {
    position: absolute;
    color: white;
}

.img-container .title {
    left: 25%;
    font-size: 45px;
    line-height: 55px;
    text-transform: uppercase;
    max-width: 60%;
    font-weight: 900;
    top: 20%;
}

.img-container .title sup {
    font-size: 24px;
}

.img-container .description {
    font-size: 20px;
    max-width: 80%;
    left: 10%;
    bottom: 20px;
}

.program-description {
    background-color: #000;
    color: white;
    text-align: center;
    margin-top: -5px;
}

.program-description h2 {
    color: #ffc82f;
    font-size: 25px;
    margin: 10px 0;
    text-transform: uppercase;
    width: 60%;
    margin:0 auto;
}

.program-description h2, .program-description p {
    width: 60%;
    padding: 10px 0;
    margin: 0 auto;
}

.program-description .fa {
    font-size: 14px;
    margin-right: 5px;
    vertical-align: top;
}

.dewalt .program-description strong {
    color: #FFB805;
}

.program-description strong {
    color: #ffc82f;
}



.social-program-description p {
    background-color: black;
    color: white;
    padding: 1rem;
    width: 100%;
}

.social-program-description a,
.social-program-description a:active,
.social-program-description a:visited {
    color: white;
    font-weight: bold;
}

.social-program-description a:hover {
    text-decoration: underline;
}

.form-control {
    font-size: 14px;
    padding: 6px 12px;
    border: 1px solid #000;
    width: 100%;
}

select.form-control, input.form-control {
    height: 34px;
}

.custom-list {
    list-style-type: disc;
    padding-left: 16px;
    line-height: 25px;
    margin-bottom: 20px;
}

.custom-list li {
    font-size: 16px;
}


.line-yellow {
    margin: 40px 0;
    border-top: 3px solid #ffc82f;
}

p {
    margin-bottom: 10px;
}

.title-txt {
    margin: 0 0 20px 0;
    text-align: center;
    font-weight: bold;
}

.upload-txt {
    margin-top: 20px;
}

.form-group {
    margin-bottom: 15px;
}

.file-upload {
    margin: 20px 0;
}

.cancel-btn {
    margin-left: 10px;
}

.el-hidden {
    display: none;
}

.custom-link {
    color: #000000;
}

.custom-link:hover {
    text-decoration: underline;
}

@media screen and (max-width: 751px) {
    .page:first-child {
        padding: 0;
    }

    .page:not(:first-child) {
        padding: 0 0 40px 0;
    }

    .body-content {
        padding: 0;
    }

    .img-container .mobile-header-img {
        display: block;
    }

    .img-container .desktop-header-img {
        display: none;
    }

    .img-container {
        padding: 0;
    }
}

@media screen and (max-width: 992px) {
    .img-container h1 {
        font-size: 35px;
    }
    .img-container .title, .img-container .description {
        left: 0;
        padding: 0 10px;
        max-width: 100%;
    }

    .img-container .title {
        top: 20px;
    }

    .program-description h2, .program-description p {
        width: 100%;
    }
}