html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, q, small, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  border: 0;
  margin: 0;
  padding: 0;
}
  
  
/*  Items implemented by Don Cormier */

.google-map {
    background: #867b1b;
    border-radius: 5px;
    padding: 8px;
}
.Special {
    background: #f6f5ee;
    border-radius: 5px;
    padding: 8px;
    font-size: 1.2em;
    font-style: italic;
}

/*  ------     all done     -------  */

article, aside, figure, figure img, figcaption, hgroup, footer, header, nav, section, video, object {
  display: block; }

a img {
  border: 0; }

figure {
  position: relative; }

figure img {
  width: 100%; }

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

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

body {
  background: #fff;
  color: #222;
  padding: 0;
  margin: 0;
  font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
  font-weight: normal;
  font-style: normal;
  line-height: 1;
  position: relative; }

a:focus {
  outline: none; }

img, object, embed {
  max-width: 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; }

.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; }

.antialiased {
  -webkit-font-smoothing: antialiased; }

img {
    display: inline-block;
    vertical-align: middle;
    border: 0;
    border-radius: 5px;
}

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

select {
  width: 100%; }

.row {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  max-width: 62.5em;
  *zoom: 1; }

.row:before, .row:after {
  content: " ";
  display: table; }

.row:after {
  clear: both; }

.row.collapse .column, .row.collapse .columns {
  position: relative;
  padding-left: 0;
  padding-right: 0;
  float: left; }

.row .row {
  width: auto;
  margin-left: -0.9375em;
  margin-right: -0.9375em;
  margin-top: 0;
  margin-bottom: 0;
  max-width: none;
  *zoom: 1; }

.row .row:before, .row .row:after {
  content: " ";
  display: table; }

.row .row:after {
  clear: both; }

.row .row.collapse {
  width: auto;
  margin: 0;
  max-width: none;
  *zoom: 1; }

.row .row.collapse:before, .row .row.collapse:after {
  content: " ";
  display: table; }

.row .row.collapse:after {
  clear: both; }

.column, .columns {
  position: relative;
  padding-left: 0.9375em;
  padding-right: 0.9375em;
  width: 100%;
  float: left; }

