@media (max-width:467px) {
.hidden-xs {
	display: none!important
}
}

@media (min-width:468px) and (max-width:768px){
.hidden-sm {
	display: none!important
}
}

@media (min-width:769px) and (max-width:1199px) {
.hidden-md {
	display: none!important
}
}

@media (min-width:1200px) {
.hidden-lg {
	display: none!important
}
}
.tab-content {
	border-top: 0 none;
    /* border-radius: 0 0.5em 0.5em 0.5em; */
    margin-bottom: 20px;
    padding: 20px;
	padding-bottom: 10px;
    background-color: #efefef;
    border: solid 1px #e0e0e0;
}
.nav-tabs {
    border-bottom: 0px;
}

h1 {
  font-size: 1.6em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #005cad; 
  padding-top: 10px;
  padding-bottom: 10px; 
  margin: 0px;
    text-align:left;
}

h2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.3em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #005cad;
  margin: 0px;  
  text-align:left;
}
h3 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.2em;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: #005cad;
  margin: 0px;  
    text-align:left;
} 

h4 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-family: inherit;
  line-height: 1.1;
  margin: 0px; 
  font-weight: 500;
  color: #005cad; 
    text-align:left;
}
.nav-tabs > li > a {
    margin-right: 2px;
		color:#A7A7A7;
    line-height: 1.42857143;
    border-top: 1px solid #EAEAEB;
	border-left: 1px solid #EAEAEB;
    border-right: 1px solid #EAEAEB;
    border-radius: 4px 4px 0 0;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {

    color: #555;
    cursor: default;
    background-color:#efefef;
    border: 1px solid #ddd;
    border-bottom-color: rgb(221, 221, 221);
    border-bottom-color: transparent;
}
