.vs-container1 *, .vs-container1 *:after, .vs-container1 *::before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.vs-container1 {
	position: relative;
	width: 100%;
	height: 100%;
}
.vs-container1 {
	
	color: #fff;
	background: #FFF;
}
.no-touch .vs-container1 {
	overflow-x: hidden;
}
.vs-content1 tr
{
       background: white;
	   background-color:white;
}
.vs-content1 th
{
    border: 2px solid #F1F1F2;
    font-size: 15px;
}   
.vs-content1 td
{
   border: 1px solid #c1c1c2 !important;
}
.vs-header {
	z-index: 200;
	margin: 0 auto;
	padding: 2em;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: center;
	-webkit-backface-visibility: hidden;
}
.vs-header2 {
	z-index: 200;
	margin: 0 auto;
	padding: 2em;
	position: absolute;
	left: 10%;
	width: 80%;
	text-align: left;
	-webkit-backface-visibility: hidden;
	padding-bottom: 0;
}
 .vs-content1 table
     {
     	margin: 15px auto;
     	   
     }
.vs-headerA span:hover
{
   cursor: pointer;
    color: #Ff9829 !important;
  
}

.vs-container1 > header h1 {
	margin: 0 0 2em 0;
	padding: 0 0 0.8em;
	font-weight: 300;
	font-size: 2.4em;
	line-height: 1.4;
	-webkit-backface-visibility: hidden;
}

.vs-container1 > header span {
	display: block;
	padding: 0 0 0.6em 0.1em;
	font-size: 60%;
	font-weight: 400;
	color: #893027;
}

.vs-nav {
	position: relative;
	display: block;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

.vs-triplelayout .vs-nav {
	width: 33.33%;
	height: 80px;
}

.vs-nav li {
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	text-decoration: none;
}

.vs-triplelayout .vs-nav li {
	position: absolute;
	visibility: hidden;
	width: 100%;
}

.vs-nav li a {
	position: relative;
	display: inline-block;
	margin: 0 10px;
	padding: 10px 0;
	outline: none;
	border-top: 2px solid #727376;
	border-bottom: 2px solid #727376;
	color: #727376;
	text-decoration: none;
	text-transform: uppercase;
	
	font-weight: 700;
	font-size: 20px;
	-webkit-transition: border-color 0.3s, color 0.3s;
	transition: border-color 0.3s, color 0.3s;
}


.vs-triplelayout .vs-nav .vs-nav-current a,
.vs-container1.vs-move-left .vs-nav-right a,
.vs-container1.vs-move-right .vs-nav-left a {
	    border-color: black;
    color: black;
}
.vs-nav li a
{
    border-color:grey;
    color: grey;
}
.vs-nav li a:hover,
.vs-nav li a:focus
{
    border-color:#Ff9829;
    color: #Ff9829;
}

.vs-container1.vs-move-left .vs-nav-current a,
.vs-container1.vs-move-right .vs-nav-current a {
	border-color: #893027;
	color: #893027;
}

.vs-triplelayout .vs-nav .vs-nav-left,
.vs-triplelayout .vs-nav .vs-nav-right,
.vs-triplelayout .vs-nav .vs-nav-left-outer,
.vs-triplelayout .vs-nav .vs-nav-right-outer,
.vs-triplelayout .vs-nav .vs-nav-current {
	visibility: visible;
}

.vs-triplelayout .vs-nav .vs-nav-current {
	left: 0%;
}

.vs-triplelayout .vs-nav .vs-nav-left {
	left: -100%;
}

.vs-triplelayout .vs-nav .vs-nav-right {
	left: 100%;
}

.vs-triplelayout .vs-nav .vs-nav-right-outer {
	left: 200%;
}

.vs-triplelayout .vs-nav .vs-nav-left-outer {
	left: -200%;
}

.vs-container1.vs-move-left .vs-nav-left,
.vs-container1.vs-move-left .vs-nav-left-outer,
.vs-container1.vs-move-left .vs-nav-current,
.vs-container1.vs-move-left .vs-nav-right,
.vs-container1.vs-move-left .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

.vs-container1.vs-move-right .vs-nav-left,
.vs-container1.vs-move-right .vs-nav-left-outer,
.vs-container1.vs-move-right .vs-nav-current,
.vs-container1.vs-move-right .vs-nav-right,
.vs-container1.vs-move-right .vs-nav-right-outer {
	-webkit-transition: -webkit-transform 0.5s, opacity 0.5s;
	transition: transform 0.5s, opacity 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);	
}

.vs-container1.vs-move-left .vs-nav-left,
.vs-container1.vs-move-right .vs-nav-right {
	opacity: 0;
}

.vs-wrapper1 {
	position: relative;
	display: block;
	overflow: hidden;
	min-height: 100%;
	width: 100%;
}

.vs-wrapper1 > section {
	z-index: 1;
	min-height: 100%;
	background-position: 100% 26em;
	background-repeat: no-repeat;
}



.vs-triplelayout .vs-wrapper1 > section {
	position: absolute;
	top: 0;
	left: 10%;
	visibility: hidden;
	padding: 1em 0;
	width: 80%;
	-webkit-backface-visibility: hidden;
}

