html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline; }

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

iframe {
  width: 100%;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

body {
  font: 16px/1.5em 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  color: #666; }

.wrapper {
  width: 100%;
  box-shadow: 25px 0 25px -25px rgb(38 50 56 / 35%), -20px 0px 25px -25px rgb(38 50 56 / 35%);
  max-width: 1150px;
  /* min-width: 768px; */
  margin: 2em auto; }
.wrapper > .container {
  padding: 0 2em; }

a {
  color: #146593;
  text-decoration: none; }
a:hover, a:focus {
  color: #c5d226; }
a:active {
  color: #c5d226; }

hr {
  border: none;
  border-top: 2px dotted #666;
  height: 0;
  margin: 2em 0; }
.header-container {
  background: #f5f5f5;
}
.header-container .wrapper {
  margin: 0 auto;
}

.main-header {
  width: 100%;
  background: #FFF;}
.main-header .masthead {
  position: relative;
  padding: 1em 0; }
.main-header .logo {
  display: inline-block;
  margin-left: 20px;}
.main-header .text {
  position: absolute;
  bottom: 0;
  right: 0;
  display: inline-block;
  text-align: left;
  margin: 0 20px 20px 0;}
.main-header .logotype {
  font-size: 1.5em;
  color: #146593; }
.main-header .tagline {
  font-style: italic;
  font-size: 0.95em; }
.main-header picture img {
  width: 100%;}
.main-header .splash-image {
  margin: 2px 2px 0 1px;
  background: #ccc;
  position: relative;
  line-height: 0; }
.main-header .splash-image img {
  width: 100%;
  height: auto; }
.main-header .splash-image figcaption {
  position: absolute;
  color: #fff;
  font-style: italic;
  bottom: 1.5em;
  left: 2em;
  width: 16em;
  line-height: 1.35em; }
.main-header .banner-image img {
  width: 100%;
}
.main-container .wrapper {
  margin: 0 auto;
  padding-bottom: 1em;
}

.masthead button#hamburger-icon {
  display: none;}

nav.mobile {
  display: none;}
.main-menu {
  width: 100%;
  line-height: 0;
  font-size: 0.85em;
  background: #666;}
.main-menu .menu-item {
  width: 12.461%;
  display: inline-block;
  border-right: 1px solid #FFF;
  box-sizing: border-box; }
.main-menu .menu-item:last-of-type {
  border-right: none;}
.main-menu a {
  background: #666;
  color: #fff;
  text-decoration: none;
  text-align: center;
  display: table;
  width: 100%;
  height: 4em;
  line-height: 1.1em;
  position: relative;}
.main-menu a span {
  padding: 0;
  display: table-cell;
  vertical-align: middle; }
.main-menu a.active, #submenu a.active  {
  background: #c5d226; }
.main-menu a:hover {
  outline: none;
  color: #fff;
  background: #c5d226; }
.main-menu .governance a span, .main-menu .programs a span {
  padding-right: 15px;
}
.main-menu #submenu li {
  border: 0;}
.main-menu #mobile-submenu li:hover, .main-menu #mobile-submenu2 li:hover {
  outline: none;
  color: #fff;
  background: #c5d226; }
.main-menu #down-one, .main-menu #down-two {
  background-color: transparent;
  color: #FFF;
  border: none;
  float: right;
  font-size: 14px;
  height: 32px;
  right: 15px;
  top: 12px;
  z-index: 100;
  cursor: pointer;
  position: absolute;}
.main-menu #down-one:focus, .main-menu #down-two:focus {
  outline: none;}
.main-menu #down-one::before, .main-menu #down-two::before {
  content: "\002B";}
.main-menu li:hover #down-one::before, .main-menu li:hover #down-two::before {
  content: "\002D";}
.main-menu #submenu {
  position: absolute;
  box-shadow: 0px 7px 40px 0px rgba(38,50,56,0.35);
  z-index: 1;
  background: #FFF;
  display: none;}
.main-menu .governance #submenu {
  width: 164px;}
