/* Welcome and glad you are using Reverie.
 * This is the main stylesheet loaded by default.
 * Edit the file and have fun.
 * http://themefortress.com/reverie */

figure.nofigure {
    margin: 0 !important;
    max-width: none !important;
    float: none !important;
}
figure.nofigure img {
    border-radius: 0 !important;
}
meta.foundation-mq-small {
  font-family: "/only screen and (max-width: 40em)/";
  width: 0em;
}

meta.foundation-mq-medium {
  font-family: "/only screen and (min-width:40.063em)/";
  width: 40.063em;
}

meta.foundation-mq-large {
  font-family: "/only screen and (min-width:64.063em)/";
  width: 64.063em;
}

meta.foundation-mq-xlarge {
  font-family: "/only screen and (min-width:90.063em)/";
  width: 90.063em;
}

meta.foundation-mq-xxlarge {
  font-family: "/only screen and (min-width:120.063em)/";
  width: 120.063em;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body {
  font-size: 100%;
}

table tr th, table tr td {
    text-align: left;
}

body {
  background: #f7f7f7;
  color: #444444;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative;
  cursor: default;
}

a:hover {
  cursor: pointer;
}

img,
object,
embed {
  max-width: 100%;
  height: auto;
}

object,
embed {
  height: 100%;
}

img {
  -ms-interpolation-mode: bicubic;
}

#map_canvas img,
#map_canvas embed,
#map_canvas object,
.map_canvas img,
.map_canvas embed,
.map_canvas object {
  max-width: none !important;
}

.left {
  float: left !important;
}

.right {
  float: right !important;
}

.clearfix {
  *zoom: 1;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}

.text-left {
  text-align: left !important;
}

.text-right {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-justify {
  text-align: justify !important;
}

.hide {
  display: none;
}

.start {
  float: left !important;
}

.end {
  float: right !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  display: inline-block;
  vertical-align: middle;
}

textarea {
  height: auto;
  min-height: 50px;
}

select {
  width: 100%;
}

ul.pagination {
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
ul.pagination li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
ul.pagination li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
ul.pagination li:hover a,
ul.pagination li a:focus {
  background: #e6e6e6;
}
ul.pagination li.unavailable a {
  cursor: default;
  color: #999999;
}
ul.pagination li.unavailable:hover a, ul.pagination li.unavailable a:focus {
  background: transparent;
}
ul.pagination li.current a {
  background: #1989a9;
  color: white;
  font-weight: bold;
  cursor: default;
}
ul.pagination li.current a:hover, ul.pagination li.current a:focus {
  background: #1989a9;
}
ul.pagination li {
  float: left;
  display: block;
}

/* Pagination centred wrapper */
.pagination-centered {
  text-align: center;
}
.pagination-centered ul.pagination li {
  float: none;
  display: inline-block;
}

/* Start to customize Reverie */
/*******************
* This file should be used as a gateway to import to the other files. 
* Separate sections (header, footer, etc) are located in the ccag-elements directory.
*******************/
/**************************************
* ONLY Elements with NO CLASSES
***************************************/
@font-face {
  font-family: 'open_sansregular';
  src: url("../font/OpenSans-Regular-webfont.eot");
  src: url("../font/OpenSans-Regular-webfont.eot?#iefix") format("embedded-opentype"), url("../font/OpenSans-Regular-webfont.woff") format("woff"), url("../font/OpenSans-Regular-webfont.ttf") format("truetype"), url("../font/OpenSans-Regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  background: none repeat scroll 0 0 #ffffff;
  color: #1c2c3c;
  font-size: 14px;
}

h1 {
  font-size: 1.6875em;
}

h2 {
  font-size: 1.4875em;
}

h3 {
  font-size: 1.2875em;
}

h4 {
  font-size: 1.2875em;
}

h1, h2 {
  color: #1989a9;
}

h3, h4 {
  color: #274968;
}

h5, h6 {
  color: #1c2c3c;
}

a {
  color: #1989a9;
  text-decoration: none;
  font-size: 14px;
}

a:hover {
  color: #275a68;
}

p, li {
  font-size: 14px;
}

ul {
  list-style-type: none !important;
  margin-left: 0;
}

blockquote {
  color: #74878c;
  font-style: italic;
  padding: 0 1.25rem 0 1.1875rem;
  border-left: 2px solid #74878c;
}
blockquote p {
  color: #74878c;
  font-weight: 600;
  font-size: 1.14em;
}

article a {
  font-weight: 600;
}
article a:hover {
  text-decoration: underline;
}

table {
  width: 100%;
  border-radius: 3px;
  border-spacing: 0;
  border: 1px solid #fae7be;
}
table thead {
  background: #E8DABA;
}

.display-posts-listing .listing-item {
  clear: both;
}

.display-posts-listing img {
  float: left;
  margin: 0 10px 10px 0;
}

/******************************************
* Header
*****************************************/
body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

.headerBG {
  background-color: rgba(25, 137, 169, 0.15);
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5ODlhOSIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxOTg5YTkiIHN0b3Atb3BhY2l0eT0iMC4xNSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(25, 137, 169, 0.45) 0%, rgba(25, 137, 169, 0.15) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 137, 169, 0.45)), color-stop(100%, rgba(25, 137, 169, 0.15)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 137, 169, 0.45) 0%, rgba(25, 137, 169, 0.15) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 137, 169, 0.45) 0%, rgba(25, 137, 169, 0.15) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 137, 169, 0.45) 0%, rgba(25, 137, 169, 0.15) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 137, 169, 0.45) 0%, rgba(25, 137, 169, 0.15) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#731989a9', endColorstr='#261989a9',GradientType=0 );
  /* IE6-8 */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5ODlhOSIgc3RvcC1vcGFjaXR5PSIwLjE1Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjElIiBzdG9wLWNvbG9yPSIjMTk4OWE5IiBzdG9wLW9wYWNpdHk9IjAuMTUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE5ODlhOSIgc3RvcC1vcGFjaXR5PSIwLjQ1Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, rgba(25, 137, 169, 0.15) 0%, rgba(25, 137, 169, 0.15) 1%, rgba(25, 137, 169, 0.45) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(25, 137, 169, 0.15)), color-stop(1%, rgba(25, 137, 169, 0.15)), color-stop(100%, rgba(25, 137, 169, 0.45)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(25, 137, 169, 0.15) 0%, rgba(25, 137, 169, 0.15) 1%, rgba(25, 137, 169, 0.45) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(25, 137, 169, 0.15) 0%, rgba(25, 137, 169, 0.15) 1%, rgba(25, 137, 169, 0.45) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(25, 137, 169, 0.15) 0%, rgba(25, 137, 169, 0.15) 1%, rgba(25, 137, 169, 0.45) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(25, 137, 169, 0.15) 0%, rgba(25, 137, 169, 0.15) 1%, rgba(25, 137, 169, 0.45) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#261989a9', endColorstr='#731989a9',GradientType=0 );
  /* IE6-8 */
}

