.page_heading {
    margin: 30px 0 20px 0;
}
.mlmp-activity-datasheets article.mlmp-activities div {
    text-transform: capitalize;
    margin-bottom: 30px;
    font-size: 17px;
    padding-left: 15px;
}
.mlmp-activity-datasheets article.mlmp-activities div h2 {
    font-size: 15px;
    font-weight: 600;
    margin-left: -15px;
}
.mlmp-activity-datasheets article.mlmp-activities div p {
    display: inline;
    font-size: 15px;
}
.page_heading,
#page_banner {
    margin-bottom: 0;
}
#page_banner .pic {
    margin-top: 20px;
}
.locationMapWrapper {
    width: 100%;
    padding-top: 60%;
}
.home_icon {
    font-size: 0;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 66.5%;
    height: 0;
}
.iframe-wrapper iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.custom_menu #menu, .custom_menu #menu > ul > li > a {
    background-color: #66a629;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-repeat: repeat-x;
}
.table-holder {
    width: 100%;
    overflow-x: scroll;
}
table.mlmp-activities-table {
    background: white;
    margin-bottom: 1.25rem;
    border: solid 1px #dddddd;
    table-layout: auto;
    border-radius: 5px;
    border-collapse: unset;
    border-spacing: 1px;
}
table.mlmp-activities-table thead {
    background: whitesmoke;
}
article table.mlmp-activities-table td,
article table.mlmp-activities-table th {
    border: solid 1px #fff;
    border-collapse: collapse;
    border-spacing: 0;
}
article table.mlmp-activities-table td {
    padding: .8rem;
}
th[scope="col"] {
    text-align: center;
}
table.mlmp-activities-table tr:nth-of-type(even) {
    background: #f9f9f9;
}
.mlmp-related-documents {
    margin: 40px 0;
}
.mlmp-related-documents ul {
    padding-left: 17px;
}
.mlmp-related-documents ul li {
    margin-bottom: 15px;
}
.mlmp-related-documents ul li p {
    display: inline;
}
.action-steps span.step {
    background: #22b04b;
    border-radius: 0.8em;
    -moz-border-radius: 0.8em;
    -webkit-border-radius: 0.8em;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    line-height: 1.6em;
    margin-right: 5px;
    text-align: center;
    width: 1.6em;
}
.mlmp-art-section {
    margin-bottom: 30px;
}
.mlmp_channel_form fieldset {
    border: solid #b2b2b2 !important;
    border-width: 1px !important;

    padding: 20px;
    background-image: -moz-linear-gradient(transparent,transparent);
    background-image: -webkit-linear-gradient(transparent,transparent);
    background-image: linear-gradient(to right,transparent,transparent);
    margin-bottom: 30px !important;
}
table.training-sess-list {
    margin-bottom: 30px;
}
.img-caption {
    margin: 0;
    width: 100%;
    padding: 2%;
    position: absolute;
    left: 0;
    bottom: 0;
    background: rgba(0,0,0,.3);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.3);
    font-size: 14px;
    line-height: 18px;
}
.footer_btm {
    background: #66a629;
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
    background-repeat: repeat-x;
}
#footer {
    border-top: 1px solid #99c96b;
    background: #99c96b;
}
@media only screen and (min-width: 40.0625em) {
    .tabs.vertical {
        float: left;
        margin: 0;
        margin-bottom: 1.25rem !important;
        max-width: none;
        width: 188px;
    }
    .tabs-content.vertical {
        float: left;
        margin-left: -1px;
        max-width: none;
        padding-left: 1rem;
        width: calc(100% - 190px);
    }
}
@media only screen and (min-width: 800px) {
    .mlmp-art-section {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
        -webkit-column-gap: 50px;
        -moz-column-gap: 50px;
        column-gap: 50px;
    }
}