
/*body {
  background: #F5F5F5;
  font-family: 'Lato', arial;
  margin: 0;
  position: relative;
  color: #666;
}*/


.wrapper {
  
  margin: 0 auto;
  /*margin-top: 40px;*//*background: $white;
	padding: 40px;
	border: 1px solid $border-gray;*/

}

/*.wrapper .tabs-wrapper { overflow: hidden; }*/
.wrapper .tabs-wrapper .tab-content a { text-decoration: none; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#000 !important; line-height: 5px !important; font-weight: bold;}

.wrapper .tabs-wrapper .tab-content a:hover { text-decoration: none; font-size: 14px; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; color:#cb0017 !important; line-height: 5px !important; font-weight: bold;}

.wrapper .tabs-wrapper .tab-content ul {
  margin: 0;
  padding-left: 20px;
  list-style: square;
}

.wrapper .tabs-wrapper .tab-content ul li { margin-bottom: 5px; }

.animated {
  -webkit-animation-duration: 100ms;
  animation-duration: 100ms;
}
 @media screen and (max-width: 640px) {

.logo-wrapper img { width: 320px; }

.wrapper {
  width: auto;
  padding: 0px 20px;
}
}

.tabs-wrapper {
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.tabs-wrapper select.tab-nav { display: none; 
}

.tabs-wrapper ul.tab-nav {
	font-family: 'BebasNeue' !important;
font-size: 20px;
  list-style: none;
  display: block;
  border-bottom: 1px solid #878787;
  margin: 0px;
  /*padding: 0px 30px; ORIGINAL*/
  padding: 0px;
}

.tabs-wrapper ul.tab-nav li {
  display: inline-block;
  margin-right: 5px;
}

.tabs-wrapper ul.tab-nav li a {
  text-decoration: none;
  color: #000 !important;
  padding: 12px 20px;
  border: 1px solid #878787;
  /*border-bottom-width: 1px solid transparent;*/
  display: block;
  border-radius: 2px 2px 0px 0px;
  margin-bottom: -1px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.tabs-wrapper ul.tab-nav li.active a {
  border-bottom: 1px solid #FAFAFA;
  background: #D7D7D7;
}

.tabs-wrapper ul.tab-nav li:hover a { background: #FAFAFA; color: #cb0017 !important;}

.tabs-wrapper .target-tabs {
  background: #FFF;
  /*border: 1px solid #DEDEDE;*/
  border-top-width: 0px;
  border-radius: 2px;
  overflow: hidden;
  position: relative;
}

.tabs-wrapper .target-tabs .tab-content {
  display: none;
  padding: 20px;
  -webkit-transition: all 100ms ease;
  -moz-transition: all 100ms ease;
  -ms-transition: all 100ms ease;
  -o-transition: all 100ms ease;
  transition: all 100ms ease;
}

.tabs-wrapper .target-tabs .tab-content .tab-heading .tab-no {
  font-size: 28px;
  font-weight: lighter;
}

.tabs-wrapper .target-tabs .tab-content p {
  /*line-height: 0px;*/
  word-spacing: 1px;
  font-size:11px;
  margin: 0px;
  font-weight: bold;
 
}
.tabs-wrapper .target-tabs .tab-content h4 {
  padding: 10px 0 15px 0;
  line-height: 22px;
 

 
}

.tabs-wrapper .target-tabs .tab-content.active { display: block; }

.tabs-wrapper .target-tabs .tab-content.inactive { position: absolute; }

.tabs-wrapper .target-tabs .tab-content a {
  color: #007FD3;
  text-decoration: none;
}
 @media screen and (max-width: 640px) {

.tabs-wrapper ul.tab-nav { display: none; }

.tabs-wrapper select.tab-nav {
  width: 100%;
  padding: 15px;
  background: #FFF;
  border: 1px solid #DEDEDE;
  border-radius: 2px 2px 0px 0px;
  display: block;
}

.tabs-wrapper select.tab-nav:focus { outline: none; }

.tabs-wrapper .target-tabs { border-radius: 0px 0px 2px 2px; }
}
.nspTopInterface {
    
    margin: 0px 0 20px 0px;
}