.bs-accordion .panel-heading {
  padding: 0; }

.bs-accordion .panel-heading a {
  display: block;
  padding: 10px 15px; }

.bs-accordion .panel-heading a[aria-expanded=true] .glyphicon.glyphicon-chevron-right {
  transform: rotate(90deg);
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.bs-accordion .panel-heading a .glyphicon.glyphicon-chevron-right {
  transition: transform 350ms cubic-bezier(0.645, 0.045, 0.355, 1); }

.panel-group .panel {
    border-radius: 0px !important;
	border: 0px !important;
}
.panel-body, .panel-collapse {
    border-top: 0px !important;
    background-color: #e7e7e7;
}

app_Copy {
    margin-left:15px;
    font-size: 16px;
	font-weight: bold;
	display: block;
}

.panel-default>.panel-heading {
    color: #333;
    background-color: #e7e7e7;
    border: 0px !important;
}

article h3 {
    /*color: #001342;*/
}

.h2, h2 {
    font-weight: bold;
}
.container-md{margin:0 30px;}

.panel+.panel {
    margin-top: 10px !important;
}

.thumb-image{
	max-width: 30%;
	margin-right: 10px;
	float: left;
}

.panel-body p{
    font-size: 15px;
    /*padding-top: 20px;*/
    line-height: 20px;
}

.panel-title {
font-weight: bolder;
	color: #001342;
	font-size: large;
}


.panel-title a{
text-decoration: none;
}

.btn_Parker {
    float: right;
    padding: 10px 20px;
    font-size: 15px;
    border-width: 1px;
    color: rgba(74, 74, 74, 1);
    font-weight: bold;
    border-radius: 20px;
    background: rgba(253, 185, 48, 1);
}

.btn_Parker:hover {
    background-color: #FFE19B;
    text-decoration: none;
	border-color:;
}

/* Tooltip */
.test + .tooltip > .tooltip-inner {
  background-color: #73AD21;
  color: #FFFFFF;
  border: 1px solid green;
  padding: 15px;
  font-size: 20px;
}

/* Tooltip on top */
.test + .tooltip.top > .tooltip-arrow {
  border-top: 5px solid green;
}

/* Tooltip on bottom */
.test + .tooltip.bottom > .tooltip-arrow {
  border-bottom: 5px solid blue;
}

/* Tooltip on left */
.test + .tooltip.left > .tooltip-arrow {
  border-left: 5px solid red;
}

/* Tooltip on right */
.test + .tooltip.right > .tooltip-arrow {
  border-right: 5px solid black;
}