﻿.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: 0px;
	width:100%;;
}

    .accordion h3 {
        color: rgba(12,114,181,1);
        font-size: 1.45em;
        margin: 0 0 0 0;
        padding: 5px 10px 10px 5px;
    }

    .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: 20px 0 px 10px;
	margin: 0 0 0 0;
}

.accordion section.close p:not(.pointer) {
    color: #white;
}

.accordion section.close .description {
    display: none;
}

.accordion .pointer {
    padding: 0;
    margin: 0px 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:10px;	
}
.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:20px;
	color:dimgray;
}
/* More link format

.morelink {
	    font-size: 1.1em;
		        color: rgba(12,114,181,1);
}
.morelink a {
	    font-size: 1.1em;
		        color: rgba(12,114,181,1);
}
*/
/* Format pagetitles with line ------*/
.pagetitle {
    font-size: 2.0em;
	border-style: none none solid none;
border-color: rgba(210,210,210,1)!important;
background-color:rgba(12,114,181,1);
color: #ffffff!Important;
border-width: 1px!Important;
margin-top: 25px!Important;
margin-bottom:0px;

		border-radius: 10px 10px 0px 0px;
		width:100%;
}

/*Format Image */
img[src$='.jpg']{

width:100%;
height:120px;
margin-left:0px;
margin-top:0px;
		border-radius: 0px 0px 10px 10px;
		/*box-shadow: 3px 3px 3px rgba(0,0,0,.25);	*/
}

.programdescription {
float:left;
width:100%;
        margin: 15px 0 10px 0;
}
.pageimage {
float:left;
margin-right: 20px;
min-width:110px;

}

.featurepageimage{
	width:100%;
}

.featureurllink{
display:inline-block;
float:left;
}

.bulletarrow {
display:inline-block;
	font-size: 1.25em;	
	float:left;
	margin-top:-1px;
}
.programtitle {
        /*color: rgba(12,114,181,1);*/
		background-color: rgba(12,114,181,1);
		color:white;
        font-size: 1.45em;
		}
		
div.alerttitle {
	margin-top:35px;
	        font-size: 2.0em;
		color:rgba(207,24,31,1);
font-weight: 600;		
}