.firstRow {
  padding-top: 16px;
}

.main-logo {
  width: 100%;
  margin-bottom: 16px;
}

/******************************************
* Additional Menu
******************************************/
ul.homeContact {
  float: right;
  list-style-type: none !important;
  font-size: 12px;
  line-height: 14px;
}
ul.homeContact li {
  float: left;
  padding-right: 8px;
  padding-left: 8px;
  border-right: thin solid #1989a9;
}
ul.homeContact li a:hover {
  color: #ddd;
}
ul.homeContact li:first-child {
  padding-left: 0;
}
ul.homeContact li:last-child {
  padding-right: 0;
  border-right: none;
}

.ie8 .homeContact li a {
  color: #1989a9;
}
.ie8 .homeContact li a:hover {
  color: #275a68;
}

/******************************************
* Top Bar Stuffs
******************************************/
ul.left li.divider:first-child {
  display: none !important;
}

.top-bar.expanded .toggle-topbar a span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  color: #fff;
}

.top-bar-section .left li .dropdown {
  z-index: 1000;
}

.top-bar-section li:not(.has-form) a:not(.button) {
  font-weight: 600;
}

/***********************
* Search Form
***********************/
.searchform {
  width: 100%;
  float: right;
}

.button, button {
  background: #0066cc !important;
  border-color: #274968 !important;
  border-radius: 3px;
}

.button:hover, button:hover {
  background: #1989a9 !important;
  border-color: #1c2c3c !important;
}

#s {
  border-radius: 3px 0 0 3px;
}

#searchsubmit {
  border-radius: 0 3px 3px 0;
}

footer.full-width {
  background: #1c2c3c;
  border-color: #275a68 !important;
  color: #fff;
  padding-top: 0;
}
footer.full-width a {
  color: #fff;
}
footer.full-width a:hover {
  color: #fff;
  font-style: italic;
}
footer.full-width .footer-bottom {
  border-top: none;
  padding: 0.9375em;
}
footer.full-width .footer-widget {
  overflow: hidden;
  border-top: 1px solid #ccc;
}

p.address {
  line-height: 1.3;
  font-size: 14px;
  color: #666;
  color: #274968;
}

