.js-curved {
	display: none;
}
.row-fluid-wrapper.row-depth-1.dnd-section {
    position: relative;
}
span.data-set {
	position: absolute;
	display: flex;
}
span.data-set.bottom_left {
	left: 0;
	bottom: 0;
}
span.data-set.bottom_right {
	right: 0;
	bottom: 0;
}
span.data-set.top_left {
	left: 0;
	top: 0;
}
span.data-set.top_right {
	right: 0;
	top: 0;
}
footer.ap-footer-main-section.ap-footer-main-section-footer-module-1 {
    border-top-left-radius: 48px;
}
/* 
footer.ap-footer-main-section.ap-footer-main-section-footer-module-1 {
    border-top-left-radius: 48px;
}

#main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span.widget-type-cell > .corner-top_left {
	border-top-left-radius: 48px;
}
#main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span.widget-type-cell > .corner-top_right {
	border-top-right-radius: 48px;
}
#main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span.widget-type-cell > .corner-bottom_left {
	border-bottom-left-radius: 48px;
}
#main-content > .container-fluid > .row-fluid-wrapper > .row-fluid > .span12.widget-span.widget-type-cell > .corner-bottom_right {
	border-bottom-right-radius: 48px;
}




.row-fluid-wrapper.row-depth-1.dnd-section.bg-dark {
    position: relative;
	background-color: #EEF0EC;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-dark:after {
    background-color: #01172b;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 1px;
    z-index: -2;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-light {
    position: relative;
	background-color: #01172b;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-light:after {
    background-color: #EEF0EC;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}


.row-fluid-wrapper.row-depth-1.dnd-section.bg-white {
    position: relative;
	background-color: #EEF0EC;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-white:after {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
.row-fluid-wrapper.row-depth-1.dnd-section.bg-white-dark {
    position: relative;
	background-color: #01172b;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-white-dark:after {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

/* .row-fluid-wrapper.row-depth-1.dnd-section.corner-top_right:after,
.row-fluid-wrapper.row-depth-1.dnd-section.corner-top_left:after{
    height: calc(100% - 2px);
}
 */
/* Top Corners */
{#
.row-fluid-wrapper.row-depth-1.dnd-section.bg-dark[class*="corner-top"] {
    position: relative;
	background-color: #EEF0EC;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-dark[class*="corner-top"]:before {
    background-color: #01172b;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 1px;
    z-index: -2;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-light[class*="corner-top"] {
    position: relative;
	background-color: #01172b;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-light[class*="corner-top"]:before {
    background-color: #EEF0EC;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}


.row-fluid-wrapper.row-depth-1.dnd-section.bg-white[class*="corner-top"] {
    position: relative;
	background-color: #EEF0EC;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-white[class*="corner-top"]:before {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}
.row-fluid-wrapper.row-depth-1.dnd-section.bg-white-dark[class*="corner-top"] {
    position: relative;
	background-color: #01172b;
}

.row-fluid-wrapper.row-depth-1.dnd-section.bg-white-dark[class*="corner-top"]:before {
    background-color: #fff;
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    z-index: -2;
}

.row-fluid-wrapper.row-depth-1.dnd-section.corner-top_right:before,
.row-fluid-wrapper.row-depth-1.dnd-section.corner-top_left:before{
    height: calc(100% - 2px);
}
*
#}
