/*SEO Homepage Custom Accordion*/
.accordion_container {
  width: 100%;
  padding: 15px 0 20px 0;
}

.accordion_head {
  background-color: #013c73;
  cursor: pointer;
  margin: 0 0 1px 0;
  padding: 2px 6px;
  font-weight: bold;
}
.accordion_head h2{
    color: white;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Lato', Calibri, Arial, sans-serif;
	margin: 5px 10px;
}
.accordion_body {
  background: #C3E6FF;
  padding: 2px 6px;
}

.accordion_body p {
  padding: 2px 2px;
  margin: 0px!important;
}
.homea{
	font-weight: bold;
}
.homeh2 {
	font-family: 'Lato', Calibri, Arial, sans-serif;
	font-size: 20px;
	font-weight: bold;
}

.plusminus {
  float: right;
}
/*SEO Homepage Custom Accordion END*/


.section--dark .banner-a .banner__title {
	text-transform: none;
	font-family: "noto-serif", Georgia, serif;
}

.wrap__page-content ul, .wrap__page-content ol, .wrap__editable ul, .wrap__editable ol, .wrap__editable-content ul, .wrap__editable-content ol, .staff-member ul, .staff-member ol, .editable ul, .editable ol, .form ul, .form ol {
	clear: none;
}
.editable ul + *, .editable ol + *, .editable__container ul + *, .editable__container ol + * {
	clear: none;
}

@media (min-width: 768px) {
.logo.text-alignment--center .logo__title, .logo.text-alignment--center .logo__caption {
    text-align: center;
    font-size: 27px;
}
}

@media (min-width: 768px){
.logo.text-alignment--left .logo__title, .logo.text-alignment--left .logo__caption {
    text-align: left;
    font-size: 27px;
}
}

.section--dark .navigation-a .navigation__item--link {
    color: rgb(255, 255, 255);
    font-size: 18px;
}

@media (min-width: 768px){
.navigation-a .navigation__item--link {
    padding: 12px 10px 12px 10px;
}
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF THREE  */
.span_3_of_3 { width: 100%; }
.span_2_of_3 { width: 66.13%; }
.span_1_of_3 { width: 32.26%; }

/*  GO FULL WIDTH BELOW 480 PIXELS */
@media only screen and (max-width: 480px) {
	.col {  margin: 1% 0 1% 0%; }
	.span_3_of_3, .span_2_of_3, .span_1_of_3 { width: 100%; }
}

/*  SECTIONS  */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

/*  COLUMN SETUP  */
.col {
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child { margin-left: 0; }

/*  GROUPING  */
.group:before,
.group:after { content:""; display:table; }
.group:after { clear:both;}
.group { zoom:1; /* For IE 6/7 */ }
/*  GRID OF TWO  */
.span_2_of_2 {
	width: 100%;
}
.span_1_of_2 {
	width: 49.2%;
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */

@media only screen and (max-width: 480px) {
	.col { 
		margin: 1% 0 1% 0%;
	}
}

@media only screen and (max-width: 480px) {
	.span_2_of_2, .span_1_of_2 { width: 100%; }
}