/*

2023
Gold:   #DAA520  218, 165, 32
Orange: #FC6A03  252, 106, 3


2022
#74A3B7 - Blue (Lt.)
#16447B - Blue (Dk.) 22,68,123
#C76028 - Orange
#B7983A - Yellow
#EDE7D9 - Yellow (Lt.)
#AC1C3E - Red
font-family: 'Raleway', sans-serif;
*/
/* TOP OF PAGE OFFSET
-----------------------------------------------------------------------------*/
.topOffset {
  padding-top: 105px;
}
#topOffsetAdmin {
  padding-top: 135px;
}
#slide2 {
  background: #FFF;
  padding: 38px 0 40px 0;
}
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap; /* added line */
}
/* Forms
-----------------------------------------------------------------------------*/
.buttons {
  height: 20px;
  padding: 0px 0 10px 0;
}
.buttons a, .buttons button {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  float: left;
  text-align: center;
  margin: 0 5px 0 0;
  min-width: 100px;
  text-decoration: none;
  cursor: pointer;
  padding: 5px 10px 5px 10px; /* Links */
}
.buttons button {
  width: auto;
  overflow: visible;
  padding: 5px 10px 5px 10px; /* IE6 */
}
.buttons button[type] {
  padding: 5px 10px 5px 10px; /* Firefox */
  line-height: 17px; /* Safari */
}
*:first-child + html button[type] {
  padding: 5px 10px 5px 10px; /* IE7 */
}
.buttons button img, .buttons a img {
  margin: 0 6px -3px 0 !important;
  padding: 0;
  border: none;
  width: 14px;
  height: 14px;
}
/* ADMIN BUTTONS: Standard */
button, .buttons a {
  background: #B8CDEA;
  border: 1px solid #96B2DB;
  color: #196DB6;
}
button:hover, .buttons a:hover {
  background: #96B2DB;
  color: #196DB6;
}
/* ADMIN BUTTONS: Positive */
button.positive, .buttons a.positive {
  background-color: #E6EFC2;
  border: 1px solid #C6D880;
  color: #529214;
}
.buttons a.positive:hover, button.positive:hover {
  background: #C6D880;
  color: #529214;
}
/* ADMIN BUTTONS: Negative */
.buttons a.negative, button.negative {
  background: #FBE3E4;
  border: 1px solid #FBC2C4;
  color: #D12F19;
}
.buttons a.negative:hover, button.negative:hover {
  background: #FBC2C4;
  color: #D12F19;
}
.req {
  color: #FF0;
}
#ADDRESS2label {
  display: none;
}
#ADDRESS2 {
  display: none;
}
.visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
/* Sub-page Box
-----------------------------------------------------------------------------*/
a.subpageBox {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
  border: 1px solid #DDD;
  border-radius: 6px;
}
a.subpageBox:hover {
  text-decoration: none;
}
a.subpageBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 180px;
}
a.subpageBox h3 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #16447B;
  margin: 0 0 0 0;
  padding: 12px;
}
a.subpageBox p {
  margin: 14px 0 0 0;
  padding: 0 0 0 0;
  color: #000;
}
a.subpageBox img {
  height: 36px;
  margin: -14px 0 0 0;
  float: right;
}
.iconCol {
  float: left;
  width: 15%;
  text-align: center;
}
.textCol {
  float: left;
  width: 85%;
}
/* HOME: Events
-----------------------------------------------------------------------------*/
#homeEvents {
  border-left: 1px solid #FFF;
  border-right: 1px solid #FFF;
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, .5);
  -webkit-overflow-scrolling: touch;
  margin: 0 0 6px 0;
}
#homeEvents::-webkit-scrollbar {
  height: 12px;
}
#homeEvents::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, .1);
}
#homeEvents::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, .5);
}
#homeEvents::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 1);
}
#homeEvents a {
  display: inline-block;
  background: rgba(255, 255, 255, .3);
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  padding: 18px;
  margin: 12px 0 12px 12px;
  min-height: 100px;
  min-width: 300px;
  color: #FFF;
  overflow: hidden;
  border: 1px solid #16447B;
  font-size: .9rem;
  line-height: 1.1rem;
}
#homeEvents:hover, #homeEvents:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, .5);
}
#homeEvents img {
  width: 20px;
  margin: 0 0 0 0;
}
#homeEvents h3 {
  font-weight: 600;
  margin: 0 0 4px 0;
  padding: 0 0 0 0;
  font-size: 1.2rem;
  line-height: 1.4rem;
}
#homeEvents p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
#homeEvents span {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 6px;
}
/* SIDEBAR
-----------------------------------------------------------------------------*/
#sidebar {
  margin: 0 0 36px 24px;
}
#sidebar h2 {
  color: #16447B;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  padding: 18px 0 8px 0;
  text-align: center;
  border-bottom: 1px solid #16447B;
}
/* Event Box (Side)
-----------------------------------------------------------------------------*/
.eventsBox {
  background-color: #EDE7D9;
  margin: 0 0 24px 0;
  padding: 0 18px 18px 18px;
  border-radius: 6px;
}
.eventsBox a {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 0 0;
  padding: 8px;
  overflow: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, .5);
  font-size: .9rem;
  line-height: 1.1rem;
}
.eventsBox a:hover, .eventsBox a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, .8);
}
.eventsBox img {
  width: 20px;
  margin: 0 0 0 0;
}
.eventsBox h3 {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  font-size: 1.0rem;
  line-height: 1.1rem;
  font-weight: 400;
}
.eventsBox p {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.eventsBox span {
  font-size: .75rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-right: 6px;
}
/* COMMISSION MEETINGS
-----------------------------------------------------------------------------*/
#sidebarMeetings {
  background-color: #EDE7D9;
  margin: 0 0 24px 0;
  padding: 0 18px 18px 18px;
  border-radius: 6px;
}
#sidebarMeetings h2 {
  color: #16447B;
  font-size: 1.1rem;
  line-height: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 8px 0;
  padding: 18px 0 8px 0;
  text-align: center;
  border-bottom: 1px solid #16447B;
}
#sidebarMeetings a {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 0 0;
  padding: 8px;
  overflow: hidden;
  border-bottom: 2px solid rgba(255, 255, 255, 1);
  background: rgba(255, 255, 255, .5);
  font-size: .9rem;
  line-height: 1.1rem;
}
#sidebarMeetings a:hover, #sidebarMeetings a:focus {
  text-decoration: none;
  background: rgba(255, 255, 255, .8);
}
#meetings a {
 display:block;
  padding: 4px;
  border-bottom:1px solid #CCC;
}
#meetings a:hover, #meetings a:focus {
 background:#EFEFEF;
  text-decoration:none;
}
/* Property Box
-----------------------------------------------------------------------------*/
a.propertyBox {
  display: block;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  margin: 0 0 24px 0;
}
a.propertyBox:hover {
  text-decoration: none;
  background: rgba(22, 68, 123, .2);
}
a.propertyBox div {
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 120px;
}
a.propertyBox h3 {
  font-weight: 600;
  font-size: 1.0rem;
  line-height: 1.2rem;
  color: #16447B;
  margin: 0 0 0 0;
  padding: 8px 0 8px 4px;
}
a.propertyBox p {
  margin: 6px 0 0 0;
  padding: 0 0 0 0;
  color: #000;
}
/* VIDEOS - Responsive
-----------------------------------------------------------------------------*/
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
  margin: auto;
  margin-bottom: 10px;
  border: 1px solid #CCC;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* TEXT STYLES