p.credits {
  font-size: 12px;
}

.darkBG {
  background: #274968;
  max-width: 100%;
  width: 100% !important;
}

.darkBG > .row {
  max-width: 71.25em;
  margin-left: auto;
  margin-right: auto;
  font-size: 16.5px;
}

.darkBG a {
  color: #fff;
}

.darkBG a:hover {
  color: #1989a9;
}

.darkBG .inline-list {
  margin: 1.0625em auto 1.0625em auto;
}

.footer-widget {
  padding-top: 1.25em;
  background-color: #efefef;
}
.footer-widget h4 {
  text-transform: uppercase;
  font-size: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #166e87;
  font-weight: 600;
}
.footer-widget .panel {
  border: none;
}
.footer-widget .inline-list ul {
  margin-top: 8px;
  list-style-type: none;
}
.footer-widget .inline-list ul li {
  display: inline;
  padding-right: 16px;
  font-size: 0.81em;
}
.footer-widget [class*="block-grid"] {
  font-size: 14px;
  margin: 0;
  line-height: 1;
}
.footer-widget [class*="block-grid"] li {
  padding: 0 0.625em 0.625em !important;
}
.footer-widget .panel {
  margin-bottom: 0 !important;
}

#menu-member-list {
  margin-top: 8px;
  margin-bottom: 8px;
}
#menu-member-list a {
  color: #274968;
}

#menu-footer-menu {
  font-size: 80%;
}

.goog-te-gadget, .goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
  color: #fff !important;
}

.footer-widget {
  background: #a2c1db;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iI2EyYzFkYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzdmYjBkOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #a2c1db 1%, #7fb0d8 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #a2c1db), color-stop(99%, #7fb0d8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a2c1db 1%, #7fb0d8 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a2c1db 1%, #7fb0d8 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a2c1db 1%, #7fb0d8 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #a2c1db 1%, #7fb0d8 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#a2c1db', endColorstr='#7fb0d8',GradientType=0 );
  /* IE6-8 */
}

.featuredContent {
  padding-top: 1em;
}

#content {
  margin-bottom: 32px;
  border-radius: 3px;
  box-shadow: 1px 4px 6px #9cbdd6;
}

.outer-content {
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #eee;
  border-radius: 3px;
  padding: 16px;
  overflow: hidden;
}

#inner-content .panel {
  background: none repeat scroll 0 0 transparent;
  border: none;
}

.container {
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iI2ZlZmVmZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, white 0%, #fefefe 99%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(99%, #fefefe));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, #fefefe 99%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, #fefefe 99%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, #fefefe 99%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #fefefe 99%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#fefefe',GradientType=0 );
  /* IE6-8 */
  /*new gradient*/
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNhMmMxZGIiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, white 0%, rgba(162, 193, 219, 0.5) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, white), color-stop(100%, rgba(162, 193, 219, 0.5)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, white 0%, rgba(162, 193, 219, 0.5) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, white 0%, rgba(162, 193, 219, 0.5) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, white 0%, rgba(162, 193, 219, 0.5) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, rgba(162, 193, 219, 0.5) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#80a2c1db',GradientType=0 );
  /* IE6-8 */
}

.highlightList {
  margin-left: 0;
}
.highlightList li {
  padding-left: 8px;
  border: 1px solid #fff;
}
.highlightList .icon-holder {
  float: left;
  width: 8%;
  overflow: hidden;
  margin-right: 5px;
  font-size: 35px;
  color: #1989a9;
}
.highlightList h3 {
  font-size: 1.32em;
  margin-top: 16px;
  margin-bottom: 0;
  font-weight: 400;
}
.highlightList h3.highlightH3 {
  margin-top: 0;
  margin-bottom: 0;
  float: right;
  width: 90%;
}
.highlightList h3.highlightH3 a {
  font-weight: 400;
  font-size: inherit;
  color: #166e87;
}
.highlightList h3.highlightH3 a:hover {
  color: #1989a9;
}
.highlightList li:hover {
  border-top: 1px solid #dddddd;
  border: 1px solid #dddddd;
  border-right: 2px solid #1989a9;
  background-color: #fff7e6;
}
.highlightList .excerpt {
  clear: both;
}
.highlightList .excerpt p {
  margin-bottom: 0.25em;
}

.sectionTitle {
  padding-left: 16px;
  padding-right: 16px;
  color: white;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  border-radius: 3px;
}

a.read-more:hover {
  color: #1c2c3c;
  text-decoration: underline;
}

h1.sectionTitle {
  background-color: #1989a9;
}

