@charset "utf-8";
/* CSS Document */
body {
	background: #fff;
}
#info {
	margin-top:2rem;
}

#info .nav-link {
padding: 0.5rem 1rem;
}
#info .nav-link:hover {
    background: #efefef;
    color: #323232;
	border-bottom:none;
}
#info .nav-link:after , #info .nav-link.active::after {
    display: none;
}
#info section[id*="q"] ,#info section[id*="s"] ,#info section[id*="a"] {
margin-top: -5.2rem;
padding-top: 5.2rem;
}

#info div[id*="q"] ,#info div[id*="s"] ,#info div[id*="a"] {
margin-top: -5.2rem;
padding-top: 5.2rem;
}


#info h1 {
  position: relative;
  text-align: center;
   font-size: 32px;
   margin-bottom:2rem;
	padding: 0;
}
#info h1 span {
  position: relative;
  z-index: 2;
  display: inline-block;
  margin: 0 2.5em;
  padding: 0 1em;
  background-color: #fff;
  text-align: left;
}
#info h1::before {
  position: absolute;
  top: 50%;
  z-index: 1;
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #ccc;
}

#info h2 {
    background: #eeeeee none repeat scroll 0 0;
    color: #333333;
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20px 0 20px 0;
    padding: 10px;
	letter-spacing:normal;
    width: auto;
	display: block;
	border: none;
	text-align: center;
    transform: none;
}
#info h2:before , #info h2:after {
	display:none;
}


#info h3:before , #info h3:after {
	background-color: inherit;
    display: none;
}
#info h3 {
    border-bottom: 1px solid #000;
    border-top: 3px solid #000;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1.7;
    margin-bottom: 15px;
    margin-top: 15px;
    padding: 5px 0;
    color: #000;
	background:#fff;
}

#info h4 {
    font-weight: bold;
	font-size:1.1rem;
    line-height: 1.6;
    overflow: hidden;
	letter-spacing: normal;
	padding:0.3rem;
	text-align:left;
	color:#000;
	background: #efefef;
    border-bottom: none;
    border-top: none;
}
#info h5 {
    font-weight: bold;
	font-size:1.1rem;
}
#info li {
    line-height: 1.8;
    margin-bottom: 10px;
}

#info section {
    margin-bottom: 5.2rem;
	padding: 0 0;
	background: #fff;
}

#info .table > thead > tr > td.info, #info .table > tbody > tr > td.info, #info .table > tfoot > tr > td.info, #info .table > thead > tr > th.info, #info .table > tbody > tr > th.info, #info .table > tfoot > tr > th.info, #info .table > thead > tr.info > td, #info .table > tbody > tr.info > td, #info .table > tfoot > tr.info > td, #info .table > thead > tr.info > th, #info .table > tbody > tr.info > th, #info .table > tfoot > tr.info > th {
    background-color: #d9edf7;
}


#info .badge {
	padding: 0.25em 0.4em;
}

#info .link 
 {
    margin: -80px 0 0;
    padding: 80px 0 0;
}


#info a.nav-link {
	color: #0059B2;
}

#info a.nav-link.active {
	color: #fff;
}
#info img {
	max-width: 100%;
}
 @media screen and (max-width: 768px) {
#info h1 {
   font-size: 18px;
}

#info .table td, #info .table th {
	display:table-cell;
}
 }

 #info section[id^="faq"] {
    margin-top: -60px;
    padding-top: 60px;
    }


#info .btn,  #info a.btn, #info button.btn {
  font-weight: 500;
  line-height: 1.5;
  display: inline-block;
    
    padding: 0.375rem 0.75rem;
  font-size: 1rem;
}