﻿.jumbotron {
    -webkit-box-shadow: inset 0 0 55px 20px #d8effa;
    -moz-box-shadow: inset 0 0 55px 20px #d8effa;
    box-shadow: inset 0 0 55px 20px #d8effa;
    background-color: #ebf6fc;
    border-bottom: 1px solid #ccc;
    margin-bottom: 15px;
}

.jumbotron h1 {
    font-size: 48px;
    color: #004b84;
    font-weight: lighter;
}

.jumbotron h1.mpd {
    font-size: 36px;
    color: #004b84;
    font-weight: lighter;
}

.jumbotron h3.mpd {
    line-height: 1.6;
}

.jumbotron sup {
    font-size: 55%;
    top: -0.75em;
}

    .jumbotron .JH3 div {
        text-align: center;
    }

.jumbotron div a {
    text-decoration: underline;
    color: #004b84;
}

.jumbotron div input[type=button] {
    background-color: #8ac649;
    padding: 8px 20px;
    color: #222 !IMPORTANT;
    text-align: center;
    font-size: .8em;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    border: 0 none;
    margin-top: 20px;
    text-decoration: none !important;
}.jumbotron div a {
    text-decoration: underline;
    color: #004b84;
}

.jumbotron div input[type=button], .jumbotron .actionBtn a {
    background-color: #8ac649;
    padding: 8px 20px;
    color: #222 !IMPORTANT;
    text-align: center;
    font-size: .8em;
    border-radius: 4px;
    font-weight: 700;
    cursor: pointer;
    border: 0 none;
    margin-top: 20px;
    text-decoration: none !important;
}

.jumbotron .JH3 h4 {
    margin-top: 100px;
    text-align: left;
    line-height: 20px;
}

.jumbotron .JH3 .actionBtn {
    display: block;
    text-align: left;
    padding-top: 20px;
}

.jumbotron .JH3 .closeBtn {
    text-align: center;
    width: 100%;
    float: left;
    margin-top: 50px;
}

.jumbotron .JH3 .closeBtn a {
    font-size: 14px;
}
@media(max-width:992px) {
    .jumbotron .JH3 .actionBtn {
        text-align: center;
    }
}
@media only screen and (min-device-width: 411px) and (max-device-width: 823px) {
    .jumbotron { padding: 30px; }
    .jumbotron.j-elab  { padding: 0; }

        .jumbotron .JH3 h4 {
        margin-top: 0;
    }

    .jumbotron .JH3 .actionBtn {
        margin-bottom: 30px;
    }
    .jumbotron .JH3 .closeBtn {
        margin-top: 0;
    }
    .hp-left { margin-top: 0; }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) {
    .jumbotron { display: none !important; }
}


    .jumbotron.j-elab {
        padding-bottom: 0;
    }

    .J-el h3 {
        font-size: 24px;
        font-weight: normal;
        padding-bottom: 10px;
        border-bottom: 1px solid #ccc;
    }

    .J-el h4 {
        font-size: 18px;
        font-weight: normal;
        line-height: normal;
        padding-bottom: 20px;
    }

    .J-el p {
        font-size: 16px;
        line-height: normal;
        padding-bottom: 10px;
    }

    .J-el .actionBtn {
        display: inline;
    }

        .J-el .actionBtn a {
            font-weight: 500;
        }

    .J-el a#close {
        font-size: 16px;
        font-weight: 500;
        padding-left: 30px;
    }

    .J-el .col-md-4 {
        padding-bottom: 30px
    }

.J-el .col-md-8 > div {
    background: url(../Images/Jumbotron/EL-jumbotron-withbg.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 409px;
}
.J-el.elDisc .col-md-8 > div {
    background: url(../Images/Jumbotron/EL-jumbotron-disclosure-search.gif);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 409px;
}

@media only screen and (max-device-width: 1023px)  {
    .jumbotron.j-elab {
        display: none;
    }
}


.J-bl {
    text-align: center;
    
}
.J-bl .h3 {
    padding-top: 0px;
    padding-left: 50px;
    padding-right: 0px;
}

.J-bl .p {
    font-size: 18px;
    font-weight: 400;
    color: #333333;
    padding-bottom: 15px;
    padding-right: 40px;
    line-height: 140%;
}
.J-bl .phead {
    border-bottom: 1px solid #C2C2CC;
    padding-bottom: 9px;
    font-size: 24px;
    font-weight: 700;
    color: #333333;
}
.J-bl .div {
    padding-top: 5px;
    text-align: left;
    padding-bottom: 10px;
}

.J-bl .btndiv {
    display: flex !important;
    align-items: center;
    justify-content: flex-start;
    gap: 24px;
}

.J-bl a#close {
    font-size: 14px;
    font-weight: bold;
}
.J-bl .divimage {
    padding-left: 0px;
}
