﻿.accordion section, .accordion .pointer, .accordion .header, .accordion .description {
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.accordion {
    margin-bottom: 30px;
}

    .accordion h3 {
        color: rgba(12,114,181,1);
        font-size: 1.45em;
        margin: 0;
        padding: 5px 10px 10px 0px;
    }

    .accordion h3:hover {
        /*color: dimgray;*/
    }

.accordion .header {
    background-color: transparent;
}

.accordion .header:hover {
    /*background-color: rgba(37,46,130,.10);*/
}

.accordion section {
    overflow: hidden;
    border: 1px #fff solid;
}

.accordion p {
    padding: 0 10px;
}

.accordion section.close p:not(.pointer) {
    color: #white;
}

.accordion section.close .description {
    display: none;
}

.accordion .pointer {
    padding: 0;
    margin: 15px 0 0 6px; /*15 sets the arrow location*/
    line-height: 20px;
    width: 13px;
    position: absolute;
    color: blue;
}
/* Hiding the pointer arrow on this Executive page */
.pointer { 
display: none!Important;
}
.accordion section:not(.close) .pointer {
    display: block;
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
    padding: 0;
}

/* Style font */
.position {
	color:Dimgray;
	font-style: italic;
	font-size:1.25em;
margin-left:0px;	
}
.department {
	color:Dimgray;
	font-style: italic;
	font-size:.9em;	
}
.address {
	color:Dimgray;
	font-style: italic;
	font-size:.9em;	
}
/*style font on p description*/
.description p{
padding:15px;
	color:dimgray;
}
/*Format Image */
img[src$='.jpg']{
border-radius: 60%;
margin-left:15px;
}




