h4.mainsubtitle {
    margin-bottom: 0;
    margin-top: 15px;
}

h5 {
    font-size: 100%;
    font-weight: bold;
}

.ccont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ccont h4 {
    font-weight: bold;
    margin-top: 3px;
    color: rgba(0, 74, 147, 1);
}

.cleft, .cright {
    border-right: 3px solid rgba(0, 74, 147, 1);
}

.cleft h4 {
    text-align: right;
}

.cright {
    text-align: left;
    border: none;
}

.dates {
    position: relative;
}

.pointcont {
    position: absolute;
    z-index: 1000;
    top: 0Px;
    right: -15px;
    padding: 5px;
    background-color: white;
}

.pointcont div {
    border-radius: 50%;
    background: orange;
    width: 15px;
    height: 15px;
}

@media only screen and (min-width: 768px) {
    #mainnav ul #item_p8 > a {
        color: rgba(238, 127, 0, 1.00);
    }

    #mainnav ul #item_mp > a {
        color: rgba(238, 127, 0, 1.00);
    }

    #mainnav ul #item_mp > a > span:first-child {
        background-image: url("images/layout/menu-right-orange.png");
    }
}

@media all and (min-width: 600px) {
    .cleft, .cright {
        width: 50%;
    }

    .pointcont {
        right: -46px;
    }

    .cleft {
        padding-right: 32px;
    }

    .cright {
        padding-left: 32px;
    }
}

@media all and (max-width: 599px) {
    .cleft, .cright {
        width: 100%;
    }

    .pointcont {
        right: -46px;
    }

    .cleft {
        padding-left: 32px;
        border: none;
        border-left: 3px solid rgba(0, 74, 147, 1);
        margin-left: 5px;
    }

    .cright {
        padding-left: 32px;
        border: none;
        border-left: 3px solid rgba(0, 74, 147, 1);
        margin-left: 5px;
    }

    .cctext {
        margin-bottom: 30px;
    }

    .cright h4, .cleft h4 {
        text-align: left;
    }

    .pointcont {
        right: inherit;
        left: -45px;
    }
}