h2.sectionTitle {
  background-color: #274968;
}

h3.sectionTitle {
  background-color: #1c2c3c;
}

h1 > a, h2 > a, h3 > a, h4 > a, h5 > a {
  font-size: inherit;
}

article.index-card a {
  text-decoration: none;
}

.post {
  padding-bottom: 32px;
}

a.viewAll {
  float: right;
}

.entry-content {
  overflow: hidden;
}

figure {
  max-width: 25%;
  float: left;
  margin-right: 16px !important;
  margin-bottom: 16px !important;
}

/******************************************
* Side Navigation
******************************************/
.outer-content .panel {
  box-shadow: 1px 4px 6px #ddd;
  border: 1px solid #fae7be;
}

ul.sub-menu li a {
  font-weight: normal;
}

.sub-menu > li a, #sidebar > li a {
  font-weight: bold;
}
.sub-menu a, #sidebar a {
  font-weight: normal;
  display: block;
  padding: 5px;
  text-decoration: none;
}
.sub-menu a:hover, #sidebar a:hover {
  background: #fae7be;
}

table tr.even, table tr.alt, table tr:nth-of-type(even), .panel {
  background: #fff7e6;
  border-color: #fff7e6;
}

.meeting-years {
  margin-bottom: 8px;
  padding-top: 8px;
}

a.meeting-year {
  display: inline-block;
  padding: 10px;;
}
.calendarLink {
  float: right;
}

.homeEventsTitle {
  overflow: hidden;
}

#tribe-events-list-widget-3 {
  padding: 0 0 0.5em 0;
}
#tribe-events-list-widget-3 h4 {
  font-size: 1.65em;
  font-weight: bold;
  color: #1989a9;
}
#tribe-events-list-widget-3 > h4:after {
  content: url("../img/teal/icon-calendarthree-teal.png");
  float: right;
  margin-right: 16px;
  margin-top: -3px;
}

.tribe-events-list-widget .duration {
  font-weight: normal;
  color: #fff;
  text-align: left;
}

ul.tribe-events-sub-nav a, .tribe-events-back a, .tribe-events-list-widget .tribe-events-widget-link a, .tribe-events-adv-list-widget .tribe-events-widget-link a {
  font-weight: normal;
}

p.tribe-events-widget-link {
  text-align: right;
}

.tribe-events-list-widget ol li {
  margin-bottom: 8px;
}

ol.hfeed {
  margin-left: 0;
  margin-top: 16px;
  margin-bottom: 0;
}
ol.hfeed li {
  padding: 8px;
  border-radius: 3px;
}
ol.hfeed li a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
}
ol.hfeed li {
  background-color: transparent;
  border: 1px solid #a3d5e3;
  border-top: 1px solid #dddddd;
  border: 1px solid #dddddd;
  border-right: 2px solid #1989a9;
  background-color: #fff7e6;
}
ol.hfeed li a {
  color: #1989a9;
}
ol.hfeed li a:hover {
  color: #274968;
}
ol.hfeed li .duration {
  color: #1989a9;
}
ol.hfeed li:hover {
  background-color: #fff;
}

.calendar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25em;
  font-size: 14px;
  border: 1px solid #fae7be;
}
.calendar li, .calendar p, .calendar blockquote {
  font-size: 14px;
}
.calendar th {
  width: 14.28%;
}
.calendar .day {
  height: 125px;
  vertical-align: top;
}
.calendar .holiday {
  background: whitesmoke;
}
.calendar .current-month {
  text-align: center;
  font-size: 1.2em;
}
.calendar .navigation a {
  color: #a68028;
}
.calendar .navigation a:hover {
  color: #74878c;
}
.calendar .next-month {
  text-align: right;
}

ol.hfeed, ul.homeEvents {
  list-style: none;
}
ol.hfeed li, ul.homeEvents li {
  border-top: 1px solid #dddddd;
  border: 1px solid #dddddd;
  border-right: 2px solid #1989a9;
  background-color: #fff7e6;
  padding: 8px;
  border-radius: 3px;
  margin-bottom: 8px;
}
ol.hfeed li:hover, ul.homeEvents li:hover {
  background-color: transparent;
}

h4.homeEventsTitle {
  font-size: 1.65em;
  font-weight: bold;
  color: #1989a9;
}
h4.homeEventsTitle:after {
  content: url("../img/teal/icon-calendarthree-teal.png");
  float: right;
  margin-right: 16px;
  margin-top: -3px;
}

