#body_container {
    padding: 0 24px 100px 24px;
}
.program_admin {
    color: #000000;
    background-color: #FFFFFF;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}

.program_admin .pa_container {
    margin: 20px 0 0 0;
    font-weight: 400;
}
.program_admin .pa_container .columns {
    display: flex;
}
.program_admin h1 {
    font: 700 24px/29px Lato;
    margin-bottom: 10px;
    text-align: left;
    background: transparent;
    font-style: normal;
    color: #353535;
}

.program_admin h1.no_login {
    margin-top: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
}

.program_admin h4 {
    font: 18px/20px Lato;
    font-weight: 900;
    text-transform: uppercase;
    margin-top: 20px;
    margin-bottom: 10px;
}

.program_admin h5 {
    font: 16px/18px Lato;
    font-weight: 900;
    margin-top: 10px;
    line-height: 120%;
}

.program_admin p {
    font: 400 14px/20px Lato;
    padding: 5px 0 10px 0;
    color: #353535;
}

.program_admin h5.five {
    margin-bottom: 30px;
}

.program_admin ul {
    margin: 0;
    list-style-position: outside;
}

.program_admin ul li {
    margin: 0 0 0 20px;
    padding: 5px 0;
    list-style-type: disc;
    font-size: 14px;
    line-height: 20px;
    color: #353535;
}

.program_admin ul li p {
    margin-left: 15px;
    padding: 0 0 10px 0;
}

.program_admin a {
    color: #0066B3;
    text-decoration: none;
}

.program_admin .banner {
    width: 100%;
}

.breadcrumb {
    font-size: 12px;
    line-height: 20px;
    color: #6E6E6E;
    padding: 10px 8px;
}

.left-column {
    width: 692px;
    padding: 0 24px 0 0;
}

.right-column {
    margin-left: auto;
    width: 390px;
    border: 1px solid #E6E8ED;
    border-radius: 4px;
    padding: 15px 24px;
}

.right-column .btn {
    display: block;
    max-width: 100%;
    text-align: center;
    padding: 12px 24px;
    margin: 8px 0;
    transition: all .2s;
}

.right-column .btn-download {
    background: #d96b1c;
    border-radius: 4px;
    color: #FFF;
}

.right-column .btn-contact {
    color: #0066B3 !important;
    border: 1px solid #0066B3;
    border-radius: 4px;
    font-weight: 700;
}

.right-column .btn-download:focus, .right-column .btn-download:hover {
    background: #c76219;
}

.right-column .btn-contact:focus, .right-column .btn-contact:hover {
    background: #f8f8f8;
}

.right-column h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    color: #417843;
    padding: 8px 0;
}

.hide-mobal {
    display:block;
}

.show-mobal {
    display:none;
}

@media (max-width: 768px) {

    .hide-mobal {
        display:none;
    }

    .show-mobal {
        display:block;
    }
    .pa_container .columns {
        flex-direction: column-reverse;
    }

    .left-column {
        width: auto;
        padding:0;
    }

    .right-column {
        width: auto;
        max-width: 762px;
        margin: 0 auto;
        border: none;
    }
}