@media (min-width: 1200px) {
    .container {
        width: 90%;
    }
}

@media only screen and (max-width: 767px) {
    .header-info-col {
        margin-left: 5px;
        line-height: 25px;
        padding: 0 12px;
        font-size: 13px;
        margin-top: 24px;
    }

    #menu-toggle {
        float: right;
        font-size: 24px;
        line-height: 50px;
        margin-top: 10px;
        color: #fff;
        margin-left: 6px;
    }
}

.content {
    min-height: 0;
}

.about-sidebar {
    text-align: left;
}

/* LEFT SIDEBAR PANEL */
.left-panel {
    background: #f8f9fb;
    padding: 4px 12px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

/* MAIN MENU */
.about_main {
    list-style: none;
    padding: 0;
    margin: 0;
}

.about_main > li {
    border-bottom: 1px solid #e5e5e5;
    padding: 14px 0;
}

.about_main > li:last-child {
    border-bottom: none;
}

.about_main > li > a {
    color: #0d3b66;
    font-size: 17px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    transition: 0.3s;
}

.about_main > li > a:hover {
    color: #ef4136;
}

.about_main > li:first-child > a {
    color: #ef4136;
}

/* SUB MENU */
.about {
    list-style: disc;
    padding-left: 35px;
    line-height: 20px;
    margin: 0;
}

.about li {
    border: none;
    padding: 6px 0;
}

.about li a {
    color: #555;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s;
}

.about li a:hover {
    color: #ef4136;
}

/* SIDEBAR ACTION BUTTONS (reference: header-info-col loginbutton) */
.about-sidebar-actions {
    text-align: center;
    margin-top: 15px;
}

.about-sidebar-actions .loginbutton {
    float: none;
    display: inline-block;
    width: 100%;
    max-width: 250px;
    margin-bottom: 0;
}

.about-sidebar-action--member {
    background: #ff3131 !important;
    color: #fff !important;
}

.about-sidebar-action--donate {
    background: #fab142 !important;
    color: #000 !important;
}

.about-content {
    border-left: 1px solid #ccc;
    padding-left: 30px;
}

.about-content .block-title {
    font-size: 28px;
    margin-bottom: 20px;
}

.about-content p {
    text-align: justify;
    line-height: 1.8;
    margin-bottom: 15px;
}

.what-we-do-list {
    line-height: 35px;
    font-size: 16px;
    list-style-type: disc;
    padding-left: 25px;
}

.what-we-do-list li {
    margin-bottom: 10px;
}

@media only screen and (max-width: 767px) {
    .left-panel {
        margin-bottom: 25px;
    }

    .about_main > li > a {
        font-size: 16px;
    }

    .about-content {
        border-left: none;
        border-top: 1px solid #ccc;
        margin-top: 30px;
        padding-left: 15px;
        padding-top: 30px;
    }

    .about {
        font-size: 15px;
    }

    .about-sidebar-actions .loginbutton {
        font-size: 14px;
        padding: 12px 20px;
    }

    .about-content .block-title {
        font-size: 24px;
    }

    .about-content p {
        font-size: 15px;
    }

    .what-we-do-list {
        font-size: 15px;
        line-height: 30px;
    }
}

@media only screen and (max-width: 480px) {
    .padding-tb65 {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about_main > li > a {
        font-size: 16px;
    }

    .about li a {
        font-size: 14px;
    }

    .about-content .block-title {
        font-size: 22px;
    }

    .about-content p {
        font-size: 14px;
    }

    .what-we-do-list {
        font-size: 14px;
        line-height: 28px;
    }
}