ap
#tabsSelector  {
   min-height: 600px;
}

#tabsSelector #tabs {
        display: block;
    width: 400px;
    background-color: White;   
    z-index: 10;
    height: 70px;
    margin: 0 auto;
}

#tabsSelector a {
    color: white;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
      width: 50%;
    display: block;
	background: #046b99;

    border: 1px solid #eee; 
    line-height: 68px;
	float:left;

}

#tabsSelector a:first-child, #tabsSelector .content {     width: 50%;}

#tabsSelector a.sel {
    border-top: 2px solid #555; 
    background: white; 
    color:#046b99;
	
}
#tabsSelector a.sel:hover {
    border-top: 2px solid #555; 
    background: white; 
    color:#555;
}
#tabsSelector a:hover {
    background-color:#ccc;
    border-top: 2px solid #ccc; 


}
#tabsSelector .content {
    display: none;
    opacity: 0;
    

}

#tabsSelector .content.sel {
    display:block;
    opacity:1;
	   text-align: center;
    margin: 0 auto;
	width:400px;
}

.centerContent{
	
	margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%)
}



/*Updates to template CSS*/
.list-understated {
    margin: 11px;
  
}

.section-primary, .card-primary {
    background: white;
   color:#323a45 !important;

}



.leaderContainer
{
	width: 23%; display: inline-block; margin: 0 auto; text-align: left;
}

@media (max-width: 1280px){
	.leaderContainer
	{
		margin-top: 12px;
		display: block; 
	}
}

.center
{
	text-align: center;
}

.underline
{
	text-decoration: underline;
}





.homebtn {
  -webkit-border-radius: 14;
  -moz-border-radius: 14;
  border-radius: 14px;
  color: #ffffff;
/*  background: #446a7c;*/
/*  background: #3498db;*/
  background: #046B99;
	
  padding: 10px 15px 5px 10px;
  text-decoration: none;
	display: inline-block;
	width: 90px;
	height: 56px;
}

.homebtntext {
  font-size: small;
	margin: 0 !important;
	padding: 0 !important;
}

.homebtn:hover {
/*  background: #21272a;*/
/*  background: #1F89BD;*/
  background: #1F89BD;
	color: #ffffff;
  text-decoration: none;
}



@media (max-width: 991px) and (min-width: 768px){
	.homebtn
	{
		display: block;
		margin: 0 auto;
		margin-top: 12px;
	}
}

.cleaner {
	clear:both;
	height:2px;
	font-size:1px;
	border:none;
	margin:0;
	padding:0;
	width:auto;
	float:none;
}




/* Responsive Table */

.rwd-table {
  margin: 1em 0;
  min-width: 300px;
}
.rwd-table tr {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.rwd-table th {
  display: none;
}
.rwd-table td {
  display: block;
}
.rwd-table td:first-child {
  padding-top: .5em;
}
.rwd-table td:last-child {
  padding-bottom: .5em;
}
.rwd-table td:before {
  content: attr(data-th) ": ";
  font-weight: bold;
  width: 6.5em;
}
@media (min-width: 720px) {
  .rwd-table td:before {
    display: none;
  }
}
.rwd-table th, .rwd-table td {
  text-align: left;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em;
  }
  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0;
  }
  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0;
  }
}

.rwd-table {
  background: white;
  color: black;
  border-radius: .4em;
  
}
.rwd-table tr {
  border-color: #46637f;
}
.rwd-table th, .rwd-table td {
  margin: .5em 1em;
}
@media (min-width: 720px) {
  .rwd-table th, .rwd-table td {
    padding: 1em !important;
  }
	
}
.rwd-table th, .rwd-table td:before {
  color: black;
background-color: whitesmoke;
}

@media (max-width: 720px) {
  	.rwd-table th, .rwd-table td:before {  	
		background-color: white;
	}
	
}

.indent {
	padding-left: 42px;
}



/* ************************** Board Meetings *************************** */

.event
{
	background-color: #e9f1f6;
	padding-left: 50px;
	padding-right: 15px;
	padding-top: 1px;
	padding-bottom: 10px;
	margin-left: 2.325581395348837209302325581395%;
	margin-bottom: 10px;
	position: relative;
	min-height: 90px;
  	border: 1px solid #c5dae7;
	-moz-box-shadow: 0px 0px 2px 0px #aaaaaa;
	-webkit-box-shadow: 0px 0px 2px 0px #aaaaaa;
	box-shadow: 0px 0px 2px 0px #aaaaaa;
}

