body {
	color: #333;
	font: 14px/1.5em "Helvetica Neue", Helvetica, Arial, sans-serif;
}

strong, strong * { font-weight: bold; }
em, em * { font-style: italic; }

h1 { font: bold 20px "FS Albert", "Trebuchet MS", Tahoma, sans-serif; }
h2 { font-size: 18px; }
h3 { font-size: 14px; font-weight: bold; }

a { color: #2c76e3; text-decoration: none; }
a:visited { color: #2c76e3; text-decoration: none; }
a:hover { text-decoration: underline; }
a:active { color: #dc3c1e; text-decoration: underline; }

p { color: #505050; }

ul, ol { display: block; margin: 0 1em; }
ul { list-style-type: disc; }
ol { list-style-type: decimal; }
ol ol { list-style-type: upper-alpha; }
ol ol ol { list-style-type: lower-roman; }
ol ol ol ol { list-style-type: lower-alpha; }
li { color: #505050; display: list-item; list-style-type: inherit; }

label { line-height: 1.5em; }

input, select, textarea {
	border: 1px solid #ccc;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
input:focus, select:focus, textarea:focus {
	border-color: rgba(82, 168, 236, 0.75);
	outline: medium none;
	-webkit-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	-moz-box-shadow: 0 0 8px rgba(82, 168, 236, 0.5);
	box-shadow: 0 0 8px rgba(82,168,236,.5);
}
input:disabled {
	background-color: #eee;
	color: #999;
}

input.error { border-color: rgba(213, 47, 47, 0.75); }
input.error:focus {
	-webkit-box-shadow: 0 0 8px rgba(213, 47, 47, 0.5);
	-moz-box-shadow: 0 0 8px rgba(213, 47, 47, 0.5);
	box-shadow: 0 0 8px rgba(213,47,47,.5);
}

input[type=checkbox], input[type=radio] { border: none; width: 16px; height: 16px; margin-right: 0.3em; vertical-align: bottom; position: relative; top: -0.2em; }
input[type=image] {border: none;}

/* @group Colors */

.blue { color: #2f5ebf; }
.red { color: #dc3c1e; }
.orange { color: #f0640f; }
.yellow { color: #fec82a; }
.green { color: #4e9e19; }
.gray { color: #505050; }

/* @end */


/* @group Buttons */

input[type=button], input[type=submit] { cursor: pointer; border: none; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }

.primary input[type=button], .primary input[type=submit] {
	background: #359bf3;
	background: -moz-linear-gradient(top, #359bf3 24%, #3081d1 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#359bf3), color-stop(100%,#3081d1));
	background: -webkit-linear-gradient(top, #359bf3 24%,#3081d1 100%);
	background: -o-linear-gradient(top, #359bf3 24%,#3081d1 100%);
	background: -ms-linear-gradient(top, #359bf3 24%,#3081d1 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#359bf3', endColorstr='#3081d1',GradientType=0 );
	background: linear-gradient(top, #359bf3 24%,#3081d1 100%);

	text-shadow: 0 1px 0 rgba(0,0,0, 0.3);
	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15);

	font-weight: bold;
	color: #fff;
}

.primary:hover input[type=button], .primary:hover input[type=submit] {
	background: #4aa7f6;
	background: -moz-linear-gradient(top, #4aa7f6 17%, #458dd5 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(17%,#4aa7f6), color-stop(100%,#458dd5));
	background: -webkit-linear-gradient(top, #4aa7f6 17%,#458dd5 100%);
	background: -o-linear-gradient(top, #4aa7f6 17%,#458dd5 100%);
	background: -ms-linear-gradient(top, #4aa7f6 17%,#458dd5 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4aa7f6', endColorstr='#458dd5',GradientType=0 );
	background: linear-gradient(top, #4aa7f6 17%,#458dd5 100%);
}

.primary:active input[type=button], .primary:active input[type=submit] {
	background: #458dd5;
	background: -moz-linear-gradient(top, #458dd5 0%, #4aa7f6 83%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#458dd5), color-stop(83%,#4aa7f6));
	background: -webkit-linear-gradient(top, #458dd5 0%,#4aa7f6 83%);
	background: -o-linear-gradient(top, #458dd5 0%,#4aa7f6 83%);
	background: -ms-linear-gradient(top, #458dd5 0%,#4aa7f6 83%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#458dd5', endColorstr='#4aa7f6',GradientType=0 );
	background: linear-gradient(top, #458dd5 0%,#4aa7f6 83%);

	-webkit-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.1), inset 0 0 0 1px rgba(0,79,153,0.4), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
}

.silver input[type=button], .silver input[type=submit] {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 24%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#fafafa), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, #fafafa 24%,#e8e8e8 100%);

	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);

	color: #505050;
}

.silver:hover input[type=button], .silver:hover input[type=submit] {
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 23%, #f4f4f4 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(23%,#ffffff), color-stop(100%,#f4f4f4));
	background: -webkit-linear-gradient(top, #ffffff 23%,#f4f4f4 100%);
	background: -o-linear-gradient(top, #ffffff 23%,#f4f4f4 100%);
	background: -ms-linear-gradient(top, #ffffff 23%,#f4f4f4 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 );
	background: linear-gradient(top, #ffffff 23%,#f4f4f4 100%);
	color: #333333;
}

.silver:active input[type=button], .silver:active input[type=submit] {
	background: #f4f4f4;
	background: -moz-linear-gradient(top, #f4f4f4 0%, #ffffff 77%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f4f4), color-stop(77%,#ffffff));
	background: -webkit-linear-gradient(top, #f4f4f4 0%,#ffffff 77%);
	background: -o-linear-gradient(top, #f4f4f4 0%,#ffffff 77%);
	background: -ms-linear-gradient(top, #f4f4f4 0%,#ffffff 77%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f4f4', endColorstr='#ffffff',GradientType=0 );
	background: linear-gradient(top, #f4f4f4 0%,#ffffff 77%);

	-webkit-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
	box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15), inset 0 1px 2px rgba(0,0,0,0.5);
	color: #333333;
}

.silver input[type=button]:disabled, .silver:hover input[type=button]:disabled .silver:active input[type=button]:disabled, .silver input[type=submit]:disabled, .silver:hover input[type=submit]:disabled .silver:active input[type=submit]:disabled {
	background: #fafafa;
	background: -moz-linear-gradient(top, #fafafa 24%, #e8e8e8 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(24%,#fafafa), color-stop(100%,#e8e8e8));
	background: -webkit-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	background: -o-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	background: -ms-linear-gradient(top, #fafafa 24%,#e8e8e8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#e8e8e8',GradientType=0 );
	background: linear-gradient(top, #fafafa 24%,#e8e8e8 100%);

	text-shadow: 0 1px 0 #fff;
	-webkit-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);
	-moz-box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);
	box-shadow: inset 0 0 1px 3px rgba(255,255,255,0.75), inset 0 0 0 1px rgba(0,0,0,1), 0 1px 0 rgba(0,0,0,0.15);

	color: #a8a8a8;
}

/* @end */




/* @group Menus */

.rMenu {
	float: left;
}

.rMenu, .rMenuOpener {
	position: relative;
}

.rActiveMenu {
	z-index: 100;
}

.rMenuOpener {
	z-index: 99;
}

.rMenuContents, .rLabelShadow {
	position: absolute;
	z-index: 98;
	display: none;
	-webkit-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 4px 8px rgba(0,0,0,0.5);
	box-shadow: 0 4px 8px rgba(0,0,0,0.5);
}

.rActiveMenu > .rMenuContents, .rActiveMenu > .rLabelShadow {
	display: block;
}

.rActiveMenu > .rMenuOpener, .rMenuContents {
	border: 1px solid #96bbe3;
	background-color: #fff;
}

.rMenuContents {
	left: 0;
	border-bottom: 5px solid #0d6fca;

	-webkit-border-radius: 4px;
	-webkit-border-top-left-radius: 0;
	-moz-border-radius: 4px;
	-moz-border-radius-topleft: 0;
	border-radius: 4px;
	border-top-left-radius: 0;
}

.rRightMenuContents {
	left: auto;
	right: 0;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 0;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 0;
	border-top-left-radius: 4px;
	border-top-right-radius: 0;
}

.rActiveMenu > .rMenuOpener, .rLabelShadow {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.rMenuOpener {
	display: block;
	cursor: pointer;
}

.rActiveMenu > .rMenuOpener {
	color: #505050;
	border-bottom-width: 0;
}

.rMenuArrow {
	background: url("/~site/jws/images/consolidatedsprite.png") no-repeat -395px -201px;
	padding: 8px 6px 0 0;
	width: 9px;
	height: 5px;
	float: right;
}

.rMenuContents > ul, .rMenuStyling > ul {
	padding: 0;
	margin: 6px 0;
}

.rMenuContents > ul > li, .rMenuStyling > ul > li {
	list-style: none;
	margin: 0;
}

.rMenuContents > ul > li > a, .rMenuStyling > ul > li > a {
	color: #2b73dd;
	display: block;
	padding: 7px 14px;
	text-decoration: none;
	white-space: nowrap;
}

.rMenuContents > ul > li > span, .rMenuStyling > ul > li > span {
	padding: 7px 14px;
}

.rMenuContents > ul > li > a:hover, .rMenuStyling > ul > li > a:hover {
	background-color: #eef6ff;
}

.rMenuContents > ul > li > a.selected, .rMenuStyling > ul > li > a.selected {
	background-color: #d9ecff;
	font-weight: bold;
}

/* @end */







/* @group Sizing */

.cta, .cta * { font-size: 18px; }
.l, .l * { font-size: 18px; }
.ms, .ms * { font-size: 13px; }
.s, .s * { font-size: 12px; }

.l input[type=checkbox], .l input[type=radio] { width: 18px; height: 18px; }
.s input[type=checkbox], .s input[type=radio] { width: 12px; height: 12px; }

input[type=button], input[type=submit], input[type=file], input[type=password], input[type=text], select { height: 28px; }
.l input, .l select, input.l, select.l { height: 30px; }
.s input, .s select, input.s, select.s { height: 24px; }
input { padding: 0 4px; }
select { padding: 0 0 0 4px; }


input[type=button] { height: 30px; padding: 0 20px; }
.cta input[type=button], input[type=button].cta { font-weight: bold; height: 40px; padding: 0 30px; }
.l input[type=button], input[type=button].l { height: 32px; padding: 0 30px; }
.s input[type=button], input[type=button].s { height: 26px; padding: 0 10px; }
.tknSubmitButton input[type=image], input[type=image].tknSubmitButton { height: 20px; width: 90px; border: 0; }

/* @end */

/* @group Masthead */

#masthead {
	background: #1481d4; /* Old browsers */
	background: -moz-linear-gradient(top, #1481d4 0%, #1076cd 67%, #0865c1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1481d4), color-stop(67%,#1076cd), color-stop(100%,#0865c1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #1481d4 0%,#1076cd 67%,#0865c1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #1481d4 0%,#1076cd 67%,#0865c1 100%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #1481d4 0%,#1076cd 67%,#0865c1 100%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1481d4', endColorstr='#0865c1',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #1481d4 0%,#1076cd 67%,#0865c1 100%); /* W3C */

	border-bottom: 1px solid #0b59a2;
	font-size: 13px;
}

#masthead a {
	color: #d4effc;
	font-weight: bold;
}

#masthead .rMenuContents > ul > li > a, #masthead .rMenuStyling > ul > li > a {
	color: #2b73dd;
	font-weight: normal;
}

#masthead a:hover {
	color: #fff;
}

#masthead h1 {
	float: left;
}

#masthead h2, #rightEyebrow  {
	float: right;
}

#masthead h1 a {
	display: block;
	padding: 10px 0; /* Larger click area */
	text-indent: 9999em;
	line-height: 9999em;
	overflow: hidden;
}

#masthead h2 a {
	background: url("/~site/jws/images/consolidatedsprite.png") no-repeat 0 -91px;
	width: 61px;
	height: 18px;

	display: block;
	padding: 10px 0; /* Larger click area */
	text-indent: 9999em;
	line-height: 9999em;
	overflow: hidden;
}

#rightEyebrow {
	margin-right: 23px;
}

#rightEyebrow li {
	display: inline;
	margin-right: 30px;
}

/* @end */

/* @group LIS Masthead */

#masthead.lis h1, #masthead.lis h2 {
	margin-top: 15px;
}

#masthead.lis #rightEyebrow {
	margin-top: 27px;
}

#masthead.lis {
	height: 74px;
}

#masthead.lis h1 a {
	background: url("/~site/jws/images/consolidatedsprite.png") no-repeat 0 10px;
	width: 197px;
	height: 23px;
}

/* @end */



/* @group SiteBuilder Masthead */

#masthead.sb {
	height: 47px;
}

#masthead.sb h1 {
	margin-left: 20px;
}

#masthead.sb h2 {
	margin-right: 20px;
}

#masthead.sb h1 a {
	background: url("/~site/jws/images/consolidatedsprite.png") no-repeat 0 -43px;
	width: 156px;
	height: 18px;
}

#masthead.sb h1, #masthead.sb h2 {
	margin-top: 4px;
}

#masthead.sb #rightEyebrow {
	margin-top: 15px;
}

/* @end */
/* @group Partners */

.verizon #masthead, .homestead #masthead {
	background: #c5ddfa; /* Old browsers */
	background: -moz-linear-gradient(top, #c5ddfa 0%, #e1edfc 16%, #ffffff 62%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c5ddfa), color-stop(16%,#e1edfc), color-stop(62%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #c5ddfa 0%,#e1edfc 16%,#ffffff 62%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #c5ddfa 0%,#e1edfc 16%,#ffffff 62%); /* Opera11.10+ */
	background: -ms-linear-gradient(top, #c5ddfa 0%,#e1edfc 16%,#ffffff 62%); /* IE10+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c5ddfa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	background: linear-gradient(top, #c5ddfa 0%,#e1edfc 16%,#ffffff 62%); /* W3C */

	border-bottom: 0 none;
	height: 66px;
}

.verizon #masthead a, .verizon #masthead a:hover, .homestead #masthead a, .homestead #masthead a:hover {
	color: #2c76e3;
}

.verizon #masthead h1 a {
	background: url('/~site/jws/images/consolidatedsprite.png') no-repeat 0 -222px;
	width: 194px;
	height: 40px;
}

.verizon #masthead h2 a {
	background: url('/~site/jws/images/consolidatedsprite.png') no-repeat 0 -148px;
	width: 141px;
	height: 45px;
}

.verizon #masthead.lis ul#rightEyebrow {
	margin-top: 39px;
}

.verizon #masthead.lis h1 {
	margin-top: 19px;
}

/* @end */

/* @group Misc */

.progression { float: left; border: 1px solid #ccc; width: 355px; height: 14px; overflow: hidden; margin-right: 30px; }
.progression span { float: left; display: block; width: 70px; height: 14px; text-indent: 9999px; line-height: 9999px; overflow: hidden; }

.progression .filled
{
	background: #9aef71;
	background: -moz-linear-gradient(top, #9aef71 0%, #68d235 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9aef71), color-stop(100%,#68d235));
	background: -webkit-linear-gradient(top, #9aef71 0%,#68d235 100%);
	background: -o-linear-gradient(top, #9aef71 0%,#68d235 100%);
	background: -ms-linear-gradient(top, #9aef71 0%,#68d235 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9aef71', endColorstr='#68d235',GradientType=0 );
	background: linear-gradient(top, #9aef71 0%,#68d235 100%);

	border-left: 1px solid #68d235;
}

.progression .empty
{
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
	background: -ms-linear-gradient(top, #ffffff 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f6f6f6',GradientType=0 );
	background: linear-gradient(top, #ffffff 0%,#f6f6f6 100%);

	border-left: 1px solid #e2e2e2;
}

.smallStatusText { font-style: italic; }
.done .smallStatusText { color: #4e9e19; padding-left: 20px; width: 65px; background: url("/~site/jws/images/consolidatedsprite.png") no-repeat -395px 15px; }
.incomplete .smallStatusText { color: #999; }

/* @end */

/* Login page SignUp button */
.newSignUp {
    overflow: hidden;
    width:410px;
    margin-top:20px;
}

a.signUpBtn{
	color: #683e08;
    -webkit-border-radius: 5px;
    border-radius: 6px;
    display: block;
    padding: 8px 12px 8px;
    text-align: center;
    font-size: 13px;
    font-weight: 700;
    text-shadow: 1px 1px 0px #fde623;
    filter: dropshadow(color=#0f1b19,offx=1,offy=1);
    -webkit-box-shadow: inset 0px -2px 0px 0px #0f1b19;
    box-shadow: inset 0px -2px 0px 0px #0f1b19;
    background: #fcc036;
    background: -moz-linear-gradient(top,#fcc036 0%,#f99410 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#fcc036),color-stop(100%,#f99410));
    background: -webkit-linear-gradient(top,#fcc036 0%,#f99410 100%);
    background: -o-linear-gradient(top,#fcc036 0%,#f99410 100%);
    background: -ms-linear-gradient(top,#fcc036 0%,#f99410 100%);
    background: linear-gradient(to bottom,#fcc036 0%,#f99410 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcc036',endColorstr='#f99410',GradientType=0);
    line-height: 15px;
    text-decoration:none;
    margin-top:8px auto;
    width:120px;
}
a.signUpBtn:hover{
	line-height: 16px;
    text-shadow: 0px 0px 0px #fde623;
    filter: dropshadow(color=#0f1b19,offx=1,offy=1);
    -webkit-box-shadow: inset 0px 0px 0px 0px #0f1b19;
    box-shadow: inset 0px 0px 0px 0px #0f1b19;
}
		