.vs-triplelayout .vs-wrapper1 > section:not(.vs-current) {
	overflow: hidden;
	height: 100%;
}

.vs-triplelayout .vs-wrapper1 .vs-left,
.vs-triplelayout .vs-wrapper1 .vs-left-outer,
.vs-triplelayout .vs-wrapper1 .vs-current,
.vs-triplelayout .vs-wrapper1 .vs-right,
.vs-triplelayout .vs-wrapper1 .vs-right-outer {
	visibility: visible;
	background-color: rgba(0,0,0,0.2)
}

.vs-triplelayout .vs-wrapper1 .vs-left {
	left: -70%; /* 80 - 10 */
}

.vs-triplelayout .vs-wrapper1 .vs-left-outer {
	left: -150%; /* - 70 - 80 */
}

.vs-triplelayout .vs-wrapper1 .vs-current {
	position: relative;
	z-index: 100;
	background-color: rgba(0,0,0,0)
}

.vs-triplelayout .vs-wrapper1 .vs-right {
	left: 90%; /* 80 + 10 */
}

.vs-triplelayout .vs-wrapper1 .vs-right-outer {
	left: 170%; /* 90 + 80 */
}

.vs-container1.vs-move-left .vs-left,
.vs-container1.vs-move-left .vs-current,
.vs-container1.vs-move-left .vs-right,
.vs-container1.vs-move-left .vs-right-outer {
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
	background-color: rgba(0,0,0,0);
}

.vs-container1.vs-move-right .vs-left,
.vs-container1.vs-move-right .vs-left-outer,
.vs-container1.vs-move-right .vs-current,
.vs-container1.vs-move-right .vs-right {
	-webkit-transition: -webkit-transform 0.5s, background-color 0.5s;
	transition: transform 0.5s, background-color 0.5s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
	background-color: rgba(0,0,0,0);
}

.vs-container1.vs-move-left .vs-right-outer,
.vs-container1.vs-move-left .vs-current,
.vs-container1.vs-move-right .vs-current,
.vs-container1.vs-move-right .vs-left-outer{
	background-color: rgba(0,0,0,0.2);
}



/* inner content */
.vs-content1 {
	position: relative;
	margin: auto;
	padding: 1em 0;
	width: 95%;
	text-align: left;
	font-size: 1.5em;
}
.vs-container1 td{
color: black;
text-align: left;
}

.vs-container1 table span{
	
    padding: 8px;
    font-size: 15px;
    line-height: 30px;
    margin-right: 4px;
}
.vs-content1 h2 {
	position: relative;
	margin: 30px 0 40px;
	color: black;
	font-weight: 700;
	font-size: 16px;
	    cursor: pointer;
}

.vs-content1 .col {
	margin: 0 auto;
	color: #893027;
	text-align: justify;
	line-height: 1.4;
	-webkit-column-width: 30%;
	-moz-column-width: 30%;
	column-width: 30%;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 1%;
	-moz-column-gap: 1%;
	column-gap: 1%;
}

.vs-content1 p {
	margin: 0 0 20px 0;
	padding: 0;
}

/* Media queries */
@media screen and (max-width: 72.875em) {

	.vs-header,
	.vs-wrapper1 {
		font-size: 80%;
	}

	.vs-content1 {
		width: 85%;
	}
	.vs-header
{
	    padding-bottom: 0;
}
	.vs-content1 h2 {
		    font-size: 15px;
			line-height: 2;
	}

	.vs-nav li a {
		width: 160px;
	}

	.vs-content1 .col {
		-webkit-column-width: 50%;
		-moz-column-width: 50%;
		column-width: 50%;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
	}
    .vs-content1 td
	{
		padding: 1px !important;
	}
     .vs-content1 table
     {
     	margin: 0;
     	    margin-bottom: 13px;
     }
	.vs-triplelayout .vs-wrapper1 > section {
		padding: 1em 0;
	}
.vs-headerA span
{
	font-size: 14px !important;
    
    padding: 6px !important;
} 
}

@media screen and (max-width: 45.25em) {

	.vs-container1 > header h1 {
		margin-bottom: 0;
	}

	.vs-content1 h2 {
		margin: 0 0 1em;
		line-height: 2;
	}

	.vs-wrapper1 {
		font-size: 80%;
	}

	.vs-triplelayout .vs-nav li a {
		width: auto;
		font-size: 70%;
	}

	.vs-wrapper1 > section {
		background-position: 0 28em;
		background-size: 100%;
	}

	.vs-content1 .col {
		-webkit-column-width: auto;
		-moz-column-width: auto;
		column-width: auto;
		-webkit-column-count: auto;
		-moz-column-count: auto;
		column-count: auto;
	}
}

.noPadding
{
	padding: 0 0 0 0 !important;
}

.vs-content1 h2.dragHeading span:not(.glyphicon) {
    padding: 1px 5px;
    border: 1px solid rgb(197, 197, 197);
    background: white;
    white-space: nowrap;
}
.vs-content1 h2.dragHeading span.glyphicon {
	top : 4px;
}

.vs-container1 table th 
{
	background: rgb(245, 245, 245);
	border: 1px solid #ccc !important;
}

