.ss-info {
	border: 2px solid;
	padding: 25px;
	margin: 0 0 44px 0;
	border-image-source: linear-gradient(90deg,#0071bc,#1b1464);
	border-image-slice: 1;
}

.ss-info p {
	margin-bottom: 12px;
	font-weight: 500;
}

.ss-info p span {
	color: #294095;
	font-weight: 700;
}

.ss-info p:last-of-type {
	margin-bottom: 0;
}

.sticky {
	position: sticky;
	top: 90px;
}

.dnd_area-row-1-vertical-alignment > .row-fluid.block {
	display: block !important;
}

.sticky .row-fluid-wrapper:nth-of-type(1),
.sticky .row-fluid-wrapper:nth-of-type(2),
.sticky .row-fluid-wrapper:nth-of-type(3) {
	display: none;
}

@media (max-width: 770px) {
	.dnd-section>.row-fluid>.span9 {
    border-right: 0;
    padding-right: 0 !important;
		width: 100%;
	}
	
	.dnd_area-row-1-vertical-alignment > .row-fluid {
		flex-direction: column !important;
	}
	
	.row-fluid [class*=span] {
		width: 100% !important;
		margin-left: 0 !important;
	}
}

@media (min-width: 768px) and (max-width: 1100px) {
	