.scs-default-layout {
	font-family: 'Helvetica Neue', 'Segoe UI', sans-serif-regular, Helvetica, Arial;
	font-size: 16px;
	margin: 0;
	padding: 0;
	font-style: normal;
	color: #333;
}

.scs-default-layout li {
 	font-size: 14px;
	font-style: normal;
	font-variant-caps: normal;
	color: #333;
	font-weight: 200;
	margin: 0 0 1em;
}
.scs-default-layout h1 {
	font-size: 24px;
	color: #333;
	margin: 0;
	font-weight: 300;
}
.scs-default-layout img {
	width: auto;
	margin: 0;
	border-radius: 3px;
}
.scs-defualt-layout h2 {
	font-size: 18px;
	margin: 0;
}
.scs-default-layout p {
	margin: 0;
}.scs-edit-mode .sl-horizontal-drop-zone {
	display: none;
}

.scs-edit-mode .sl-horizontal-drop-zone.sl-empty,
.scs-drag.scs-edit-mode .sl-horizontal-drop-zone {
	display: block;
}

.sl-horizontal-drop-zone {
	background-color: #f1f2f2;
	color: black;

	min-height: 25px;
	line-height: 25px;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}
.scs-drag.scs-edit-mode .sl-horizontal-drop-zone {
	background-color: #f1f2f2;
}
.scs-edit-mode .scs-drop-target-highlight > .scs-container-styles > .scs-component-content > .sl-horizontal-drop-zone {
	outline: dashed 2px #14836f;
	outline-offset: -2px
}

.sl-horizontal-row {
	display: flex;
}

.sl-horizontal-item {
	background-color: transparent;
	flex: 1;
}
.scs-edit-mode .sl-slider-drop-zone {
	background-color: #e0e0e0;
	text-color: black;
	min-height: 1.5em;
	line-height: 1.5em;
	text-align: center;
}

.sl-slider-wrapper {
	/*-ms-overflow-x: hidden;
	overflow-x: hidden;*/
}

.sl-slider {
	-ms-overflow-x: hidden;
	overflow-x: hidden;

	position: relative;
	top: 0px;
	left: 0px;

	width: 100%;
}

.scs-edit-mode .sl-slider-page > .sl-slider-page-content {
	margin: 0;
}

/**
 * Stretch the component group in each slide, so that the background fills the slide.
 */
.sl-slider-page,
.sl-slider-page > .scs-componentgroup,
.sl-slider-page > .scs-componentgroup > .scs-container-styles,
.sl-slider-page > .scs-componentgroup > .scs-container-styles > .scs-component-content {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	width: auto;
	height: auto;
}

/**
 * Allow vertical scrollbar in component group
 */
.sl-slider-page > .scs-componentgroup > .scs-container-styles > .scs-component-content {
	overflow-y: auto;
}

.sl-slider-buttons-wrapper {
	margin-left: 50%;
	position: absolute;
	bottom: 10%;
	z-index: 2;
}

.scs-drag .sl-slider-buttons-wrapper,
.scs-drag .sl-slider-arrow {
	display: none;
}

.sl-slider-buttons {
	text-align: center;
	list-style-type: none;
	margin: 0 0 0 -100%;
	padding: 0;
}

.sl-slider-button, .sl-slider-button-add {
    position: relative;
    display: inline-block;
    text-align: center;
	margin: 0 .25em 0 .25em;

	width: 12px;
	height: 12px;
	background-color: #d7d7d7;
	border-radius: 50%;
	cursor: pointer;
}
.sl-slider-button-add {
	background-color: transparent;
    text-decoration: none;
	padding: 0 5px;
    white-space: nowrap;
    overflow: visible;
    -moz-outline-style: none;
    white-space: nowrap;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;	
    font-size: 14px;
	border-radius: 1px;
    height: auto;
    width: auto; 
    margin: 15px 0 0 0;
}
.sl-slider-button-add > a {
	text-decoration: none;
	height: 28px;
    background-color: #6A6A6A;
    color: #FFF;
    border-radius: 2px;
    padding: 8px 12px;
}
.sl-slider-button > a {
    text-decoration: none;
    outline: 0;
    border: 0;
    -moz-outline-style: none;	
    white-space: nowrap;
}
.sl-slider-button.sl-slider-active-button {
	background-color: #6a6a6a;
}