@media only screen {
  .column, .columns {
    position: relative;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
    float: left; }

  .small-1 {
    position: relative;
    width: 8.33333%; }

  .small-2 {
    position: relative;
    width: 16.66667%; }

  .small-3 {
    position: relative;
    width: 25%; }

  .small-4 {
    position: relative;
    width: 33.33333%; }

  .small-5 {
    position: relative;
    width: 41.66667%; }

  .small-6 {
    position: relative;
    width: 50%; }

  .small-7 {
    position: relative;
    width: 58.33333%; }

  .small-8 {
    position: relative;
    width: 66.66667%; }

  .small-9 {
    position: relative;
    width: 75%; }

  .small-10 {
    position: relative;
    width: 83.33333%; }

  .small-11 {
    position: relative;
    width: 91.66667%; }

  .small-12 {
    position: relative;
    width: 100%; }

  .small-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .small-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .small-offset-3 {
    position: relative;
    margin-left: 25%; }

  .small-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .small-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .small-offset-6 {
    position: relative;
    margin-left: 50%; }

  .small-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .small-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .small-offset-9 {
    position: relative;
    margin-left: 75%; }

  .small-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  [class*="column"] + [class*="column"]:last-child {
    float: right; }

  [class*="column"] + [class*="column"].end {
    float: left; }

  .column.small-centered, .columns.small-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen and (min-width: 48em) {
  .large-1 {
    position: relative;
    width: 8.33333%; }

  .large-2 {
    position: relative;
    width: 16.66667%; }

  .large-3 {
    position: relative;
    width: 25%; }

  .large-4 {
    position: relative;
    width: 33.33333%; }

  .large-5 {
    position: relative;
    width: 41.66667%; }

  .large-6 {
    position: relative;
    width: 50%; }

  .large-7 {
    position: relative;
    width: 58.33333%; }

  .large-8 {
    position: relative;
    width: 66.66667%; }

  .large-9 {
    position: relative;
    width: 75%; }

  .large-10 {
    position: relative;
    width: 83.33333%; }

  .large-11 {
    position: relative;
    width: 91.66667%; }

  .large-12 {
    position: relative;
    width: 100%; }

  .row .large-offset-1 {
    position: relative;
    margin-left: 8.33333%; }

  .row .large-offset-2 {
    position: relative;
    margin-left: 16.66667%; }

  .row .large-offset-3 {
    position: relative;
    margin-left: 25%; }

  .row .large-offset-4 {
    position: relative;
    margin-left: 33.33333%; }

  .row .large-offset-5 {
    position: relative;
    margin-left: 41.66667%; }

  .row .large-offset-6 {
    position: relative;
    margin-left: 50%; }

  .row .large-offset-7 {
    position: relative;
    margin-left: 58.33333%; }

  .row .large-offset-8 {
    position: relative;
    margin-left: 66.66667%; }

  .row .large-offset-9 {
    position: relative;
    margin-left: 75%; }

  .row .large-offset-10 {
    position: relative;
    margin-left: 83.33333%; }

  .row .large-offset-11 {
    position: relative;
    margin-left: 91.66667%; }

  .push-1 {
    position: relative;
    left: 8.33333%;
    right: auto; }

  .pull-1 {
    position: relative;
    right: 8.33333%;
    left: auto; }

  .push-2 {
    position: relative;
    left: 16.66667%;
    right: auto; }

  .pull-2 {
    position: relative;
    right: 16.66667%;
    left: auto; }

  .push-3 {
    position: relative;
    left: 25%;
    right: auto; }

  .pull-3 {
    position: relative;
    right: 25%;
    left: auto; }

  .push-4 {
    position: relative;
    left: 33.33333%;
    right: auto; }

  .pull-4 {
    position: relative;
    right: 33.33333%;
    left: auto; }

  .push-5 {
    position: relative;
    left: 41.66667%;
    right: auto; }

  .pull-5 {
    position: relative;
    right: 41.66667%;
    left: auto; }

  .push-6 {
    position: relative;
    left: 50%;
    right: auto; }

  .pull-6 {
    position: relative;
    right: 50%;
    left: auto; }

  .push-7 {
    position: relative;
    left: 58.33333%;
    right: auto; }

  .pull-7 {
    position: relative;
    right: 58.33333%;
    left: auto; }

  .push-8 {
    position: relative;
    left: 66.66667%;
    right: auto; }

  .pull-8 {
    position: relative;
    right: 66.66667%;
    left: auto; }

  .push-9 {
    position: relative;
    left: 75%;
    right: auto; }

  .pull-9 {
    position: relative;
    right: 75%;
    left: auto; }

  .push-10 {
    position: relative;
    left: 83.33333%;
    right: auto; }

  .pull-10 {
    position: relative;
    right: 83.33333%;
    left: auto; }

  .push-11 {
    position: relative;
    left: 91.66667%;
    right: auto; }

  .pull-11 {
    position: relative;
    right: 91.66667%;
    left: auto; }

  .small-push-1 {
    left: inherit; }

  .small-pull-1 {
    right: inherit; }

  .small-push-2 {
    left: inherit; }

  .small-pull-2 {
    right: inherit; }

  .small-push-3 {
    left: inherit; }

  .small-pull-3 {
    right: inherit; }

  .small-push-4 {
    left: inherit; }

  .small-pull-4 {
    right: inherit; }

  .small-push-5 {
    left: inherit; }

  .small-pull-5 {
    right: inherit; }

  .small-push-6 {
    left: inherit; }

  .small-pull-6 {
    right: inherit; }

  .small-push-7 {
    left: inherit; }

  .small-pull-7 {
    right: inherit; }

  .small-push-8 {
    left: inherit; }

  .small-pull-8 {
    right: inherit; }

  .small-push-9 {
    left: inherit; }

  .small-pull-9 {
    right: inherit; }

  .small-push-10 {
    left: inherit; }

  .small-pull-10 {
    right: inherit; }

  .small-push-11 {
    left: inherit; }

  .small-pull-11 {
    right: inherit; }

  .column.small-centered, .columns.small-centered {
    margin-left: 0;
    margin-right: 0;
    float: left !important; }

  .column.large-centered, .columns.large-centered {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    float: none !important; } }
@media only screen {
  [class*="block-grid-"] {
    display: block;
    padding: 0;
    margin: 0 -10px;
    *zoom: 1; }

  [class*="block-grid-"]:before, [class*="block-grid-"]:after {
    content: " ";
    display: table; }

  [class*="block-grid-"]:after {
    clear: both; }

  [class*="block-grid-"] > li {
    display: inline;
    height: auto;
    float: left;
    padding: 0 10px 10px; }

  .small-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }

  .small-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .small-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }

  .small-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .small-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }

  .small-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .small-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }

  .small-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .small-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }

  .small-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .small-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }

  .small-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .small-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }

  .small-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .small-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }

  .small-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .small-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }

  .small-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .small-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }

  .small-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .small-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }

  .small-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .small-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }

  .small-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
