@import 'https://fonts.googleapis.com/css?family=Open+Sans:400,300';
/* ====================================== Typography ====================================== */
/* ============== @green: #3aa443;
@blue: #2a3396;================ */
/* ====================================== General ====================================== */
html,
body {
  font-family: "brother-1816", sans-serif;
  font-size: 16px;
  line-height: 22px;
}
* {
  box-sizing: border-box;
}
.header-wrapper .uk-container,
.footer-wrapper .uk-container {
  max-width: 1900px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.uk-article-title {
  text-transform: capitalize;
  color: #189316;
  font-weight: bold;
  font-family: "brother-1816", sans-serif;
}
a {
  color: #2d3192;
}
a:hover {
  text-decoration: underline;
  color: #151744;
}
.uk-article-meta {
  display: none;
}
em {
  color: #1fbf1d;
}
.uk-panel-box em {
  color: #ffffff;
}
/* ====================================== Header ====================================== */
.header-wrapper {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  background: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #cbc7cb;
}
@media screen and (min-width: 960px) {
  .header-wrapper {
    position: relative;
  }
}
.header-wrapper .uk-container {
  padding: 0;
}
.tm-headerbar {
  position: relative;
  margin-top: 15px;
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .tm-headerbar {
    margin-top: 0;
    display: none !important;
  }
}
@media screen and (min-width: 960px) {
  .tm-headerbar {
    display: block !important;
  }
}
.tm-headerbar .uk-panel {
  max-width: 600px;
}
.tm-logo.uk-width-2-10 {
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .tm-logo.uk-width-2-10 {
    width: 15%;
    margin-bottom: 0;
    margin-left: 5%;
  }
}
.tm-toolbar {
  font-size: 14px;
  letter-spacing: 2.2px;
  margin-bottom: 0;
  margin-top: 0;
}
.tm-toolbar .uk-float-right .uk-panel {
  margin: 0 15px;
}
.tm-toolbar a {
  color: #959595;
}
.tm-toolbar p {
  color: #666;
}
.tm-logo.uk-width-2-10 > img {
  padding: 10px 0;
}
/* ====================================== Navigation ====================================== */
.tm-navbar {
  position: absolute;
  right: 0;
  bottom: 0;
  background: none;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .tm-navbar {
    top: 50%;
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .uk-navbar-content.uk-navbar-center.uk-visible-small,
  .uk-navbar-toggle.uk-visible-small {
    display: block !important;
  }
}
@media screen and (min-width: 960px) {
  .uk-navbar-content.uk-navbar-center.uk-visible-small,
  .uk-navbar-toggle.uk-visible-small {
    display: none !important;
  }
}
.uk-navbar-nav {
  float: right;
}
@media screen and (min-width: 768px) {
  .uk-navbar-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    float: none;
  }
}
.uk-navbar-nav > li > a {
  font-family: "brother-1816", sans-serif;
  display: inline-block;
  font-size: 16px;
  height: auto;
  letter-spacing: 1.25px;
  padding-bottom: 0;
  font-weight: bold;
  text-transform: uppercase;
  height: 100%;
  padding: 5px 5px;
  transition: .3s;
  color: #2d3192;
  background-color: transparent;
}
@media screen and (min-width: 1400px) {
  .uk-navbar-nav > li > a {
    padding: 5px 25px;
  }
}
.uk-navbar-nav > li > a:hover {
  color: #189316;
  background-color: transparent;
}
.uk-navbar-nav > li.uk-active > a {
  background: none;
  color: #2d3192;
  background-color: transparent;
}
.uk-navbar-nav > li.uk-active > a:hover,
.uk-navbar-nav > li.uk-active > a:active,
.uk-navbar-nav > li.uk-active > a:focus {
  background-color: transparent;
  color: #189316;
}
.uk-navbar-nav > li.uk-parent > a {
  padding-right: 15px;
}
.uk-navbar-nav > li.uk-parent > a:after {
  content: "\203a";
  position: absolute;
  right: 0;
  transition: .5s;
  font-size: 26px;
  top: 2px;
}
.uk-navbar-nav > li.uk-parent:hover a {
  color: #189316;
}
.uk-navbar-nav > li.uk-parent:hover a:after {
  transform: rotateZ(90deg);
}
.uk-navbar-nav > li.uk-parent .uk-dropdown {
  padding: 0;
}
.uk-navbar-nav > li.uk-parent .uk-dropdown ul {
  background-color: #189316;
}
.uk-navbar-nav > li.uk-parent .uk-dropdown li a {
  padding: 10px;
  color: #fff;
}
.uk-navbar-nav > li.uk-parent .uk-dropdown li a:hover {
  background-color: rgba(0, 0, 0, 0.2);
}
.uk-navbar-nav > li.uk-parent.uk-open a {
  color: #189316;
  background-color: transparent;
}
.uk-navbar-nav > li.uk-parent.uk-open a:hover {
  background-color: transparent;
}
.uk-navbar-nav > li.uk-parent.uk-open a:after {
  transform: rotateZ(90deg);
}
.uk-navbar-nav > li:nth-last-child(3) a {
  background-color: #2d3192;
  color: #fff;
  border: 1px solid #2d3192;
  font-weight: 400;
}
@media screen and (min-width: 1400px) {
  .uk-navbar-nav > li:nth-last-child(3) a {
    font-size: 24px;
    padding: 5px 35px;
  }
}
.uk-navbar-nav > li:nth-last-child(3) a:hover {
  background-color: #fff;
  color: #2d3192;
}
.uk-navbar-nav > li:nth-last-child(2),
.uk-navbar-nav > li:last-child {
  margin-left: 15px;
}
.uk-navbar-nav > li:nth-last-child(2) a,
.uk-navbar-nav > li:last-child a {
  background-color: #189316;
  color: #fff;
  border: 1px solid #189316;
  border-radius: 50%;
  padding: 0;
  text-align: center;
  height: 30px;
  width: 30px;
  line-height: 30px;
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (min-width: 1400px) {
  .uk-navbar-nav > li:nth-last-child(2) a,
  .uk-navbar-nav > li:last-child a {
    height: 60px;
    width: 60px;
    line-height: 60px;
    font-size: 32px;
    margin-top: 0;
  }
}
.uk-navbar-nav > li:nth-last-child(2) a:hover,
.uk-navbar-nav > li:last-child a:hover {
  background-color: #fff;
  color: #189316;
}
/* ====================================== Dropdown Navigation ====================================== */
.uk-nav-navbar > li > a:hover,
.uk-nav-navbar > li > a:focus {
  background: #999;
  color: #ffffff;
  outline: medium none;
}
/* ====================================== Offcanvas Navigation ====================================== */
.tm-logo-small img {
  max-height: 35px;
}
.tm-logo-small > * {
  display: inline-block;
}
.uk-offcanvas-bar {
  text-align: center;
  background: #fff;
  border-right: 1px solid #c8c8c8;
}
.uk-offcanvas .uk-panel {
  background: #fff none repeat scroll 0 0;
  color: #555;
  margin: 0;
  padding: 20px 15px;
}
.uk-offcanvas .uk-offcanvas-bar .uk-panel a {
  color: #888;
}
.uk-nav-offcanvas > li > a {
  font-size: 20px;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  font-weight: 700;
  background-color: transparent;
  color: #2d3192;
}
.uk-nav-offcanvas > li > a:hover {
  color: #fff;
  background-color: #2d3192 !important;
}
.uk-nav-offcanvas > li a {
  transition: .3s;
}
.uk-nav-offcanvas > li.uk-active > a {
  background-color: #189316 !important;
}
.uk-nav-offcanvas > li.uk-active > a:hover {
  background-color: #0a3a09 !important;
}
.uk-nav-offcanvas > li .uk-nav-sub li a {
  color: #2d3192;
  padding: 5px 10px;
}
.uk-nav-offcanvas > li .uk-nav-sub li a:hover {
  background-color: #2d3192;
}
.uk-nav-offcanvas > li .uk-nav-sub li.uk-active > a {
  background-color: #2d3192;
  color: #ffffff;
}
.uk-nav-offcanvas > li .uk-nav-sub li.uk-active > a:hover,
.uk-nav-offcanvas > li .uk-nav-sub li.uk-active > a:focus,
.uk-nav-offcanvas > li .uk-nav-sub li.uk-active > a:active {
  background-color: #189316;
}
html .uk-nav.uk-nav-offcanvas > li.uk-active > a {
  background: #888;
  color: #FFF;
}
ul.uk-nav-sub {
  padding-bottom: 20px;
  padding-left: 0;
}
/* ====================================== Banner ====================================== */
.btn,
a.btn {
  background: #189316;
  line-height: normal;
  color: #ffffff;
  font-size: 18px;
  border: 2px solid #2d3192;
}
.btn:hover,
a.btn:hover {
  border: 2px solid #189316;
  color: #2d3192;
}
.btn:after,
a.btn:after {
  background-color: #fff;
}
.btn span,
a.btn span {
  position: relative;
  z-index: 2;
  text-shadow: none;
}
.btn:hover a.btn,
a.btn:hover a.btn {
  color: #189316;
}
.btn:hover a.btn:after,
a.btn:hover a.btn:after,
.btn:hover a.btn:before,
a.btn:hover a.btn:before {
  background-color: #fff;
  z-index: 1;
}
.full-width-banner {
  margin-bottom: 0;
  position: relative;
}
.full-width-banner .widget_custom_post_widget {
  padding: 15px 25px;
  background-color: #189316;
  margin: 0;
  color: #fff;
  text-align: center;
}
.full-width-banner .widget_custom_post_widget > * {
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
}
@media screen and (min-width: 768px) {
  .full-width-banner .widget_custom_post_widget > * {
    font-size: 20px;
  }
}
.full-width-banner img {
  width: 100%;
}
.wk-slideshow .caption {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  display: inline-block;
  font-size: 8vh;
  font-weight: 700;
  text-align: center;
  position: static;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
  font-size: 5vmax;
  line-height: 1;
  top: calc(50% + 20px);
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}
@media screen and (min-width: 768px) {
  .wk-slideshow .caption {
    position: absolute;
    transform: translateY(-50%);
    z-index: 9;
    height: auto;
    left: 0;
    bottom: auto;
    right: 0;
  }
}
@media screen and (min-width: 1220px) {
  .wk-slideshow .caption {
    top: calc(50% + 50px);
  }
}
@media screen and (min-width: 768px) {
  .wk-slideshow .caption h1,
  .wk-slideshow .caption h2,
  .wk-slideshow .caption h3,
  .wk-slideshow .caption p {
    color: #fff;
    line-height: normal;
    text-shadow: 1px 2px 3px #000;
  }
}
.wk-slideshow .caption h1 {
  font-size: 36px;
}
@media screen and (min-width: 1220px) {
  .wk-slideshow .caption h1 {
    font-size: 56px;
    margin-bottom: 10px;
  }
}
.wk-slideshow .caption h2 {
  font-size: 24px;
}
@media screen and (min-width: 1220px) {
  .wk-slideshow .caption h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 15px;
  }
}
.wk-slideshow .caption p.fancy-container {
  margin-top: 0;
  background-color: #189316;
  display: inline-block;
  line-height: 0;
}
.wk-slideshow .caption p.fancy-container > a.btn {
  line-height: normal;
  color: #fff;
  font-size: 18px;
  border: 2px solid #fff;
}
.wk-slideshow .caption p.fancy-container > a.btn:hover {
  border: 2px solid #189316;
  color: #2d3192;
}
.wk-slideshow .caption p.fancy-container > a.btn:after {
  background-color: #fff;
}
.wk-slideshow .caption p.fancy-container > a.btn span {
  position: relative;
  z-index: 2;
  text-shadow: none;
}
.wk-slideshow .caption p.fancy-container:hover a.btn {
  color: #189316;
}
.wk-slideshow .caption p.fancy-container:hover a.btn:after,
.wk-slideshow .caption p.fancy-container:hover a.btn:before {
  background-color: #fff;
  z-index: 1;
}
.wk-slideshow .caption a {
  color: #189316;
  text-decoration: none;
}
.wk-slideshow .caption a:hover {
  color: #fff;
}
/* ====================================== Content ====================================== */
a[class^="fg-donation-button"],
a[class^="fgRegisterButton"] {
  text-indent: 0 !important;
  background-color: #189316 !important;
  color: #ffffff !important;
  padding: 5px 25px !important;
  transition: .3s;
  background-image: none !important;
  font-weight: 400;
  height: auto !important;
  width: auto !important;
  display: inline-block !important;
  border: 1px solid #ffffff !important;
  border-radius: 4px !important;
  font-size: 24px !important;
  text-transform: capitalize !important;
  line-height: normal !important;
  float: none !important;
  margin-top: 5px !important;
  text-shadow: none !important;
}
a[class^="fg-donation-button"]:hover,
a[class^="fgRegisterButton"]:hover,
a[class^="fg-donation-button"]:active,
a[class^="fgRegisterButton"]:active,
a[class^="fg-donation-button"]:focus,
a[class^="fgRegisterButton"]:focus {
  background-color: #2d3192 !important;
}
.home .content-wrapper {
  margin-top: 0px;
}
.tm-middle.uk-grid {
  padding: 35px 0;
}
.home .tm-middle.uk-grid {
  padding: 0;
}
.uk-article {
  min-height: 500px;
}
.home .uk-article {
  display: none;
}
.home .top-a-wrapper .uk-container,
.home .top-b-wrapper .uk-container {
  max-width: 1200px;
}
.top-a-wrapper .tm-top-a {
  border: none;
  margin: 0;
  text-align: center;
}
.top-a-wrapper .tm-top-a .uk-panel {
  padding: 0;
  position: static;
}
.top-a-wrapper .tm-top-a .uk-panel h2 {
  margin: 5px 0;
  color: #555555;
  font-weight: 400;
}
.top-a-wrapper .tm-top-a .uk-panel p {
  color: #aaa;
  margin: 5px 0;
}
.top-a-wrapper .tm-top-a .uk-panel p:last-child {
  min-height: 50px;
  position: absolute;
  bottom: 25px;
  margin: 0 auto;
  max-width: 200px;
  left: 0;
  right: 0;
  font-size: 20px;
  width: 100%;
}
.top-a-wrapper .tm-top-a .uk-panel p:last-child .btn {
  width: 100%;
  color: #ffffff;
}
.top-a-wrapper .tm-top-a .uk-panel p:last-child .btn:hover span {
  color: #189316;
}
.top-a-wrapper .tm-top-a .uk-width-1-1.uk-width-medium-1-3 {
  padding-bottom: 60px;
  position: relative;
}
@media screen and (min-width: 550px) {
  .top-a-wrapper .tm-top-a .uk-width-1-1.uk-width-medium-1-3 {
    width: 50%;
    float: left;
    padding: 0 25px 60px;
  }
}
@media screen and (min-width: 768px) {
  .top-a-wrapper .tm-top-a .uk-width-1-1.uk-width-medium-1-3 {
    width: 33.333333333333%;
  }
}
@media screen and (min-width: 550px) {
  .top-a-wrapper .tm-top-a .uk-width-1-1.uk-width-medium-1-3:last-child {
    width: 50%;
    float: none;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .top-a-wrapper .tm-top-a .uk-width-1-1.uk-width-medium-1-3:last-child {
    width: 33.333333333333%;
    float: left;
  }
}
.top-a-wrapper .tm-top-a .background-image {
  height: 0;
  display: block;
  width: 100px;
  position: relative;
  background-color: #2d3192;
  border-radius: 50%;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .top-a-wrapper .tm-top-a .background-image {
    width: 150px;
    padding-bottom: 150px;
  }
}
@media screen and (min-width: 1500px) {
  .top-a-wrapper .tm-top-a .background-image {
    padding-bottom: 200px;
    width: 200px;
  }
}
.top-a-wrapper .tm-top-a .background-image a {
  display: block;
  position: absolute;
  background-size: 65%;
  background-repeat: no-repeat;
  background-position: center center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border-radius: 50%;
  border: 10px solid #ccc;
  transition: .3s;
}
.top-a-wrapper .tm-top-a .background-image a:hover {
  border: 10px solid #189316;
}
.top-a-wrapper .tm-top-a .btn {
  color: #2d3192;
}
.top-a-wrapper .tm-top-a .btn:hover {
  color: #fff;
}
.top-b-wrapper {
  padding: 0 0 0 25px;
}
@media screen and (min-width: 1220px) {
  .top-b-wrapper #tm-top-b {
    padding: 0 15px 0 25px;
  }
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel {
  padding: 0;
  position: relative;
  height: 0;
  padding-bottom: 50%;
  display: block;
  width: 100%;
  flex: auto;
}
@media screen and (min-width: 768px) {
  .top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel {
    padding-bottom: 70%;
  }
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel .background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  transition: .3s;
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel h2 {
  margin: 0;
  text-align: center;
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel h2 a {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  color: #fff;
  text-shadow: 1px 2px 3px #000;
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel h2 a span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  font-size: 5vmax;
}
@media screen and (min-width: 768px) {
  .top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel h2 a span {
    font-size: calc(8vmax * .3333);
  }
}
.top-b-wrapper #tm-top-b .uk-width-1-1 .uk-panel:hover .background-image {
  filter: blur(5px) grayscale(1);
}
#tm-bottom-a {
  padding-bottom: 25px;
  margin-bottom: 25px;
}
@media screen and (min-width: 768px) {
  #tm-bottom-a {
    display: block;
    position: relative;
  }
}
#tm-bottom-a .uk-panel {
  background-color: transparent;
  padding: 0;
}
#tm-bottom-a .uk-panel iframe {
  max-width: 100%;
}
#tm-bottom-a .uk-panel .btn {
  color: #ffffff;
}
#tm-bottom-a .uk-panel .btn:hover {
  color: #189316;
}
#tm-bottom-a .uk-panel .execphpwidget h2 {
  margin-bottom: 5px;
}
#tm-bottom-a .uk-panel .execphpwidget .post-title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 20px;
}
#tm-bottom-a .uk-panel .execphpwidget .post-date {
  margin-top: 0;
  color: #555555;
  margin-bottom: 0;
  font-size: 14px;
}
#tm-bottom-a .uk-panel .execphpwidget .post-content {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}
#tm-bottom-a .uk-panel .execphpwidget .read-more {
  margin-top: 0;
  margin-bottom: 0;
}
#tm-bottom-a .uk-panel .execphpwidget .read-more a {
  color: #189316;
  font-size: 18px;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .uk-panel-title {
  text-transform: capitalize;
  color: #189316;
  font-weight: bold;
  font-family: "brother-1816", sans-serif;
  font-size: 32px;
  line-height: 40px;
  margin-bottom: 5px;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events {
  padding: 0;
  margin: 0 0 10px;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events .tribe-event-read-more {
  margin: 5px 0 0;
  font-size: 18px;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events .tribe-event-read-more a {
  color: #189316;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events .tribe-event-title {
  font-weight: 400;
  font-size: 20px;
  margin-bottom: 0;
}
#tm-bottom-a .uk-panel.tribe-events-list-widget .tribe-list-widget .tribe-events-list-widget-events .tribe-event-duration {
  font-size: 14px;
  color: #555555;
}
@media screen and (min-width: 768px) {
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:first-child {
    float: none;
  }
}
@media screen and (min-width: 768px) {
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:nth-child(2) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child {
    position: absolute;
    top: 0;
    left: 33%;
    bottom: 0;
    right: 25px;
    width: 66.66666666666666666666%;
    margin-top: 0;
    padding-top: 0;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child h1,
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child h2,
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child h3 {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  #tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child iframe {
    width: 100%;
    min-height: 400px;
    display: block;
  }
}
#tm-bottom-a .uk-width-1-1.uk-width-medium-1-3:last-child iframe .fancy-container > .btn:hover {
  color: #189316;
}
.home .tm-top-a .uk-panel,
.home .tm-top-b .uk-panel {
  background: none;
  padding: 35px 0px;
}
.home .tm-top-a .uk-panel h3,
.home .tm-top-b .uk-panel h3 {
  margin-top: 0px;
}
.home .tm-top-a .uk-panel p:first-child,
.home .tm-top-b .uk-panel p:first-child {
  margin: 0;
}
.home .top-a-wrapper .uk-width-1-1,
.home .top-b-wrapper .uk-width-1-1 {
  padding-left: 0;
}
.home .alignleft {
  margin-right: 50px;
  margin-bottom: 15px;
}
.home .alignright {
  margin-left: 50px;
  margin-bottom: 15px;
}
.btn {
  display: inline-block;
  padding: 12px 24px;
  border: 1px solid #2d3192;
  border-radius: 4px;
  transition: all 0.2s ease-in;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
}
.btn:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%) scaleY(1) scaleX(1.25);
  top: 100%;
  width: 140%;
  height: 180%;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.btn:after {
  content: "";
  position: absolute;
  left: 55%;
  transform: translateX(-50%) scaleY(1) scaleX(1.45);
  top: 180%;
  width: 160%;
  height: 190%;
  background-color: #189316;
  border-radius: 50%;
  display: block;
  transition: all 0.5s 0.1s cubic-bezier(0.55, 0, 0.1, 1);
  z-index: -1;
}
.btn:hover {
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #2d3192;
}
.btn:hover:before {
  top: -35%;
  background-color: #189316;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.btn:hover::after {
  top: -45%;
  background-color: #189316;
  transform: translateX(-50%) scaleY(1.3) scaleX(0.8);
}
.fancy-container {
  background-color: #189316;
  display: inline-block;
  line-height: 0;
  border-radius: 4px;
}
.fancy-container > .btn {
  line-height: normal;
  color: #fff;
}
.fancy-container > .btn:after {
  background-color: #fff;
}
.fancy-container > .btn span {
  position: relative;
  z-index: 2;
}
.fancy-container:hover .btn {
  color: #189316;
}
.fancy-container:hover .btn:after,
.fancy-container:hover .btn:before {
  background-color: #fff;
  z-index: 1;
}
.page-template-board .uk-article > .uk-grid .uk-width-medium-1-3 {
  margin-bottom: 25px;
}
@media screen and (min-width: 1220px) {
  .page-template-board .uk-article > .uk-grid .uk-width-medium-1-3 {
    margin-bottom: 35px;
  }
}
.page-template-board .uk-article > .uk-grid .uk-width-medium-1-3 > * {
  margin: 0;
  padding: 0;
}
.page-template-board .uk-article > .uk-grid .uk-width-medium-1-3 > h4 {
  margin: 5px 0;
}
.wp-video-shortcode video,
video.wp-video-shortcode {
  height: auto;
}
.events-gridview .uk-article > .uk-subnav.uk-subnav-line {
  display: none;
}
/* ====================================== Full-width Section ====================================== */
.full-width-section {
  border-bottom: 1px solid #c8c8c8;
  border-top: 1px solid #c8c8c8;
  margin: 65px 0;
}
.full-width-section .background-image {
  background-attachment: fixed !important;
  background-position: center center !important;
  background-size: cover !important;
}
.full-width-section .content .uk-container.uk-container-center {
  color: #fff;
  height: 350px;
  max-width: 1600px;
  position: relative;
  text-align: center;
}
.full-width-section .uk-panel {
  background: rgba(82, 89, 86, 0.4);
  padding: 0;
}
.full-width-section > .uk-container.uk-container-center {
  max-width: 2400px;
  padding: 0;
}
.full-width-section .content .uk-container.uk-container-center > .inner-content {
  left: 25px;
  margin: 0 auto;
  max-width: 820px;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
}
.full-width-section .content {
  background: rgba(0, 0, 0, 0.4) none repeat scroll 0 0;
}
.inner-content,
.inner-content > h1,
.inner-content > h2,
.inner-content > h3,
.inner-content > h4,
.inner-content > h5,
.inner-content > h6 {
  color: #fff;
  font-weight: 700;
}
/* ==================================== Ticker Tape =============================== */
.home-message p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  width: 100%;
  height: 100%;
  margin: 0;
  line-height: 34px;
  text-align: center;
  -moz-transform: translateX(200%);
  -webkit-transform: translateX(200%);
  transform: translateX(100%);
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
}
.home-message p {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.05em;
  position: absolute;
  width: auto;
  height: 100%;
  margin: 0;
  line-height: 34px;
  text-align: left;
  -moz-transform: translateX(170%);
  -webkit-transform: translateX(170%);
  transform: translateX(170%);
  -moz-animation: scroll-left 15s linear infinite;
  -webkit-animation: scroll-left 15s linear infinite;
  animation: scroll-left 15s linear infinite;
  white-space: nowrap;
}
/* Move it (define the animation) */
@-moz-keyframes scroll-left {
  0% {
    -moz-transform: translateX(170%);
  }
  100% {
    -moz-transform: translateX(-100%);
  }
}
@-webkit-keyframes scroll-left {
  0% {
    -webkit-transform: translateX(170%);
  }
  100% {
    -webkit-transform: translateX(-100%);
  }
}
@keyframes scroll-left {
  0% {
    -moz-transform: translateX(170%);
    /* Browser bug fix */
    -webkit-transform: translateX(170%);
    /* Browser bug fix */
    transform: translateX(170%);
  }
  100% {
    -moz-transform: translateX(-100%);
    /* Browser bug fix */
    -webkit-transform: translateX(-100%);
    /* Browser bug fix */
    transform: translateX(-100%);
  }
}
.home-message {
  height: 34px;
  overflow: hidden;
  position: relative;
  margin-bottom: 5px !important;
}
.home-message-wrapper {
  background-color: #189316;
  color: #fff;
  box-shadow: inset 0 -2px 0 #ffffff;
  margin-top: 48px;
}
@media screen and (min-width: 960px) {
  .home-message-wrapper {
    margin-top: 0;
  }
}
.home-message-wrapper .uk-container {
  padding: 0;
}
/* ====================================== Footer ====================================== */
.footer-wrapper {
  background-color: #2d3192;
  color: #fff;
  padding-top: 25px;
}
.footer-wrapper a {
  color: #1fbf1d;
}
.footer-wrapper a:hover {
  color: #fff;
}
.footer-wrapper .tm-footer {
  margin: 0 auto;
  overflow: hidden;
  max-width: 1200px;
}
.footer-wrapper .tm-footer .footer-container {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .footer-wrapper .tm-footer .uk-panel {
    float: left;
    width: 33.333333%;
    text-align: left;
    padding: 0 25px;
    padding-left: 35px;
  }
}
.footer-wrapper .tm-footer .uk-panel input {
  padding: 5px 15px;
  font-size: 18px;
}
.footer-wrapper .tm-footer .uk-panel button {
  padding: 5px 25px;
  font-weight: 400;
  font-size: 24px;
}
.footer-wrapper .tm-footer .uk-panel:first-child h2 {
  margin-bottom: 10px;
}
.footer-wrapper .tm-footer .uk-panel:first-child h2:last-of-type img {
  display: none;
}
.footer-wrapper .tm-footer .uk-panel:first-child h2:last-of-type a:after {
  content: "\f082";
  font-family: fontawesome;
  color: #fff;
  padding-left: 10px;
}
.footer-wrapper .tm-footer .uk-panel:first-child p:first-of-type {
  margin: 0;
}
@media screen and (min-width: 768px) {
  .footer-wrapper .tm-footer .uk-panel:first-child p:first-of-type {
    margin-top: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrapper .tm-footer .uk-panel:first-child input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .footer-wrapper .tm-footer .uk-panel:nth-child(2) {
    margin-top: 0;
  }
}
.footer-wrapper .tm-footer .uk-panel:nth-child(2) p {
  margin: 0;
}
.footer-wrapper .tm-footer .uk-panel:nth-child(2) h3 {
  margin-bottom: 0;
}
.footer-wrapper .tm-footer .uk-panel:nth-child(2) h3:first-of-type:before {
  content: '\f041';
}
.footer-wrapper .tm-footer .uk-panel:nth-child(2) h3:last-of-type:before {
  content: '\f0e0';
}
.footer-wrapper .tm-footer .uk-panel:nth-child(2) h3:before {
  font-family: fontawesome;
  padding-right: 10px;
}
@media screen and (min-width: 768px) {
  .footer-wrapper .tm-footer .uk-panel:last-child {
    margin-top: 0;
    padding-right: 0;
  }
}
.footer-wrapper .tm-footer .uk-panel:last-child iframe {
  width: 100%;
  min-height: 250px;
}
.footer-wrapper iframe {
  max-width: 100%;
}
.footer-wrapper h1,
.footer-wrapper h2,
.footer-wrapper h3,
.footer-wrapper h4,
.footer-wrapper h5,
.footer-wrapper h6,
.footer-wrapper p {
  color: #fff;
}
.footer-wrapper button {
  cursor: pointer;
  background-color: #189316;
  border: #fff;
  border: 1px solid #fff;
  font-weight: 700;
}
.footer-wrapper button:hover {
  color: #189316;
}
.copyright {
  float: left;
  text-transform: uppercase;
}
/* ==================================== Google Map ====================================  */
.google-map {
  position: relative;
  padding-bottom: 50%;
  height: 0;
  overflow: hidden;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
/********* SITE BY TG ******/
#credits {
  width: 100%;
  margin: 10px auto 0;
  overflow: hidden;
  max-width: 1200px;
  padding-left: 35px;
}
#siteby {
  float: right;
}
#siteby .sitebyTG {
  width: 92px;
  height: 72px;
  background: url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 0 transparent;
  display: block;
  position: relative;
}
#siteby .sitebyTG:hover {
  background: url("https://www.technogoober.com/images/footerbadgesprite.png") no-repeat 0 -73px transparent;
}
@media (max-width: 1100px) {
  .uk-navbar-nav > li > a {
    font-size: 11px;
    padding: 5px 4px;
  }
}
@media (max-width: 498px) {
  .full-width-banner {
    margin-bottom: 0;
  }
  .full-width-section {
    margin: 0;
  }
  .inner-content > * {
    font-size: 28px;
    margin: 5px 0;
    line-height: 1;
  }
  .home .alignright {
    float: left;
    margin: 0 50px 15px 0;
  }
}