.sl-slider-button > a {
	text-decoration: none;
}

.sl-slider-button > a:link,
.sl-slider-button > a:hover,
.sl-slider-button > a:active,
.sl-slider-button > a:visited {
	text-decoration: none;
}

.sl-slider-button > a > span {
	display: none;
}
.sl-slider-button-add > a > span {
	display: initial;
	text-decoration: none;
	margin-left: 1px;
}

.sl-slider-arrow {
	position: absolute;
	top: 50%;
	margin-top: -28px;
	z-index: 2;
	display: block;
	width: 42px;
	height: 55px;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-radius: 4px;
	overflow: hidden;
}
/* ico-nav-left.svg, neutral-30 */
.sl-slider-arrow-left {
	left: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.414 12l7.293-7.293-1.414-1.414L6.586 12l8.707 8.707 1.414-1.414L9.414 12z' fill='%23f1efed'/%3E%3C/svg%3E");
}
/* ico-nav-right.svg, neutral-30 */
.sl-slider-arrow-right {
	right: 8px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.586 12l-7.293 7.293 1.414 1.414L17.414 12 8.707 3.293 7.293 4.707 14.586 12z' fill='%23f1efed'/%3E%3C/svg%3E");
}
.sl-slider-arrow-left:hover,
.sl-slider-arrow-right:hover {
	background-color: rgba(0, 0, 0, 0.2);
}

.scs-edit-mode .sl-slider-watermark {
	border: 1px solid #d7d7d7;
	background-color: #f1f2f2;
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	justify-content: center;
	padding-bottom: 48px;
	color: #6A6A6A;
	font-size: 14px;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;

	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.scs-edit-mode .sl-slider-watermark-image {
	font-size: 48px;
	width: 48px;
	height: 48px;
}

.sl-blocking-div {
	height: 0;
	width: 0;
	margin: 0;
	padding: 0;
	background-color: transparent;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 767px) 
{
	.scs-slot.scs-responsive .sl-slider .scs-component-container
	{
		box-sizing: border-box;
	}
}
/**
 * Outside border
 */

.sl-tabs {
	border-radius: 0px;
}


/**
 * Tabs container (UL)
 */

.sl-tabs>ul {
	padding: 3px 4px 0px 4px;
	margin: 0px;
	border: transparent;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #000;
}


/**
 * Tab (LI)
 */

.sl-tabs li {
	padding-left: 0;
}

.sl-tabs .sl-tabs-tab {
	list-style: none;
	position: relative;
	float: left;
	height: 36px;
	line-height: 18px;
	margin: 0 1px 0 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
}

.sl-tabs ul>li:first-child {}

.sl-tabs ul>li:last-of-type {
	border-right: none;
}

.sl-tabs li.sl-tabs-inactive {
	background-color: #e0e0e0;
	color: #000;
}

.sl-tabs li.sl-tabs-active {
	background-color: darkgrey;
}

.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #000;
}

.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: darkgrey;
}

.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs .sl-tabs-tab:focus,
.sl-tabs .sl-tabs-tab:active {
	text-decoration: none;
}


/**
 * Anchor tag (LI > A)
 */

.sl-tabs .sl-tabs-tab>a {
	float: left;
	padding: .5em;
	text-decoration: none;
}

.sl-tabs .sl-tabs-tab>a:link,
.sl-tabs .sl-tabs-tab>a:visited,
.sl-tabs .sl-tabs-tab>a:hover,
.sl-tabs .sl-tabs-tab>a:focus,
.sl-tabs .sl-tabs-tab>a:active {
	color: black;
	text-decoration: none;
	border: 0;
}

.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: white;
}


/**
 * Pane
 */

.sl-tabs div.sl-tabs-pane {
	padding: 0;
	border: 0;
	margin: 0;
}

/**
 * Delete button (UL > LI > BUTTON)
 */

