
.icon_hr i {
    margin: 20px auto 5px auto;
    width: 100%;
    color: #3a4b77;
}

.header_bold {
    text-transform: uppercase;
    color: #384975;
    font-size: 15px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 5px;
}


/* WORK ICONS */
.work {
    margin: 0;
    font-size: 20px;
    cursor: pointer;
    color: slategrey;
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
}
.work > div {
    padding: 0 5px;
    margin: 0 7px;
    cursor: pointer;
}
.work > div:hover {
    color: black;
}

.work_singleitem {
    float: right;
    margin-top: 15px;
}

.icon_action {
    cursor: pointer;
    color: slategrey;
}
.icon_action:hover {
    color: black;
}

/* BASIC BLOCK */
.textblock {
    border-top: 1px solid #3a4b77;
    position: relative;
    margin-top: 40px;
}
.textblock > h4 {
    position: absolute;
    top: -15px;
    left: 10px;
    background-color: white;
    padding: 0 5px;
    margin: 0;
    font-size: 20px;
}
.textblock .work {
    position: absolute;
    top: -15px;
    right: 5px;
}
.textblock .work > div {
    background-color: white;
}
.textblock .textblock_content {
    margin: 20px 15px 10px 15px;
}
.textblock .textblock_dropdown {
    position: absolute;
    background-color: white;
    top: -15px;
    left: 10px;
    width: 30px;
    margin: 0;
    text-align: center;
    cursor: pointer;
}
.textblock .textblock_dropdown i {
    color: slategrey;
}
.textblock .textblock_dropdown i:hover {
    color: black;
}

/* Flexblock */
.flexblock {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-content: flex-start;
}
.flexblock > div {
    width: 30%;
    border: 1px solid #3a4b77;
    border-radius: 4px;
    margin: 20px;
    cursor: pointer;
}
.flexblock > div:hover {
    box-shadow: 1px 1px 15px #5772b73d;
}
.flexblock .header {
    padding: 10px 20px;
    background: #e0e8ff;
    border-bottom: 1px solid #3a4b77;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}
.flexblock .content {
    padding: 10px 20px;
}
.dropdown_content .work {
    float: right;
}



/* LIST */
.list {
    margin: 10px 20px;
}
.list .header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    cursor: pointer;
    background: #e0e8ff;
}
.list .header > div {
    padding: 10px;
    border-right: 1px solid #3a4b77;
}
.list .header > div:last-child {
    border-right: none;
}
.list_item_dropdown .header {
    border: 1px solid #3a4b77;
    border-bottom: medium;
}
.list_item_dropdown:last-child .content {
    border-bottom: 1px solid #3a4b77;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}
.list_item_dropdown .content {
    border-right: 1px solid #3a4b77;
    border-left: 1px solid #3a4b77;
    display: none;
    padding: 10px 20px;
}

.dropdown_chevron i {
    color: slategrey;
}
.dropdown_chevron:hover i {
    color: black;
}

/* LIST */
.list_item_link div {
    overflow: scroll;
}
.list .list_item_link .header {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: flex-start;
    cursor: pointer;
    background: #e0e8ff;
}
.list .list_item_link .header > div {
    border-right: 1px solid #3a4b77;
}
.list .list_item_link .header > div:last-child {
    border-right: none;
}
.list .list_item_link .header {
    border: 1px solid #3a4b77;
    border-bottom: none;
    padding: 0;
}
.list .list_item_link:last-child .header {
    border-bottom: 1px solid #3a4b77;
}
.list_item_link a {
    display: block;
    height: 100%;
    width: 100%;
}
.list_item_link .work {
    justify-content: space-around;
    max-height: 25px;
}
.list_item_link .work > div {
    color: slategrey;
    margin: 0;
}
.list_item_link .work > div:hover {
    color: black;
}