.event .address
{
	font-style: italic;
	color: #888888;
	font-weight: normal;
	font-size: 0.7em; 
}
.event .meeting-materials
{
	margin-left: 1.785714285714285714285714285714% ;
}

.event h6 { /*Bold title - no margins/padding */
	font-family: 'Arial Narrow', 'Helvetica Narrow', Arial, Helvetica, sans-serif;
	font-stretch: condensed;
	font-weight:bold;
	color:#333;
	font-size:1.2em;
	margin: 0px;
}

ul.date-list
{	
	list-style: outside none none;
    margin: 0px;
    margin-top: 10px;
    padding: 0px;
	/*list with date as list-style
	shifts first div over to bullet position */
}
ul.date-list > li
{
	background-image: none;
	position: relative;
	margin-left: 100px;
	padding: 0px 0px 16px 8px;
}
ul.date-list > li > div:first-child
{
	color:#666;
	text-transform: uppercase;
	font-size: 1em;
	font-weight: bold;
	position: absolute;
	top:3px;
	left: -135px;
	text-align: right;
	width: 135px;
}

.calendar-date
{
	/*border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	border: 5px solid #39a9f9;*/
	
  	/*border: 0px;
	float: left;*/
	width: 55px;
	margin-right:2px;
	background: transparent;
	-moz-box-shadow:    1px 1px 2px 0px #aaaaaa;
  	-webkit-box-shadow: 1px 1px 2px 0px #aaaaaa;
  	box-shadow:         1px 1px 2px 0px #aaaaaa;
  	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	position: absolute;
	/* left:-3.325581395348837209302325581395%; */
	left: -15px;
	top:15px;
}


.calendar-date div:first-child /*Month*/
{
	background-color: #003466;
	font-weight: bold;
	font-size: 1em;
	color: white;
	text-transform: uppercase;
	text-align: center;
	padding: 2px;
	border: solid #003466;
	border: 0px 5px 0px 5px;
	border-radius: 5px 5px 0px 0px; 
	-moz-border-radius: 5px 5px 0px 0px; 
	-webkit-border-radius: 5px 5px 0px 0px; 

}
.calendar-date div:last-child /*Date*/
{
	background-color: #006599;
	color: white;
	text-align: center;
	font-size: 1.6em;
	padding-top: 2px;
	padding-bottom: 2px;
	font-weight: bold;
	border: solid #006599;
	border: 0px 5px 0px 5px;
	border-radius: 0px 0px 5px 5px; 
	-moz-border-radius: 0px 0px 5px 5px; 
	-webkit-border-radius: 0px 0px 5px 5px;
	
}
.calendar-date div.multi-date
{
	font-size: 1.2em;
	padding-top: 6px;
	padding-bottom: 6px;
}

.expand-link-menu a
{
	cursor:pointer;
}

a.materials-list-expand
{
	text-decoration: none;
}
div.materials-list-expanded
{
	padding-top: 20px; 
	
    background-position: 60px 5px; 
    background-repeat: no-repeat;
}

.materials-triangle
{
	margin: 5px 0px 0px 70px;
	width: 0px;
	height: 0px;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
div.materials-list-wrapper, .collapsed-div-content
{
	background-color: #c5dae7;
	position: relative;
	margin-top: 20px;
}
div.materials-list-wrapper:before, .collapsed-div-content:before
{
	position:absolute;
	content: "";
	bottom: 100%;
	left: 70px;
	width: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 15px solid #c5dae7;
}
.collapsed-div-content ul
{
	padding-top: 10px;
	padding-bottom: 10px;
}
ul.materials-list
{
	margin-top: 0px;
	padding-left: 6.622516556291390728476821192053%;
	padding-top: 10px;
	padding-bottom: 10px;
	list-style:none;
	}


ul.materials-list li
{
	margin: 0px;
}
.event-cancelled
{
	color: #999;
}




.italic
{
	
	font-style: italic;
}



@media (min-width:522px) {
	.branding .header-organization-banner img {
		width: auto;
	}
}