.main-menu .programs #submenu {
  width: 200px;}
.main-menu #submenu .menu-item {
  display: block;
  border-bottom: 1px solid #ECEFF1;
  width: 100%;}
.main-menu #submenu .menu-item a {
  background: #FFF;
  color: #000;
  text-align: left;}
.main-menu #submenu .menu-item a.active {
  background: #c5d226;}
.main-menu #submenu .menu-item span {
  padding: 0 1em;}
#dropdown:hover #submenu {
  display: block;}
#dropdown:hover #down-one, #dropdown:hover #down-two {
  content: "\002D";}
.main-menu #submenu .menu-item a:hover {
  background: #c5d226;}

.footer {
  background: #000;
  overflow: hidden;
}
.footer .footer-container {
  border-bottom: 2px dotted #666;
  padding: 20px 2em;
  margin-bottom: 20px;
}
.footer img.footer-logo {
  width: 7%;
  float: left;
  margin: 0 20px 10px 0;
  display: inline-block;
}
.footer .footer-info {
  margin-bottom: 20px;
  margin-top: 25px;
  display: inline-block;
}
.footer img.footer-opendoors {
  width: 26%;
  float: right;
}
.footer h3 {
  font-size: 20px;
  color: #FFF;
  margin-bottom: 10px;
}
.footer p {
  color: #FFF;
  font-size: 14px;
}
.footer p.copyright {
  padding: 0 2em;
}
.footer .footer-contact {
  font-size: 16px;
  clear: both;
}

.locations {
  -webkit-columns: 3 300px;
  columns: 3 300px; }

.location {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-bottom: 2em;
  padding-right: 1em;
  min-height: 12em; }
.location .container {
  width: 300px; }
.location .name {
  font-weight: 700; }
.location span {
  display: block; }

.content-wrapper {
  padding-top: 2rem;
  margin: 0 0 4rem 0;
  font-size: 0;
  line-height: 0;
  position: relative; }

.main-content {
  display: inline-block;
  vertical-align: top;
  width: 70%;
  /*max-width: 760px;*/
  font-size: 16px;
  line-height: 1.5em; }
.main-content > .container {
  margin: 0 2em 0 0; }
.main-content > .container > header {
  margin-bottom: 2em; }
.main-content section {
  margin-top: 2em; }
.main-content section header {
  margin-bottom: 2em; }
.main-content h1 {
  font-size: 2em;
  line-height: 1.25em;
  font-weight: 700; }
.main-content h2 {
  margin: 2em 0 0 0;
  font-size: 1.25em;
  line-height: 1.5em;
  font-weight: 700; }
.main-content p.after-header {
  background: rgba(238,171,47,.25);
  padding: .5em;}
.main-content .location-span {
  display: block;
  width: 100%;
}
/*.main-content header + h2 {
  margin-top: -1em; }*/
.main-content p {
  margin: 1em 0 0 0; }
.main-content p img {
  max-width: 100%;
  height: auto; }
.main-content img {
  width: 100%;}
.main-content strong {
  font-weight: 700; }
.main-content ul {
  margin: 1em 0 0 1.5em;
  list-style-type: disc; }
.main-content ol {
  margin: 1em 0 0 1.5em;
  list-style-type: decimal; }

section.formal-meeting, section.news-flash {
  background: #f6d18d;
  position: relative;
  padding: 4%;
  margin: 2em 0;
  color: #FFF;
  overflow: hidden;}
section.formal-meeting header {
  margin: 0; }
section.formal-meeting h2, section.news-flash h2 {
  margin: 0;
  font-size: 1.2em;
  text-transform: uppercase;}
section.news-flash h2 {
}
section.formal-meeting h3 {
  font-weight: 700;
  margin-top: 1em; }
