.subpage-left-column-nav-container {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 50px;
    padding: 20px 20px 20px 40%;
    margin-right: 0%;
    background-color: rgb(244, 244, 244);
    min-width: 0px;
}
.RedLink{
    color: red !important;
    font-weight: bold !important;
}

@media only screen and (max-width: 1274px) {
    .subpage-left-column-nav-container {
        padding: 40px 20px 20px 120px;
    }
}

@media only screen and (max-width: 1070px) {
    .subpage-left-column-nav-container {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 930px) {
    .subpage-left-column-nav-container {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 764px) {
    .subpage-left-column-nav-container {
        width: 100%;
        padding-bottom: 40px;
        padding-top: 0px;
        height: 55px;
        min-height: 0px;
        overflow: hidden;
        background-color: rgb(244, 244, 244);
    }
}

@media only screen and (max-width: 550px) {
    .subpage-left-column-nav-container {
        padding: 0px 20px 30px;
    }
}

.left-nav-sub-tier,
.left-nav-sub-nav-tier,
.left-nav-sub-sub-tier {
    float: left;
    font-size: 13px;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0.29545007%;
    margin-top: 10px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(23, 172, 250);
    margin-right: 0%;
    padding-left: 20px;
}
.left-nav-sub-sub-tier{
    padding-left: 55px !important;
    width: auto !important;
}

.left-nav-sub-tier-with-subs{
    float: left;
    width: auto;
    margin: 0;
    clear: right;
    margin-top: 13px;
    margin-left: 0 !important;
    padding-left: 0 !important;
    margin-left: -19px;
}
.left-nav-sub-tier-current,
.left-nav-sub-sub-tier-current {
    color: rgb(255, 0, 0) !important;
}

.left-nav-sub-tier-current:hover,
.left-nav-sub-sub-tier-current:hover {
    color: rgb(255, 0, 0) !important;
}

#subpage-left-column {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 34.99765%;
    margin-right: 0%;
    max-width: none;
}

@media only screen and (max-width: 930px) {
    #subpage-left-column {
        width: 30%;
    }
}

@media only screen and (max-width: 764px) {
    #subpage-left-column {
        width: 100%;
    }
}

.subpage-left-column-nav-inner {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 0px;
    min-width: 0px;
    margin-bottom: 5px;
    overflow: hidden;
}

@media only screen and (max-width: 764px) {
    .subpage-left-column-nav-inner {
        overflow: hidden;
        height: auto;
        margin-top: 16px;
        background-color: rgb(244, 244, 244);
    }
}

.left-nav-main-node {
    float: left;
    font-size: 11px;
    width: 140px;
    height: auto;
    text-align: left;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    margin-right: 0%;
    padding: 12px 8px 3px;
    background-color: rgb(255, 0, 0);
    font-family: helvetica;
    color: rgb(255, 255, 255);
    font-weight: 900;
}

@media only screen and (max-width: 764px) {
    .left-nav-main-node {
        width: auto;
        padding-bottom: 12px;
    }
    .left-nav-main-node:hover {
        cursor: pointer;
    }
}

.left-nav-main-node-border {
    float: left;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: 500;
    line-height: 1em;
    margin: 0px 0% 5px;
    clear: both;
    min-height: 0px;
    min-width: 0px;
    border-top-color: rgb(255, 0, 0);
    border-top-width: 3px;
    border-top-style: solid;
    padding-top: 0px;
    font-family: helvetica;
}

@media only screen and (max-width: 764px) {
    .left-nav-main-node-border {
        padding-bottom: 12px;
    }
}

.left-nav-section {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: both;
    width: 100%;
    padding-left: 7px;
    visibility: visible;
    overflow: hidden;
    min-width: 0px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: rgb(204, 204, 204);
}

.left-nav-section-arrow,
.left-nav-section-arrow-sub {
    float: left;
    height: 14px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 14px;
    cursor: pointer;
    background-image: url("/images/triangle-side.png");
    background-attachment: scroll;
    background-size: cover;
    margin-right: 6px;
    opacity: 0.4;
    background-position: 0% 0%;
    background-repeat: no-repeat no-repeat;
}
.left-nav-section-arrow-sub{
    margin-left: 20px !important;
    margin-top: 11px !important;
}

