  h1.page-header{text-transform:none;}

.panel-title, .panel-title:focus, .panel-title:hover, .panel-title:hover:focus {
    color: #932439;
}

/* Buttons */

#responsiveTabs button {
	display:inline-block;
	margin-top: 10px;
	margin-right: 10px;
	padding: 10px 20px;
	line-height: 100%;
  text-shadow:none;
	color: #fff;
	font-size: 14px;
	text-align: center;
	
	vertical-align: middle;
	font-weight: bold;
  border-color:#ccc;
	border: 2px solid transparent;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	background-color: #fff;
	cursor: pointer;
}
#responsiveTabs .btn-default {
    color: #337ab7;
    background-color: #f5f5f5;
    border-color: #adadad;
}
#responsiveTabs .btn-default:hover {
    color: #932439;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#accordion .btn-default {
    color: #337ab7;
    background-color: #f5f5f5;
    border-color: #adadad;
}
#accordion .btn-default:hover {
    color: #932439;
    background-color: #e6e6e6;
    border-color: #adadad;
}

#myBtn {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    background-color: #fff; /* Set a background color */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 10px; /* Rounded corners */
}

#myBtn:hover {
    background-color: #58585a; /* Add a dark-grey background on hover */
}
button#myBtn {
    background-color: #00407a;;
}
.headings-panel{
  font-size:22px;
  line-height: 24px;
  font-weight: bold;
  color:#00407a;
  margin: 25px 0px 10px;
}