/* Code to change page width START */
/* See https://gethelp.wildapricot.com/en/articles/442 */
.container_12 {
    width: 1400px;
}
.s1_grid_12{
    width: auto;
}
@media only screen and (max-width: 1399px) and (min-width: 600px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    min-width: 600px;
}}
@media only screen and (max-width: 616px){
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    min-width: 320px;
    display: block;
}}
/* Code to change page width END */ 



.WaGadgetMenuHorizontal .menuInner ul.firstLevel > li.dir > .item > a::after {
    display: none;
}


.WaGadgetMenuHorizontal {
  margin-left: 5px;
}

.chapter-officer {
  float: left;
  border: 1px solid #aaa;
  border-radius: 10px;
  padding: 10px;
  background-color: #eee;
  margin: 5px;
  text-align: center;
}

/* Hilight links that open new windows */
a[target="_blank"]::after {
  content: "↗";
  color: maroon !important;
  font-style: normal !important;
  text-decoration: none !important;
  display:inline-block;
}
