/**
 * Theme Name: Cuan
 * Version: 0.1
 * Licence: GPL
 * Description: -
 * Theme URI: -
 * Author: -
 * Author URI: -
 */
@font-face {
  font-family: 'arialbold';
  src: url("assets/fonts/arial-bold-webfont.eot");
  src: url("assets/fonts/arial-bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/arial-bold-webfont.woff2") format("woff2"), url("assets/fonts/arial-bold-webfont.woff") format("woff"), url("assets/fonts/arial-bold-webfont.ttf") format("truetype"), url("assets/fonts/arial-bold-webfont.svg#arialbold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'alex_brushregular';
  src: url("assets/fonts/alexbrush-regular-webfont.eot");
  src: url("assets/fonts/alexbrush-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/alexbrush-regular-webfont.woff2") format("woff2"), url("assets/fonts/alexbrush-regular-webfont.woff") format("woff"), url("assets/fonts/alexbrush-regular-webfont.ttf") format("truetype"), url("assets/fonts/alexbrush-regular-webfont.svg#alex_brushregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'aliceregular';
  src: url("assets/fonts/alice-regular-webfont.eot");
  src: url("assets/fonts/alice-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/alice-regular-webfont.woff2") format("woff2"), url("assets/fonts/alice-regular-webfont.woff") format("woff"), url("assets/fonts/alice-regular-webfont.ttf") format("truetype"), url("assets/fonts/alice-regular-webfont.svg#aliceregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'alluraregular';
  src: url("assets/fonts/allura-regular-webfont.eot");
  src: url("assets/fonts/allura-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/allura-regular-webfont.woff2") format("woff2"), url("assets/fonts/allura-regular-webfont.woff") format("woff"), url("assets/fonts/allura-regular-webfont.ttf") format("truetype"), url("assets/fonts/allura-regular-webfont.svg#alluraregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'open_sansregular';
  src: url("assets/fonts/opensans-regular-webfont.eot");
  src: url("assets/fonts/opensans-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/opensans-regular-webfont.woff2") format("woff2"), url("assets/fonts/opensans-regular-webfont.woff") format("woff"), url("assets/fonts/opensans-regular-webfont.ttf") format("truetype"), url("assets/fonts/opensans-regular-webfont.svg#open_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'book_antiquabold';
  src: url("assets/fonts/book_antiqua_bold-webfont.eot");
  src: url("assets/fonts/book_antiqua_bold-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/book_antiqua_bold-webfont.woff2") format("woff2"), url("assets/fonts/book_antiqua_bold-webfont.woff") format("woff"), url("assets/fonts/book_antiqua_bold-webfont.ttf") format("truetype"), url("assets/fonts/book_antiqua_bold-webfont.svg#book_antiquabold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'sacramentoregular';
  src: url("assets/fonts/sacramento-regular-webfont.eot");
  src: url("assets/fonts/sacramento-regular-webfont.eot?#iefix") format("embedded-opentype"), url("assets/fonts/sacramento-regular-webfont.woff2") format("woff2"), url("assets/fonts/sacramento-regular-webfont.woff") format("woff"), url("assets/fonts/sacramento-regular-webfont.ttf") format("truetype"), url("assets/fonts/sacramento-regular-webfont.svg#sacramentoregular") format("svg");
  font-weight: normal;
  font-style: normal; }
body {
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 13px;
  line-height: 18px;
  background: url("assets/img/body-bg.png") repeat;
  background-color: #f8f8f8; }

.container {
  max-width: 970px; }

h1 {
  font-size: 40px;
  line-height: 54px; }

h2 {
  font-size: 36px;
  line-height: 50px; }

h3 {
  font-size: 32px;
  line-height: 46px; }

h4 {
  font-size: 28px;
  line-height: 42px; }

h5 {
  font-size: 24px;
  line-height: 38px; }

h6 {
  font-size: 20px;
  line-height: 34px; }

a {
  color: #68a21c; }
  a:hover, a:active, a:focus {
    color: #68a21c; }

.btn,
.btn:hover,
.btn:focus,
.btn:active {
  background: url("assets/img/btn-bg.png") repeat-x;
  background-color: #6a981a;
  color: #fff;
  font-family: "aliceregular", Arial, sans-serif;
  font-size: 17px;
  line-height: 22px;
  border: none;
  border-radius: 5px;
  text-transform: uppercase;
  margin-left: 20px;
  padding: 4px 0 2px 12px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
  border: 1px #486811 solid;
  border-top: none; }
  .btn span,
  .btn:hover span,
  .btn:focus span,
  .btn:active span {
    background: url("assets/img/btn-arr-right.png") no-repeat right center;
    width: 30px;
    height: 18px;
    z-index: 10000;
    padding-right: 38px; }

.btn:hover {
  color: #ebeced; }

.back-to-archive {
  margin-left: 0;
  background-image: none;
  padding: 4px 12px 2px 12px;
  text-transform: lowercase; }
  .back-to-archive:hover, .back-to-archive:active, .back-to-archive:focus {
    margin-left: 0;
    background-image: none;
    padding: 4px 12px 2px 12px;
    text-transform: lowercase; }

header {
  background: url("assets/img/header-bckg.jpg") repeat-x;
  background-color: #f9f8f9;
  padding-bottom: 23px; }
  header h1 {
    margin: 15px 0 0 0; }
    header h1 a {
      display: block; }
  header .nav-pills {
    margin-top: 46px; }
    header .nav-pills .menu-item a {
      font-family: "arialbold", Arial, sans-serif;
      font-size: 15px;
      line-height: 20px;
      color: #68a31c;
      padding-left: 40px; }
    header .nav-pills .contact-us a {
      background: url("assets/img/contact-us.png") no-repeat 1px 1px; }
    header .nav-pills .find-us a {
      background: url("assets/img/find-us.png") no-repeat 1px 1px; }
    header .nav-pills .donate a {
      background: url("assets/img/donate.png") no-repeat 1px 1px; }

.navbar {
  background: url("assets/img/banner-bckg.png") repeat-x;
  background-color: #96b41e;
  border-radius: 0;
  border: none;
  min-height: 0;
  box-shadow: 0 6px 9px rgba(0, 0, 0, 0.5);
  margin-bottom: 0; }
  .navbar .navbar-collapse {
    padding: 0; }
    .navbar .navbar-collapse .nav .menu-item:hover a {
      color: #fff; }
    .navbar .navbar-collapse .nav .menu-item.first-element a {
      padding-left: 0; }
    .navbar .navbar-collapse .nav .menu-item.last-element a {
      padding-right: 0; }
    .navbar .navbar-collapse .nav .menu-item a {
      background-image: none;
      padding: 11px 19px;
      font-family: "aliceregular", Arial, sans-serif;
      font-size: 19px;
      line-height: 25px;
      color: #132300;
      text-transform: uppercase;
      outline: none; }
      .navbar .navbar-collapse .nav .menu-item a:hover, .navbar .navbar-collapse .nav .menu-item a:active, .navbar .navbar-collapse .nav .menu-item a:focus {
        text-decoration: none;
        background-color: transparent;
        color: #fff; }
    .navbar .navbar-collapse .nav .menu-item .sub-menu {
      display: none;
      background-color: #7ca01b;
      display: none;
      list-style: outside none none;
      padding-left: 0;
      left: 8px;
      position: absolute;
      z-index: 999;
      min-width: 100%;
      box-shadow: 0 4px 5px rgba(0, 0, 0, 0.5); }
      .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item {
        padding: 5px 0;
        margin: 0; }
        .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:last-child {
          border: none; }
        .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item:hover {
          background-color: #618401; }
        .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item a {
          background-color: transparent;
          padding: 5px 30px 5px 10px;
          white-space: nowrap;
          color: #fff;
          text-transform: capitalize;
          font-size: 14px;
          line-height: 24px; }
          .navbar .navbar-collapse .nav .menu-item .sub-menu .menu-item a:hover {
            text-decoration: none;
            color: #fff; }
    .navbar .navbar-collapse .nav .menu-item:hover .sub-menu {
      display: block; }
    .navbar .navbar-collapse .nav .current-menu-item a,
    .navbar .navbar-collapse .nav .current-menu-ancestor a {
      color: #fff; }

.slider {
  background: url("assets/img/slider-bckg.jpg") no-repeat;
  background-size: cover;
  margin-bottom: 15px; }
  .slider .flexslider {
    background-color: transparent;
    border: none;
    margin: 0;
    border-radius: 0;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.5) inset; }
    .slider .flexslider .slides {
      overflow: hidden; }
      .slider .flexslider .slides li .container {
        padding: 30px 15px 35px 15px; }
        .slider .flexslider .slides li .container img {
          width: auto;
          float: left;
          margin-right: 10px;
          border: 1px #fff solid; }
        .slider .flexslider .slides li .container .flex-content {
          float: left;
          width: 350px;
          margin-top: 80px; }
          .slider .flexslider .slides li .container .flex-content h2 {
            font-family: "alluraregular", Arial, sans-serif;
            font-size: 56px;
            line-height: 48px;
            color: #024b85;
            margin: 0 0 15px 0; }
            .slider .flexslider .slides li .container .flex-content h2 span {
              display: block;
              margin-left: 20px; }
          .slider .flexslider .slides li .container .flex-content h3 {
            font-family: "aliceregular", Arial, sans-serif;
            font-size: 26px;
            line-height: 33px;
            color: #497f02;
            margin: 0 0 25px 20px; }
          .slider .flexslider .slides li .container .flex-content .btn {
            background: url("assets/img/btn-bg.png") repeat-x;
            background-color: #6a981a;
            color: #fff;
            font-family: "aliceregular", Arial, sans-serif;
            font-size: 17px;
            line-height: 22px;
            border: none;
            border-radius: 5px;
            text-transform: uppercase;
            margin-left: 20px;
            padding: 4px 0 2px 12px;
            box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
            border: 1px #486811 solid;
            border-top: none; }
            .slider .flexslider .slides li .container .flex-content .btn:hover {
              color: #ebeced; }
            .slider .flexslider .slides li .container .flex-content .btn span {
              background: url("assets/img/btn-arr-right.png") no-repeat right center;
              width: 30px;
              height: 18px;
              z-index: 10000;
              padding-right: 38px; }

.banner {
  background-size: cover !important;
  padding: 35px 0 25px 0;
  margin-bottom: 20px;
  box-shadow: 1px -1px 13px rgba(0, 0, 0, 0.4) inset; }
  .banner h1 {
    margin: 0;
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 48px;
    line-height: 48px;
    color: #49001a; }

.main-content .container {
  padding: 15px;
  border: 1px #dae3e9 solid;
  background-color: #fff; }
  .main-content .container .alert {
    background: url("assets/img/donation-bg.png") repeat-x;
    background-color: #e4e8eb;
    border: 1px #eaeef1 solid;
    border-top: 1px #eaeef1 solid;
    border-radius: 0; }
    .main-content .container .alert div div {
      font-family: "aliceregular", Arial, sans-serif;
      font-size: 19px;
      line-height: 31px;
      color: #4a5d6c; }
      .main-content .container .alert div div span {
        font-family: "alex_brushregular", Arial, sans-serif;
        font-size: 33px;
        line-height: 3px;
        color: #105e9c; }
      .main-content .container .alert div div .btn {
        font-family: "aliceregular", Arial, sans-serif;
        background: url("assets/img/btn-big-bg.png") repeat-x;
        background-color: #6a981a;
        color: #fff;
        font-size: 20px;
        line-height: 26px;
        border: none;
        border-radius: 5px;
        text-transform: uppercase;
        margin-left: 20px;
        padding: 4px 0 2px 12px;
        box-shadow: 0 2px 2px rgba(0, 0, 0, 0.5);
        border: 1px #486811 solid;
        border-top: none; }
        .main-content .container .alert div div .btn span {
          background: url("assets/img/btn-arr-right.png") no-repeat right center;
          font-family: "aliceregular", Arial, sans-serif;
          z-index: 10000;
          padding-right: 38px;
          font-size: 20px;
          line-height: 26px;
          text-transform: uppercase;
          color: #fff;
          width: 30px;
          height: 18px; }
          .main-content .container .alert div div .btn span:hover {
            color: #ebeced; }
  .main-content .container h3 {
    background: url("assets/img/arrow-down-green.png") no-repeat left bottom;
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    margin: 0;
    padding-bottom: 8px; }
    .main-content .container h3 span {
      padding: 15px 20px;
      background-color: #87a81c;
      color: #fff;
      display: block; }
  .main-content .container .bottom-txt {
    margin-top: 5px; }
.main-content .blue-column h3 {
  background: url("assets/img/arown-down-blue.png") no-repeat left bottom; }
  .main-content .blue-column h3 span {
    background-color: #4a5d6c; }
.main-content .blue-column h5 {
  background-color: #f0f6f9; }
  .main-content .blue-column h5 a {
    background: url("assets/img/btn-arrow-right-blue.png") no-repeat right center;
    color: #4982ad; }
.main-content .blue-column article h4 a {
  color: #527fa3; }
  .main-content .blue-column article h4 a:hover {
    color: #6095c0; }
.main-content .border-art {
  border-right: 1px #dce1e5 solid; }
.main-content .border-wrapper {
  border: 1px #dee2e2 solid;
  background-color: #FBFCFE; }
.main-content .inside-padding {
  padding: 0 10px; }
.main-content h5 {
  background-color: #f3f6f3;
  margin: 0;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 12px;
  line-height: 31px;
  padding-left: 15px; }
  .main-content h5 a {
    background: url("assets/img/btn-arrow-right-green.png") no-repeat right center;
    color: #4b8104;
    padding-right: 20px; }
    .main-content h5 a:hover {
      text-decoration: none; }
.main-content .signature {
  font-family: "sacramentoregular", Arial, sans-serif;
  font-size: 48px;
  line-height: 48px;
  color: #a24f22; }
.main-content .paypal-donations {
  padding-bottom: 40px;
  background: url("assets/img/accepted_cards.jpg") no-repeat left bottom; }
  .main-content .paypal-donations label {
    margin-right: 10px;
    float: left;
    line-height: 24px; }
  .main-content .paypal-donations #amount {
    padding: 5px;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px; }
  .main-content .paypal-donations .btn {
    padding-right: 5px;
    float: left;
    margin: 0; }
  .main-content .paypal-donations #loading {
    float: left; }

article {
  border-bottom: 1px #dce1e5 solid;
  padding: 25px 0; }
  article:last-child {
    border-bottom: none; }
  article .date {
    font-size: 11px;
    line-height: 11px;
    color: #4a5d6c; }
  article h4 {
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 24px; }
    article h4 a {
      font-family: "aliceregular", Arial, sans-serif;
      color: #68a31c; }
      article h4 a:hover {
        color: #76b820;
        text-decoration: none; }
  article p {
    font-size: 13px !important;
    line-height: 18px;
    color: #81878c; }
  article .btn {
    background-color: #90ae38;
    background-image: none;
    color: #fff;
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 14px;
    line-height: 24px;
    padding: 1px 10px;
    margin: 0;
    box-shadow: none;
    border: none;
    outline: none;
    text-transform: lowercase; }
    article .btn:hover, article .btn:active, article .btn:focus {
      color: #789031;
      background-color: #90ae38;
      background-image: none;
      font-family: "aliceregular", Arial, sans-serif;
      font-size: 14px;
      line-height: 24px;
      padding: 1px 10px;
      margin: 0;
      box-shadow: none;
      border: none;
      text-transform: lowercase; }

.single article {
  border: none; }

.category article h4,
.blog article h4 {
  margin-bottom: 4px; }

.welcome-title {
  background: url("assets/img/h1-bg.png") repeat-x center; }
  .welcome-title span {
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 41px;
    line-height: 71px;
    color: #4a5d6c;
    background-color: #fff;
    padding: 0 15px; }

.main-content .content p {
  font-size: 14px;
  line-height: 24px;
  color: #4a5d6c; }
.main-content .content h3 {
  background-image: none; }
.main-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto; }

aside img {
  width: 100%;
  height: auto; }

.main-content h2 {
  font-family: "aliceregular", Arial, sans-serif;
  font-size: 36px;
  line-height: 43px;
  color: #4a5d6c;
  margin: 0 0 15px 0;
  padding-bottom: 5px;
  border-bottom: 1px #e6ebee solid; }
.main-content ul li {
  color: #4a5d6c;
  font-size: 14px;
  line-height: 24px; }

.blog .main-content h2,
.category .main-content h2,
.date .main-content h2,
.single .main-content h2 {
  color: #68a31c; }

.widget h3 {
  text-transform: uppercase; }

.widget_categories {
  border: 1px #dce1e5 solid;
  background-color: #fafcfd;
  margin-bottom: 15px; }
  .widget_categories ul {
    list-style: none;
    padding-left: 0; }
    .widget_categories ul li {
      padding: 10px 0;
      margin: 0 20px;
      border-bottom: 1px #dce1e5 solid; }
      .widget_categories ul li:last-child {
        border: none; }
      .widget_categories ul li a {
        font-family: "aliceregular", Arial, sans-serif;
        font-size: 18px;
        line-height: 24px;
        color: #7a8893;
        text-transform: capitalize; }
        .widget_categories ul li a:hover {
          text-decoration: none; }
    .widget_categories ul .current-cat a {
      color: #618215; }

.main-content .widget_nav_menu {
  margin-bottom: 15px; }

.main-content .widget_calendar,
.main-content .widget_em_calendar {
  border: 1px #dce1e5 solid;
  margin-bottom: 15px; }
  .main-content .widget_calendar h3,
  .main-content .widget_em_calendar h3 {
    background: url("assets/img/arrow-down-blue-new.jpg") no-repeat left bottom; }
    .main-content .widget_calendar h3 span,
    .main-content .widget_em_calendar h3 span {
      background-color: #4a5d6c; }
  .main-content .widget_calendar table,
  .main-content .widget_em_calendar table {
    margin: 10px auto 20px auto; }
    .main-content .widget_calendar table caption,
    .main-content .widget_em_calendar table caption {
      font-family: "open_sansregular", Arial, sans-serif;
      font-weight: 700;
      font-size: 14px;
      line-height: 20px;
      color: #726f68;
      text-transform: capitalize; }
    .main-content .widget_calendar table tr,
    .main-content .widget_em_calendar table tr {
      margin-bottom: 2px; }
    .main-content .widget_calendar table th, .main-content .widget_calendar table td,
    .main-content .widget_em_calendar table th,
    .main-content .widget_em_calendar table td {
      background-color: #c3d1da;
      color: #f6eaea;
      font-family: "aliceregular", Arial, sans-serif;
      font-size: 14px;
      line-height: 20px;
      color: #726f68;
      padding: 4px 11px;
      margin: 2px;
      border: 2px #eff3f6 solid; }
      .main-content .widget_calendar table th a, .main-content .widget_calendar table td a,
      .main-content .widget_em_calendar table th a,
      .main-content .widget_em_calendar table td a {
        color: #fff; }
        .main-content .widget_calendar table th a:hover, .main-content .widget_calendar table td a:hover,
        .main-content .widget_em_calendar table th a:hover,
        .main-content .widget_em_calendar table td a:hover {
          text-decoration: none;
          color: #68a31c; }
    .main-content .widget_calendar table th,
    .main-content .widget_em_calendar table th {
      background-color: transparent;
      border: none; }
    .main-content .widget_calendar table tfoot,
    .main-content .widget_em_calendar table tfoot {
      display: none; }
  .main-content .widget_calendar .em-calendar td,
  .main-content .widget_em_calendar .em-calendar td {
    color: #4a5d6c; }
    .main-content .widget_calendar .em-calendar td a,
    .main-content .widget_em_calendar .em-calendar td a {
      color: #fff; }
      .main-content .widget_calendar .em-calendar td a:hover,
      .main-content .widget_em_calendar .em-calendar td a:hover {
        color: #68a31c; }
  .main-content .widget_calendar .em-calendar thead td,
  .main-content .widget_em_calendar .em-calendar thead td {
    background-color: #fff;
    border: none;
    color: #4a5d6c; }
    .main-content .widget_calendar .em-calendar thead td a,
    .main-content .widget_em_calendar .em-calendar thead td a {
      color: #4a5d6c; }
  .main-content .widget_calendar .em-calendar tbody .days-names td,
  .main-content .widget_em_calendar .em-calendar tbody .days-names td {
    background-color: #fff;
    border: none; }

.widget-button {
  background: url("assets/img/widget-btn-bg.png") repeat-x;
  border: 1px #dce1e5 solid;
  padding: 21px 15px; }
  .widget-button .btn {
    font-size: 20px;
    line-height: 26px;
    background: url("assets/img/widget-btn-bckg.jpg") repeat-x;
    margin-left: 0;
    padding: 9px 0 7px 21px; }
    .widget-button .btn:hover {
      color: #ebeced;
      border: none;
      padding: 9px 0 7px 21px;
      border: 1px #486811 solid;
      border-top: none; }
    .widget-button .btn span {
      padding-right: 55px; }

.theme_donation_button {
  border: 1px solid #dce1e5;
  background: #e2e7e9 url("assets/img/make-donation-bg.png") repeat-x scroll 0 0;
  padding: 20px 10px;
  text-align: center; }

.widget_paypal_donations {
  border: 1px solid #dce1e5; }
  .widget_paypal_donations img {
    width: 1px;
    height: 1px; }
  .widget_paypal_donations .paypal-donations {
    background-image: none;
    padding-bottom: 0;
    text-align: center;
    background: url("assets/img/make-donation-bg.png") repeat-x;
    background-color: #e2e7e9;
    padding: 20px 10px; }

.pagination {
  margin: 0; }
  .pagination a {
    text-transform: uppercase; }

.menu {
  padding-left: 0;
  list-style: none; }
  .menu li {
    display: none;
    border: 1px #e3e3e3 solid; }
  .menu .current-menu-item.menu-item-has-children,
  .menu .current-menu-ancestor {
    display: block; }
    .menu .current-menu-item.menu-item-has-children a,
    .menu .current-menu-ancestor a {
      background: url("assets/img/arrow-down-brown.png") no-repeat left bottom;
      display: block;
      padding-bottom: 8px; }
      .menu .current-menu-item.menu-item-has-children a span,
      .menu .current-menu-ancestor a span {
        font-family: "aliceregular", Arial, sans-serif;
        font-size: 20px;
        line-height: 26px;
        background-color: #b8581e;
        color: #fff;
        display: block;
        padding: 15px 20px;
        text-transform: uppercase; }
      .menu .current-menu-item.menu-item-has-children a:hover,
      .menu .current-menu-ancestor a:hover {
        text-decoration: none; }
    .menu .current-menu-item.menu-item-has-children .sub-menu,
    .menu .current-menu-ancestor .sub-menu {
      padding: 0 20px; }
      .menu .current-menu-item.menu-item-has-children .sub-menu li,
      .menu .current-menu-ancestor .sub-menu li {
        display: block;
        border: none;
        border-bottom: 1px solid #dce1e5; }
        .menu .current-menu-item.menu-item-has-children .sub-menu li:last-child,
        .menu .current-menu-ancestor .sub-menu li:last-child {
          border-bottom: none; }
        .menu .current-menu-item.menu-item-has-children .sub-menu li a,
        .menu .current-menu-ancestor .sub-menu li a {
          background-image: none;
          font-family: "aliceregular", Arial, sans-serif;
          font-size: 18px;
          line-height: 24px;
          color: #7a8893;
          padding: 15px 0; }
      .menu .current-menu-item.menu-item-has-children .sub-menu .current-menu-item a,
      .menu .current-menu-ancestor .sub-menu .current-menu-item a {
        color: #944e02; }

a[href$=".xls"] {
  background: url("assets/img/icon_xls.gif") no-repeat scroll left center transparent;
  padding: 5px 20px; }

a[href$=".doc"], a[href$=".rtf"] {
  background: url("assets/img/icon_doc.gif") no-repeat scroll left center transparent;
  padding: 5px 20px; }

a[href$=".pdf"] {
  background: url("assets/img/icon_pdf.gif") no-repeat scroll left center transparent;
  padding: 5px 20px; }

.wp-caption {
  border: 8px solid #ececec;
  position: relative; }
  .wp-caption a {
    display: block; }
    .wp-caption a img {
      width: 100%;
      height: auto; }
  .wp-caption p.wp-caption-text {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #68a31c;
    color: #fff;
    margin-bottom: 0;
    padding: 5px 8px; }

.alignleft {
  float: left;
  margin: 0 20px 20px 0; }

.alignright {
  float: right;
  margin: 0 0 20px 20px; }

.mapp-container {
  width: 100% !important; }

.mapp-canvas-panel,
.mapp-layout {
  width: 100% !important;
  border: none !important;
  margin: 0 0 35px 0 !important; }
  .mapp-canvas-panel .mapp-map-links,
  .mapp-layout .mapp-map-links {
    border: none; }

.mapp-canvas {
  width: 100% !important;
  border: none !important;
  margin: 0; }

#gform_1 {
  color: #4a5d6c; }
  #gform_1 .gform_footer input {
    background-color: #90ae38;
    background-image: none;
    border: medium none;
    box-shadow: none;
    color: #ffffff;
    font-family: "aliceregular",Arial,sans-serif;
    font-size: 14px;
    line-height: 24px;
    margin: 0;
    padding: 2px 10px;
    border-radius: 5px; }

.css-events-list article h4 {
  margin-bottom: 10px; }
  .css-events-list article h4 a {
    color: #4480b2; }
.css-events-list article span {
  display: block; }
.css-events-list article a.btn {
  margin-top: 10px;
  background-color: #648eb1;
  color: #fff; }
  .css-events-list article a.btn:hover, .css-events-list article a.btn:active, .css-events-list article a.btn:focus {
    color: #3f6585; }

#em-wrapper p {
  display: none; }

.page-template-templatesevents-php .current-menu-item.menu-item-has-children a,
.page-template-templatesevents-php .current-menu-ancestor a {
  background: url("assets/img/arrows-down-blue.png") no-repeat left bottom; }
  .page-template-templatesevents-php .current-menu-item.menu-item-has-children a span,
  .page-template-templatesevents-php .current-menu-ancestor a span {
    background-color: #5282a8; }
.page-template-templatesevents-php .current-menu-item.menu-item-has-children .sub-menu .menu-item a,
.page-template-templatesevents-php .current-menu-ancestor .sub-menu .menu-item a {
  color: #7a8893; }
.page-template-templatesevents-php .current-menu-item.menu-item-has-children .sub-menu .current-menu-item a,
.page-template-templatesevents-php .current-menu-ancestor .sub-menu .current-menu-item a {
  color: #5282a8; }

.single-post .date {
  background: url("assets/img/date-bg.png") no-repeat scroll left center transparent;
  padding-left: 20px;
  display: block;
  height: 20px;
  margin-bottom: 25px;
  line-height: 21px; }

.single-event .main-content h2 {
  color: #4a5d6c; }
.single-event article .date, .single-event article .time {
  display: block;
  padding-left: 20px;
  font-family: "open_sansregular", Arial, sans-serif;
  font-size: 14px;
  line-height: 24px;
  color: #4a5d6c; }
.single-event article .date {
  background: url("assets/img/date-bg.png") no-repeat left center; }
.single-event article .time {
  background: url("assets/img/clock-ico.png") no-repeat left center;
  margin-bottom: 20px; }
.single-event .btn {
  background-image: none;
  background-color: #648eb1;
  padding: 4px 12px 2px 12px;
  margin-left: 0; }
  .single-event .btn:hover, .single-event .btn:focus, .single-event .btn:active {
    color: #3f6585; }

.main-content .paypal-donations .btn {
  background-image: none;
  background-color: #648eb1;
  padding: 4px 12px 2px 12px; }

.gallery-content {
  padding: 0 10px 20px; }
  .gallery-content h2 .btn {
    padding: 4px 12px 2px 12px; }

.gallery.row {
  margin: 0; }
  .gallery.row .col-sm-4 {
    padding: 0 10px; }
    .gallery.row .col-sm-4 .gallery-item {
      background: #eff1e4;
      border: 1px solid #dae3e9;
      border-radius: 5px;
      padding: 5px;
      margin-bottom: 20px; }
      .gallery.row .col-sm-4 .gallery-item img {
        width: 100%;
        max-width: none; }
      .gallery.row .col-sm-4 .gallery-item .gallery-meta {
        padding: 10px; }
      .gallery.row .col-sm-4 .gallery-item h4 {
        color: #49001a;
        font-family: "aliceregular",Arial,sans-serif;
        font-size: 22px;
        line-height: 30px;
        margin-bottom: 0; }
        .gallery.row .col-sm-4 .gallery-item h4 a {
          color: #49001a; }
      .gallery.row .col-sm-4 .gallery-item .ngg-album-gallery-image-counter {
        color: #49001a;
        font-family: "aliceregular",Arial,sans-serif;
        font-size: 16px;
        line-height: 22px; }
      .gallery.row .col-sm-4 .gallery-item .btn {
        margin: 0;
        padding: 4px 14px 2px 14px;
        font-size: 16px; }

footer {
  background-color: #4a5d6c;
  border-top: 4px #3f515f solid;
  border-bottom: 4px #3f515f solid;
  padding: 30px 0 35px 0;
  margin-top: 30px; }
  footer .widget h3 {
    margin: 0;
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 20px;
    line-height: 26px;
    color: #fff;
    text-transform: uppercase;
    padding-bottom: 15px;
    border-bottom: 1px #88949e solid;
    margin-bottom: 20px; }
  footer .widget .textwidget {
    font-size: 13px;
    line-height: 20px;
    color: #9fabb3; }
    footer .widget .textwidget a {
      color: #9fabb3; }
      footer .widget .textwidget a:hover {
        color: #9fabb3;
        text-decoration: none; }
  footer .widget_promoters h4 {
    font-family: "book_antiquabold", Arial, sans-serif;
    font-size: 35px;
    line-height: 28px;
    color: #ffffff;
    margin: 0 0 10px 0;
    text-shadow: 2px 2px 9px #000000; }
  footer .widget_promoters img {
    max-width: 100%; }
  footer .widget_sign_up form input[type="email"] {
    display: block;
    margin-bottom: 15px;
    width: 100%;
    padding: 5px 10px;
    border-radius: 2px;
    border: none; }
  footer .widget_sign_up form input[type="submit"] {
    background-color: #8b9ca9;
    color: #4a5d6c;
    border-radius: 2px;
    font-size: 14px;
    line-height: 18px;
    border: 1px #bfc7cb solid;
    margin-bottom: 20px;
    padding: 5px 20px; }
  footer .widget_sign_up p {
    font-family: "aliceregular", Arial, sans-serif;
    font-size: 16px;
    line-height: 21px; }
    footer .widget_sign_up p a {
      color: #afb2b4; }
      footer .widget_sign_up p a:hover {
        text-decoration: none;
        color: #fff !important; }

/* Fixes */
.welcome-box {
  margin-bottom: 20px; }

.main-content .container article {
  min-height: 210px; }

/* End Fixes */
@media (max-width: 992px) {
  .navbar .navbar-collapse .nav .menu-item a {
    font-size: 13px;
    line-height: 20px; }

  header .logo {
    float: none !important;
    text-align: center;
    margin-bottom: 10px; }
  header nav.pull-right {
    float: none !important; }
    header nav.pull-right ul {
      width: 360px;
      margin: 46px auto 0 auto; }

  .slider .flexslider .slides li .container img {
    float: none;
    margin: 0 auto; }
  .slider .flexslider .slides li .container .flex-content {
    float: none;
    text-align: center;
    margin: 40px auto 0;
    width: auto; }
    .slider .flexslider .slides li .container .flex-content h2 span {
      margin-left: 0; }
    .slider .flexslider .slides li .container .flex-content h3, .slider .flexslider .slides li .container .flex-content .btn {
      margin-left: 0; }

  .main-content .container .alert div div {
    text-align: center;
    margin-bottom: 10px; }
  .main-content .container div div:first-child {
    margin-bottom: 20px; }

  .main-content .widget_calendar table th,
  .main-content .widget_calendar table td,
  .main-content .widget_em_calendar table th,
  .main-content .widget_em_calendar table td {
    padding: 3px 6px; }

  .main-content .container div div:first-child {
    margin-bottom: 0; }

  .main-content .container article {
    min-height: 230px; } }
@media (max-width: 767px) {
  .navbar {
    background-image: none;
    background-color: transparent; }

  header h1 a img {
    max-width: 100%;
    height: auto; }

  nav.pull-right {
    width: 420px;
    margin: 0 auto; }

  .nav {
    float: left; }

  .navbar-toggle {
    background-color: #68a31c;
    float: left;
    margin-top: 46px; }
    .navbar-toggle .icon-bar {
      background-color: #fff; }

  .slider .flexslider .slides li .container img {
    display: none; }

  .navbar .navbar-collapse {
    margin-left: 0;
    margin-right: 0; }
    .navbar .navbar-collapse .navbar-nav {
      float: none;
      margin-left: 0;
      margin-right: 0; }
      .navbar .navbar-collapse .navbar-nav .top-menu {
        background-color: #cfddef;
        display: block; }
        .navbar .navbar-collapse .navbar-nav .top-menu a {
          background: url("assets/img/menu-close.png") no-repeat scroll right 10px transparent;
          margin-right: 20px; }
      .navbar .navbar-collapse .navbar-nav .menu-item {
        background-color: #e4e9eb;
        border-bottom: 1px solid #d4d8dd;
        margin-bottom: 1px;
        position: relative; }
        .navbar .navbar-collapse .navbar-nav .menu-item:hover a {
          color: #68a31c; }
        .navbar .navbar-collapse .navbar-nav .menu-item a {
          font-size: 15px;
          line-height: 21px;
          padding: 15px 20px !important; }
          .navbar .navbar-collapse .navbar-nav .menu-item a:hover {
            color: #68a31c; }
        .navbar .navbar-collapse .navbar-nav .menu-item:hover .sub-menu {
          display: none; }
        .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu {
          position: static;
          background-color: #e4e9eb;
          box-shadow: none; }
          .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item {
            border-bottom: 1px solid #f6f7f7; }
            .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item:first-child {
              border-top: 1px solid #f6f7f7; }
            .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item:last-child {
              border-bottom: none; }
            .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item:hover {
              background-color: #e4e9eb; }
            .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a {
              color: #132300;
              display: block; }
              .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .menu-item a:hover {
                color: #68a31c; }
          .navbar .navbar-collapse .navbar-nav .menu-item .sub-menu .current-menu-item a {
            color: #68a31c; }
        .navbar .navbar-collapse .navbar-nav .menu-item span {
          background: url("assets/img/menu-btn.png") no-repeat scroll 0 0 transparent;
          cursor: pointer;
          height: 35px;
          position: absolute;
          right: 11px;
          top: 9px;
          width: 35px; }
      .navbar .navbar-collapse .navbar-nav .current-menu-item a,
      .navbar .navbar-collapse .navbar-nav .current-menu-ancestor a {
        color: #68a31c; }

  .container .row .col-sm-8,
  .container .row .col-sm-4 {
    width: 100%; }

  .main-content .container article {
    min-height: 0; } }
@media (max-width: 480px) {
  header nav.pull-right {
    width: 240px; }
    header nav.pull-right .nav-pills {
      width: 170px; }
      header nav.pull-right .nav-pills li a {
        display: block;
        width: 35px;
        height: 36px;
        text-indent: -999px;
        overflow: hidden; }

  footer .col-xs-4 {
    width: 100%;
    margin-bottom: 10px;
    padding: 0 40px; } }

/*# sourceMappingURL=style.css.map */
