.template-content .blocks-container-1-col {
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
	font-size: 14px;
    color: #afafaf;
    margin: 0;
}
.template-content .blocks-container-1-col .cover-overlay {
    background: rgba(236, 236, 236, 1);
}
.template-content .blocks-container-1-col .section-title {
    width: 200px;
}
.template-content .blocks-container-1-col .instructions {
    background: #FFF;
    width: 100%;
    border-radius: 2px;
    border: 1px dashed #d9d9d9;
    padding: 100px 50px;
    font-size: 23px;
    font-weight: 700;
    color: #747474;
    align-self: center;
}
.template-content .BlockContainerToolBox {
    position: absolute;
    top: -2px;
    left: -2px;
    color: #fff;
    z-index: 100;
    font-size: 11px;
    border-radius: 2px;
    display: none;
    background: #ff8c00;
}
.template-content .BlockContainerToolBox ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.template-content .BlockContainerToolBox ul li {
    display: inline-block;
    border-right: 1px solid #ffa83f;
    position: relative;
    margin: 0;
}
.template-content .BlockContainerToolBox .dropdown-menu {
    width: auto;
    left: -44px;
    font-size: 11px;
    background: #ff8c00;
    min-width: 80px;
    top: 30px;
    border-radius: 3px;
}
.template-content .BlockContainerToolBox .dropdown-menu > li {
    border: none;
    width: 100%;
}
.template-content .BlockContainerToolBox ul li {
    display: inline-block;
    border-right: 1px solid #ffa83f;
    position: relative;
    margin: 0;
}
.template-content .BlockContainerToolBox .dropdown-menu > li > a {
    color: #fff;
    padding: 3px 12px;
    border: none !important;
}
.template-content .BlockContainerToolBox ul li img, .template-content .BlockContainerToolBox ul li i {
    padding: 6px 10px;
    margin-right: auto;
    margin-left: auto;
}
