body {
  font-family: 'source_sans_proregular';
  background-color: #818484; }
  body .container {
    position: relative;
    background-color: #fff !important;
    max-width: 1024px; }
  body #mm-blocker {
    background: rgba(0, 0, 0, 0.55); }

.head .top-bar {
  font-size: 14px;
  color: #FFFFFF;
  background-color: #336600;
  margin: 0px auto;
   }
  .head .top-bar p {
    margin: 5px 0;
    line-height: 24px; 
    padding-left: 40px;
  }
    .head .top-bar a, .head .top-bar a:hover, .head .top-bar a:active {
      color: #FFFFFF !important;
    }
    .head .top-bar a:hover, .head .top-bar a:active {
      text-decoration: underline;
    }
.head .mid-bar {
  padding: 20px 10px; }
  .top-bar .nav-mobile-btn {
    display: none;
    height: 14px;
    width: 14px;
    float: left;
    margin-left: 12px;
    margin-top: 8px;
    /* 
    position: absolute;
    left: 5px;
    top: 20px;
    */
  }
.nav-bar .nav-desktop {
  margin: 0 auto !important;
}
.hero-desktop.hero-center {
  margin: 0 auto; }

@media (max-width: 320px) {
  .hero-desktop {
    display: none; }

  .hero-mobile {
    display: block; } }
@media (min-width: 321px) {
  .hero-desktop {
    display: block; }

  .hero-mobile {
    display: none; } }
