      * {
        box-sizing: border-box;
      }

      body {
        font: 12pt Arial, Helvetica, Sans Serif;
        background-color: #f9f7e7;
      }

      h1, h2 {
		font-size: 20px;
        margin: 0px;
      }
	  
	  h3 {
		font-size: 16px;
		margin: 0px;
	  }

      a, a:visited {
        color: #000084;
      }

      a[href*="://"]:not([href*="moonconnection.com"]):not([href*="hawastsoc.org"]) {
        background: url("/images/external.svg") right no-repeat;
        background-size: 10px;
        padding-right: 12px;
      }

      ul {
        padding-left: 25px;
      }

      li {
        margin-bottom: 10px;
      }

      .mainLayout {
        max-width: 1100px;
        min-width: 310px;
        margin: auto;
      }

      .header {
        z-index: 10;
        padding-bottom: 20px;
        color: silver;
        background-color: #000084;
        padding: 10px;
      }

      .header:after {
        content: "";
        display: table;
        clear: both;
      }

      .headlogo {
        float: left;
        width: 120px;
      }

      .hastitle1 {
		font-size: 32px;
		font-weight: bold;
	  }
	  
	  .hastitle2 {
		padding-top: 10px;
		font-size: 24px;
		font-weight: bold;
	  }

      .sideMenu {
        z-index: 20;
        display: block;
	    text-align: center;
        float: left;
        width: 15%;
        color: silver;
        background-color: #000084;
        padding: 0px 5px 99999px 5px;
        margin-bottom: -99999px;
      }

      .sideMenu a {
	    font-weight: bold;
		font-size: 14pt;
        text-decoration: none;
        color: silver;
	  }

      .sideMenu a:hover {
        text-decoration: underline;
        color: #fff;
	  }

      .sideMenu .closebtn {
        display: none;
      }

      .mainContent {
        z-index: 30;
        float: left;
        width: 85%;
        padding: 10px;
      }

      .mainContent a {
        color: #000084;
      }

      .displayBlock a {
        font-style: italic;
        text-decoration: none;
      }

      .displayBlock li {
        margin-bottom: 20px;
      }

      .displayBlock a:hover, .moreLess:hover {
        text-decoration: underline;
      }

      #moreAbout {
	    display: none;
	  }

      .moreLess {
	    font-style: italic;
        text-decoration: none;
	  }

      .moreLess: hover {
	    font-style: italic;
        text-decoration: underline;
	  }

      .aboutImg {
        width: 300px;
        height: 200px;
        border: 0px;
        float: right;
      }

      .footer {
        padding-top: 15px;
        width: 100%;
        text-align: center;
      }

      .footer img {
        width: 90%;
        max-width: 387px;
      }

      .rstitle {
        float: left;
        padding-left: 10px;
        width: 180px;
      }

      .rstime {
        float: left;
        width: 100px;
      }

      .row {
        overflow: hidden;
      }

      .row:after {
        content: "";
        display: table;
        clear: both;
      }

      .columns {
        float: left;
        width: 49.5%;
        padding-bottom: 9999px;
        margin-bottom: -9999px;
        margin-right: 0.5%;
        background-color: #eee;
        border-radius: 8px;
        overflow: hidden;
      }

      .columns h2 {
        text-align: center;
        padding: 5px 0px;
        color: #fff;
        background-color: #000084;
      }

      .menuBtn {
        display: none;
      }

      .closebtn, .closebtn:visited {
        font-size: 48px !important;
        font-weight: normal !important;
        position: absolute;
        top: 0;
        right: 10px;
        color: #818181;
        text-decoration: none;
      }

      .closebtn:hover {
        text-decoration: none;
        color: #f1f1f1;
      }

      .modal {
        z-index: 900;
        display: none;
        height: 100%;
        width: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background-color: rgba(0,0,0, 0.9);
        overflow-y: auto;
        overflow-x: hidden;
      }

      .modalMsg {
        color: #000;
        background-color: #fefefe;
        text-align: center;
        margin: 15% auto;
        padding: 20px;
        border: 1px solid #888;
        width: 80%;
        max-width: 500px;
      }

      .modalPic {
        display: block;
        max-width: 700px;
        max-height: 90%;
        margin: auto;
        padding-top: 50px;
      }

      .modalIFrame {
        padding-top: 50px;
        display: block;
        width: 90%;
        height: 1px;
        min-height: 90%;
        max-height: 90%;
        margin: auto;
        border: 0px;
        overflow-y: auto;
        overflow-x: hidden;
        max-width: 1000px;
        -webkit-overflow-scrolling: touch !important;
      }

      #caption01 {
        margin: auto;
        display: block;
        width: 80%;
        max-width: 700px;
        text-align: center;
        color: #ccc;
        padding: 10px 0;
        height: 150px;
      }

      .infoBox {
        padding: 20px;
      }

      .infoBox h1 {
		text-size: 14px;
        text-align: center;
      }

      .infoBox img {
        display: block;
        max-width: 95%;
        max-height: 95%;
        margin: auto;
      }

      .eventTable {
        margin: auto;
      }

      .eventTable td, .eventTable th {
        padding: 5px 10px;
        text-align: center;
      }

      #temp {
        font-size: 24pt;
        font-weight: bold;
      }

      .column {
        float: left;
        margin-right: 10px;
      }

      .scroll-wrapper {
        -webkit-overflow-scrolling: touch !important;
        overflow-y: scroll !important;
      }

      @media screen and (max-width: 750px) {
        .mainContent {
          width: 100%;
          display: block;
	    }

        .menuBtn {
          display: block;
          position: absolute;
          top: 10px;
          right: 15px;
          font-size: 30px;
          color: #ccc;
          cursor: pointer;
		  border-radius: 6px;
        }

        .menuBtn:hover {
          color: #000084;
          background-color: #ccc;
        }

        .sideMenu {
          display: none;
          height: 100%;
          width: 250px;
          position: fixed;
          z-index: 999;
          top: 0;
          left: 0;
          background-color: #111;
          overflow-x: hidden;
          overflow-y: hidden;
          transition: 0.5s;
          padding-top: 60px;
		  text-align: left;
        }

        .sideMenu a {
          padding: 8px 8px 8px 32px;
          text-decoration: none;
          font-size: 25px;
          color: #818181;
          display: block;
          transition: 0.3s;
        }

        .sideMenu a:hover {
          text-decoration: none;
          color: #f1f1f1;
        }

        .sideMenu .closebtn {
          display: block;
        }

        .mainLayout {
          transition: margin-left .5s;
        }

        .modalPic {
          max-width: 95%;
        }

        .hastitle1 {
	      font-size: 19pt;
	    }
	  
	    .hastitle2 {
	      font-size: 16pt;
	    }
      }

      @media screen and (max-width: 600px) {
        .aboutImg {
          width: 180px;
          height: 120px;
          border: 0px;
          float: right;
        }

        .columns {
           width: 100%;
           margin-right: 0%;
           display: block;
           padding-bottom: 0px;
           margin-bottom: 10px;
	    }

        .eventTable td, .eventTable th {
          padding: 5px;
        }
      }
	  
      @media screen and (max-height: 450px) {
        .sideMenu { 
          padding-top: 15px;
        }

        .sideMenu a {
          font-size: 18px;
        }

        .modalPic {
          padding-top: 50px;
        }
      }