@media only screen and (min-width: 48em) {
  .small-block-grid-1 > li:nth-of-type(1n+1) {
    clear: none; }

  .small-block-grid-2 > li:nth-of-type(2n+1) {
    clear: none; }

  .small-block-grid-3 > li:nth-of-type(3n+1) {
    clear: none; }

  .small-block-grid-4 > li:nth-of-type(4n+1) {
    clear: none; }

  .small-block-grid-5 > li:nth-of-type(5n+1) {
    clear: none; }

  .small-block-grid-6 > li:nth-of-type(6n+1) {
    clear: none; }

  .small-block-grid-7 > li:nth-of-type(7n+1) {
    clear: none; }

  .small-block-grid-8 > li:nth-of-type(8n+1) {
    clear: none; }

  .small-block-grid-9 > li:nth-of-type(9n+1) {
    clear: none; }

  .small-block-grid-10 > li:nth-of-type(10n+1) {
    clear: none; }

  .small-block-grid-11 > li:nth-of-type(11n+1) {
    clear: none; }

  .small-block-grid-12 > li:nth-of-type(12n+1) {
    clear: none; }

  .large-block-grid-1 > li {
    width: 100%;
    padding: 0 10px 10px; }

  .large-block-grid-1 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-1 > li:nth-of-type(1n+1) {
    clear: both; }

  .large-block-grid-2 > li {
    width: 50%;
    padding: 0 10px 10px; }

  .large-block-grid-2 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-2 > li:nth-of-type(2n+1) {
    clear: both; }

  .large-block-grid-3 > li {
    width: 33.33333%;
    padding: 0 10px 10px; }

  .large-block-grid-3 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-3 > li:nth-of-type(3n+1) {
    clear: both; }

  .large-block-grid-4 > li {
    width: 25%;
    padding: 0 10px 10px; }

  .large-block-grid-4 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-4 > li:nth-of-type(4n+1) {
    clear: both; }

  .large-block-grid-5 > li {
    width: 20%;
    padding: 0 10px 10px; }

  .large-block-grid-5 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-5 > li:nth-of-type(5n+1) {
    clear: both; }

  .large-block-grid-6 > li {
    width: 16.66667%;
    padding: 0 10px 10px; }

  .large-block-grid-6 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-6 > li:nth-of-type(6n+1) {
    clear: both; }

  .large-block-grid-7 > li {
    width: 14.28571%;
    padding: 0 10px 10px; }

  .large-block-grid-7 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-7 > li:nth-of-type(7n+1) {
    clear: both; }

  .large-block-grid-8 > li {
    width: 12.5%;
    padding: 0 10px 10px; }

  .large-block-grid-8 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-8 > li:nth-of-type(8n+1) {
    clear: both; }

  .large-block-grid-9 > li {
    width: 11.11111%;
    padding: 0 10px 10px; }

  .large-block-grid-9 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-9 > li:nth-of-type(9n+1) {
    clear: both; }

  .large-block-grid-10 > li {
    width: 10%;
    padding: 0 10px 10px; }

  .large-block-grid-10 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-10 > li:nth-of-type(10n+1) {
    clear: both; }

  .large-block-grid-11 > li {
    width: 9.09091%;
    padding: 0 10px 10px; }

  .large-block-grid-11 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-11 > li:nth-of-type(11n+1) {
    clear: both; }

  .large-block-grid-12 > li {
    width: 8.33333%;
    padding: 0 10px 10px; }

  .large-block-grid-12 > li:nth-of-type(n) {
    clear: none; }

  .large-block-grid-12 > li:nth-of-type(12n+1) {
    clear: both; } }
