
.tabberlive .tabbertabhide {
 display:none;
}

/*--------------------------------------------------
  .tabber = before the tabber interface is set up
  .tabberlive = after the tabber interface is set up
  --------------------------------------------------*/
.tabber {
}
.tabberlive {
 margin-top:1em;
}

/*--------------------------------------------------
  ul.tabbernav = the tab navigation list
  li.tabberactive = the active tab
  --------------------------------------------------*/
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:1024px;
}

ul.tabbernav li
{
 list-style: none;
 margin: 0;
 display: inline;
}

ul.tabbernav li a
{
  position: relative;
  font-family: BebasNeue, sans-serif; font-size:20px; 
  padding: .8em 2.5em;
  float: left;
  font-size:15px;
  text-decoration: none;
  color:#fff;
  font-family: 'NexaBold';
  margin:0px 1px;
  background:#58bd7f;
}



#tabs a:hover,
#tabs a:hover::after,
#tabs a:focus,
#tabs a:focus::after{
  background: #595b60;
  

}

#tabs a:focus{
  outline: 0;
}



ul.tabbernav li a:link {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold'; }
ul.tabbernav li a:visited {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold';}

ul.tabbernav li a:hover
{
background:#58bd7f;
font-size:19px;
 color: #fff;
 padding: .8em 2.5em;
font-family: 'NexaBold';
}

.tabbernav .tabberactive a
{
 background-color: #fff;
 font-family: 'NexaBold';
}

/*.tabbernav .tabberactive a.acttab,
.tabbernav .tabberactive a:hover
{
 color: #a8a8a8;
 background:#48abc8;
}*/




/*--------------------------------------------------
  .tabbertab = the tab content
  Add style only after the tabber interface is set up (.tabberlive)
  --------------------------------------------------*/
.tabberlive .tabbertab {
 padding:5px;
 border-top:0;

 /* If you don't want the tab size changing whenever a tab is changed
    you can set a fixed height */

 /* height:200px; */

 /* If you set a fix height set overflow to auto and you will get a
    scrollbar when necessary */

 /* overflow:auto; */
}

/* If desired, hide the heading since a heading is provided by the tab */
.tabberlive .tabbertab h2 {
 display:none;
 background:#FFFFFF;
}
.tabberlive .tabbertab h3 {
 display:none;
}



/* Example of using an ID to set different styles for the tabs on the page */
.tabberlive#tab1 {
}
.tabberlive#tab2 {
}
.tabberlive#tab2 .tabbertab {
 height:200px;
 overflow:auto;
}


.tabberlive .tabbertab .innrtab p {
line-height:18px;
}

.tabberlive .tabbertab .innrtab h1{
	color: #000;
    float: left;
    font-family: 'Arimo',sans-serif;
    font-size: 19px;
    margin-bottom: 10px;
    padding-bottom: 6px;
}

.tabberlive .tabbertab .innrtab{
padding:10px 8px 40px 10px;
position: relative;
top: 0px;
width: 956px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 

.tabbernav .tabberactive a
{
   position: relative;
  font-family: BebasNeue, sans-serif; font-size:14px; 
  padding: .7em 1.0em;
  float: left;
  text-decoration: none;
  color:#fff; 
  background:#0a6790;

}


@media only screen and (min-width: 768px) and (max-width: 959px) {
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:730px;
}

.tabberlive .tabbertab .innrtab{
width: 690px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 
ul.tabbernav li a:link {padding: .8em 0.5em; color: #fff; font-size:18px; font-family: 'NexaBold'; margin:5px 1px; }

}

@media only screen and (min-width: 600px) and (max-width: 767px) {
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:400px;
}

.tabberlive .tabbertab .innrtab{
width: 420px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 
ul.tabbernav li a:link {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold'; margin:5px 0px; }

}


@media only screen and (min-width: 480px) and (max-width: 599px) {
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:320px;
}

.tabberlive .tabbertab .innrtab{
width: 300px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 
ul.tabbernav li a:link {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold'; margin:5px 0px; }

}

@media only screen and (min-width: 360px) and (max-width: 479px) {
ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:320px;
}

.tabberlive .tabbertab .innrtab{
width: 300px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 
ul.tabbernav li a:link {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold'; margin:5px 0px; }


}
@media only screen and (max-width: 320px) {


ul.tabbernav
{
 margin:0;
 padding: 3px 0;
 width:240px;
}

.tabberlive .tabbertab .innrtab{
width: 220px;
left:-4px;
background:#0a6790;
overflow:hidden;
} 
ul.tabbernav li a:link {padding: .8em 2.5em; color: #fff; font-size:19px; font-family: 'NexaBold'; margin:5px 0px; }


}



