.degree-results {
    margin-bottom: 50px;
}

.toggleBlock .toggle-btns {
    display: block;
    border-bottom: 1px solid #bbb;
    margin-bottom: 20px;
    min-height: 29px;
}

.toggleBlock span {
    display: inline-block;
    background: #54565b;
    color: #fff;
    margin-right: 5px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 3px 10px 2px 10px;
    cursor: pointer;
    text-transform: uppercase;
}

.toggleBlock span.comm-toggle-on, .toggleBlock span.degree-toggle-on {
    background: #2f749b;
}

.leftColParent {
    border-right: 1px solid #bbb;
}

.leftcol .columns. .rightcol .columns {
    padding-left: 0;

}

.communityItem {
    position: relative;
    text-align: left;
    margin-bottom: 12px;
    font-size: 10px;
}

    .communityItem img {
        min-width: 233px;
        background: #00406e;
        border-radius: 20px 20px;
        cursor: pointer;
    }

        .communityItem img:hover {
            background: #45a5d4;
            border-radius: 20px 20px;
        }

    .communityItem.clicked img {
        background: #45a5d4;
        border-radius: 20px 20px;
    }

    .communityItem ul.dropdown {
        max-width: 233px;
        display: none;
        z-index: 999;
        margin-left: 5px;
    }

ul.dropdown li a {
    display: block;
    text-decoration: underline;
    font-size: 1em;
    line-height: 1.4em;
}

    ul.dropdown li a:hover {
        color: #666666;
    }

.leftcol ul.dropdown li {
    margin-left: 25px;
}

    .leftcol ul.dropdown li:first-child {
        list-style: none;
        margin-left: 0;
        padding-bottom: 10px;
    }

    .leftcol ul.dropdown li a:hover {
        color: #90ad3d;
        text-decoration: underline;
    }

    .leftcol ul.dropdown li:first-child a {
        background: url("../images/home-icon.png") no-repeat;
    }

    .leftcol ul.dropdown li:first-child a:hover {
        color: #00aeef;
    }

.rightcol .row.toggleBlock {
    margin-left: 0;
}

.rightcol ul.dropdown li {
    list-style-type: none;
    line-height: 1.3em;
}

.rightcol ul.dropdown li a {
    background: url('../images/lupe-icon-sm.png') no-repeat;
    background-size: 32px 32px;
    padding: 6px 0px 7px 37px;
    height: 32px;
}

.rightcol ul.dropdown li:first-child, .leftcol ul.dropdown li:first-child {
    padding-top: 15px;
}

.rightcol ul.dropdown li a, .leftcol ul.dropdown li:first-child a {
    text-transform: uppercase;
    background-size: 26px 26px;
    padding: 3px 0px 4px 31px;
    height: 32px;
}

.boldunderline {
    font-size: 14px;
    font-weight: bold;
    color: #000000;
    text-decoration: underline;
}

.rightcol .columns {
    padding-left: 0;
    padding-right: 0;
}

.rightcol h2, .rightcol img, .rightcol ul.dropdown, .rightcol p, .rightcol .toggleBlock {
    margin-left: 15px;
}

.rightcol a {
    text-decoration: none;
    color: #000000;
}

.degree-type-1 img {
    background: #ca9236;
}

.degree-type-2 img {
    background: #8ea93e;
}

.degree-type-3 img {
    background: #bab95c;
}

.degree-type-4 img {
    background: #2d5c80;
}

.degree-type-5 img {
    background: #5292b4;
}

.degree-type-6 img {
    background: #54565b;
}


@media (max-width: 1120px) {
    .leftColParent {
        width: 100%;
    }
    .columns.rightcol {
        width: 100%;
    }

    .rightcol {
        margin-top: 30px;
        padding-left: 0.9375rem;
    }

    .rightcol .row  {
        margin-left: 0;
    }

    .rightcol h2, .rightcol img, .rightcol p {
        margin-left: 0px;
    }
}

@media (max-width: 775px)
{
    .leftcol .columns {
        width: 100%;
    }
}