section.news-flash hr {
  border-bottom: 1px solid currentColor !important;
  border-left: 1px solid currentColor;
  height: 20px !important;
  margin: 2.2em 0 2em 7em;
  max-width: 100% !important;
  border-top: none;}
section.news-flash button {
  border: 2px solid #FFF;
  background: transparent;
  color: #fff;
  right: 3em;
  bottom: 3em;
  padding: 13px 28px;
  font-size: 10px;
  cursor: pointer;
  border-radius: 0;
  text-shadow: none;
  letter-spacing: 1px;
  float: right;
  cursor: pointer;
  margin-left: 3em;
  margin-bottom: .5em;}
section.news-flash .button:hover, section.news-flash .button:focus {
  color: #FFF;
  text-shadow: none;
  background: rgba(255, 255, 255, .1);
  border-color: #FFF;
  outline: none;}
section.news-flash a.bullet-link {
  color: #FFF;
  text-decoration: underline;}
section.news-flash p {
  margin-bottom: 35px;
  width: 100%;}
section.news-flash li {
  width:62.5%; }
section.formal-meeting .agenda p {
  margin-top: 0; }
section.formal-meeting ul {
  list-style-type: none;
  margin: 0;
  height: auto; }

table {
  width: 100%;
  border-collapse: collapse;
  margin: 1em 0;
  border-bottom: 2px solid #146593; }
table thead {
  background: #146593;
  color: #fff; }
table thead th {
  padding: 0.75em 0.5em;
  text-align: center;
  line-height: 1.3em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff; }
table tbody th {
  font-weight: 700; }
table tbody th, table tbody td {
  padding: 0.5em;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd; }
table th:last-child,
table td:last-child {
  border-right: none; }
table .number {
  text-align: right; }

.member-table {
  font-size: 0.9em; }
.member-table .rep {
  width: 50%; }
.member-table .role {
  width: 20%;
  text-align: center; }
.member-table .member {
  width: 30%;
  text-align: center; }
.member-table .alt {
  margin-top: 0.5em;
  display: block;
  font-style: italic;}
.member-table .agenda {
  width: 50%;
}
.cell {
  width: 33.33%;}
.col1, .col2, .col3, .col4  {
  text-align: center;}
.roster-table .col1, .roster-table .col2 {
  width: 25%;}
.roster-table .col1, .roster-table .col3 {
  border-right: none;}
.roster-table .col2, .roster-table .col4 {
  font-style: italic;}
.roster-table .col2 {
  border-right: 1px solid #000;}

.faculty-table {
  margin: 2em 0; }
.faculty-table .organization {
  width: 55%; }
.faculty-table .faculty {
  width: 45%; }
.faculty-table .person {
  display: block; }
.faculty-table .person + .person {
  margin-top: 0.5em; }

.projects-table, .specialists-table {
  margin-bottom: 2em;}
.projects-table td {
  text-align: left;}

.charter-guiding-principles h1, section.charter-section h1, section.ab-section h1 {
  font-size: 1.5em;
  line-height: 1em; }

section.charter-section {
  margin: 4em 0; }
section.charter-section h1:before {
  content: attr(data-sectionletter);
  color: #fff;
  font-size: 0.55em;
  background: #c5d226;
  display: inline-block;
  line-height: 1em;
  padding: 0.2em 0.3em;
  margin-right: 0.5em;
  position: relative;
  top: -0.25em; }
section.charter-section header + h2 {
  margin-top: 0; }
section.charter-section:last-of-type ul {
  list-style-type: lower-alpha; }

p.charter-version {
  margin-top: 4em;
  font-size: 0.9em; }

section.ab-section + section.ab-section {
  margin-top: 4em; }
section.ab-section h3 {
  margin-top: 1.5em;
  font-size: 1.1em;
  font-weight: 700; }
section.ab-section h3 + p,
section.ab-section h3 + ol,
section.ab-section h3 + ul {
  margin-top: 0.5em; }
section.ab-section ul {
  list-style-type: lower-alpha; }
section.ab-section ul ul {
  list-style-type: decimal;
  margin-top: 0; }
section.ab-section ul ul ul {
  list-style-type: upper-alpha; }
section.ab-section ul ul ul ul {
  list-style-type: lower-roman; }
section.ab-section ol {
  list-style-type: decimal; }

.sidebar:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30%;
  width: 2px;
  /* background: #ccc; */
  z-index: 2000; }

.sidebar {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  /*max-width: 320px;*/
  font-size: 16px;
  line-height: 1.5em; }
.sidebar .container {
  /* padding-left: 1.5em; */ }
.sidebar h2 {
  font-size: 1.5em;
  line-height: 1.3em;
  font-weight: 700;
  margin-bottom: 0.2em; }
.sidebar h3 {
  font-size: 1.25em;
  line-height: 1.3em;
  font-style: italic;
  margin-bottom: 1em; }
.sidebar .calendar li:first-of-type {
  margin-top: 1em;}
.sidebar .districts li {
  margin-top: 1em; }
.sidebar .districts span {
  display: block;}
.sidebar .calendar .date {
  font-weight: 700; }
.sidebar .calendar .time {
  display: inline-block;
  white-space: nowrap; }
.sidebar .calendar .event-title {
  font-style: italic;
  margin: 0.25em 0; }
.sidebar .calendar .event-location {
  font-size: 0.85em;
  line-height: 1.5em; }
.sidebar .districts span {
  font-size: 0.9em;}
.ae-evtlst-t1 {
  box-shadow: none !important;}
.ae-evtlst-t1 .lst-t1 ul li .cl2 .dat {
  font-size: 13px !important;}
.codw {
  font-size: 13px !important;}
.ae-evtlst-t1 .lst-t1 ul li {
  padding: 0px 0px 0px 22px !important;}
.ae-evtlst-t1 .lst-t1 ul li .atc {
  top: 3px !important;
  right: 0px !important;}
.ae-evtlst-t1 .lst-t1 ul li .cl2 .rsvp {
  float: right !important;
  position: absolute !important;
  bottom: 21px !important;
  right: 0 !important;}
.ae-evtlst-t1 .lst-t1 ul li .cl1 .col {
  background: #c5d226!important;
  display: none;}
.ae-evtlst-t1 .lst-t1 .sin {
  overflow-y: hidden !important;}

.button {
  border: none;
  border-bottom: 3px solid #02354f;
  background: #146593;
  color: #fff;
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2px;
  padding: 0.5em 2em;
  border-radius: 0.375em;
  cursor: pointer;
  text-shadow: 0 -1px 2px #02354f; }
.button:hover, .button:focus {
  color: #333;
  text-shadow: 0 1px 2px #fff;
  background: #c5d226;
  border-color: #02354f;
  outline: none; }
.button:active {
  margin-top: 2px;
  border-bottom-width: 1px; }
.button.open-doors {
  margin: 0 auto;
  display: block;
  margin-bottom: 2em;}
.button.open-doors h2 {
  font-size: 1em;
  margin-bottom: 0;
  color: #FFF;
  padding-top: 3px;
  line-height: .8em;
}
.g-drive {
    margin: 0 auto;
    display: block;
    margin-bottom: 2em;
    border: 2px solid #efeff2;
    background: #ffffff;
    color: #747779;
    font-size: 1.25em;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
    padding: 0.5em 2em;
    border-radius: 0.375em;
    cursor: pointer;
}
.g-drive h2 {
  font-size: 1em;
    margin-bottom: 0;
    color: #595c5f;
    padding-top: 3px;
}

.upload-container {
  margin-bottom: 1em;
}

.contact-form form {
  max-width: 500px;
  margin: 2em auto; }
.contact-form label {
  width: 10%;
  margin-right: 2%;
  display: inline-block;
  text-align: right; }
.contact-form label.hidden {
  display: none; }
.contact-form .input-wrapper {
  border: 1px solid #ccc;
  line-height: 0;
  padding: 5px; }
.contact-form .formgroup {
  margin: 0 0 1em 0; }
.contact-form .formgroup--single .input-wrapper {
  display: inline-block;
  width: 88%;
  box-sizing: border-box; }
.contact-form .formgroup--buttons {
  text-align: left;
  margin-top: 1em;}
.contact-form .formgroup--error .input-wrapper {
  border-color: #900; }
.contact-form .formgroup--error .error-detail {
  color: #900; }
.contact-form input[type="text"],
.contact-form input[type="email"] {
  font-size: 1em;
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  background: none; }
.contact-form input[type="text"]:focus,
.contact-form input[type="email"]:focus {
  outline: none; }
.contact-form textarea {
  width: 100%;
  padding: 0;
  margin: 0;
  border: none;
  font-size: 1em;
  line-height: 1.5em;
  height: 12em;
  background: none; }
.contact-form textarea:focus {
  outline: none; }
.contact-form .alert {
  text-align: center;
  border-width: 5px;
  border-style: solid;
  padding: 2em;
  margin: 2em 0; }
.contact-form .alert h2, .contact-form .alert p {
  margin: 0; }
.contact-form .success {
  background: #c5d226;
  color: #FFF; }
.contact-form .error {
  border-color: #900;
  background: #ffcccc;
  color: #900; }

/* Media Queries
---------------------------------------------------------------------------- */

@media only screen and (max-width: 1280px) {

  .header-container {
    background: #FFF;
  }
  .wrapper {
    box-shadow: none;
  }

  /*.main-content {
    max-width: 600px;
  }*/

  /*.sidebar {
    max-width: 300px;
  }*/

}

@media only screen and (max-width: 1023px) {

  .main-content {
    max-width: 100%;
    width: 100%;
  }

  .main-content > .container {
    margin: 0;
  }

  .sidebar {
    width: 100%;
    padding-top: 60px;
  }

  .main-menu #down-one, .main-menu #down-two {
    right: 7px;
  }

}

@media screen and (max-width: 855px) {
  .header-container {
    padding: 1em 20px;
    background: white;
  }
  .wrapper {
    box-shadow: none;
  }
  .wrapper > .container {
    padding: 0;
  }
  .main-header .logo {
    margin-left: 0;}
  .main-header .logotype {
    font-size: 1.3em; }
  .main-header .tagline {
    font-size: 0.83em; }
  .main-header .text {
    bottom: 50px;
    margin: 0 0 20px 0;}
  .masthead button#hamburger-icon {
    position: absolute;
    right: 0;
    bottom: 0;
    display: inline-block;
    text-align: left;
    background: none;
    border: 0;
    font-size: 1.5em;
    cursor: pointer;}
  .masthead button#hamburger-icon:focus {
    outline: none;}
  .masthead button#hamburger-icon::before {
    content: "\2630";}
  .masthead button#hamburger-icon.activated::before {
    content: "\2715";}
  .main-container {
    padding: 0 40px;
  }
  nav.desktop {
    display: none;}
  nav.mobile {
    margin-top: 2em;
    display: block;
    z-index: 100000;
    background: white;
    width: 100%;
    position: relative;}
  #mobile-menu {
    box-shadow: 0px 7px 40px 0px rgba(38,50,56,0.35);
    font-size: 16px;
    transition:height .5s ease-out;
    height:0;
    overflow: scroll;
    position: absolute;
    background: white;
    z-index: 1;
    right: 0;}
  #mobile-menu a {
    padding-left: 10px;
  }
  #mobile-menu #mobile-submenu a, #mobile-menu #mobile-submenu2 a {
    padding-left: 2em;
  }

  .main-menu .menu-item {
    width: 100%;
    display: block;}
  .main-menu .menu-item.work-groups, .main-menu .menu-item.governance {
    position: relative;}
  .main-menu .menu-item--wide {
    width: 100%; }
  .main-menu a {
    background: none;
    color: #000;
    text-align: left;
    border-bottom: 1px solid #ECEFF1;
    width: 100%; }
  .main-menu #icon-one, .main-menu #icon-two {
    color: #000;
  }
  #mobile-menu .button-container {
    width: 100%;
    position: absolute;
    top: 0;
    height: 4em;
    cursor: pointer;
  }
  #mobile-menu .icon-down {
    background-color: transparent;
    border: none;
    font-size: 1em;
    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    left: 80%;
    z-index: 100;
    cursor: pointer;}
  #mobile-menu #icon-one:focus, #mobile-menu #icon-two:focus {
    outline: none;}
  #mobile-menu #icon-one::before, #mobile-menu #icon-two::before {
    content: "\002B";}
  #mobile-menu #icon-one.activated::before, #mobile-menu #icon-two.activated::before {
    content: "\002D";}
  #mobile-menu #mobile-submenu {
    transition: height .5s ease-out;
    height: 0;
    overflow: hidden;}
  #mobile-menu #mobile-submenu2 {
    transition: height 1s ease-out;
    height: 0;
    overflow: hidden;}
  #mobile-menu #mobile-submenu li, #mobile-menu #mobile-submenu2 li {
    padding: 0}
  .footer {
    padding: 0 20px;
  }
  .footer img.footer-logo {
    width: 16%;
    float: left;
    margin: 0 20px 20px 0;}
  .footer img.footer-opendoors {
    width: 48%;}}

