/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-accordion-title {
  margin-top: 0;
  margin-bottom: 15px;
  padding: 5px 15px;
  background: #ffffff;
  font-family: 'Cabin';
  text-transform: uppercase;
    font-weight: 500;
  font-size: 22px;
  line-height: 28px;
  cursor: pointer;
  border: 2px solid #40a4d6;

}

.uk-navbar-nav > li:hover > a,
.uk-navbar-nav > li > a:focus,
.uk-navbar-nav > li.uk-open > a {
  background-color: rgba(0, 0, 0, 0);
  color: #1774b7;
  /* 3 */
  outline: none;
}

.tm-block {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 20px;
  background: #ffffff;
}

.tm-block-alt {
 background-color: #b5e5d9;
}

.tm-noblog.tm-content-boxed .tm-content, .tm-content-boxed .uk-article, .tm-content-boxed .uk-article .uk-panel-header, .tm-content-boxed .tm-content .uk-panel-header, .tm-content-boxed .uk-tab > li.uk-active > a {
    background: #ffffff none repeat scroll 0 0;
}