/* Forms */
input[type="text"],
input[type="password"],
select,
textarea {
  border: 1px solid #ccc;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 1px 1px 5px #ddd inset;
  height: 20px;
  width: 220px;
  padding: 4px 6px;
  display: inline-block;
  margin: 0 0 1em 0;
  font-size: 13px;
  color: #555;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; }

textarea {
  height: 100px;
  width: 95%; }

select {
  height: 30px;
  line-height: 30px;
  padding: 0;
  box-shadow: none; }

input[type="text"]:focus,
input[type="password"]:focus,
select:focus,
textarea:focus {
  border-color: rgba(82, 168, 236, 0.8);
  outline: 0;
  outline: thin dotted 9;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6); }

input[type="submit"],
button {
  font-size: 14px; }

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */
/* Browser Resets */
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none; }

.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none; }

/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0; }

.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
  margin: 0; }

/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
    width: 100%;
    display: block;
    border: 0;
    border-radius: 0px;
}
  

.flex-pauseplay span {
  text-transform: capitalize; }

/* Clearfix for the .slides element */
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

html[xmlns] .slides {
  display: block; }

* html .slides {
  height: 1%; }

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
  display: block; }

/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 60px;
  position: relative;
  zoom: 1; }

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease; }

.loading .flex-viewport {
  max-height: 300px; }

.flexslider .slides {
  zoom: 1; }

.carousel li {
  margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {
  *height: 0; }

.flex-direction-nav a {
  width: 30px;
  height: 30px;
  margin: -20px 0 0;
  display: block;
  background: url(/images/218/bg_direction_nav.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  -webkit-transition: all .3s ease; }

.flex-direction-nav .flex-next {
  background-position: 100% 0;
  right: -36px; }

.flex-direction-nav .flex-prev {
  left: -36px; }

.flexslider:hover .flex-next {
  opacity: 0.8;
  right: 5px; }

.flexslider:hover .flex-prev {
  opacity: 0.8;
  left: 5px; }

.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
  opacity: 1; }

.flex-direction-nav .flex-disabled {
  opacity: 0.3 !important;
  filter: alpha(opacity=30);
  cursor: default; }

/* Control Nav */
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center; }

.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline; }

.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #fff;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3); }

.flex-control-paging li a:hover {
  background: #fff;
  background: rgba(0, 0, 0, 0.7); }

.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default; }

.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden; }

.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0; }

.flex-control-thumbs img {
  width: 100%;
  display: block;
  opacity: .7;
  cursor: pointer; }

.flex-control-thumbs img:hover {
  opacity: 1; }

.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default; }

@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 0; }

  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 0; } }
/* Variables */
/* Buttons */
.btn,
.cmsi-module-blog-summary-read-more {
  display: inline-block;
  padding: 7px 12px;
  text-decoration: none;
  background: whiteSmoke;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  color: #555;
  border: 1px solid #ddd;
  cursor: pointer; }

.btn:hover,
.cmsi-module-blog-summary-read-more:hover {
  background: #ccc;
  border-color: #bbb;
  color: #333;
  text-decoration: none  !important; }

