@charset "utf-8";
/* CSS Document */

.tab-panel .hide {
  display: none !important;
}


h1 {
  color: #333;
  font-size: 42px;
  font-weight: bold !important;
  padding-top: 2rem;
}

p{
  color:#323237;
   line-height: 1.6rem;
}

h3 {
	  font-weight: 700 !important;
	  color:#072B61;
}

h4 {
  color: #333;
  font-weight: bold;
}

.tab-nav li.active a{
   background-color: #072b61;
  
}