/********************************************
* Use this file to import separate size-defining files in the media-queries folder
********************************************/
@media (max-width: 450px) {
  /*450px and smaller*/
}
@media (min-width: 640px) and (max-width: 900px) {
  /*weird mid-range*/
}
@media (min-width: 750px) {
  .container {
    /*keeps footer from coming up when there isn't enough content*/
    min-height: 504px;
  }
}

@media (max-width: 1024px) {
  .footer-widget .widget h4 {
    /*This is to fix no padding at the top of the footer in medium/small*/
    margin-top: 8px;
  }
}
@media (min-width: 1024px) {
  /*1024px and up*/
}
a, a:visited, a:hover, a:visited:hover {
  -webkit-transition: all 100ms linear;
  -moz-transition: all 100ms linear;
  -o-transition: all 100ms linear;
  transition: all 100ms linear;
}

figure {
  margin: 0 auto 1.25rem;
}

figure img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}

img.alignright {
  float: right;
  margin: 0 0 18px 18px;
}

img.alignleft {
  float: left;
  margin: 0 18px 18px 0;
}

img.aligncenter {
  display: block;
  margin: 18px auto;
}

.gallery dt, .gallery dl {
  display: inline-block;
}
.gallery dl {
  margin-left: 0.5625rem;
  margin-right: 0.5625rem;
}

figure.figure {
  margin: 0 auto;
  display: table;
}
figure.figure figcaption {
  font-size: 0.875rem;
  line-height: 1.4;
  font-style: italic;
  padding: 8px 10px;
  color: #999;
  margin-bottom: 1.25rem;
  display: table-caption;
  caption-side: bottom;
}

figure.alignright.figure {
  float: right;
  margin: 0 0 18px 18px;
}

figure.alignleft.figure {
  float: left;
  margin: 0 18px 18px 0;
}

.footer-widget {
  background-color: #eee;
}

body > header.contain-to-grid {
  margin-bottom: 2rem;
  max-width: 100%;
  padding-bottom: 0;
}

#content {
  background-color: #fff;
  border: 1px solid #ddd;
}

.index-card {
  border-bottom: 1px solid #ddd;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

span.author,
time {
  font-size: 0.9375rem;
  color: #999;
}
span.author a,
time a {
  color: #999;
  font-weight: bold;
}
span.author a:hover, span.author a:focus,
time a:hover,
time a:focus {
  color: #444444;
}

.entry-author {
  background-color: #fbfbfb;
  border: none;
  padding: 3.125rem 5rem;
  margin: 3.125rem -0.9375rem;
}
.entry-author .avatar {
  margin-right: 2.5rem;
  margin-bottom: 1.5rem;
}
.entry-author h4 a {
  color: #999;
}
.entry-author h4 a:hover, .entry-author h4 a:focus {
  color: #444444;
}
.entry-author p {
  color: #bbb;
}

.post header,
.page header {
  margin-bottom: 1.25rem;
}

.entry-tags {
  color: #999;
  font-size: 0.9375rem;
}
.entry-tags a {
  color: #999;
}
.entry-tags a:hover, .entry-tags a:focus {
  color: #444444;
}

.page-numbers {
  color: #999;
  display: block;
  height: 1.5rem;
  margin-left: -0.3125rem;
}
.page-numbers li {
  height: 1.5rem;
  color: #222222;
  font-size: 0.875rem;
  margin-left: 0.3125rem;
}
.page-numbers li a {
  display: block;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: #999999;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.page-numbers li:hover a,
.page-numbers li a:focus {
  background: #e6e6e6;
}
.page-numbers li.unavailable a {
  cursor: default;
  color: #999999;
}
.page-numbers li.unavailable:hover a, .page-numbers li.unavailable a:focus {
  background: transparent;
}
.page-numbers li.current a {
  background: #1989a9;
  color: white;
  font-weight: bold;
  cursor: default;
}
.page-numbers li.current a:hover, .page-numbers li.current a:focus {
  background: #1989a9;
}
.page-numbers li {
  float: left;
  display: block;
}

.pagination-centered ul.page-numbers li {
  float: none;
  display: inline-block;
}

.page-numbers li span.current {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.page-numbers li {
  margin-left: 0.5rem;
}

.page-numbers li span:hover a,
.page-numbers li span a:focus {
  background: #e6e6e6;
}
.page-numbers li span.current {
  background: #1989a9;
  padding: 0.0625rem 0.625rem 0.0625rem;
  color: white;
  font-weight: bold;
  cursor: default;
}

.avatar {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
}

ol.commentlist {
  margin-left: 0;
  margin-top: 2em;
}
ol.commentlist p {
  font-size: 0.9375rem;
  line-height: 1.5;
}
