.menu-bar img{
	border: 1px solid #034ea2;
	padding:3px;
	border-radius:50%;
}
.menu-content ul li{
	padding:0px 15px;
	display: inline;
}

.htmlDiv{
	padding-top:15px;
}

.menu-bar{
	padding:20px 0px;
}

.head-image{
	text-align:center;
}

.head-image img:hover{
	cursor:pointer;
}

.selectedImg {
	background-color:#034ea2;
}

figcaption {
    color: grey;
    padding-top: 5px;
    font-weight: bold;
}

.menu-content{
	display:none;
}

.menu-content.selected{
	display:block;
}

h2.no-span {
    display: table;
    white-space: nowrap;
    color:#034ea2;
    font-size:16px;
	font-weight:bold;
	margin:15px 0px;
	text-align: center;
}
h2.no-span:before, h2.no-span:after {
      border-top: 1px solid #ddd;
      content: '';
      display: table-cell;
      position: relative;
      top: 0.5em;
      width: 45%;
    }
h2.no-span:before { right: 1%; }
h2.no-span:after { left: 1%; }

.menu-content p{
	color:grey;
	font-size:15px;
}

ol, ul {
	list-style: none;
}

.holderForm{
	background-color: #f8f8f8;
    padding: 15px;
	min-height:335px;
}

.holderDesc{
	background-color: #ddd;
    padding: 10px 15px;
	min-height:335px;
}

#annual-disclosure li{
	text-align:center;
	padding-bottom:15px;
}

#annual-disclosure hr{
	margin:5px 0px;
}

#annual-disclosure li a {
    color: grey;
    font-size: 14px;
}

#other-disclosure li a {
    color: grey;
    font-size: 14px;
}

#other-disclosure img{
    float:right;
	margin-right:10px;
}

#public-disclosure img{
    float:right;
	margin-right:10px;
}

#agent-list img{
    float:right;
	margin-right:10px;
}

#agent-list li a {
    color: grey;
    font-size: 14px;
}

#public-disclosure li a {
    color: grey;
    font-size: 14px;
	line-height
}

@media screen and (min-width: 767px) {
	.cd-horizontal-timeline .events-content {
		padding:0px 80px!important;
	}
	
	.head-image {
		padding-bottom:10px;
	}
	
	
}

@media screen and (max-width: 760px) {
	[data-title='other-disclosure'] h2.no-span:before, [data-title='other-disclosure'] h2.no-span:after {
        top: 1.5em!important;
		width: 15%!important;
    }
	[data-title='other-disclosure'] h2.no-span {
	    white-space: normal;
	}
}

div .btn_15p:parent {
	align:center;
	padding:0px!important;
}