---
---

@import "{{ site.theme }}";

$color-primary: #0071BC;
$color-primary-darker: #205493;
$color-primary-darkest: #112E51;
$color-black: #000000;
$color-base: #212121;
$color-gray-dark: #323A45;
$color-gray-light: #AEB0B5;
$color-white: #FFFFFF;

body {
	margin:0;
	padding:0;
}

a {
    color: $color-primary;
    text-decoration:none;
  }
  
  a:hover, a:focus {
    color: $color-primary-darker;
    font-weight: bold;
  }
  
  a small {
    font-size:11px;
    color:#777;
    margin-top:-0.3em;
    display:block;
  }
  
  a:hover small {
    color:#777;
  }
  
  
  /* Style for MGB Members */
  
 #members {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12pt;
  border-collapse: collapse;
  width: 100%;
}

#members td, #members th {
  border: 1px solid #ddd;
  padding: 8px;
}

#members tr:nth-child(even){background-color: #f2f2f2;}

#members th {
  padding-top: 10px;
  padding-bottom: 10px;
  text-align: left;
  background-color: #ffffff;
  color: #000000;
  font-weight: bold;
}   
 
  /* Style for FAQs */
  
 .collapsible {
  background-color: #ffffff;
  color: black;
  cursor: pointer;
  padding: 10px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
}

.active, .collapsible:hover {
  background-color: #b2babb;
}

.collapsible:after {
  content: '\002B';
  color: black;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #f1f1f1;
} 

/* Style for Workgroup members */
  
.contentwkgp {
  padding: 0px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: #ffffff;
  margin: 0px; 
 }

 



 