.body {
  margin: 20px 0 15px; }
  .body > .row > .col-md-2:first-of-type {
    padding-left: 40px; }
  .body > .row > .col-md-2:last-of-type {
    padding-right: 40px; }
  .body > .row > .col-md-12 {
    padding-left: 40px;
    padding-right: 40px; }
  .body > .row > .col-md-2 {
    width: 18.6667%; }
  .body > .row > .col-md-8 {
    width: 61.6666%;
    padding: 0 40px 10px; }
  .body > .row:first-child > .col-md-8 {
    margin-left: 18.6667%; }
  .body > .row:first-child h1 {
    text-align: center;
    font-size: 32px;
    color: #287EBB;
    margin-bottom: 20px; }
  .body .main-body-links {
    list-style-type: none;
    padding: 0px; }
    .body .main-body-links li {
      display: block;
      margin-bottom: 25px;
      text-decoration: none; }
  .body .col-left a {
    color: #348017; }
  .body .col-right a {
    color: #677D15; }
  .body h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    text-transform: uppercase;
    margin-bottom: 16px; }
  .body p {
    color: #565051; }

@media (max-width: 767px) {
  .body > .row > .col-md-2:first-of-type, .body > .row > .col-md-2:last-of-type {
    display: none; }
  .body > .row > .col-md-8 {
    width: auto; }
  .body > .row:first-child > .col-md-8 {
    margin-left: auto; } }
.footer {
  color: #FFF;
  background-color: #336600;
  padding: 20px 40px 40px; }
  .footer h5 {
    font-weight: 500;
    margin-top: 20px; 
    font-size: 18px;
  }
  .footer p {
    font-size: 12px; }
  .footer ul {
    list-style-type: none;
    padding: 0px; }

@media (min-width: 320px) {
  .footer .social-accounts {
    margin: 10px 0 20px;
    display: block;
    clear: both;
    min-height: 16px; }
    .footer .social-accounts img {
      width: 16px !important;
      height: 16px !important; }
  .footer .disclaimer {
    margin-top: 0; } }
@media (min-width: 768px) {
  .footer .social-accounts {
    margin: 0; }
  .footer .disclaimer {
    margin-top: 20px; } 
  }
.header-form button,
.header-form input {
  line-height: 1; }
.header-form button {
  color: #779CC1;
  background: none;
  border: none;
  outline: none; }
.header-form input {
  margin-left: 10px;
  font-size: 14px;
  line-height: 14px;
  padding: 4px 12px;
  max-height: 25px;
  max-width: 150px; }
.header-form button:active {
  outline: none; }

.nav-bar {
  position: relative;
  padding: 0 40px; }
  .nav-bar .nav-desktop {
    list-style: none;
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 1.1492em; }
    .nav-bar .nav-desktop > li {
      position: inherit;
      display: inline-block; }
      .nav-bar .nav-desktop > li > a {
        font-size: 14px;
        color: #a7a7a7;
        display: inline-block;
        padding: 10px 0px;
        border: 1px solid #fff;
        text-decoration: none; }
        .nav-bar .nav-desktop > li > a.active {
          color: #00468b;
          border: 1px solid #fff; }
        .nav-bar .nav-desktop > li > a:hover {
          color: #00468b;
          border: 1px solid #ccc;
          -webkit-border-radius: 5px;
          -moz-border-radius: 5px;
          border-radius: 5px; }
      .nav-bar .nav-desktop > li .sub-nav {
        display: none; }
      .nav-bar .nav-desktop > li.has-sub-nav:hover > a {
        position: relative;
        color: #00468b;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-bottom: none;
        z-index: 501;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        -webkit-border-top-left-radius: 5px;
        -webkit-border-top-right-radius: 5px;
        -moz-border-radius-topleft: 5px;
        -moz-border-radius-topright: 5px;
        border-top-left-radius: 5px;
        border-top-right-radius: 5px; }
      .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav {
        display: block;
        position: absolute;
        top: 40px;
        left: 0;
        width: 100%;
        background-color: #f8f8f8;
        border: 1px solid #ccc;
        border-left: none;
        border-right: none;
        padding: 30px 112px;
        z-index: 500; }
        .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-1,
        .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-2,
        .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-3,
        .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-4 {
          float: left;
          width: 170px;
          margin: 0 15px; }
        .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav ul {
          float: left;
          width: 170px;
          margin-bottom: 22px; }
          .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav ul li {
            float: none;
            display: block;
            font-size: 14px;
            line-height: 22px; }
            .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav ul li:first-of-type {
              font-weight: bold; }
            .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav ul li a {
              display: block;
              font-size: 14px;
              line-height: 22px;
              padding-left: 5px; }
              .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav ul li a:hover {
                color: #fff;
                background-color: #00468b;
                text-decoration: none;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px; }
    .nav-bar .nav-desktop li:last-child {
      margin-right: 0em; }
      .nav-bar .nav-desktop li:first-child {
      margin-left: 0em; }
  .nav-bar .nav-mobile {
    display: none;
    border-top: 1px solid #CCC;
    margin: 0 -40px; }
  .nav-bar #nav-mobile {
    display: none; }

@media (min-width: 768px) {
  .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav {
    padding: 30px 0; }
    .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-1,
    .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-2,
    .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-3,
    .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-4 {
      width: 157px; } }
@media (min-width: 992px) {
  .nav-bar .nav-desktop > li {
    margin: 0 19px; }
    .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav {
      padding: 30px 112px; }
      .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-1,
      .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-2,
      .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-3,
      .nav-bar .nav-desktop > li.has-sub-nav:hover .sub-nav .col-4 {
        width: 156px; } }
@media (min-width: 1200px) {
  .nav-bar .nav-desktop > li {
    margin: 0 22px; } }
.social-accounts {
  list-style: none;
  padding: 0;
  margin: 0; }
  .social-accounts li {
    float: left; }
    .social-accounts li + li {
      margin-left: 5px; }

@media (min-width: 768px) {
  .social-accounts {
    margin: 13px 0; }
    .social-accounts img {
      width: 25px;
      height: 25px; } }
@media (min-width: 992px) {
  .social-accounts img {
    width: auto;
    height: auto; } }
.pop-out-links {
  width: 100%;
  margin: 45px auto 45px;
  list-style-type: none;
  padding: 0px; }
  .pop-out-links li {
    display: inline-block;
    width: 25%;
    margin: 0 24px; }
    .pop-out-links li img {
      width: 100%;
      height: auto; }

@media (min-width: 320px) {
  .pop-out-links {
    display: none; } }
@media (min-width: 768px) {
  .pop-out-links {
    display: block; }
    .pop-out-links li {
      width: 17.4%; } }
@media (min-width: 992px) {
  .pop-out-links li {
    width: 19.3%; } }
@media (min-width: 1200px) {
  .pop-out-links li {
    width: 19.6%; } }
.panel-group .panel {
  background: none;
  border: none;
  border-top: 1px dashed #b7b7b7; }
  .panel-group .panel:last-of-type {
    border-bottom: 1px dashed #b7b7b7; }
  .panel-group .panel .panel-heading {
    background: none;
    border: none !important;
    border-color: #fff; }
    .panel-group .panel .panel-heading h4 a {
      display: block;
      padding-left: 40px;
      background-image: url("../images/icon-minus-sign.png");
      background-repeat: no-repeat;
      background-position: left center; }
      .panel-group .panel .panel-heading h4 a.collapsed {
        background-image: url("../images/icon-plus-sign.png"); }
  .panel-group .panel .panel-body {
    border: none !important;
    padding-top: 0;
    padding-left: 56px; }

.membership-directory > .row:first-of-type {
  margin-bottom: 20px; }
.membership-directory h2 {
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
  color: #c58929;
  margin-bottom: 40px; }
  .membership-directory h2:first-child {
    margin-top: 0; }
.membership-directory .nav-tabs li {
  margin-bottom: 0; }
  .membership-directory .nav-tabs li a {
    color: #333;
    font-size: 12px;
    padding: 9px; }
  .membership-directory .nav-tabs li.active a {
    font-weight: bold; }
.membership-directory .tab-content {
  padding-top: 25px; }
  .membership-directory .tab-content h4 {
    font-size: 18px;
    font-weight: 400;
    color: #434343;
    margin-top: 20px; }
    .membership-directory .tab-content h4:first-child {
      margin-top: 20px; }
  .membership-directory .tab-content a {
    color: #395eab; }
  .membership-directory .tab-content p {
    color: #434343; }
  .membership-directory .tab-content ul {
    list-style: initial;
    margin: initial;
    padding: 0 0 0 30px; }
    .membership-directory .tab-content ul li {
      display: list-item;
      margin: initial;
      padding: initial; }

@media (min-width: 320px) {
  .membership-directory > .row:first-of-type {
    margin-bottom: 20px; }
  .membership-directory .nav-tabs {
    margin: 0 -30px; }
    .membership-directory .nav-tabs li {
      margin-bottom: 0; }
      .membership-directory .nav-tabs li a {
        color: #333;
        font-size: 12px;
        padding: 8px; }
      .membership-directory .nav-tabs li.active a {
        font-weight: bold; }
  .membership-directory .tab-content {
    padding-top: 25px; }
    .membership-directory .tab-content h4 {
      font-size: 18px;
      font-weight: 400;
      color: #434343;
      margin-top: 20px; }
      .membership-directory .tab-content h4:first-child {
        margin-top: 20px; }
    .membership-directory .tab-content a {
      color: #395eab; }
    .membership-directory .tab-content p {
      color: #434343; }
    .membership-directory .tab-content ul {
      list-style: initial;
      margin: initial;
      padding: 0 0 0 30px; }
      .membership-directory .tab-content ul li {
        display: list-item;
        margin: initial;
        padding: initial; } }
@media (min-width: 480px) {
  .membership-directory > .row:first-of-type {
    margin-bottom: 20px; }
  .membership-directory .nav-tabs {
    margin: 0; }
    .membership-directory .nav-tabs li {
      margin-bottom: 0; }
      .membership-directory .nav-tabs li a {
        color: #333;
        font-size: 12px;
        padding: 9px; } }
@media (min-width: 768px) {
  .membership-directory > .row:first-of-type {
    margin-bottom: 40px; }
  .membership-directory .nav-tabs {
    margin: 0; } }
@media (min-width: 992px) {
  .membership-directory > .row:first-of-type {
    margin-bottom: 40px; }
  .membership-directory .nav-tabs {
    margin: 0; }
    .membership-directory .nav-tabs li {
      margin-bottom: 0; }
      .membership-directory .nav-tabs li a {
        color: #333;
        font-size: 14px !important;
        padding: 10px 15px !important; }
      .membership-directory .nav-tabs li.active a {
        font-weight: bold; }
  .membership-directory .tab-content {
    padding-top: 25px; }
    .membership-directory .tab-content h4 {
      font-size: 18px;
      font-weight: 400;
      color: #434343;
      margin-top: 20px; }
      .membership-directory .tab-content h4:first-child {
        margin-top: 20px; }
    .membership-directory .tab-content a {
      color: #395eab; }
    .membership-directory .tab-content p {
      color: #434343; }
    .membership-directory .tab-content ul {
      list-style: initial;
      margin: initial;
      padding: 0 0 0 30px; }
      .membership-directory .tab-content ul li {
        display: list-item;
        margin: initial;
        padding: initial; } }
.two-col-left-menu h1 {
  text-align: center !important;
  font-size: 45px !important;
  color: #348017 !important;
  margin-top: 0;
  margin-bottom: 20px !important; }
.two-col-left-menu h6 {
  font-weight: bold; }
.two-col-left-menu h4 {
  font-weight: bold;
  font-size: 1.6em; }
  .two-col-left-menu h4:first-child {
    margin-top: 0; }
.two-col-left-menu ul {
  list-style-type: disc; }
.two-col-left-menu .calendar {
  background-image: url("../images/calendar.png");
  width: 57px;
  height: 54px;
  vertical-align: middle;
  display: inline-block; }
.two-col-left-menu .disc {
  background-image: url("../images/disc.png");
  width: 3px;
  height: 3px;
  vertical-align: middle;
  display: inline-block; }
.two-col-left-menu .col-md-10 {
  padding-left: 40px; }
.two-col-left-menu .col-md-2 {
  width: 16.6667% !important; }

@media (min-width: 768px) {
  .two-col-left-menu h1 {
    font-size: 55px !important;
    font-weight: 500px;
    color: #348017 !important;
    margin-top: 0;
    margin-bottom: 20px !important; } }
.two-col-right-menu h1 {
  font-size: 45px !important;
  color: #348017 !important;
  margin-top: 0;
  margin-bottom: 20px !important; }
.two-col-right-menu h6 {
  font-weight: bold; }
.two-col-right-menu h4 {
  font-weight: bold;
  font-size: 1.6em; }
  .two-col-right-menu h4:first-child {
    margin-top: 0; }
.two-col-right-menu ul {
  list-style-type: disc; }
.two-col-right-menu .calendar {
  background-image: url("../images/calendar.png");
  width: 57px;
  height: 54px;
  vertical-align: middle;
  display: inline-block; }
.two-col-right-menu .disc {
  background-image: url("../images/disc.png");
  width: 3px;
  height: 3px;
  vertical-align: middle;
  display: inline-block; }
.two-col-right-menu .col-md-10 {
  padding-left: 40px; }
.two-col-right-menu .col-md-2 {
  width: 16.6667%; }

@media (min-width: 768px) {
  .two-col-right-menu h1 {
    text-align: center !important;
    color: #287EBB !important;
    margin-top: 0;
    margin-bottom: 20px !important; }
  .two-col-right-menu .col-sm-10 {
    width: 81.333333% !important; }
  .two-col-right-menu .col-md-2 {
    width: 18.6667% !important; } }

/*# sourceMappingURL=main.css.map */

/** Rohan's styling updates */
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on November 4, 2015 */
@font-face {
    font-family: 'source_sans_proregular';
    src: url('sourcesanspro-regular-webfont.eot');
    src: url('sourcesanspro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('sourcesanspro-regular-webfont.woff2') format('woff2'),
         url('sourcesanspro-regular-webfont.woff') format('woff'),
         url('sourcesanspro-regular-webfont.ttf') format('truetype'),
         url('sourcesanspro-regular-webfont.svg#source_sans_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.mainContent {
  font: normal normal 14px/20px Georgia, serif !important;
  color: #565051 !important;
  padding-left: 20px !important;
  padding-right: 20px !important;
}
.mainContent p {
  margin-bottom: 20px;
}
.mainContent h4 {
  margin-top: 40px;
}
.main-body-links a {
  font-weight: bold;
}
.main-body-links a:hover {
  text-decoration: none;
  color: #254117;
}
a {
  color: #348017 !important;
}
a:hover, a:active {
  /*color: #348017 !important;*/
  /*text-decoration: none;*/
  color: #565051 !important;
  text-decoration: underline;
}
.mainMenuDivision {
  margin-top: 10px;
  border-top: 2px solid #eee;
}

.tabContainer{
  width: 689px;
  margin: 0 auto;
}
ul.tabs{
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.tabs li{
  background: none;
  color: #222;
  display: inline-block;
  padding: 10px 15px;
  cursor: pointer;
}
ul.tabs li.current{
  background: #ededed;
  color: #222;
}

.tab-content{
  display: none;
  background: #ededed;
  padding: 15px;
}

.tab-content.current{
  display: inherit;
}
.col-md-9.col-md-offset-3 #photoChange{
  margin-left: 2%;
}
.ui-autocomplete {
  background-color: #FFFFFF;
  border: 1px solid #000000;
  width: 600px;
}
#mDisplay {
  width: 80% !important;
}
.btn-primary {
  background-color: #515A5A !important;
  border-color: #3c3c3c !important;
}
.table>tbody>tr>td {
  padding: 15px;
}
.mystyle:hover, .btn.btn-primary:hover {
  background-color: #348017 !important; 
}
.removeBlock {
  margin-bottom: 20px;
}
.removeBlock label, .removeBlock input {
  display: block;
  float: left;
}
.nav-bar .nav-desktop > li {
  margin: 0px 5px;
  padding: 0px;
}
.nav-bar .nav-desktop > li > a {
  margin: 0px;
  padding: 7px 15px;
}
.ui-widget-header {
  border: none;
  border-bottom: 1px solid #aaaaaa;
  background: none;
  border-radius: 0px;
}
#tabs{
  border: none;
}
/* @start Responsive Styling */
@media only screen and (max-width: 1024px) {
  html, body, body .container  {
    width: auto !important;
    overflow-x: hidden !important;
    zoom: 1;
  }
  .mobileMenuBar {
    width: 100% !important;
    position: relative;
  }
  .mobileMenuBar .logo {
    display: block;
    width: 100%;
  }
  .mid-bar .social-accounts, .nav-bar .nav-desktop, .mainMenuDivision, .col-md-2.col-sm-2.col-left, .top-bar .col-sm-5 {
    display: none; 
  }
  .nav-bar .nav-mobile, .top-bar .nav-mobile-btn {
    display: block !important; 
  }
  .footer {
    padding: 20px;
  }
  .mm-menu {
    background-color: #ECF0F1;
  }
  .tabContainer, .col-sm-10, .two-col-left-menu .col-md-2 {
    width: 100% !important;
  }
  .two-col-left-menu .col-md-2 {
    text-align: left;
  }
}
@media only screen and (max-width: 768px) {
  body .container {
    max-width: 768px;
  }
}
/* @end Responsive Styling */
.ui-tabs-anchor {
  font-size: 12px;
}
/* End of styling */
/* Rohan's Edit */
#displayInfo {
  font-size: 14px;
}
#displayInfo label, #updateAddr label, #unamePasswrd label {
  vertical-align: middle;
  text-align: right;
}
.space20 { margin-bottom: 20px; }
.show { display: block !important; }
.hide { display: none !important; }
.meetingAgenda th {
  text-align: center;
  padding: 10px 0px;
}
.meetingAgenda td {
  text-align: left;
  vertical-align: text-top;
  padding: 10px;
}
a.btn-outline-primary {
  display: inline-block;
  padding: 10px;
  border: 1px solid #40641A;
  color: #fff !important;
  background: #40641A;
}
a.btn-outline-primary:hover, .btn-outline-primary:active {
  background: #fff !important;
  color: #40641A !important;
}
.btn-mystyle, .btn-mystyle:visited {
  border: 1px solid #348017;
  padding: 20px;
  line-height: 0px;
  outline: none;
  font-size: 14px;
  font-weight: 600;
  margin: 10px 0px 10px 10px;
  display: -webkit-inline-box;
  background: #fff;
  text-decoration: none;
}
.btn-mystyle:hover, .btn-mystyle:focus {
  background-color: #348017 !important; 
  color: #fff !important;
  outline: none;
  text-decoration: none;
}
.red {color: red !important;}
.deleteRecord, .editRecord { display: inline-block; float: left; margin-left: 5px;}
.addEditMembers { float: left; margin-right: 20px;}
.commEmail { font-size: 14px;font-weight: 400;font-style: italic; display: block;margin-left: 15px; }
.marB5 { margin-bottom: 5px; }
.marB10 { margin-bottom: 10px; }
.marB20 { margin-bottom: 20px; }
.marB25 { margin-bottom: 25px; }
.marL10 { margin-left: 10px; }
.marL15 { margin-left: 15px; }
.marL20 { margin-left: 20px; }
.imgBlock {
  display: block;
  width: auto;
  height: 230px !important;
}
.imgBlock img {
  display: inline-block;
  width: auto;
  height: 230px !important;
}
.impNoticeBlock {
  display: block;
  padding: 20px;
  border: 2px solid #348017;
  border-radius: 15px;
  margin: 20px 20px 40px;
}
/* Overriding Bootstrap styling */
h4.panel-title {
  font-size: 1.4em !important;
}
.panel-group .panel {
  border: none !important;
}
.panel-default>.panel-heading {
  color: #333 !important;
  background-color: #f5f5f5 !important;
  border-color: #ddd !important;
}
/* MPLA Section */
.mplaBox { border: 1px solid red; }
.mplaBox a { display: block; float: left; border: 1px solid #C0D0E9; font-weight: bold; padding: 20px; background-color: #C0D0E9; color: #000000; margin-right: 20px; text-align:center;  }
.mplaBox span { display: block; font-weight: normal; }
#tabs.ui-tabs { display: block;  }
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover { 
    border: 1px solid #c5c5c5 !important; background: #f6f6f6 !important; outline: none !important; border-bottom:0px !important;
  }
.ui-widget-header { background: transparent !important; border-top: 0px !important; border-right:0px !important; border-left:0px !important; border-bottom: 0px !important; }
.ui-tabs-panel { background: #f6f6f6 !important; border: 1px solid #c5c5c5 !important; border-top: none! }
.ui-tabs .ui-tabs-nav { padding: 0px !important; margin: 0 0 -1px 0; }
.ui-tabs .ui-tabs-nav li { margin: 0px !important; outline: none; }
.ui-tabs .ui-tabs-nav li.ui-tabs-active { padding-bottom: 0px; }
.noBullet { padding-left: 0px; }
.noBullet li { list-style: none; padding: 0px 0px 10px 0px; font-size: 1.05em; }
.noBullet a:hover { text-decoration: underline; }
#dialog-message, #dialog-message2 { display: none; }
.opnDilog { cursor: pointer; }