.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-nopadding [class*="col-"] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
hr {
  margin-top: 36px;
  margin-bottom: 36px;
}
ul.list-spread li {
  margin-bottom: 1em;
}
.text-uppercase {
  text-transform: uppercase;
}
.fw-half {
  display: inline-block;
  width: 50%;
}
.green {
  color: #01b903;
}
.brand {
  color: #01b903;
}
.brand-light {
  color: #63b24b;
}
.green-darker {
  color: #7ba39c;
}
.brand-darker {
  color: #7ba39c;
}
.background-green,
.background-brand {
  background: #01b903;
  color: #ffffff;
}
.header-top {
  background-color: #01b903;
  color: #ffffff;
  border-bottom: 3px solid #009902;
}
.header-top .nav li a {
  position: relative;
  font-style: italic;
  color: #ffffff;
  margin-right: -1px;
}
.header-top .nav li a:before {
  font-style: normal;
  font-size: 22px;
  margin-right: 4px;
  top: 4px;
  position: relative;
}
.header-top .nav li a:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  width: 1px;
  top: 12px;
  bottom: 12px;
  background: #ffffff;
}
.header-top .nav li a.icon-fb span {
  display: none;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header-top .nav li a {
    font-size: 14px;
    padding: 10px;
  }
}
.header-top .nav li:first-child a:after {
  display: none;
}
@media (min-width: 768px) {
  .header-top .nav {
    float: right;
  }
}
.header-top .nav > li > a:hover,
.header-top .nav > li > a:focus {
  background-color: #ffffff;
  color: #01b903;
}
@media (max-width: 768px) {
  .header-top {
    display: none;
  }
}
.header {
  background-color: #ffffff;
}
.header .container {
  position: relative;
}
.header .container #rueckkehrer-button,
.header .container #amtliches-button {
  position: absolute;
  text-indent: -99999px;
}
.header .container #rueckkehrer-button {
  bottom: -40px;
  right: 15px;
  width: 112px;
  height: 112px;
  background: url(../../templates/gemeinde/images/rueckkehrer-button.png) no-repeat center center;
  z-index: 30;
}
.header .container #amtliches-button {
  bottom: -73px;
  right: 15px;
  width: 104px;
  height: 74px;
  background: url(../../templates/gemeinde/images/amtliches-button.png) no-repeat center center;
  z-index: 29;
}
@media (max-width: 767px) {
  .header .container #rueckkehrer-button,
  .header .container #amtliches-button {
    display: none;
  }
}
.header .head-right img {
  padding: 15px 10px;
  margin: auto;
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .head-right img {
    padding-right: 110px;
    padding-left: 60px;
    margin-top: 25px;
  }
}
@media (min-width: 992px) {
  .header .head-right img {
    margin-top: 20px;
    float: right;
    padding-right: 120px;
  }
}
@media (min-width: 1200px) {
  .header .head-right img {
    margin-top: 0;
    padding-right: 150px;
  }
}
.logo {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .logo {
    text-align: left;
  }
}
.logo a {
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  .logo-image a {
    display: table;
  }
}
.logo-image a,
.logo-image a:hover,
.logo-image a:focus {
  text-decoration: none;
}
.logo-image .logo-img {
  margin: 5px 15px 5px 0;
}
@media (min-width: 768px) {
  .logo-image .logo-img {
    float: left;
  }
}
.logo-image span {
  font-weight: 800;
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.01em;
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 480px) {
  .logo-image span {
    display: block;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .logo-image span {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .logo-image {
    float: left;
    width: calc(100% - 50px);
  }
  .off-canvas-toggle {
    float: right;
    margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .off-canvas-toggle {
    display: none;
  }
}
.logo-text a {
  text-decoration: none;
  font-size: 30px;
  font-weight: bold;
}
.logo-text:hover a,
.logo-text a:hover,
.logo-text a:active,
.logo-text a:focus {
  text-decoration: none;
}
.logo-text .site-slogan {
  display: block;
  font-size: 15px;
  margin-top: 5px;
}
.site-slogan {
  display: none;
}
.head-search {
  margin-top: 18px;
}
.head-search:before,
.head-search:after {
  display: table;
  content: " ";
}
.head-search:after {
  clear: both;
}
.head-search form {
  margin: 0;
}
.head-search label {
  display: none;
}
.head-search .search {
  position: relative;
}
.head-search .search:before {
  font-family: "FontAwesome";
  content: "\f002";
  display: block;
  position: absolute;
  left: 10px;
  top: 6px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  .head-search .search {
    float: right;
  }
}
.head-search .form-control {
  width: 100%;
  padding-left: 30px;
}
@media screen and (min-width: 768px) {
  .head-search .form-control {
    width: 150px;
  }
  .head-search .form-control:focus {
    width: 200px;
  }
}
#banner {
  background: #63b24b;
}
.t3-sl {
  background: #63b24b;
  padding-bottom: 9px;
  padding-top: 9px;
}
@media screen and (min-width: 768px) {
  .t3-sl {
    padding-top: 18px;
  }
}
.t3-sl a {
  text-decoration: underline;
}
.t3-sl-2 .row {
  margin: 0;
}
.slideshow-style2 .flex-caption {
  background: rgba(255, 255, 255, 0.8);
  text-align: left;
  color: #000000;
  font-style: italic;
  font-size: 18px;
}
.slideshow-style2 .flex-caption .container {
  padding: 20px 30px;
  max-width: 100%;
}
.slideshow-style2 .flex-direction-nav li .next,
.slideshow-style2 .flex-direction-nav li .prev {
  bottom: 10px;
  color: #000000;
  font-size: 35px;
}
.slideshow-style2 .flex-direction-nav li .next:hover,
.slideshow-style2 .flex-direction-nav li .prev:hover {
  color: #333333;
}
.slideshow-style2 .flex-direction-nav li .prev {
  left: auto;
  right: 40px;
}
.mainmenu {
  background: #ffffff;
  box-shadow: 0px 7px 35px 0px rgba(5, 12, 18, 0.27) inset;
}
.mainmenu .nav-tabs {
  border-bottom: 0;
}
.mainmenu .nav-tabs > li > a {
  padding: 15px 0 5px;
  margin: 0 10px;
  background-color: transparent;
  border-width: 0 0 7px 0;
  font-family: 'Kadwa', serif;
  font-size: 18px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .mainmenu .nav-tabs > li > a {
    margin: 0 5px;
  }
}
.mainmenu .nav-tabs > li > a:hover,
.mainmenu .nav-tabs > li > a:focus {
  border-color: transparent;
  border-color: #01b903;
  outline: none;
  cursor: pointer;
}
.mainmenu .nav-tabs > li.active > a,
.mainmenu .nav-tabs > li.active > a:hover,
.mainmenu .nav-tabs > li.active > a:focus {
  color: #000000;
  background-color: transparent;
  border-width: 0 0 7px 0;
  border-color: #01b903;
}
.mainmenu .tab-content {
  z-index: 3;
  width: 100%;
  position: absolute;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0px 7px 35px 0px rgba(5, 12, 18, 0.27) inset;
}
@media (max-width: 767px) {
  .mainmenu {
    display: none;
  }
}
@media (min-width: 768px) {
  .mainmenu .nav.nav-tabs {
    padding-right: 110px;
  }
}
#t3-mainnav {
  border: none;
  background: #ffffff;
  box-shadow: 0px 7px 35px 0px rgba(5, 12, 18, 0.27) inset;
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
}
#t3-mainnav .navbar-nav > .active > a,
#t3-mainnav .navbar-nav > .active > a:hover,
#t3-mainnav .navbar-nav > .active > a:focus,
#t3-mainnav .navbar-nav > .open > a,
#t3-mainnav .navbar-nav > .open > a:hover,
#t3-mainnav .navbar-nav > .open > a:focus {
  background-color: transparent;
}
#t3-mainnav .t3-megamenu a {
  color: #000000;
}
#t3-mainnav .t3-megamenu .mega.open > .mega-dropdown-menu,
#t3-mainnav .t3-megamenu .mega.dropdown-submenu.open > .mega-dropdown-menu {
  background: rgba(255, 255, 255, 0.74);
}
.t3-mainbody {
  padding: 18px 28px;
}
.t3-content {
  padding: 27px;
  background: #ffffff;
}
.t3-content a {
  text-decoration: underline;
}
.t3-content article ul {
  padding-left: 20px;
}
.t3-content article ul li {
  list-style: none;
}
.t3-content article ul li:before {
  content: "\f111";
  font-family: FontAwesome;
  display: inline-block;
  color: #90ca7f;
  font-size: 50%;
  vertical-align: middle;
  width: 0;
  position: relative;
  left: -15px;
}
.t3-content article ul.list-checkbox {
  list-style-type: none;
  padding-left: 0;
}
.t3-content article ul.list-checkbox li {
  line-height: 2em;
}
.t3-content article ul.list-checkbox li:before {
  display: inline-block;
  content: "\f00c";
  margin-right: 10px;
  font: normal normal normal 14px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border-radius: 50%;
  background-color: #63b24b;
  padding: 3px;
  color: #ffffff;
  width: auto;
  left: 0;
  margin-bottom: 3px;
}
.content-fullwidth {
  margin: -27px -27px 27px -27px;
  padding-bottom: 5px;
  background: #cacaca;
}
@media (min-width: 992px) {
  .t3-sidebar-right {
    padding-right: 0;
  }
}
.t3-sidebar-right .module.module-search {
  padding: 15px;
  background-color: #172e16;
}
.t3-sidebar-right .module.module-search form {
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
}
.t3-sidebar-right .module.module-search input#mod-search-searchword {
  width: calc(100% - 35px);
  background: transparent;
  border: transparent;
  box-shadow: none;
  -webkit-transition: none;
  padding: 0;
  font-size: 20px;
  color: #ffffff;
  display: inline-block;
}
.t3-sidebar-right .module.module-search input.button {
  width: 30px;
  vertical-align: middle;
  cursor: pointer;
  
}
.t3-footer {
  background: #172e16;
  color: #ffffff;
}
.t3-footer:before,
.t3-footer:after {
  display: table;
  content: " ";
}
.t3-footer:after {
  clear: both;
}
.t3-footer small {
  display: block;
  font-size: 100%;
}
.t3-footer a {
  color: inherit;
}
.t3-footer a:hover,
.t3-footer a:active,
.t3-footer a:focus {
  color: inherit;
}
.t3-footer address {
  margin-left: 90px;
}
.t3-footer address h3 {
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 0;
  font-size: 26px;
  letter-spacing: 0.1em;
}
.t3-footer .fa-icons a {
  font-style: italic;
}
.t3-footer .fa-icons .fa {
  color: #009902;
}
.t3-footer .fa-icons .fa.fa-inverse {
  color: #172e16;
}
.t3-footer .menu-icons li {
  line-height: 25px;
  margin-bottom: 10px;
}
.t3-footer .menu-icons li.item-166,
.t3-footer .menu-icons li.item-440 {
  width: 170px;
}
.t3-footer .menu-icons li a {
  font-style: italic;
  padding-left: 33px;
  position: relative;
  display: inline-block;
}
.t3-footer .menu-icons li a[class^="icon-"]:before,
.t3-footer .menu-icons li a[class*=" icon-"]:before {
  position: absolute;
  left: 0;
  font-size: 25px;
  color: #009902;
}
.t3-footnav {
  padding: 18px 0;
}
.t3-footnav:before,
.t3-footnav:after {
  display: table;
  content: " ";
}
.t3-footnav:after {
  clear: both;
}
@media screen and (min-width: 768px) {
  .t3-footnav {
    padding: 36px 15px;
  }
}
.t3-footnav .t3-module {
  background: #172e16;
  color: #ffffff;
  margin-top: 9px;
  margin-bottom: 9px;
}
.t3-footnav .t3-module .module-title {
  color: #000000;
  font-size: 19px;
  margin-bottom: 9px;
}
.t3-footnav .t3-module ul {
  list-style: none;
  margin-left: 0;
  margin-bottom: 0;
  padding-left: 0;
}
.t3-footnav .t3-module ul > li > a {
  color: #ffffff;
}
.t3-footnav .t3-module ul > li > a:hover,
.t3-footnav .t3-module ul > li > a:active,
.t3-footnav .t3-module ul > li > a:focus {
  color: #ffffff;
}
.t3-copyright {
  border-top: 1px solid #cacaca;
  font-size: 13px;
  padding: 36px 0 72px;
}
.t3-copyright:before,
.t3-copyright:after {
  display: table;
  content: " ";
}
.t3-copyright:after {
  clear: both;
}
.t3-copyright small {
  margin-bottom: 5px;
}
.copyright {
  margin-bottom: 18px;
}
.poweredby:before,
.poweredby:after {
  display: table;
  content: " ";
}
.poweredby:after {
  clear: both;
}
@media screen and (min-width: 991px) {
  .poweredby {
    text-align: right;
  }
}
.poweredby .t3-logo,
.poweredby .t3-logo-small {
  opacity: .8;
  display: inline-block;
}
#back-to-top {
  position: fixed;
  right: 18px;
  top: auto;
  z-index: 999;
  display: none;
  bottom: -60px;
}
@media (min-width: 768px) {
  #back-to-top {
    display: block;
  }
}
#back-to-top .btn {
  background: #ffffff;
  color: #000000;
  height: 50px;
  width: 50px;
  line-height: 1;
  padding: 0;
  text-align: center;
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  box-shadow: none;
  border-radius: 50%;
  border: 1px solid;
}
#back-to-top .btn:hover,
#back-to-top .btn:active,
#back-to-top .btn:focus {
  outline: none;
  filter: alpha(opacity=100);
  opacity: 1;
}
#back-to-top.affix {
  bottom: 36px;
}
#back-to-top a {
  outline: none;
}
#back-to-top i {
  font-size: 40px;
  line-height: 40px;
}
.bt-date,
.date,
.article-info .create {
  color: #cacaca;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
}
.readmore-link {
  font-style: italic;
}
.items-rows .items-row {
  padding-bottom: 30px;
  padding-top: 30px;
  border-top: 1px solid #dcdcdc;
}
.items-rows .items-row.row-0 {
  border-top: none;
  padding-top: 0;
}
.pagination-wrap {
  text-align: center;
}
.pagination-wrap .pagination:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
.pagination-wrap .pagination > li {
  vertical-align: middle;
}
.pagination-wrap .pagination > li.disabled a {
  color: #cacaca;
}
.pagination-wrap .pagination .fa {
  font-size: 60px;
}
.item-image img {
  max-width: 100%;
  margin-bottom: 20px;
}
.blog .item-image {
  width: 100%;
  height: auto;
}
@media (min-width: 768px) {
  .blog .item-image {
    width: 33%;
  }
}
.blog .item-image.pull-right {
  margin-bottom: 20px;
}
.pagination-text {
  display: none !important;
}
.page-aktuelles .pagination-text,
.page-presse .pagination-text {
  display: inline-block !important;
}
.blog.page-blocks .item {
  text-align: center;
  background: #90ca7f;
  padding: 45px 10px;
  margin-bottom: 20px;
}
.blog.page-blocks .item .article-title {
  margin-bottom: 0;
  text-transform: uppercase;
  font-size: 16px;
  min-height: 2em;
}
.blog.page-blocks .item .article-title a {
  text-decoration: none;
}
.table-borderless tr td {
  border-top: none;
  padding-right: 20px;
}
.img.pull-right {
  margin: 0 0 20px 20px;
}
@media (max-width: 767px) {
  .img.pull-right {
    float: none;
    margin: 0;
  }
}
.col-img img {
  margin-bottom: 20px;
}
.jufm-container.jubootstrap .field-group {
  margin: 0 0 10px;
}
.jufm-container.jubootstrap .field-group label {
  font-weight: 500;
  font-size: 14px;
}
.jufm-container.jubootstrap .field-group label .star {
  position: absolute;
}
.jufm-container.jubootstrap .field-group .field-input input,
.jufm-container.jubootstrap .field-group .field-input textarea {
  width: 100% !important;
}
.jufm-container.jubootstrap .field-group .field-input .help-block {
  display: none;
}
.jufm-container.jubootstrap .field-group .btn-submit-form {
  color: #000000;
  padding: 14px 22px;
  font-size: 18px;
  text-transform: uppercase;
  box-shadow: none;
}
.jufm-container.jubootstrap .field-group.error label {
  color: #cc0000;
}
.jufm-container.jubootstrap .field-group.error input,
.jufm-container.jubootstrap .field-group.error textarea {
  border-color: #cc0000;
}
.jufm-container.jubootstrap .fg-mark {
  display: inline-block;
}
@media (min-width: 992px) {
  .jufm-container.jubootstrap .field-group {
    float: left;
    clear: none;
  }
  .jufm-container.jubootstrap .field-group label {
    width: 95px;
  }
  .jufm-container.jubootstrap .field-group .field-input {
    width: calc(100% - 95px);
  }
  .jufm-container.jubootstrap .fg-captcha {
    display: inline-block;
    width: 250px;
  }
  .jufm-container.jubootstrap .fg-captcha .g-recaptcha {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
  }
}
@media (min-width: 992px) and screen and (max-width: 567px) {
  .jufm-container.jubootstrap .fg-captcha {
    width: 100%;
  }
  .jufm-container.jubootstrap .fg-captcha .field-input {
    display: block !important;
    margin: 0 auto;
    width: 310px;
  }
}
@media (min-width: 1200px) {
  .fg-nachname,
  .fg-vorname,
  .fg-firma,
  .fg-telefon {
    width: 33.333333333%;
  }
  .fg-email {
    width: 66.666666666%;
  }
  .fg-nachricht {
    width: 100%;
  }
  .fg-mark {
    width: 200px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .fg-nachname,
  .fg-vorname,
  .fg-firma,
  .fg-telefon {
    width: 50%;
  }
  .fg-email,
  .fg-nachricht,
  .fg-mark {
    width: 100%;
  }
  .fg-mark {
    margin-left: 95px;
  }
}
@media (min-width: 992px) {
  .contacts-list li {
    position: relative;
    display: block;
  }
  .contacts-list li:before,
  .contacts-list li:after {
    display: table;
    content: " ";
  }
  .contacts-list li:after {
    clear: both;
  }
  .contacts-list li:before {
    position: absolute !important;
    top: 6px;
  }
  .contacts-list li .nachname,
  .contacts-list li .vorname,
  .contacts-list li .address,
  .contacts-list li .phone {
    display: block;
    float: left;
  }
  .contacts-list li .nachname,
  .contacts-list li .vorname {
    min-width: 20%;
  }
  .contacts-list li .address,
  .contacts-list li .phone {
    width: 30%;
  }
}
@media (max-width: 991px) {
  .contacts-list li {
    margin-bottom: 5px;
  }
  .contacts-list li .address,
  .contacts-list li .phone {
    display: block;
  }
}
.pdf {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  padding-bottom: 13px;
}
.pdf:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f1c1";
  position: absolute;
  left: 0;
  font-size: 40px;
  color: #90ca7f;
}
.download-icon {
  display: inline-block;
  position: relative;
  padding-left: 50px;
  padding-bottom: 13px;
}
.download-icon:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  position: absolute;
  left: 0;
  top: 2px;
  font-size: 40px;
  color: #90ca7f;
}
.pd-document48 {
  background: none !important;
  position: relative;
}
.pd-document48:before {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f019";
  position: absolute;
  left: 0;
  font-size: 40px;
  color: #90ca7f;
}
.pd-document48.pd-document-pdf:before {
  content: "\f1c1";
}
.pd-document48.pd-document-zip:before {
  content: "\f1c6";
}
.pd-document48 a {
  text-decoration: none;
}
.module.module-event-title {
  background: #01b903;
  color: #ffffff;
  padding: 20px;
  margin-bottom: 0;
}
.module.module-event-title h2 {
  margin: 0;
}
.module.module-event-title a {
  color: #ffffff;
  text-decoration: underline;
}
.module-calendar {
  background: #63b24b;
  color: #ffffff;
  font-size: small;
}
.module-calendar a {
  color: #ffffff;
}
.module-calendar td,
.module-calendar tr td {
  border-top: none;
  text-align: center;
  font-weight: bold;
}
.module-calendar .flatcal_month_label {
  text-align: center;
  font-weight: 700;
}
.module-calendar .flatcal_weekdays {
  margin-top: 10px;
}
.module-calendar .flatcal_todaycell {
  border: 1px solid #cc0000;
}
.module-calendar .flatcal_busylink {
  color: #004901;
}
.module-calendar .carousel-control {
  background: none !important;
}
.module-calendar .first-date {
  width: 100px;
  height: 100px;
  margin: auto;
  background: white;
  color: #000;
  border-radius: 50%;
}
.module-calendar .first-date .cal_date {
  margin: 0;
  padding-top: 25%;
  height: auto;
}
.module-calendar .first-date .cal_month {
  margin: 0;
}
.module-calendar #monthCarousel .carousel-inner .item > div {
  margin-bottom: 20px;
}
.module-calendar #monthCarousel .carousel-control {
  display: none;
  font-size: 55px;
  padding-top: 25px;
}
.module-calendar #monthCarousel .carousel-control.left {
  padding-left: 15px;
}
.module-calendar #monthCarousel .carousel-control.right {
  padding-right: 15px;
}
#flatcal_minical {
  position: relative;
  padding: 20px 50px;
}
#flatcal_minical #progress {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  text-align: center;
  line-height: 194px;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.1);
}
.calc-direction-nav {
  margin: 0;
  padding: 0 !important;
  list-style: none !important;
  height: 0;
}
.calc-direction-nav li a {
  display: block;
  position: absolute;
  bottom: calc(50% - 39px);
  cursor: pointer;
  transition: all .2s;
  font-size: 55px;
  color: #ccc;
}
.calc-direction-nav li a.prev {
  left: 20px;
}
.calc-direction-nav li a.next {
  right: 15px;
}
.calc-direction-nav li a:hover {
  color: #ffffff;
}
.events-group {
  text-align: center;
  padding: 15px;
  margin-bottom: 20px;
}
.events-group .readmore {
  font-style: italic;
  text-decoration: underline;
}
.panel-group .panel {
  border: none;
}
.panel-group .panel-heading .panel-title a {
  display: block;
  text-decoration: none;
}
.panel-group .panel-heading .panel-title a:before {
  display: inline-block;
  content: '\2013';
  border-radius: 50%;
  border: 1px solid;
  line-height: 20px;
  width: 24px;
  text-align: center;
  height: 24px;
}
.panel-group .panel-heading .panel-title a.collapsed:before {
  content: '+';
}
.panel-group .panel-heading .panel-title a .event-date {
  display: inline-block;
  padding: 0 10px;
  min-width: 200px;
  font-weight: 500;
  text-transform: uppercase;
}
.panel-group .panel-heading .panel-title a .event-title {
  text-transform: uppercase;
}
.panel-group .panel-body {
  padding: 25px;
}
.panel-group .panel-body h4,
.panel-group .panel-body .h4,
.panel-group .panel-body h5,
.panel-group .panel-body .h5,
.panel-group .panel-body h6,
.panel-group .panel-body .h6 {
  margin-top: 0;
  margin-bottom: 11px;
}
@media (min-width: 768px) {
  .columns-2 {
    column-count: 2;
    column-gap: 20px;
  }
}
.panel-group .accordion-title {
  margin-left: 20px;
}
.category-desc {
  margin: 20px 0 25px;
}
.img_caption.left {
  clear: left;
}
.owl-theme-padding .owl-item {
  background: #ffffff;
  padding: 0 20px 10px;
}
.owl-theme-padding .owl-item .bt-image-link-container {
  margin: 0 -20px 20px;
}
.owl-theme-padding .owl-item .bt-image-link-container img {
  max-width: 100%;
}
.article-blocks {
  display: flex;
  flex-wrap: wrap;
}
.article-blocks .article-block {
  text-align: center;
  text-decoration: none;
  padding: 40px 20px;
  font-weight: bold;
  background: #01b903;
  margin: 0 2% 2% 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .article-blocks .article-block {
    width: 100%;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .article-blocks .article-block {
    width: 48%;
  }
}
@media (min-width: 1200px) {
  .article-blocks .article-block {
    width: 31%;
  }
}
.article-blocks .article-block:hover {
  background: #009902;
}
.speasyimagegallery-album {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid #cacaca;
}
.speasyimagegallery-album:first-child {
  margin-top: 20px;
  padding-top: 20px;
  border-top: none;
}
.owl-theme.owl-nav-sides .owl-nav {
  margin-top: -30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
}
.owl-theme.owl-nav-sides .owl-nav .owl-prev {
  float: left;
}
.owl-theme.owl-nav-sides .owl-nav .owl-next {
  float: right;
}
.owl-theme.owl-nav-sides .owl-nav .owl-prev,
.owl-theme.owl-nav-sides .owl-nav .owl-next {
  color: #cacaca;
}
.owl-theme.owl-nav-sides .owl-nav .owl-prev:hover,
.owl-theme.owl-nav-sides .owl-nav .owl-next:hover {
  color: #ffffff;
}
.phocadownloadfile32,
.phocadownloadfile {
  border: none;
  margin: 0;
}