.btn-large {
  font-size: 22px;
  padding: 7px 20px; }

.btn-max {
  width: 100%;
  padding: 7px 0;
  text-align: center; }

.btn-success {
  background: #99ce70;
  color: #fff !important;
  text-shadow: 0 1px 1px #35551d;
  border: 0;
  border-bottom: 3px solid #65a137; }

.btn-success:hover {
  background: #65a137;
  border-color: #35551d;
  color: #fff; }

.btn-primary,
.btn-primary:hover,
.cmsi-module-blog-summary-read-more,
.cmsi-module-blog-summary-read-more:hover {
  background: #a59720;
  background: -moz-linear-gradient(top, #a59720 0%, #7a7018 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #a59720), color-stop(100%, #7a7018));
  background: -webkit-linear-gradient(top, #a59720 0%, #7a7018 100%);
  background: -o-linear-gradient(top, #a59720 0%, #7a7018 100%);
  background: -ms-linear-gradient(top, #a59720 0%, #7a7018 100%);
  background: linear-gradient(to bottom, #a59720 0%, #7a7018 100%);
  color: #f4e8c8 !important;
  box-shadow: 0 0 3px #dcce4f inset;
  text-shadow: 0 1px 3px black;
  border-color: #4f4910;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7a7018', endColorstr='lighten($primary, 10%)',GradientType=0 ); }

.btn-primary:hover,
.cmsi-module-blog-summary-read-more:hover {
  background: #7a7018;
  background: -moz-linear-gradient(top, #7a7018 0%, #a59720 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7a7018), color-stop(100%, #a59720));
  background: -webkit-linear-gradient(top, #7a7018 0%, #a59720 100%);
  background: -o-linear-gradient(top, #7a7018 0%, #a59720 100%);
  background: -ms-linear-gradient(top, #7a7018 0%, #a59720 100%);
  background: linear-gradient(to bottom, #7a7018 0%, #a59720 100%); }

.btn-secondary {
  background: #555555;
  color: #fff !important;
  text-shadow: 0 1px 1px #000;
  border: 0;
  border-bottom: 3px solid #333; }

.btn-secondary:hover {
  background: #333;
  border-color: #000;
  color: #fff; }

.btn-danger {
  background: #ee5f5b;
  color: #fff !important;
  text-shadow: 0 1px 1px #551310;
  border: 0;
  border-bottom: 3px solid #bd362f; }

.btn-danger:hover {
  background: #bd362f;
  border-color: #8b2923;
  color: #fff; }

/* ============================== */
/* ! BASE STYLING   			  */
/* ============================== */
body {
  background: url(/images/218/texture-bg.png) fixed;
  font-family: 'Lora', serif;
  line-height: 1.5;
  color: #555;
  padding: 40px 0 0 0;
  font-size: 20px; }

b, strong {
  font-weight: bold; }

a {
  color: #b5ad6a;
  text-decoration: none;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out; }

a:hover {
  color: #000; }

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  margin: 1em 0 .5em 0;
  font-weight: normal;
  color: #2a2627; }

h1 {
  font-size: 28px;
  margin-top: 0; }

h2 {
  font-size: 20px; }

h3 {
  font-size: 30px; }

h4 {
  font-size: 16px; }

h5 {
  font-size: 14px; }

h6 {
  font-size: 12px; }

p {
  margin: 0 0 1em 0; }

ul, ol {
  margin: 1.2em 0 1.2em 2em; }

ul {
  list-style: square; }

ol {
  list-style: decimal; }

li {
  margin: 0 0 .5em 0; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: 1.2em 0; }

hr {
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1.2em 0; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

blockquote {
  margin: 0 0 1em 2em;
  padding: 0 1em;
  font-style: italic;
  border-left: 3px double #d6d6d6; }

img.alignright,
img.alignleft,
img.aligncenter,
img.alignnone,
.highlights img,
.cmsi-post-thumb img {
  padding: 5px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ccc; }

img.alignright {
  float: right;
  margin: 0 0 1em 1em; }

img.alignleft {
  float: left;
  margin: 0 1em 1em 0; }

img.aligncenter {
  display: block;
  margin: 0 auto; }

img.alignnone {
  margin: 0 0 1em 0; }

a img.alignright:hover,
a img.alignleft:hover,
a img.aligncenter:hover {
  border: 1px solid #bbb; }

/* ClearFix */
.group:before,
.group:after {
  content: "";
  display: table; }

.group:after {
  clear: both; }

.group {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

:focus {
  outline: 0; }

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000; }

::-webkit-selection {
  color: #fff;
  text-shadow: none;
  background: #000; }

::selection {
  color: #fff;
  text-shadow: none;
  background: #000; }

.row {
  max-width: 1140px; }

.row .row {
  margin: 0 -0.9375em; }

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

img {
  height: auto; }


#fancybox-wrap,
#fancybox-outer,
#fancybox-inner {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

ul.tweet_list li .tweet_time {display:none;}
.fb-like,
.addthis_button_tweet iframe {width: 80px !important;}

.share {padding: 2em 0;}


/* ! Header
-------------------------------- */
header[role="banner"] {
  height: 180px;
  background: url(/images/218/header.png) repeat-x; }

header[role="banner"] .row:first-child {
  height: 130px; }

header .logo {
  text-align: center;
  padding-top: 26px; }

header form {
  float: right;
  padding-top: 55px;
  width: 100%; }

header input[type="text"] {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border-radius: 16px;
  -moz-border-radius: 16px;
  -webkit-border-radius: 16px;
  line-height: 32px;
  height: 32px;
  background: #eef1eb;
  border: 1px solid #e6e8e3;
  color: #807f7e;
  width: 60%;
  padding: 0 20px;
  float: right; }

.topbar {
  position: absolute;
  width: 100%;
  top: 0;
  background: url(/images/218/topbar.png) repeat-x;
  line-height: 40px;
  color: #fff;
  font-size: 13px; }
  
.topbar em {
    color: #a1a08b;
    font-style: normal;
}
.topbar span {
    display: inline-block;
    margin: 0 18px;
    color: rgba(255, 255, 255, 0.33);
}
.topbar a {
    display: inline-block;
    margin: 0 8px;
}
.topbar strong {
  color: #f4f2d6;
  font-weight: normal; }

.topbar dl {
  float: right; }

.topbar dt,
.topbar dd {
  float: left; }

.topbar dt {
  margin-right: 1em;
  color: #f4f2d6; }

.topbar img {
  margin-top: -2px; }

.topbar b {
  margin-left: 2em; }

.topbar b:first-child {
  margin-left: 0; }

.wrap {
  background: url(/files/feature-bg.jpg) no-repeat center top fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }

/* ! Navigation
-------------------------------- */
nav {
  max-width: 1140px;
  margin: 0 auto; }

nav ul {
  list-style: none;
  padding: 0;
  z-index: 400;
  margin: 0; }

nav ul li {
  margin: 0;
  padding: 0; }

nav > ul {
  text-align: center;
  font-size: 0; }

nav > ul,
nav ul > li > ul {
  list-style: none;
  position: relative; }

nav > ul > li {
  display: inline-block;
  height: 50px;
  margin: 0;
  width: auto;
  border-right: 1px solid #dee4e0;
  white-space: normal; }

nav > ul > li:first-child {
  border-left: 1px solid #dee4e0; }

nav > ul > li > a {
  color: #9b8e91;
  position: relative;
  font-size: 16px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  text-decoration: none;
  display: block; }

nav > ul > li:hover > a,
nav > ul > li.active > a {
  color: #2a2627;
  background: url(/images/218/white50.png);
  margin: 0; }

nav > ul > li > ul {
  background: #332a25;
  display: none;
  position: absolute;
  font-size: 11px;
  padding: 0;
  min-width: 220px;
  margin: 0;
  text-transform: uppercase;
  text-align: left; }

nav > ul > li:hover > ul {
  display: block; }

nav > ul > li ul li {
  background: none; }

nav > ul > li ul li a {
  color: #fff;
  display: block;
  line-height: 24px;
  padding: 5px 0 5px 20px;
  text-decoration: none;
  border-bottom: 1px solid #241e1a;
  text-shadow: 0 1px 1px #241e1a; }

nav > ul > li ul li a:hover {
  background: #a59720;
  color: #fff;
  text-decoration: none; }

.feature {
  padding: 60px 0 0 0; }

.flexslider {
  padding: 10px;
  background: url(/images/218/white50.png);
  box-shadow: 0 0 10px #333;
  border: 0;
  border-radius: 5px;
}

.flexslider .row {
  overflow: hidden; }

.feature h1 {
  margin-bottom: .5em; }

.feature li {
  margin-bottom: 0; }

.feature .large-4 {
  background: url(/images/218/feature-side.png) left top;
  padding: 30px 30px 9999px 30px;
  margin: 0 0 -9999px 0;
  float: right;
  text-align: center;
  color: #f4e8c8;
  text-shadow: 0 1px 1px #000; }

.feature .row .row {
  margin: 0; }

.highlights {
  text-align: center;
  font-size: 20px;
  margin-bottom: 1em;
  padding: 2em 0;
  background: url(/images/218/fade-bg.png) repeat-x bottom;
  border-bottom: 1px solid #d2d1cf; }

.highlights h2 {
  font-style: italic;
  color: #593b26;
  margin-top: 0; }

.highlights img {
  margin-bottom: .75em; }

.sectionName {
  line-height: 80px;
  color: #fff;
  text-shadow: 0 1px 1px #000; }

.sectionName .columns {
  padding: 0 15px; }

.sectionName .large-9 {
  font-size: 24px; }

.sectionName .btn {
  line-height: 1.5;
  font-size: 17px; }

.content {
  padding: 2em 0; }

.content .row {
  overflow: visible; }

.head {
  margin-top: 0; }

.note {
  font-size: 11px; }

.large-12 blockquote {
  margin: 0;
  padding: 0;
  border-left: none;
  text-align: center;
  font-size: 28px;
  line-height: 1.2; }

.secondary h2,
.secondary h3,
.secondary h4,
.secondary h5,
.secondary h6 {
  margin-top: 0; }

.secondary {
  font-size: 20px; }

.sidenav ul {
  margin: 0 0 2em 0;
  font-size: 14px;
  list-style: none; }

.sidenav ul li {
  line-height: 24px; }

.sidenav a {
  display: block; }

.sidenav li.active a,
.sidenav li:hover a {
  color: #2a2627;
  background: url(/images/218/white50.png);
  padding-left: 10px;
  border-left: 3px solid #7a7018; }

aside h5 {
  font-size: 18px; }

aside.special {
  padding: 1.5em;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  background: url(/images/218/white50.png);
  text-align: center;
  border: 1px solid #ddd; }

.primary .floater.blog-posts a {
	font-size: 20px;
	line-height: 1.2;
}
.primary .floater.blog-posts .date {font-size: 12px;display:block;margin-bottom: 1em;}
.map {padding:5px 5px 0 5px;border:1px solid #ccc;background: #fff;}

/* ! Footer
-------------------------------- */
footer .cta {
  background: url(/images/218/cta.jpg);
  border-bottom: 6px solid #221c19;
  border-top: 6px solid #221c19; 
  color: #fff;
  padding-bottom: 60px;
  color: #a1a08b;
}
footer .cta h2,
footer .cta h3 {
    color: #fff;
}
footer .cta h2 {
  text-align: center;
  font-size: 1.7em;
  color: #a1a08b;
}

footer .cta h3 {
  font-size: 2.1em;
}

footer .cta a {
  display: block;
  margin: 14px 0;
}

footer .cta .row {
  padding: 0; }

footer .cta p {
  font-size: 20px;
  margin: 0;
  color: #f4e8c8;
  text-shadow: 0 1px 3px #000; }

footer .cta .large-3 p {
  line-height: 1.5;
  margin-top: 8px;
  font-size: 17px; }

footer {
  background: url(/images/218/footer-bg.png);
  font-size: 13px;
  color: #958983;
  text-shadow: 0 1px 1px #211c18; }

.cta .map {
    width: 90%;
    border-radius: 100%;
    max-width: 200px;
    margin: 0px auto;
}
footer .milton {
    text-align:right;
}
footer > .row {
  padding: 1em 0 2em 0; }

footer > .row:first-child ul {
  list-style: none;
  margin: 1.2em 0; }

footer .inner {
  background: #221c19;
  padding: 2em 0;
  font-size: 12px; }

footer .inner ul {
  list-style: none;
  margin: 0 0 1em 0;
  height: 12px; }

footer .inner li {
  float: left;
  margin: 0 0 0 5px;
  padding: 0 0 0 5px;
  border-left: 1px solid #fff;
  line-height: 12px; }

footer .inner li:first-child {
  margin: 0;
  padding: 0;
  border: 0; }

footer h5 {
  color: #9d9239;
  font-size: 15px; }

footer .date {
  display: none; }

footer .post a {
  margin-bottom: .5em;
  display: block; }

ul.tweet_list li .tweet_time {
  display: none; }

/* ============================= */
/* ! Layout for mobile version   */
/* ============================= */
@media handheld, only screen and (max-width: 1030px) {
  .flex-control-nav {
    width: 90%;
    left: 2.5%; }

  .feature {
    font-size: 14px; } }
@media handheld, only screen and (max-width: 950px) {
  .feature .large-4 {
    float: none;
    width: 100%;
    margin: 0;
    padding: 30px 30px 20px 30px; }

  .feature .large-8 {
    float: none;
    width: 100%; }

  .topbar .large-6 {
    display: none; }

  .topbar .large-6:first-child {
    display: block;
    width: 100%;
    text-align: center; }

  select.mnav {
    position: absolute;
    top: 177px;
    left: 2.5%;
    z-index: 99;
    background: #fff; }

  .highlights h2 {
    font-size: 16px; } }
@media handheld, only screen and (max-width: 800px) {
  header form {
    display: none; }

  header .large-4.logo {
    width: 100%;
    padding-top: 10px; }

  nav > ul > li > a {
    padding: 0 1em; }

  footer .cta {
    line-height: 1.2;
    background: url(/images/218/cta.jpg);
    text-align: left;
    padding: 1em 0; } }
@media handheld, only screen and (max-width: 767px) {
footer .milton {
    text-align:center;
}
  body {
    -webkit-text-size-adjust: none; }

  header form {
    padding: 18px 0 0 0;
    width: 75%; }

  header input[type="text"] {
    border-color: #ccc; }

  .wrap {
    background: url(/files/feature-bg-mobile.jpg) no-repeat center top fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover; }

  footer .cta {
    text-align: center; }

  .sectionName {
    line-height: 1.5;
    padding: 1em 0; }

  .sectionName .large-3 {
    display: none; } }
@media handheld, only screen and (max-width: 600px) {
  .topbar {
    height: 40px;
    position: fixed; }

  .topbar .row {
    display: none; }

  header[role="banner"] {
    background: url(/images/218/white50.png);
    height: auto; }

  header[role="banner"] .row:first-child {
    height: auto;
    padding-bottom: 1em; }

  header .logo {
    padding: 0; }

	
	header .logo img {max-width: 80%;}


  header form {
    display: none; }

  select.mnav {
    position: fixed;
    top: 4px;
    left: 2.5%;
    width: 95%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box; }

  footer .inner ul {
    display: none; } }
/* ========================================== */
/* ! Provide higher res assets for iPhone 4   */
/* ========================================== */
@media only screen and (-webkit-min-device-pixel-ratio: 2) {
  /*	.logo {
  		background: url(/images/218/logo2x.jpg) no-repeat;
  		background-size: 212px 303px;
  	}*/ }
