/*  FIPPA  CSS */

#main-content a, #main-content a:hover, #main-content a:visited {
	color: #006643;
	}

/* headings */

h1 {
	font-size: 1.8em;
	margin-bottom: 1em;
	}
	
h2 {
	font-size: 1.0em;
	margin-bottom: 1em;
	}

h3 {
	color:#555;
	margin-bottom: 0.5em;
	margin-top: 0.5em;
	}

h3 { font-size: 1.1em; }


h4 {
	color:#444;
	font-size: 1.0em;
	margin-bottom: 0 em;
	margin-top: 0.25em;
	}

p, li { line-height: 1.3em; }

li h3, li h4, li h5 { /* when a list item contains a header */
	margin: 0;
	padding: 0;
	}

/*  general classes  */

.alphabetical-listing h2 { font-size: 1.2em; }
.alphabetical-listing h3 { font-size: 1.5em; }

.li-space li, .list-no-style li {
		margin-top: 10px;
		margin-bottom: 10px;
		}

.anchor-letter { 
	margin-left: 0px; 
	padding-left: 0px !important;
	}

	.anchor-letter li {
		background: #ddd;
		border: 1px #777 solid;
	padding-bottom: 2px;
		display: inline-block; 
		font-size: 120%;
		list-style-type: none;
		margin-left: 2px;
		}
	
		.anchor-letter a {
			display: block;
			padding: 0px 6px 0px 3px;
		}
		
		#content ul.anchor-letter a:hover { 
			background: #aaa; 
			color: #002A1B;
			}
	
	li.anchor-letter-absent {
		background: #eee;
		border: none;
		font-size: 100%;
		padding: 5px;
		}
	
	.tight li.anchor-letter-absent { padding: 4px; } /* makes letters fit on French page */
		
.anchor-space-bottom { /*adds space below to put anchors links at the the top of the page */
	margin-bottom: 300px;
	}

.back-to-top { text-align: right; }

.bold { font-weight: bold; }
		
.center {
	margin: 0 auto;
	text-align: center;
	}

.clear-both { clear: both; }

figure  {
  display: block;
  margin-before: 1em;
  margin-after: 1em;
  margin-start: 40px;
  margin-end: 40px;
}

figure#padding  {
  padding: 10px; 
  text-align: center;
}

figcaption {
  padding: 0px;
  font-family: Verdana, Geneva, sans-serif;
  font-size: 0.9em;
  font-weight: 500;
  font-style: italic;
  border: none;
  background: transparent;
  word-wrap:normal;
  text-align: center;
}
	
.font-larger { font-size: 1.2em; }

.home-members-public {
	font-size: 1.0em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 160px;
	width: 325px;
	color: #030;
	float: left;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}

.home-public-bodies {
	font-size: 1.0em;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 6px;
	border-left-width: 0px;
	border-top-style: dotted;
	border-right-style: dotted;
	border-bottom-style: solid;
	border-left-style: dotted;
	border-top-color: #030;
	border-right-color: #030;
	border-bottom-color: #060;
	border-left-color: #030;
	border-top-left-radius: 10px 5px;
	border-top-right-radius: 10px 5px;
	-moz-border-top-left-radius: 10px 5px;
	-moz-border-top-right-radius: 10px 5px;
	-moz-user-select: none;
	-khtml-user-select: none;
	height: 160px;
	width: 325px;
	color: #030;
	float: right;
	vertical-align: middle;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background: linear-gradient(gainsboro, white);
}

.img { box-shadow: 10px 10px 5px #888888; }

.indent { margin-left: 20px; }

.inline-li li {
	display: inline;
	margin-left: 5px;
	list-style-type: none;
	}

.left {
	float: left;
	margin-right: 5px;
	}

.list-no-style {
	margin-left: 0px; 
	padding-left: 0px;
	list-style-type: none;
	list-style-position: inside;
	}
	
.no-space-bottom { margin-bottom: 0px; }
.no-space-top { margin-top: 0px;}

.no-bullet { list-style-type: none; }

.padding-top { padding-top: 20px; }

.right {
	float: right;
	margin-left: 5px;
	}
		
.space-bottom { margin-bottom: 20px; }

.space-top { margin-top: 20px; }

.text-center { text-align: center; }

.visually-hidden { /* hides content visually, but still read by screen readers */
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	}
 
#iframe_div {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-evenly;
}

.vid_2col {
width:50%;
height:50%;
padding:10px;
}
.ui-state-active{
	background:#f6f6f6!important;
	border:1px solid #555!important;
}