/*  custom styles  */
.text-shadow {
  /* color | offset-x | offset-y | blur-radius */
  text-shadow: #111 1px 1px 1px;
}
/*=== main css ===*/
body {
  font-size: 16px;
  font-family: "Open Sans", Helvetica, Arial, sans-serif;
}
.clearfix:after {
  content: ".";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}
/*
box-shadow: none|h-shadow v-shadow blur spread color |inset|initial|inherit;
*/
.box-shadow {
  /*Chrome, Safari*/
  -webkit-box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
  /*Firefox*/
  -moz-box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
  /*Standard Syntax*/
  box-shadow: 2px 2px 10px 1px rgba(193, 193, 193, 0.5);
}
.align_left {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.align_right {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.align_center {
  margin-top: 5px;
  margin-bottom: 10px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.image-border {
  padding: 6px;
  border: 1px #ddd solid;
  background-color: #fff;
}
hr {
  width: 90%;
  border: 1px solid #D7D5D5;
  margin: 20px auto;
}
.footer-outer hr {
  border: 1px solid #645046;
}
a,
a:link,
a:visited {
  color: #3E6798;
  text-decoration: none;
}
a:hover {
  color: #AD0005;
}
a {
  outline: none;
}
ul {
  padding-left: 25px;
}
div.article li {
  padding-bottom: 7px;
}
figure.align_center {
  text-align: center;
  margin-bottom: 30px;
}
div.article figcaption {
  font-size: 0.9em;
  color: #646464;
  font-style: italic;
  margin-top: 10px;
}
/*=== typography ===*/
p {
  line-height: 1.4;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: Amiri, Cambria, Times, "Times New Roman", serif;
  color: #111;
  font-weight: normal;
  text-align: left;
  line-height: 1em;
  margin-top: 1.25em;
  margin-bottom: 0.75em;
}
h1 {
  font-size: 32px;
  margin-bottom: 1.25em;
}
h2 {
  font-size: 27.2px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 20.8px;
}
h5 {
  font-size: 17.6px;
}
h6 {
  font-size: 15px;
  font-style: italic;
}
/*=== layout ===*/
div.menu-outer {
  background-color: #6F574D;
  border-bottom: #645046 5px solid;
  font-size: 0.9em;
}
div.header-outer {
  background-color: #FFFCE3;
  border-bottom: #F9F3C2 3px solid;
  padding-bottom: 10px;
  padding-top: 15px;
}
div.callout-text,
div.callout-text p {
  font-family: Amiri, Cambria, Times, "Times New Roman", serif;
  font-size: 22.4px;
  line-height: 1.15em;
}
div.callout-text h1,
div.callout-text h2,
div.callout-text h3 {
  font-size: 27.2px;
}

div.right-sidebar {
  padding-left: 15px;
}
div.sidebar-text {
  margin-top: 45px;
  margin-bottom: 25px;
  font-size: 0.9em;
}
div.main-content {
  margin-top: 25px;
  margin-bottom: 25px;
}
div.main-intro {
  clear: both;
  padding-bottom:25px;
  border-bottom: dotted 1px #9C9C9C;  
  margin-bottom: 25px;
}

div.footer-outer {
  color: #fff;
  background: url(../images/webdesign/footer-bg.jpg) center center no-repeat;
  background-size: cover;
}
div.footer-wrapper {
  background: #6F574D;
  background-color: rgba(111, 87, 77, 0.9);
  border-top: #645046 5px solid;
  padding-bottom: 10px;
  padding-top: 15px;
}
.footer-outer h3 {
  color: #D6DEAD;
  font-weight: bold;
}
.footer-outer p {
  font-size: 0.95em;
}
.footer-outer a,
.footer-outer a:link,
.footer-outer a:visited {
  color: #FFF5AF;
  text-decoration: none;
}
.footer-outer a:hover {
  color: #fff;
}
div.copyright {
  font-size: 0.8em;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
div.news {
  clear: both;
  padding-bottom:25px;
  border-bottom: dotted 1px #9C9C9C;  
  margin-bottom: 25px;
}
div.news:last-of-type {
  border-bottom: none;  
}
table.meetings td,
table.meetings p {
  font-size: 14.4px;
}
table.meetings p {
  margin: 0;
}
table.meetings td {
  padding: 10px;
}
table.meetings {
  margin-top: 25px;
  margin-bottom: 45px;
}
/* main content area */
.main-content {
  margin-bottom: 25px;
}
.blogpost {
  border-bottom: 1px solid #D7D5D5;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.blogpost:last-child {
  border-bottom: none;
}
.article {
  margin-top: 2.5em;
  margin-bottom: 2em;
}
.readmore {
  text-align: right;
  font-size: 0.9em;
}
div.login {
  width: 50%;
}
/*=== uikit overrides ===*/
em {
  color: #111 !important;
}
.uk-button-primary {
  color: #111;
  background-color: #D7D0B4;
}
.uk-button-primary:hover,
.uk-button-primary:focus {
  color: #111;
  background-color: #D6DEAD;
}
a.uk-button-primary,
a.uk-button-primary:link,
a.uk-button-primary:visited {
  color: #111;
  text-decoration: none;
}
/* meeting off-canvas */
#meeting-menu div.uk-offcanvas-bar {
  color: #fff;
  padding: 30px 15px;
  font-size: 0.9em;
}
#meeting-menu ul {
  list-style-type: none;
}
#meeting-menu div.uk-offcanvas-bar li a {
  color: #fff;
  display: block;
  padding: 5px;
}
#meeting-menu div.uk-offcanvas-bar ul li a:hover {
  color: #111;
  background-color: #FFFCE3;
}
/* panel boxes */
.uk-panel-box-primary {
  color: #111;
  background-color: #EAEDD3;
  border-color: #bfc879;
}
.uk-panel-box-primary h3.uk-panel-title {
  font-size: 25.6px;
  color: #4C6647;
  border-bottom: 1px solid #4C6647;
  padding-bottom: 12px;
  margin-bottom: 12px;
}
h3.uk-panel-title i {
  color: #4C6647;
}
.uk-panel-box-primary .uk-nav li > a {
  color: #111;
  font-size: 0.9em;
}
.uk-panel-box-primary .uk-nav li > a:hover {
  color: #fff;
  background-color: #6F574D;
}
.uk-panel-box-secondary {
  background-color: #F2F2F2;
}
.newsletters .uk-panel-header h2.uk-panel-title {
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
/*=== processwire ===*/
/* search */
div#searchform {
  margin-top: 0;
  padding-top: 0px;
  padding-left: 10px;
}
div#searchform input {
  width: 60%;
  display: inline;
  margin-right: 15px;
  height: 30px;
  padding: 5px;
}
div#searchform .button {
  margin-top: 12px;
  margin-left: 15px;
}
/* sitemap */
ul.sitemap {
  margin-top: 30px;
  margin-bottom: 50px;
}
/* renderPage nav processwire */
.pager-row {
  clear: both;
  margin-bottom: 20px;
}
.MarkupPagerNav {
  clear: both;
  margin: 1em 0;
}
.MarkupPagerNav li {
  display: inline;
  list-style: none;
  margin: 0;
}
.MarkupPagerNav li a,
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: block;
  float: left;
  padding: 2px 9px;
  color: #111;
  background: #D6DEAD;
  margin-right: 3px;
  font-size: 10px;
  font-weight: bold;
  text-transform: uppercase;
}
.MarkupPagerNav li.MarkupPagerNavOn a,
.MarkupPagerNav li a:hover {
  color: #111;
  background: #90985F;
  text-decoration: none;
}
.MarkupPagerNav li.MarkupPagerNavSeparator {
  display: inline;
  color: #777;
  /* vw - not sure what these are */
  background: #d2e4ea;
  padding-left: 3px;
  padding-right: 3px;
}
/*=== slippry slideshow ===*/
.sy-pager li.sy-active a {
  background-color: #A7A7A7 !important;
}
.sy-pager li {
  width: 0.8em !important;
  height: 0.8em !important;
}
/*==== project7 stuff ====*/
.p7STT.right {
  width: 32px;
  height: 50px;
  bottom: 0px;
  top: 90% !important;
  right: 0px;
  margin-bottom: 25px;
  padding: 12px 6px 45px 6px !important;
}
/* lbm menu in case overridden */
.p7LBNAV ul ul {
  border: 1px solid #C7C5C5;
  /* vw */
}
/*Smartphone Menu Presentation*/
@media only screen and (min-width: 0px) and (max-width: 700px) {
  .p7LBNAV ul ul li a {
    color: #111;
    /* vw */
  }
  /*Toolbar for Smartphones*/
  .p7LBNAV .p7LBNAV-toolbar,
  .p7LBNAV.lbnav-vertical .p7LBNAV-toolbar {
    background-color: #333;
    /* vw */
  }
  .p7LBNAV ul a {
    font-size: 100%;
    /* vw */
  }
  .p7LBNAV ul ul a {
    font-size: 100%;
    /* vw */
  }
  /*Toolbar for Smartphones*/
  .p7LBNAV .p7LBNAV-toolbar,
  .p7LBNAV.lbnav-vertical .p7LBNAV-toolbar {
    padding: 15px;
  }
}

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