.acf-settings-wrap .acf-postbox .postbox-header {
    background-color: #000e19;
    border-bottom: 1px solid #000e19;
}
.acf-settings-wrap .acf-postbox .postbox-header h2.hndle.ui-sortable-handle {
    color: #ffffff;
}
.acf-settings-wrap .acf-postbox .postbox.acf-postbox > .postbox-header:hover {
    background: #1d2327;
}
.acf-settings-wrap .acf-postbox .postbox-header > .handle-actions button,
.acf-settings-wrap .acf-postbox .postbox-header > .handle-actions button span {
    color: #ffffff;
}
.acf-settings-wrap .acf-tab-wrap.-left .acf-tab-group li a {
    border: 1px solid #ffffff;
    background: #cccccc;
    color: #000000;
}
.acf-settings-wrap .acf-fields.-sidebar:before {
    background: #cccccc;
}
.acf-settings-wrap .acf-tab-wrap.-left .acf-tab-group li a:hover {
    color: #ffffff;
    background: #1d2327;
}
.acf-settings-wrap .acf-tab-wrap.-left .acf-tab-group li.active a {
    color: #ffffff;
    margin-right: 0;
    background: #1d2327;
    border: 1px solid #ffffff;
}
.acf-settings-wrap .acf-tab-wrap.-left .acf-tab-group li.active a:after {
    right: 0;
    border: 9px solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-right-color: #fff;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.acf-settings-wrap .acf-postbox .inside .acf-label {
    padding: 10px 10px;
    border: 1px solid #cccccc;
    border-bottom: 5px solid #cccccc;
    background-color: #f1f1f1;
}
.acf-settings-wrap .acf-postbox .inside > .acf-field > .acf-label {
    padding: 10px 10px;
    border: 1px solid #cccccc;
    border-bottom: 5px solid #cccccc;
    background-color: #1d2327;
    color: #ffffff;
}
.acf-settings-wrap .acf-postbox .inside .acf-input input[type=text],
.acf-settings-wrap .acf-postbox .inside .acf-input .acf-field textarea {
	border-radius: 0;
    border: 1px solid #8c8f94;
    border-bottom: 3px solid #8c8f94;
}
.acf-settings-wrap .acf-postbox .inside .acf-input .select2-selection--single,
.acf-settings-wrap .acf-postbox .inside .acf-input .select2-selection--multiple {
    border-radius: 0;
    border-bottom: 3px solid #aaa;
    display: inline-table;
    width: 100%;
}
.acf-settings-wrap .acf-repeater .acf-row-handle.order span {
    padding: 1px 6px;
    color: #fff;
    background-color: #717375;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
}
.acf-settings-wrap .acf-postbox table th.acf-th {
    background-color: #f1f1f1;
    border-bottom: 3px solid #cccccc;
}








/* ACF Block */
.acf-block-preview .featured-content .inner-width,
.acf-block-preview .inner-featured-content .inner-width {
    width: 100%;
}
.acf-block-preview .featured-content .featured-content-img,
.acf-block-preview .inner-featured-content .featured-content-img {
    padding: 30px 0 15px 0;
    background-color: #fff;
    margin-right: 20px;
    width: 350px;
}
.acf-block-preview .featured-content .featured-content-img img,
.acf-block-preview .inner-featured-content .featured-content-img img {
    padding: 0 15px 15px 0;
    position: relative;
    width: 100%;
    height: 100%;
    background: linear-gradient(to left top, #d02030 50%, transparent 50%);
}
.acf-block-preview .ftrd-btn a {
    display: inline-block;
    vertical-align: middle;
}
.acf-block-preview a.site-btn {
    color: #ffffff;
    text-transform: uppercase;
    display: inline-block;
    background: #eb4143;
    border: 1px solid #eb4143;
    padding: 11px 26px;
    position: relative;
    font-size: 14px;
    line-height: 1.2em;
    cursor: pointer;
    font-weight: 700;
    transition: all 0.3s ease;
    text-align: center;
}
.acf-block-preview a.site-btn.black {
    background: #62629a;
    color: #fff;
    border: 1px solid #62629a;
}
.acf-block-preview a.site-btn.black.arrow,
.acf-block-preview a.site-btn.arrow {
    position: relative;
    width: auto;
    height: auto;
    bottom: 0;
    margin: 0;
    left: 0;
    z-index: 1;
}
.acf-block-preview a.site-btn.black.arrow:after,
.acf-block-preview a.site-btn.arrow:after {
    display: none;
}
.acf-block-preview .background-image {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.acf-block-preview .relative {
    position: relative;
}
.acf-block-preview .c-white {
    color: #fff;
}
.acf-block-preview .uppercase {
    text-transform: uppercase;
}
.acf-block-preview .bold {
    font-weight: bold;
    line-height: 1.2;
}
.acf-block-preview .col-2 {
    width: 49%;
}
.acf-block-preview .col-3 {
    width: 32%;
}
.acf-block-preview .col-6-12 {
    width: 50%;
}
.acf-block-preview .site-flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}
.acf-block-preview .justify-content-top {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;
}
.acf-block-preview .justify-content-center-left {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: start;
    align-items: center;
    flex-wrap: wrap;
}
.acf-block-preview .justify-content-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: inherit;
    flex-wrap: wrap;
}
.acf-block-preview .justify-content-center-center {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.acf-block-preview .page-accordion .accordion-title {
    background-color: #595959;
    font-weight: 600;
    color: #fff;
    padding: 10px 40px 10px 15px;
}
.acf-block-preview .faqs-page-accordion .accordion-title:before {
    content: "Q";
    position: absolute;
    left: 0;
    top: 0;
    width: 46px;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: #fff;
    border: 1px solid #595959;
    color: #595959;
}
.acf-block-preview .faqs-page-accordion .accordion-title {
    padding: 10px 40px 10px 56px;
}
.acf-block-preview .page-accordion .accordion-content {
    padding: 15px 15px;
    -webkit-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
    -moz-box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 7px 10px 0px rgba(0, 0, 0, 0.35);
}
.acf-block-preview .inner-service-pages .service-page-details {
    padding: 15px 15px;
    background-color: #e1e1e1;
}
.acf-block-preview .inner-service-pages .service-page-item:nth-child(even) {
    flex-direction: row-reverse;
}