/* ====== colors ====== 
blue: 49479d;
green: 29ab7a;
*/
/* ====== headings/titles ====== */
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', Arial, sans-serif;
}
h1, .h1 {
  font-size: 225%;
  font-weight: 600;
  color: #103047;
  text-transform: uppercase;
  letter-spacing: .03em;
  padding-bottom: 1rem;
  border-bottom: 1px solid #F0F0F0;
}
h2, .h2 {
  font-size: 175%;
  font-weight: 600;
  color: #49479d;
  margin-top: 35px;
}
.accordion h2, aaccordion .h2 {
  margin-top: 0;
}
h3, .h3 {
  font-size: 125%;
  font-weight: 600;
  color: #49479d;
  margin-top: 15px;
}
h4, .h4 {
  font-size: 100%;
  font-weight: 600;
  color: #49479d;
}
h5, .h5 {
  font-size: 100%;
  font-weight: 600;
}
h6, .h6  {
  font-size: 105%;
  font-weight: 600;
}
h6.title {
  color:#49479d;
  font-weight: 600;
}
hr {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
/* back to top */
.back-to-top {
    position: fixed;
    bottom: 1.5em;
    right: 70px;
    text-decoration: none;
    color: #2d3159;
    font-size: 3em;
    display: none;
    border-radius: 5px;
    padding: 5px;
    opacity: 0.9;
    /*filter: alpha(opacity=50);
    -khtml-opacity: 0.5;
    -moz-opacity: 0.5;*/
      z-index: 2;
}

/*Dashboard*/
section.dashboard {
  margin: 25px 0;
  min-height: 500px;/* for edibo */
  font-family:-apple-system,system-ui,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
  font-size: .9rem; 
  color: #555;
}
section.dashboard .dash-header {
  border-bottom: 5px double #D0D0D0;
  padding: 15px 0;
}
section.dashboard .dash-title {
  font-size: 150%;
  font-weight: 700;
  line-height: 1.2rem;
  color:#50585A;
}
section.dashboard .dash-login {
  text-align: right;
}
section.dashboard h1 {
  font-size: 175%;
    font-weight: 600;
    line-height: 1.25em;
    color:#50585A;
}
section.dashboard h2 {
  font-size: 140%;
  font-weight: 600;
  line-height: 1.25em;
  color:#EC1C2D;
}
section.dashboard h3 {
  font-size: 115%;
  font-weight: 600;
  line-height: 1.25em;
  color:#EC1C2D;
}
section.dashboard h5 {
  margin: 0;
}
section.dashboard .dash-controls {
  margin: 15px auto;
  vertical-align: middle;
}
section.dashboard .dash-controls > div {
  display: inline-block;
    text-align: center;
    width: 11%;
}
section.dashboard .dash-controls a {
  color: #50585A;
}
section.dashboard .dash-controls a:hover {
  opacity: .5;
}
section.dashboard .dash-controls span.dash-label {
  display: block;
  padding: 15px 0;
  font-size: 1em;
  font-weight: 600;
  opacity: .5;
}
section.dashboard .dash-controls i {
  font-size: 2.25em;
}

/* ****************************LEGACY STYLES********************* */
/* accordion style: page specific */
.triggerLink{
  cursor: pointer; /* global */
}
#membership-benefits .triggerLink{
  background-color:#5493c7;
  color:#fff;
  margin:5px 0 0 0;
}
#membership-benefits .triggerLink table{
  border:0;
  width:100%;
  border-collapse:collapse
}

#membership-benefits .triggerContent{
  display:none;
  padding:10px;
  clear:left;
}
#membership-benefits .triggerContent ul{
  padding-left: 10px;
}


#committees-list .triggerLink{
  margin:5px 0 0 0;
}

#committees-list h3 {
  text-decoration: underline;
}

#committees-list .triggerContent{
  display:none;
  clear:left;
}

/* Fall Course FAQ collapsible/accordion styles */
.faqinfo {
  display: none;
  margin: 0 0 10px 0;
}
.faqs {
  display: table;
  width: 600px;
}

.faqs span{
  
  background-color: #b9cedd;
    border: 1px solid #69c;
    color: #20497a;
    display: block;
    margin: 2px;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
}  
.faqitem{
  font: normal 1.2em Arial, Helvetica, Sans-serif;
}
.faqitem a {
  display: block;
  text-align: center;
  margin: 2px;
  padding: 5px 10px;
  border: 1px solid #69C;
  text-decoration: none;
  background-color: #B9CEDD;
}
.faqitem a:hover {
  background-color: #EDE0A7;
  padding: 5px 10px;
}
#membership-benefits .accordion_title {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  color: #fff;
  font-size: 1.3em;
  text-transform: uppercase;
  font-weight: bold;
}