.left-nav-section-arrow-hover,
.left-nav-section-arrow-sub-hover {
    cursor: pointer;
    background-image: url("/images/triangle-down.png");
    background-position: 0% 0%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-size: cover;
    opacity: 1;
}

.the-tiers {
    margin-top: 10px;
}

.showSubNav {
    height: auto;
}

.left-nav-sub-section-title {
    font-size: 14px;
    height: auto;
    text-align: left;
    line-height: 1.3em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(0, 0, 0) !important;
    font-weight: bold;
    opacity: 1;
    display: table;
}

.left-nav-sub-section-title:hover {
    text-decoration: underline;
    font-weight: bold;
    opacity: 1;
    color: rgb(23, 172, 250) !important;
}

@media only screen and (max-width: 930px) {
    .left-nav-sub-section-title {
        width: 170px;
    }
}

@media only screen and (max-width: 764px) {
    .left-nav-sub-section-title {
        font-size: 12px;
        width: 220px;
    }
}

@media only screen and (max-width: 550px) {
    .left-nav-sub-section-title {
        font-size: 12px;
    }
}

.left-nav-sub-section-title-active {
    color: rgb(255, 0, 0) !important;
}

.left-nav-sub-section-title-active:hover {
    color: rgb(255, 0, 0) !important;
}

.left-nav-sub-section-category {
    float: left;
    font-size: 13px;
    width: auto;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 24px;
    clear: both;
    min-height: 0px;
    font-family: helvetica;
    color: rgb(23, 172, 250);
    margin-right: 0%;
    padding-left: 20px;
}

.subpage-left-column-blocks {
    float: left;
    height: auto;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-height: 50px;
    padding: 20px 20px 20px 40%;
    margin-right: 0%;
    background-color: rgb(244, 244, 244);
    min-width: 0px;
}

@media only screen and (max-width: 1274px) {
    .subpage-left-column-blocks {
        padding: 40px 20px 20px 120px;
    }
}

@media only screen and (max-width: 1070px) {
    .subpage-left-column-blocks {
        padding-left: 20px;
    }
}

@media only screen and (max-width: 930px) {
    .subpage-left-column-blocks {
        width: 100%;
        padding-left: 20px;
    }
}

@media only screen and (max-width: 764px) {
    .subpage-left-column-blocks {
        width: 100%;
        display: none;
        padding-bottom: 40px;
        padding-top: 0px;
        height: 44px;
        min-height: 0px;
        overflow: hidden;
        background-color: rgb(244, 244, 244);
    }
}

@media only screen and (max-width: 550px) {
    .subpage-left-column-blocks {
        padding: 0px 20px 30px;
    }
}

.subpage-left-column-block {
    float: left;
    height: 120px;
    margin: 0px 0% 3% 3%;
    clear: none;
    width: 31.333%;
    border: 1px solid rgb(23, 172, 250);
    background-color: rgb(255, 255, 255);
}

.subpage-left-column-block:hover {
    background-color: rgb(23, 172, 250);
}

.subpage-left-column-block a:hover {
    text-decoration: none;
}

.subpage-left-column-block a {
    width: 100%;
    float: left;
}

.subpage-left-column-block:hover .subpage-left-column-block-label {
    color: white;
}

.subpage-left-column-block:nth-of-type(3n+1) {
    margin: 0px 0% 3% 0px;
}

@media only screen and (max-width: 930px) {
    .subpage-left-column-block {
        width: 30%;
        margin-bottom: 5%;
    }
}

.subpage-left-column-block-image {
    float: none;
    width: 30px;
    max-width: none;
    height: auto;
    margin-left: auto;
    margin-top: 15px;
    clear: none;
    display: block;
    margin-right: auto;
}

.subpage-left-column-block-label {
    float: none;
    font-size: 12px;
    width: 80%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: normal;
    margin: 14px auto 30px;
    clear: none;
    min-height: 0px;
    color: rgb(23, 172, 250);
    font-family: helvetica;
}

.toggleLeftColumn {
    height: auto;
}