@media only screen and (max-width: 800px) {



  .content-sidebar .sidebar,
  .sidebar,
  .sidebar-content .sidebar {
    clear: both;
    float: none;
  }

  .content > .entry,
  .sidebar {
    margin-left: auto;
    margin-right: auto;
    /*max-width: 522px;*/
  }
  section.news-flash {
    padding: 2.5% 5%;}
  section.news-flash button {
    position: absolute;
    top: 8%;
    right: 10%;
    bottom: unset;
    padding: 10px 20px;
  }
  section.news-flash li {
    width:100%; }

}

@media only screen and (max-width: 656px) {
  .main-content .agenda-span, .main-content .location-span {
    display: inline;
    width: 100%;
  }
}

@media only screen and (max-device-width: 656px) {
  .main-content .agenda-span, .main-content .location-span {
    display: inline;
    width: 100%;
  }
}

@media only screen and (max-width: 600px) {

  .main-content img {
    width: 100%;
  }

  .main-header .logotype {
    font-size: 1em;
    text-align: right;
  }

  .main-header .tagline {
    font-size: 0.75em;
  }

  .masthead button#hamburger-icon {
    font-size: 1.5em;
  }

  .contact-form form {
    max-width: 100%;
    margin: 2em auto; }

  #mobile-menu .icon-down {
    font-size: 1.5em;
  }

}

@media only screen and (max-device-width: 600px) {

  .main-content {
    font-size: 28px;
  }

  .main-content > .container {
    margin: 0;
  }

  .main-content img {
    width: 100%;
  }

  .main-header .logotype {
    font-size: 24px;
    text-align: right;
  }

  .main-header .tagline {
    font-size: 18px;
    padding-bottom: 15px;
  }

  .masthead button#hamburger-icon {
    font-size: 3em;
    top: 75px;
    z-index: 10;
    width: 65px;
    height:125px;
  }

  #mobile-menu {
    font-size: 2em;
  }

  #mobile-menu a span {
    padding: 0 0 0 40px;
  }

  #mobile-menu .icon-down {
    font-size: 1.5em;
  }

  .contact-form form {
    max-width: 100%;
    margin: 2em auto; }


  .contact-form .formgroup--single .input-wrapper {
    float: right;
    width: 86%;
  }

  .main-content .agenda-span, .main-content .location-span {
    display: inline;
    width: 100%;
  }

}