.sl-tabs button.sl-tabs-delete {
	line-height: 14px;
	padding: 0;
	cursor: pointer;
	border: 0;
	-webkit-appearance: none;
	float: right;
	touch-action: manipulation;
	text-transform: none;
	display: inline-block;
	margin: 1px 4px auto 4px;
	background: none;
	background-color: transparent;
	border: solid 1px transparent;
	box-shadow: none;
	outline: none;
}

.sl-tabs button.sl-tabs-delete:hover {
	border: dotted rgba(0, 0, 0, 0.75) 1px;
}


/**
 * Tab label (UL > LI > A > SPAN)
 */

.sl-tabs li.sl-tabs-tab>a>span {
	padding: 0 5px;
	white-space: nowrap;
	overflow: hidden;
}

.sl-tabs li.sl-tabs-tab>a>span.sl-tabs-editable {
	color: black;
	background-color: white;
}


/**
 * Misc.
 */

.sl-tabs .sl-tabs-clearfix {
	clear: both;
	height: 0px;
	width: 0px;
	visibility: hidden;
}

.scs-edit-mode .sl-tabs .sl-empty-tabs {
	display: block;
	background-color: #f1f2f2;
	color: black;
	min-height: 25px;
	line-height: 25px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}


/***********************************************************
 * 1) Treatment 1a
 ***********************************************************/

.sl-tabs-treatment-1a.sl-tabs {}

.sl-tabs-treatment-1a.sl-tabs>ul,
.sl-tabs-treatment-1a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #333333;
	background-color: transparent;
	border: transparent;
}

.sl-tabs-treatment-1a.sl-tabs>a {
	padding: 5px;
	border-bottom: 1px solid rgb(170, 170, 170);
	border-top: 1px solid rgb(170, 170, 170);
	outline: none;
}

.sl-tabs-treatment-1a.sl-tabs li {}

.sl-tabs-treatment-1a.sl-tabs ul>li:first-child {
	border-top-left-radius: 2px;
}

.sl-tabs-treatment-1a.sl-tabs ul>li.sl-tabs-last {
	border-top-right-radius: 2px;
	border-right: none;
}

.sl-tabs-treatment-1a.sl-tabs ul>li:last-of-type {
	border-right: none;
}

.sl-tabs-treatment-1a.sl-tabs .sl-tabs-tab {
	height: 36px;
	line-height: 18px;
	margin: 0 1px 0 0;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	border-radius: 0;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-inactive {
	background-color: #d8d8d8;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #56595c;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-active {
	background-color: #56595c;
	color: #fff;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active {
	padding-bottom: 0;
}

.sl-tabs-treatment-1a.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-1a.sl-tabs .sl-tabs-tab>a:active {
	border: 0;
}

.sl-tabs-treatment-1a.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}

.sl-tabs-treatment-1a.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #fff;
}


/***********************************************************
 * 2) Treatment 1b
 ***********************************************************/

.sl-tabs-treatment-1b.sl-tabs>ul,
.sl-tabs-treatment-1b.sl-tabs>a {
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-active {
	background-color: #024882;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active {
	padding-bottom: 0;
}

.sl-tabs-treatment-1b.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-1b.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #024882;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #024882;
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs .sl-tabs-tab>a {
	color: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-inactive button.sl-tabs-delete path {
	fill: #fff;
}

.sl-tabs-treatment-1b.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #fff;
}


/***********************************************************
 * 3) Treatment 1c
 ***********************************************************/

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1c.sl-tabs>a.sl-tabs-inactive {
	background-color: #f3f3f3;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1c.sl-tabs>a.sl-tabs-active {
	background-color: #bababa;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #bababa;
}

.sl-tabs-treatment-1c.sl-tabs .sl-tabs-tab>a {
	color: #595959;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: #333333;
}

.sl-tabs-treatment-1c.sl-tabs button.sl-tabs-delete path {
	fill: #666666;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #333333;
}


/***********************************************************
 * 4) Treatment 1d
 ***********************************************************/

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-1d.sl-tabs>a.sl-tabs-inactive {
	background-color: #d8d8d8;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-1d.sl-tabs>a.sl-tabs-active {
	background-color: #027bc7;
}

.sl-tabs-treatment-1d.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-1d.sl-tabs .sl-tabs-tab>a {
	color: #595959;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #027bc7;
}

.sl-tabs-treatment-1c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-tab.sl-tabs-active>a {
	color: #fff;
}

.sl-tabs-treatment-1d.sl-tabs button.sl-tabs-delete {
	color: #595959;
}

.sl-tabs-treatment-1d.sl-tabs li.sl-tabs-active button.sl-tabs-delete {
	color: #fff;
}


/***********************************************************
 * 5) Treatment 2a
 ***********************************************************/

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive a {
	color: #c0c4c8;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active a {
	color: #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-inactive {
	color: #c0c4c8;
	background-color: #333;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-active {
	color: #fff;
	font-weight: bold;
	background-color: #5b5b5b;
}

.sl-tabs-treatment-2a.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #c0c4c8;
	border-left: 2px solid #c0c4c8;
}

