.ver-select {
	display: block;

	width: 490px;
	height: 52px;
	padding: 0;
	margin: 0;
}
.ver-select li {
	display: inline-block;
	float: left;
	width: 244px;
	line-height: 52px;
}

.ver-select li {
	display: inline-block;
	width: 244px;
	line-height: 52px;

	font-size: 1.1em;
	text-align: center;
	font-weight: normal;
	text-decoration: underline;
	color: #318493;
	cursor: pointer; cursor: hand;

	border: 1px solid #aed8e3;
	!border-top: none;

	background-color: #d5edf0;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0.01, #DBF0F2), color-stop(1, #CBE8ED));
	background-image: -o-linear-gradient(bottom, #DBF0F2 1%, #CBE8ED 100%);
	background-image: -moz-linear-gradient(bottom, #DBF0F2 1%, #CBE8ED 100%);
	background-image: -webkit-linear-gradient(bottom, #DBF0F2 1%, #CBE8ED 100%);
	background-image: -ms-linear-gradient(bottom, #DBF0F2 1%, #CBE8ED 100%);
	background-image: linear-gradient(to bottom, #DBF0F2 1%, #CBE8ED 100%);
}
.ver-select li:hover {
	background-color: #e7f3f5;
	background-image: none;
}
.ver-select li:first-child {
	border-right: none;
	-moz-border-radius: 3px 0px 0px 0px;
	-webkit-border-radius: 3px 0px 0px 0px;
	border-radius: 3px 0px 0px 0px;
}
.ver-select li:last-child {
	border-left: none;
	-moz-border-radius: 0px 3px 0px 0px;
	-webkit-border-radius: 0px 3px 0px 0px;
	border-radius: 0px 3px 0px 0px;
}
.ver-select li.active {
	font-weight: 600;
	text-decoration: none;
	color: #fff;
	/* text-shadow: 0px -1px 0px rgba(31, 105, 135, 1); */
	background-color: #58b1cb;
	cursor: default;

	border-bottom: 1px solid #58b1cb;

	-webkit-box-shadow: inset 0px 4px 2px 0px rgba(45,139,178,1);
	-moz-box-shadow: inset 0px 4px 2px 0px rgba(45,139,178,1);
	box-shadow: inset 0px 4px 2px 0px rgba(45,139,178,1);

	background-image: none;
}

.shadow:after{
    clear: both;
    content: "";
    display: block;
    height: 12px;

	background-image: url('../images/store/shadow.png');
	background-repeat: no-repeat;	
}

.ver-list {
	font-size: 14px;

	display: inline-block;
	float: left;
	width: 244px;
	margin: 0;
	padding: 0;

	border: 1px solid #aed8e3;
	border-top: none;

	background-image: url('../images/store/shadow.png');
	background-repeat: no-repeat;

    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
.ver-list.active {
	background-color: #d4edf0;

    -webkit-transition: background-color 200ms ease-out;
    -moz-transition: background-color 200ms ease-out;
    -o-transition: background-color 200ms ease-out;
    transition: background-color 200ms ease-out;
}
#std-list {
	border-right: none;
	-moz-border-radius: 0px 0px 0px 3px;
	-webkit-border-radius: 0px 0px 0px 3px;
	border-radius: 0px 0px 0px 3px;
}
#pro-list {
	border-left: none;
	-moz-border-radius: 0px 0px 3px 0px;
	-webkit-border-radius: 0px 0px 3px 0px;
	border-radius: 0px 0px 3px 0px;

	background-position: -208px 0;
}
.ver-list ul {
	display: block;
	list-style-type: none;
	padding: 0;
	padding-top: 15px;
	margin: 0 12px 12px 12px;
}
.ver-list.active ul {
	background-image: url('../images/store/compare-beak.png');
	background-repeat: no-repeat;	
}
.ver-list ul li {
	display: block;
	position: relative;
	margin-bottom: 10px;
	padding-left: 25px;
	font-size: 13px;
}
.ver-list ul li:before {
	display: block;
	width: 17px; height: 17px;
	width: 14px; height: 14px;
	position: absolute;
	float: left;
	content: ' ';
	margin-right: 0px;
	margin-top: -7px;
	top: 50%;
	left: 3px;
	background-image: url('../images/store/compare-bullets-14.png');

}

.ver-list ul li.pale {
	opacity: 0.4;
}
.ver-list ul li.pale:before {
	background-position: -14px 0;
}

/* ---- MSP/ITSP checkbox --------------------------------------------------- */

.msp-box {
	position: relative;

	border: 1px solid #aed8e3;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;

	padding: 8px;

	height: 24px;
	font-size: 14px;
}

.store-wrap {
	width: 490px;
}

.msp-box div, .nodes-title div {
	float: right;
}
.msp-box label {
	margin-top: 5px;
	margin-left: 5px;
}

/*.explain {*/
/*	display: block; */
/*	position: relative;  */

/*	font-size: 12px;*/
/*	color: #866722; */
/*	background: #ffda7b; */
/*	padding: 0 8px 0 8px; */
/*	line-height: 24px;*/
/*	-webkit-border-radius: 0 3px 3px 0;*/
/*	-moz-border-radius: 3px;*/
/*	border-radius: 0 3px 3px 0;*/

/*	cursor: pointer; cursor: hand;*/
/*	text-decoration: underline;*/

/*	margin-right: 0;*/
/*	padding-right: 8px;*/
/*    -webkit-transition: all 300ms ease-out;*/
/*    -moz-transition: all 300ms ease-out;*/
/*    -o-transition: all 300ms ease-out;*/
/*    transition: all 300ms ease-out;*/
/*}*/

/*.explain.active {*/
/*	padding-right: 30px;*/
/*	margin-right: -30px;*/
/*}*/

/*.explain:hover {*/
/*	text-decoration: none;*/
/*}*/
/*.explain:after {*/
/*	content: '';*/
/*	display: inline-block; */
/*	position: absolute; */
/*	width: 10px; */
/*	height: 24px; */
/*	left: -9px; */
/*	top: 0; */
/*	background: url('../images/store/linkarrow.png')}*/

/* ---- Number of nodes ----------------------------------------------------- */

.nodes-title {
	position: relative;
	top: -10px;
	padding: 8px;
	padding-left: 0;
	padding-right: 9px;
	font-size: 14px;
}
.nodes-title span {
	line-height: 24px;
}
.node-box {
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, 69px);
	gap: 8px;
	max-width: 456px;
}
.node-box.for-msp {
	grid-template-columns: repeat(3, 1fr);
}
.node-num {
	display: block;
	float: left;
	border-radius: 4px;
	border: 1px solid #E6E9F5;
	box-sizing: border-box;

	cursor: pointer; cursor: hand;

	width:69px;
	height:40px;
	line-height:40px;
	display: flex;
	padding: 8px 4px;
	justify-content: center;
	align-items: center;
	gap: 4px;

	text-align: center;
	text-decoration: none;
	overflow: hidden;

    -webkit-transition: line-height 200ms ease-out;
    -moz-transition: line-height 200ms ease-out;
    -o-transition: line-height 200ms ease-out;
    transition: line-height 200ms ease-out;
}
/*.node-num:nth-child(3n) { width: 82px; }*/
.node-num:hover {
	background-color: #DADEFF;
}
input.node-cnt:checked + label {
	background-color: #5769EF;
	color: #fff;
}

.for-msp .node-num {
	width:0px;
	height:0px;
	line-height:0px;
	font-size: 0%;
	display: none;
}

.for-msp .node-num.for-msp {
	width:163px;
	height:88px;
	line-height:96px;
	font-size: 120%;
	display: flex;
}
.for-msp .node-num.for-msp:nth-child(4n) { width: 162px; }

.node-num span {
	position: relative;
	top: 0px;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}

.node-num span.inf {
	display: inline-block;
	width: 24px;
	height: 9px;
	background-image: url("../images/store/infinity.png");
}

.node-num span.infin {
	font-size: 22px;
}

input.node-cnt {  
    display: none;  
}  
.node-num em {
	position: relative;
	top: 0px;

	/*color: #318493;*/
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	font-style: normal;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}


.node-num em{
	display: none;
}
input.node-cnt:checked + label em {
	display: none;
	color: #fff;
	top: -20px;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}
.for-msp input.node-cnt:checked + label.for-msp em {
	color: #fff;
	top: -38px;
	font-size: 16px;
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}
input.node-cnt + label span {
	font-size: 16px;
	line-height: 150%;
}

input.node-cnt:checked + label span {
	top: 0px;
	line-height: 1;

	/* Body/Body 1 */
	font-family: Open Sans;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 24px */
    -webkit-transition: top 300ms ease-out;
    -moz-transition: top 300ms ease-out;
    -o-transition: top 300ms ease-out;
    transition: top 300ms ease-out;
}
input.node-cnt:checked + label span.inf {
	background-position: 0 -9px;
}

/* --- Fixes for unlimited license box (infinity symbol and unlimited word) --- */
.node-num span.inf {
	top: 20px;
}
input.node-cnt:checked + label span.inf {
	top: 15px;
}
.node-num em.inf {
	top: 40px;
}
input.node-cnt:checked + label em.inf {
	top: 19px;
}

.for-msp .node-num span.inf {
	top: 45px;
}
.for-msp input.node-cnt:checked + label span.inf {
	top: 40px;
}
.for-msp .node-num em.inf {
	top: 90px;
}
.for-msp input.node-cnt:checked + label.for-msp em.inf {
	top: 49px;
}


/* ---- Store final block --------------------------------------------------- */

.store-bottom {
	margin-top: 10px;
	font-size: 14px;
}

.store-final{
	height: 200px;	
	width: 245px;
	float: left;
}
.currency-combo {
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
	margin-top: -1px;
}
.currency-label {
	display: inline-block;
	vertical-align: middle;
}
.pay-label, .pay-radio label {
	margin-top: 10px;
}
.pay-radio input:checked + label {
	color: #318493;
}
.pay-radio {
	margin-left: 20px;
}

.checkout {
	border: 1px solid #a6d593;

	padding: 10px;
	background: #e7f7dc;
	text-align: right; 
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}


.checkout .sil-button {
	margin-top: 14px;
	color: #000;
}


/* ---- Pushed green button ------------------------------------------------- */

.top-button-wrap.green-pushed:after {
	clear: right;
    content: "";
    display: block;
    height: 10px;

	background-image: url('../images/store/purchase-beak.png');
	background-position: 40px 0;
	background-repeat: no-repeat;
}
.top-button-wrap.green-pushed .sil-button {
	text-decoration: none;
	color: #fff;
	text-shadow: none;
	cursor: default;

	border: none;

	-webkit-box-shadow: inset 0px 4px 2px 0px rgba(82,151,63,1);
	-moz-box-shadow: inset 0px 4px 2px 0px rgba(82,151,63,1);
	box-shadow: inset 0px 4px 2px 0px rgba(82,151,63,1);

	background: rgb(116,184,96); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(116,184,96,1) 0%, rgba(144,204,116,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(116,184,96,1)), color-stop(100%,rgba(144,204,116,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(116,184,96,1) 0%,rgba(144,204,116,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(116,184,96,1) 0%,rgba(144,204,116,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(116,184,96,1) 0%,rgba(144,204,116,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(116,184,96,1) 0%,rgba(144,204,116,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#74b860', endColorstr='#90cc74',GradientType=0 ); /* IE6-9 */

}

/* ---- Side railed list ---------------------------------------------------- */

.side-rail {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 36px;
}
.side-rail li {
	display: block;
	position: relative;
	padding-bottom: 1em;
	padding-left: 18px;

	font-size: 14px;
	color: #318493;

	background: url("../images/store/green-rail.png") no-repeat 5px 0px;
}

.side-rail li:before {
	display: block;
	width: 14px; height: 14px;
	position: absolute;
	float: left;
	content: ' ';
	margin-top: -14px;
	top: 50%;
	left: 0px;
	background: url("../images/store/bullet-dot.png") no-repeat -1px 1px;
}
.side-rail li:first-child:before {
	background: url("../images/bullet_tick.png") no-repeat 0 1px;
}
.side-rail li:first-child {
	background-position: 5px -50%;
}
.side-rail li:last-child {
	background-position: 5px 140%;
	padding-bottom: 0;
}

/* ---- PDF link ------------------------------------------------------------ */

.pdf {
	display: block;
	padding: 0 0 0 24px;
	margin: 0;
	text-decoration: none;
	background: url("../images/store/pdf.png") no-repeat 0px 50%;
}
.pdf span {
	text-decoration: underline;
	font-size: 16px;
}
.pdf:hover span {
	text-decoration: none;
}
.pdf em {
	text-decoration: none;
	font-style: normal;
	color: #aaa;
	font-size: 12px;
}

/* ---- Explanation tooltips ------------------------------------------------ */

.explanation {
	position: absolute;
	z-index: 100;

	background-image: none;
	color: #866722; 
	background: #ffda7b; 
	width: 251px;
	padding: 16px 12px;
	box-sizing: border-box;
	margin: 0;

	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	filter: drop-shadow(0px 4px 6px rgba(16, 24, 40, 0.03)) drop-shadow(0px 12px 16px rgba(16, 24, 40, 0.08));

	Tooltip
	Icon · 28 x 6
);
}
.explanation:before {
	content: '';
	background-image: url("data:image/svg+xml,%3Csvg width='16' height='9' viewBox='0 0 16 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.0711 0.485289C14.962 0.485289 15.4081 1.56243 14.7782 2.1924L8.70711 8.26347C8.31658 8.654 7.68342 8.654 7.29289 8.26347L1.22183 2.1924C0.591867 1.56243 1.03803 0.485289 1.92894 0.485289L14.0711 0.485289Z' fill='%23F9DB88'/%3E%3C/svg%3E%0A");
	width: 16px;
	height: 9px;
	position: absolute;
	left: 20px;
	bottom: -8px;
}
.explanation span {
	color: var(--gray-700, #344054);

	/* Subtitle/Subtitle 2 */
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 24px; /* 150% */
	margin-bottom: 8px;
	text-align: left;
}
.explanation p {
	color: var(--gray-700, #344054);
	font-family: Open Sans;
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 18px */

}
.explanation p:not(:last-child) {
	margin-bottom: 8px;
}

.img-nodes {
	display: inline-block;
	vertical-align: sub;

	width: 85px;
	height: 25px;
	background: url("../images/store/nodes.png") no-repeat 0 0;
	margin: 0px 7px 8px 0;
}
.img-nodes.custom {
	background-position: 0 -25px;
}

/* ---- Stacked selectors --------------------------------------------------- */

.stacked {
	float: left;
	margin-left: 13px;
}
.right-stacked {
	float: right;
	margin-right: 13px;
}
.stacked:first-child {
	margin: 0;
}

/* -------------------------------------------------------------------------- */

.form-label {
	font-size: 120%;
}

.estimated-price {
	float: right;
	line-height: 30px;
	padding: 10px;
	margin-bottom: 15px;
	
	background-color: #e7f7dc;
	border: 1px solid #a6d593;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.btnSetD .sil-button {
	display: inline-block;
	float: right;
}

.dimmed {
	color: #aaa !important;
}

.estimated-price .footnote {
	float: right;
	display: inline-block;
	font-size: 12px;
	line-height: 13px;
	text-align: right;
	width: 220px;
	clear: left;
	margin-top: 10px;
	color: #397d2a;	
}

/* Purchase form - end
-------------------------------------------------------------------------------*/



/* TNI.com styles !!! */


.ver-select {
	margin-top: 8px;
}



/*-----------------------------------------------------------------------------*/
/* FEATURE-SELECTOR
/*-----------------------------------------------------------------------------*/

.feature_selector {
    width: 991px;
    left: -56px;
    height: 90px;
    position: relative;
    margin-bottom: 10px;
    display: inline-block;
}
.feature_button {
    display: block;
    height: 67px;
}
.feature_button span {
    display: block;
    margin-top: 10px;
    font-size: 1.2em;
}
.feature_selector tr td.left .feature_button {
    text-align: right;
    padding-right: 70px;
}
.feature_selector tr td.right .feature_button {
    padding-left: 70px;
}

.feature_selector tr td.active .feature_button {
   font-weight: bold; 
}

a.feature_button:hover {
    text-decoration: none;
}

.feature_selector tr td.left {
    background-image: url(../images/feature_selector/fs_left_inactive.png);
    background-position: right;
    width: 495px;
}
.feature_selector tr td.left.active {
    background-image: url(../images/feature_selector/fs_left_active.png);
    background-position: right;
}

.feature_selector tr td.right {
    background-image: url(../images/feature_selector/fs_right_inactive.png);
    background-position: left;
    width: 496px;
}
.feature_selector tr td.right.active {
    background-image: url(../images/feature_selector/fs_right_active.png);
    background-position: left;
}

/*-----------------------------------------------------------------------------*/
/* BUTTONS
/*-----------------------------------------------------------------------------*/

.top-button-wrap {
    float: left;
    margin-left: 20px;
    margin-bottom: 10px;
    width: 130px;
}

.sil-button {
    display: block;
    line-height: 43px;
    padding: 0 25px 0 25px;
    text-align: center;
    text-decoration: none;
    font-size: 19px;

    text-shadow: 0 1px 0 rgba(255, 255, 255, 1);
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;

    border: none;
    border-bottom: 1px solid;
    font-weight: normal;
}
.top-button-wrap .sil-button {
  padding: 0;
}

/*--------------------------------*/

.sil-button.green { 
    border-color: #648d58;
    color: #2f6523;
    background: rgb(203,242,172); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2NiZjJhYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5N2NlODYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(203,242,172,1) 0%, rgba(151,206,134,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(203,242,172,1)), color-stop(100%,rgba(151,206,134,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(203,242,172,1) 0%,rgba(151,206,134,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(203,242,172,1) 0%,rgba(151,206,134,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(203,242,172,1) 0%,rgba(151,206,134,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(203,242,172,1) 0%,rgba(151,206,134,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cbf2ac', endColorstr='#97ce86',GradientType=0 ); /* IE6-8 */
}
.sil-button.green:hover {
    background: rgb(210,252,178); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2QyZmNiMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5ZGQ3OGQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(210,252,178,1) 0%, rgba(157,215,141,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,252,178,1)), color-stop(100%,rgba(157,215,141,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(210,252,178,1) 0%,rgba(157,215,141,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(210,252,178,1) 0%,rgba(157,215,141,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(210,252,178,1) 0%,rgba(157,215,141,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(210,252,178,1) 0%,rgba(157,215,141,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d2fcb2', endColorstr='#9dd78d',GradientType=0 ); /* IE6-8 */
}
.sil-button.green:active {
    background: rgb(152,208,136); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk4ZDA4OCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhNWRhOTEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(152,208,136,1) 0%, rgba(165,218,145,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(152,208,136,1)), color-stop(100%,rgba(165,218,145,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(152,208,136,1) 0%,rgba(165,218,145,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(152,208,136,1) 0%,rgba(165,218,145,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(152,208,136,1) 0%,rgba(165,218,145,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(152,208,136,1) 0%,rgba(165,218,145,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#98d088', endColorstr='#a5da91',GradientType=0); /* IE6-8 */
}

/*--------------------------------*/

.sil-button.orange{
    border-bottom:1px solid #a4864b; font-size:19px; color:#976417;
    background: rgb(255,232,138); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZTg4YSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNkNmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,232,138,1) 0%, rgba(255,205,107,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,232,138,1)), color-stop(100%,rgba(255,205,107,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,232,138,1) 0%,rgba(255,205,107,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,232,138,1) 0%,rgba(255,205,107,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,232,138,1) 0%,rgba(255,205,107,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,232,138,1) 0%,rgba(255,205,107,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe88a', endColorstr='#ffcd6b',GradientType=0 ); /* IE6-8 */
}
.sil-button.orange:hover{
    background: rgb(255,240,144); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZjA5MCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmQ1NmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,240,144,1) 0%, rgba(255,213,111,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,240,144,1)), color-stop(100%,rgba(255,213,111,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,240,144,1) 0%,rgba(255,213,111,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,240,144,1) 0%,rgba(255,213,111,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,240,144,1) 0%,rgba(255,213,111,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,240,144,1) 0%,rgba(255,213,111,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff090', endColorstr='#ffd56f',GradientType=0 ); /* IE6-8 */
}
.sil-button.orange:active{
    background: rgb(255,201,83); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYzk1MyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmNmNWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,201,83,1) 0%, rgba(255,207,90,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,201,83,1)), color-stop(100%,rgba(255,207,90,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(255,201,83,1) 0%,rgba(255,207,90,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(255,201,83,1) 0%,rgba(255,207,90,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(255,201,83,1) 0%,rgba(255,207,90,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(255,201,83,1) 0%,rgba(255,207,90,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffc953', endColorstr='#ffcf5a',GradientType=0 ); /* IE6-8 */
}

/*--------------------------------*/

.sil-button.blue{
    border-bottom:1px solid #47a0ed; font-size:19px; color:#367bb7;
    background: rgb(171,216,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2FiZDhmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4MWM1ZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(171,216,255,1) 0%, rgba(129,197,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(171,216,255,1)), color-stop(100%,rgba(129,197,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(171,216,255,1) 0%,rgba(129,197,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(171,216,255,1) 0%,rgba(129,197,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(171,216,255,1) 0%,rgba(129,197,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(171,216,255,1) 0%,rgba(129,197,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#abd8ff', endColorstr='#81c5ff',GradientType=0 ); /* IE6-8 */
}
.sil-button.blue:hover{
    background: rgb(188,224,255); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2JjZTBmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5YWQxZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(188,224,255,1) 0%, rgba(154,209,255,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(188,224,255,1)), color-stop(100%,rgba(154,209,255,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(188,224,255,1) 0%,rgba(154,209,255,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(188,224,255,1) 0%,rgba(154,209,255,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(188,224,255,1) 0%,rgba(154,209,255,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(188,224,255,1) 0%,rgba(154,209,255,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bce0ff', endColorstr='#9ad1ff',GradientType=0 ); /* IE6-8 */
}
.sil-button.blue:active{
    background: rgb(126,195,254); /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdlYzNmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Y2QxZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(126,195,254,1) 0%, rgba(156,209,254,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(126,195,254,1)), color-stop(100%,rgba(156,209,254,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(126,195,254,1) 0%,rgba(156,209,254,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(126,195,254,1) 0%,rgba(156,209,254,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(126,195,254,1) 0%,rgba(156,209,254,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(126,195,254,1) 0%,rgba(156,209,254,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7ec3fe', endColorstr='#9cd1fe',GradientType=0 ); /* IE6-8 */
}


/*--------------------------------------------------------------------------------------------------*/

.sil-button.green {
	color: #000 !important;
	font-weight: 600;
}