.description, .lpage .sm {
	font-size:.9em
}
.collapsible {
	background-color: #fff;
	color: #0955A8;
	cursor: pointer;
	width: 100%;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	text-align: left;
	outline: none;
	margin:0
}
.collapsible:before {
	content: '\002B';
	color: #0955A8;
	font-weight: bold;
	margin: 0 5px;
	border: none
}
.actives:before {
	content: "\2212";
	color: #0955A8;
	border: none
}
.content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out
}
.content p {
	margin-top: 10px
}
.content .list .content {margin-left:-15px}
.list {
	margin:15px 0 0 15px
}
.list .row{
        margin-bottom:15px
}
.list .btn-outline-primary {
	border: 1px solid #fff
}
.list .btn-outline-primary:hover {
	border: 1px solid #0955a8
}
.list a {
    text-decoration:none
}
.list .badge {
    padding:0;
    color:#000
}

.pagehead h1 {
	font-size:3em; 
	margin-bottom:0; 
	padding-bottom:0; 
	color:navy
}
h2, h3, h4, h5, h6 {
	font-weight:bold
}
h2 {
	font-size:1.6em
}
h3 {
	font-size: 1.4em
}
h4 {
	font-size: 1.4em
}
.list h5 {
	margin: 0;
	padding-top: 0;
	font-family: 'Open Sans Condensed', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.4em;
	letter-spacing:-.6px
}
.list h5 span {
    display:block; 
    font-size:.8em; 
    margin-top:3px
}
aside h6 {
    font-size: 1.4em;
    padding: .6em 0 .2em;
    font-family: "Open Sans",Helvetica,Arial,sans-serif;
    font-weight:400
}
.list h4.collapsible {
	font-size:1.2em;
	font-weight:bold
}
.cust-aside {
	border-top: 6px solid #0955a4;
	border-bottom: 1px solid #ccc;
	background-color: #f2f3f8;
	display: block;
	margin: 0 0 2em;
	padding: 1em 1.5em
}
.cust-aside .contact {
	padding:10px 0;
	border-bottom:1px dotted #ccc
}
.cust-aside .contact:last-child {
	border-bottom:none
}
ul.summary {
	text-align:right; 
	font-size:1.2em
}
.stick {
	position: -webkit-sticky; /* Required for Safari */ 
	position:sticky;top:0; 
	background-color:#eee; 
	z-index:100; 
	border:10px solid #fff;
	border-right:0;
	border-left:0;
	margin:10px 0
}
.stick-border {
	border:1px dotted navy;
}
.stick ul.summary .badge {color:#10147f}
.stick h3 {
	margin: 0;
	padding-top: 0;
	font-family: 'Open Sans Condensed', Georgia, 'Times New Roman', Times, serif;
	font-size: 1.3em;
	font-weight:bold;
	color:#3c3c3c;
	letter-spacing: -1px
}
.cust-aside .btn {
        margin:0 auto;
        display:block;
        width:max-content;
        max-width:100%
}
hr {display:none!important}

@media only screen and (max-width: 991px) {
        .pagehead h1 {font-size:2em} 
        .pagehead h2 {font-size:1.2em} 
}