.sl-tabs-treatment-2a.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #333;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	background-color: #333;
	color: #fff;
}

.sl-tabs-treatment-2a.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #fff;
}

.sl-tabs-treatment-2a.sl-tabs button.sl-tabs-delete path {
	fill: #c0c4c8;
}


/***********************************************************
 * 6) Treatment 3a
 ***********************************************************/

.sl-tabs-treatment-3a.sl-tabs>ul,
.sl-tabs-treatment-3a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-3a.sl-tabs>a {
	line-height: 25px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion.sl-tabs-active::after {
	margin-top: -15px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion.sl-tabs-inactive::after {
	margin-top: -22px;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
	margin: 0;
}

.sl-tabs-treatment-3a.sl-tabs ul>li:first-child,
.sl-tabs-treatment-3a.sl-tabs>a {
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sl-tabs-treatment-3a.sl-tabs ul>li.sl-tabs-last,
.sl-tabs-treatment-3a.sl-tabs>a {
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-inactive {
	color: #fff;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-active {
	color: #fff;
	font-weight: bold;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3a.sl-tabs>a.sl-tabs-active {
	background-color: #439ae1;
}

.sl-tabs-treatment-3a.sl-tabs>a::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-3a.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-3a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #027bc7;
}

.sl-tabs-treatment-3a.sl-tabs button.sl-tabs-delete {
	margin-top: 4px;
}

.sl-tabs-treatment-3a.sl-tabs button.sl-tabs-delete path {
	fill: #fff;
}


/***********************************************************
 * 7) Treatment 3b
 ***********************************************************/

.sl-tabs-treatment-3b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3b.sl-tabs>a.sl-tabs-active {
	background-color: #014c7a;
}


/***********************************************************
 * 8) Treatment 3c
 ***********************************************************/

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3c.sl-tabs>a.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3c.sl-tabs>a.sl-tabs-active {
	background-color: #5b5b5b;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #5b5b5b;
}

.sl-tabs-treatment-3c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #333333;
}


/***********************************************************
 * 9) Treatment 3d
 ***********************************************************/

.sl-tabs-treatment-3d.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-3d.sl-tabs>a.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3d.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-3d.sl-tabs>a.sl-tabs-active {
	background-color: #015c94;
}


/***********************************************************
 * ..) Treatment 3e
 ***********************************************************/

.sl-tabs-treatment-3e.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-3e.sl-tabs ul>li.sl-tabs-last {
	border-radius: 0;
}

.sl-tabs-treatment-3e.sl-tabs li.sl-tabs-inactive {
	background-color: #333333;
}

.sl-tabs-treatment-3e.sl-tabs li.sl-tabs-active {
	background-color: #015c94;
}


/***********************************************************
 * 10) Treatment 4a
 ***********************************************************/

.sl-tabs-treatment-4a.sl-tabs>ul,
.sl-tabs-treatment-4a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4a.sl-tabs>a {
	line-height: 19px;
	border-top: 5px solid #ededed;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-tab {
	height: 37px;
	margin: 0;
	border-right: none;
}

.sl-tabs-treatment-4a.sl-tabs .sl-tabs-accordion-allbutfirst {
	margin-top: 0px;
}

.sl-tabs-treatment-4a.sl-tabs button.sl-tabs-delete {
	line-height: 12px;
}

.sl-tabs-treatment-4a.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4a.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active a {
	color: #333;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4a.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid rgba(51, 51, 51, 0.40);
	background-color: #ededed;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {}

.sl-tabs-treatment-4a.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4a.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}


/***********************************************************
 * 11) Treatment 4b
 ***********************************************************/

.sl-tabs-treatment-4b.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4b.sl-tabs>a {
	line-height: 19px;
	border-right: none;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
	border-top: 5px solid #ededed;
}

.sl-tabs-treatment-4b.sl-tabs .sl-tabs-tab {
	height: 37px;
}

.sl-tabs-treatment-4b.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4b.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive a {}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-4b.sl-tabs>a.sl-tabs-active {
	color: #027bc7;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive {}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4b.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid #027bc7;
	background-color: #ededed;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4b.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4b.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}


/***********************************************************
 * 12) Treatment 4c
 ***********************************************************/

.sl-tabs-treatment-4c.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-4c.sl-tabs>a {
	line-height: 19px;
	border-right: none;
	border-top: 5px solid #ededed;
	background-color: rgba(237, 237, 237, 0.70);
	color: #666;
}

.sl-tabs-treatment-4c.sl-tabs .sl-tabs-tab {
	height: 37px;
}

.sl-tabs-treatment-4c.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-4c.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive a {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active {
	color: #fff;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active,
.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active {
	border-top: 5px solid rgba(51, 51, 51, 0.4);
	background-color: #027bc7;
}

.sl-tabs-treatment-4c.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active.sl-tabs-add {
	border-top: 5px solid transparent;
}

.sl-tabs-treatment-4c.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #fff;
}

.sl-tabs-treatment-4c.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}


/***********************************************************
 * 13) Treatment 5a
 ***********************************************************/
 
.sl-tabs-treatment-5a.sl-tabs>ul,
.sl-tabs-treatment-5a.sl-tabs>a {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: normal;
}

.sl-tabs-treatment-5a.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5a.sl-tabs>a {
	line-height: 25px;
}
.sl-tabs-treatment-5a.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
	margin: 0;
}

.sl-tabs-treatment-5a.sl-tabs button.sl-tabs-delete {
	line-height: 20px;
}

.sl-tabs-treatment-5a.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5a.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-inactive {
	color: #666;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active {
	color: #fff;
}


.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}
.sl-tabs-treatment-5a.sl-tabs .sl-tabs-accordion.sl-tabs-active::after {
	margin-top: -15px;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-inactive {
	background-color: #e0e0e0;
	z-index: 0;
}
.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5a.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5a.sl-tabs>a.sl-tabs-active {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: rgba(191, 191, 191, 1);
	background: -moz-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(191, 191, 191, 1)), color-stop(100%, rgba(143, 143, 143, 1)));
	background: -webkit-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -o-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: -ms-linear-gradient(top, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	background: linear-gradient(to bottom, rgba(191, 191, 191, 1) 0%, rgba(143, 143, 143, 1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#8f8f8f', GradientType=0);
	-webkit-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	box-shadow: 2px 0px 4px 0px rgba(0, 0, 0, 0.25);
	z-index: 1;
}
.sl-tabs-treatment-5a.sl-tabs ul>li.sl-tabs-active {
	margin-top: 0px;
	height: 46px;
	line-height: 35px;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-active button.sl-tabs-delete {
	margin-top: 6px;
}

.sl-tabs-treatment-5a.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #fff;
}

.sl-tabs-treatment-5a.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}


/***********************************************************
 * 14) Treatment 5b
 ***********************************************************/

.sl-tabs-treatment-5b.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5b.sl-tabs>a {
	line-height: 25px;
}
.sl-tabs-treatment-5b.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
}

.sl-tabs-treatment-5b.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5b.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-inactive  {
	color: #666;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active  {
	color: #333;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-inactive  {
	background-color: #e0e0e0;
	z-index: 0;
}
.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active::after {
	border-top: 2px solid #333;
	border-left: 2px solid #333;
}

.sl-tabs-treatment-5b.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5b.sl-tabs>a.sl-tabs-active {
	margin-top: 0px;
	line-height: 35px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	background: #fff;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}
.sl-tabs-treatment-5b.sl-tabs ul>li.sl-tabs-active {
	height: 46px;
	border: solid 1px #ccc;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #333;
}

.sl-tabs-treatment-5b.sl-tabs button.sl-tabs-delete {
	margin: 4px 4px auto 4px;
	line-height: 15px;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active button.sl-tabs-delete {
	margin-top: 6px;
	line-height: 20px;
}

.sl-tabs-treatment-5b.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #333;
}

.sl-tabs-treatment-5b.sl-tabs button.sl-tabs-delete path {
	fill: #666;
}


/***********************************************************
 * 15) Treatment 5c
 ***********************************************************/

.sl-tabs-treatment-5c.sl-tabs .sl-tabs-tab,
.sl-tabs-treatment-5c.sl-tabs>a {
	line-height: 25px;
}
.sl-tabs-treatment-5c.sl-tabs .sl-tabs-tab {
	height: 42px;
	border-right: none;
}

.sl-tabs-treatment-5c.sl-tabs button.sl-tabs-delete {
	line-height: 15px;
}

.sl-tabs-treatment-5c.sl-tabs ul>li:first-child {
	border-radius: 0;
}

.sl-tabs-treatment-5c.sl-tabs ul>li:last-of-type {
	border-radius: 0;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive a,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	color: #fff;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active a,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active {
	color: #fff;
}

.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive::after {
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
}

.sl-tabs-treatment-5c.sl-tabs .sl-tabs-accordion {
	border-bottom: 1px solid #fff;
	border-top: 1px solid #fff;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	background-color: #027bc7;
	z-index: 0;
}
.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive {
	margin-top: 4px;
}

.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-inactive {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active,
.sl-tabs-treatment-5c.sl-tabs>a.sl-tabs-active {
	background: #015c94;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	z-index: 1;
}
.sl-tabs-treatment-5c.sl-tabs ul>li.sl-tabs-active {
	margin-top: 0px;
	height: 46px;
	line-height: 35px;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive.sl-tabs-add {
	background-color: transparent;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-inactive.sl-tabs-add a {
	color: #027bc7;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active.sl-tabs-add {}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active.sl-tabs-add a {
	color: #015c94;
	font-weight: bold;
}

.sl-tabs-treatment-5c.sl-tabs button.sl-tabs-delete {
	margin: 4px 4px auto 4px;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active button.sl-tabs-delete {
	margin-top: 8px;
}

.sl-tabs-treatment-5c.sl-tabs li.sl-tabs-active button.sl-tabs-delete path {
	fill: #fff;
}

.sl-tabs-treatment-5c.sl-tabs button.sl-tabs-delete path {
	fill: #fff;
}


/*
 * Accordion styles
 */


/* desktop styles:  hide accordion by default - tabs will be displayed */

.sl-tabs-accordion {
	display: none;
	/* cursor: pointer; */
	text-decoration: none;
	padding: 5px;
	border-bottom: 1px solid #AAA;
	border-top: 1px solid #AAA;
	background-color: transparent;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	outline: none;
}


/* for the top/bottom border, move up the margin on all but first so that we don't get double lines */

.sl-tabs-accordion-allbutfirst {
	margin-top: -1px;
}


/* handle the up/down arrow for active/inactive tabs */

.sl-tabs-accordion::after {
	box-sizing: border-box;
	content: "";
	position: absolute;
	height: 12px;
	width: 12px;
	display: block;
	cursor: pointer;
	border-top: 2px solid #666;
	border-left: 2px solid #666;
	right: 8px;
}

.sl-tabs-accordion.sl-tabs-active::after {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	margin-top: -10px;
}

.sl-tabs-accordion.sl-tabs-inactive::after {
	-webkit-transform: rotate(225deg);
	transform: rotate(225deg);
	margin-top: -18px;
}


/* mobile styles: are on a per-instance basis in render.js */.scs-edit-mode .sl-three-columns-drop-zone {
	display: none;
}

.scs-edit-mode .sl-three-columns-drop-zone.sl-empty,
.scs-drag.scs-edit-mode .sl-three-columns-drop-zone {
	display: block;
	min-height: 25px;
	line-height: 25px;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.sl-three-columns-drop-zone {
	background-color: #f1f2f2;
	color: black;
}
.scs-drag.scs-edit-mode .sl-three-columns-drop-zone {
	background-color: #f1f2f2;
}
.scs-edit-mode .scs-drop-target-highlight > .scs-container-styles > .scs-component-content > .sl-three-columns-drop-zone {
	outline: dashed 2px #14836f;
	outline-offset: -2px
}

.sl-three-columns {
	display: flex;
}
.scs-edit-mode .sl-two-columns-drop-zone {
	display: none;
}

.scs-edit-mode .sl-two-columns-drop-zone.sl-empty,
.scs-drag.scs-edit-mode .sl-two-columns-drop-zone {
	display: block;
	min-height: 25px;
	line-height: 25px;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.sl-two-columns-drop-zone {
	background-color: #f1f2f2;
	color: black;
}
.scs-drag.scs-edit-mode .sl-two-columns-drop-zone {
	background-color: #f1f2f2;
}
.scs-edit-mode .scs-drop-target-highlight > .scs-container-styles > .scs-component-content > .sl-two-columns-drop-zone {
	outline: dashed 2px #14836f;
	outline-offset: -2px
}

.sl-two-columns {
	display: flex;
}
.scs-edit-mode .sl-vertical-drop-zone {
	display: none;
}

.scs-edit-mode .sl-vertical-drop-zone.sl-empty,
.scs-drag.scs-edit-mode .sl-vertical-drop-zone {
	display: block;
	min-height: 25px;
	line-height: 25px;
	text-align: center;

	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
}

.sl-vertical-drop-zone {
	background-color: #f1f2f2;
	color: black;
}
.scs-drag.scs-edit-mode .sl-vertical-drop-zone {
	background-color: #f1f2f2;
}
.scs-edit-mode .scs-drop-target-highlight > .scs-container-styles > .scs-component-content > .sl-vertical-drop-zone {
	outline: dashed 2px #14836f;
	outline-offset: -2px
}/**
 * Confidential and Proprietary for Oracle Corporation
 *
 * This computer program contains valuable, confidential, and
 * proprietary information. Disclosure, use, or reproduction
 * without the written authorization of Oracle is prohibited.
 * This unpublished work by Oracle is protected by the laws
 * of the United States and other countries. If publication
 * of this computer program should occur, the following notice
 * shall apply:
 *
 * Copyright (c) 2015 Oracle Corp.
 * All rights reserved.
 *
 * $Id: renderer.css 154084 2017-05-25 21:52:50Z cpintacu $
 */

/* 
 * Row and Column
 */
.scs-row,
.scs-row>.scs-col>.scs-row.scs-inner-row {
	margin-left: 0;
	margin-right: 0;

	display: table;
	table-layout: fixed;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.scs-col {
	display: table-cell;
	vertical-align: top;
	float: none;
	width: 100%;
	position: relative;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

html[dir="rtl"] .scs-col {
	float: right;
}

.scs-component-bounding-box {
	vertical-align: top;
	padding: .01px;
	-webkit-padding-before: .1px;
	-webkit-padding-after: .1px;
}

.scs-component-container.scs-sectionlayout,
.scs-component-container.scs-componentgroup {
	vertical-align: top;
	padding: .01px;
	-webkit-margin-collapse: separate;
}

.scs-sectionlayout>.scs-container-styles,
.scs-componentgroup>.scs-container-styles {
	overflow: hidden;
	position: relative;
}

.scs-sectionlayout>.scs-container-styles>.scs-component-content,
.scs-componentgroup>.scs-container-styles>.scs-component-content {
	width: 100%;
}

@media screen and (max-width: 767px) {

	.scs-slot.scs-responsive .scs-col,
	.scs-slot.scs-responsive .scs-inner-row,
	.scs-slot.scs-responsive .scs-component-container {
		width: 100% !important;
		float: left;
	}
}