-----------------------------------------------------------------------------*/
.hgroup {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0 0px;
}
.intro { /* Used in Page Intros */
  font-size: 1.4rem;
  line-height: 2rem;
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 0 0px;
  color: #16447B;
}
#INTRO {
  font-size: 1.4rem;
  line-height: 2rem;
  color: #16447B;
}
.intro2 { /* Used in Section Intros */
  font-size: 1.3rem;
  line-height: 2rem;
  margin: 0px 0px 16px 0px;
  padding: 0px 0px 0px 0px;
  color: #888;
}
#INTRO2 {
  font-size: 1.3rem;
  line-height: 2rem;
  color: #888;
}
.fineprint {
  font-size: 0.7rem;
  line-height: 1.2rem;
  margin: 5px 0px 5px 0px;
  padding: 0px 0px 0px 0px;
}
.anchor {
  display: block;
  position: relative;
  top: -150px;
  visibility: hidden;
}
#byline {
  margin: 0px 0px 18px 0px;
  padding: 0px 0px 18px 0px;
  border-bottom: 1px solid #CCC;
}
/* MEDIA ELEMENTS
-----------------------------------------------------------------------------*/
.mediaElements {
  width: 50%;
  float: right;
  margin: 0 0 24px 24px;
}
.mediaElements div {
  margin: 0 0 6px 0;
}
.mediaElements h3 {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 2px 6px;
  padding: 0 0 0 0;
}
.mediaElements p {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 6px 6px;
  padding: 0 0 0 0;
}
.mediaElements ul {
  font-size: .8rem;
  line-height: 1.2rem;
  margin: 0 0 6px 18px;
}
.mediaElements li {
  font-size: .8rem;
  line-height: 1.2rem;
}
.mediaElements img {
  width: 100%;
}
.mediaElements a {
  font-size: .8rem;
  line-height: 1.2rem;
}
.footerContact strong {
  white-space: nowrap;
}
.footerContact span {
  white-space: nowrap;
}
.footerContact p {
  margin: 0 0 3px 0;
  padding: 0 0 0 0;
}
/* LAYOUT - COLUMNS
-----------------------------------------------------------------------------*/
.container {
  margin: 0 auto 0 auto;
  overflow: hidden;
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  width: 1100px;
}
[class*="span"] {
  margin-left: 2.12766%;
  float: left;
}
[class*="span"]:first-child {
  margin-left: 0;
}
.span1 {
  width: 6.38298%;
}
.span2 {
  width: 14.89362%;
}
.span3 {
  width: 23.40426%;
}
.span4 {
  width: 31.91489%;
}
.span5 {
  width: 40.42553%;
}
.span6 {
  width: 48.93617%;
}
.span7 {
  width: 57.44681%;
}
.span8 {
  width: 65.95745%;
}
.span9 {
  width: 74.46809%;
}
.span10 {
  width: 82.97872%;
}
.span11 {
  width: 91.48936%;
}
.span12 {
  width: 100%;
}
/* Desktop (large)
-----------------------------------------------------------------------------*/
@media only screen and (min-width: 1100px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 1000px;
  }
}
/* Desktop (regular)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 1099px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 700px;
  }
  .mediaElements {
    width: 100%;
    margin: 0 0 0 0;
    float: none;
  }
  ul#menu, ul#menu ul.sub-menu {
    font-size: .9rem;
    line-height: .9rem;
  }
  a.eventBox img {
    width: 24px;
    margin: 6px 12px 0 0;
  }
  .socialLinks li {
    margin: 4px 4px 0 4px;
/*    width: 18px;*/
  }
  .socialLinks a img {
/*    width: 18px;*/
  }
}
/* Desktop (medium)
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 749px) {
  html {
    font-size: 14px;
  }
  .topOffset {
    padding-top: 75px;
  }
  #topOffsetAdmin {
    padding-top: 75px;
  }
  #navClick {
    display: none;
  }
  #navTouch {
    display: block;
  }
  ul#menuFtr {
    display: none;
  }
  footer {
    text-align: center;
  }
  footer h3 {
    display: none;
  }
  #sidebar h2 {
    font-size: 1.2rem;
    line-height: 1.4rem;
    margin-bottom: 12px;
  }
  a.eventBoxSide {
    padding: 8px 0 8px 0;
  }
  a.eventBoxSide p {
    display: none;
  }
  a.eventBoxSide h3 {
    font-size: 1.0rem;
    line-height: 1.2rem;
  }
  .container {
    width: 500px;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
  .span1 {
    width: 100%;
  }
  .span2 {
    width: 100%;
  }
  .span3 {
    width: 100%;
  }
  .span4 {
    width: 100%;
  }
  .span5 {
    width: 100%;
  }
  .span6 {
    width: 100%;
  }
  .span7 {
    width: 100%;
  }
  .span8 {
    width: 100%;
  }
  .span9 {
    width: 100%;
  }
  .span10 {
    width: 100%;
  }
  .span11 {
    width: 100%;
  }
  .span12 {
    width: 100%;
  }
}
/* Mobile
-----------------------------------------------------------------------------*/
@media only screen and (max-width: 549px) {
  html {
    font-size: 14px;
  }
  .container {
    width: 88%;
    margin: 0 21px 0 21px;
  }
  #breadcrumb {
    display: none;
  }
  [class*="span"] {
    margin-left: 0;
  }
  [class*="span"]:first-child {
    margin-left: 0;
  }
}