.fpet-header {
    width: 100%;
    margin: auto;
    /* background: #17417a; */
    background: var(--track20-darkblue);
    margin-bottom: 20px;
}

.fpet-header img:first-of-type {
    height: 150px;
    float: left;
}

.fpet-header img:last-of-type {
    float: right;
    /* background: #17417a; */
    background: var(--track20-darkblue);
    padding: 25px 0px;
}

.fpet-header h1 {
    text-align: center;
    color: white;
    padding-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
    margin: 0;
}

.fpet-header div {
    display: inline-block;
    height: 150px;
    margin: auto;
    width: calc(100% - 330px);
    padding-top: 20px;
}

.tool-page-content {
    display: flex;
}

.color_training_mod {
    /* background: #17417a !important; */
    background: var(--track20-darkblue) !important;
    color: white;
}

#tool-side-menu {
    margin-right: 15px;
}

.leftContent {
    width: 200px;
}

.header_block {
    height: 55px;
}

.header_block + .menu11 {
    margin-top: -6px;
}

.menu11 {
    list-style-type: none;
    margin: 0 0 15px 0;
    padding: 0;
}

.menu11 li.active,
.menu11 li:hover {
    background: url(img/arrow-2.gif) no-repeat scroll 0 50% transparent;
}

.menu11 li.active {
    font-weight: bold;
}

.menu11 li {
    margin: 0;
    border-bottom: 1px solid #dcdae8;
    display: table;
    font-size: 14px;
    line-height: 23px;
    padding: 6px 10px 6px 10px;
    width: 100%;
}

li {
    list-style: circle;
}

.left-menu-header {
    /* background: #17417a; */
    background: var(--track20-darkblue);
}

.mini_darkblue_bold_header {
    /* border-bottom: 1px solid #17417a; */
    /* color: #17417a; */
    border-bottom: 1px solid var(--track20-darkblue);
    color: var(--track20-darkblue);
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 10px;
}

.training_mod_btns > div {
    width: 100%;
    background: #f0f0f0;
    font-size: 14px;
    display: inline-block;
    padding: 5px 10px;
}

.training_mod_btns p {
    text-align: left;
    white-space: normal !important;
    word-break: break-word;
    font-weight: bold;
    margin-top: 10px;
    float: right;
    width: 45%;
}

.training_mod_btns a {
    float: left;
    white-space: normal;
    text-align: left;
    width: 55%;
}

.track20-banner-with-image {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.track20-banner-with-image img {
    height: 210px;
}

@media (width <62rem) {
    .tool-page-content {
        flex-direction: column;
    }

    .leftContent {
        width: 100%;
    }

    .track20-banner-with-image {
        /* flex-direction: column-reverse; */
    }

    .track20-banner-with-image img {
        margin: 0 auto;
        height: 170px;
    }

    /* h1 {
        font-size: 1rem;
    } */
}

blockquote {
    margin: 2vw;
    padding: 0.5em;
    border-left: 0.5em solid #52e052;
    background: #e9fbe9;
}

.rightContent {
    width: 100%;
}
