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

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
.tm-block.tm-block-top-a.tm-block-alt {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 20px;
}

h1.tm-title, h1.uk-article-title {
  font-size: 47px;
  line-height: 45px;
  margin: 0;
  padding: 0;
  font-weight: 100;
  color: #2f82b6;
  text-transform: none;
}

h1.uk-article-title{
margin-bottom: 15px;
}

.tm-block {
  padding-top: 20px;
  padding-bottom: 20px;
}

.uk-grid + .uk-grid, .uk-grid-margin, .uk-grid > * > .uk-panel + .uk-panel {
  margin-top: 20px;
}

.uk-panel._freshapproach {
  margin-top: 55px;
}

nav.tm-navbar.uk-navbar {
 max-width: 1140px;
  margin: 0 auto;
}

.tm-logo {
  left: 0;
}

.uk-flex.uk-flex-middle.uk-flex-center {
  text-align: left;
  justify-content: inherit;
  margin-left: 325px;
}

a.tm-logo.uk-hidden-small {
  float: left;
}

.tm-nav.uk-hidden-small {
  float: left;
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 180px;
  padding: 0 10px;
  line-height: 180px;
  color: #2f82b6;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}

.uk-navbar-nav > li.uk-active > a {
  background-color: rgba(0, 0, 0, 0);
  color: #13405a;
}

p.minihd {
  font-size: 24px;
  margin: 0 0 8px;
  padding: 0;
  line-height: 24px;
}

.tm-footer {
  padding: 30px 0 30px 0;
  background: #fff;
  font-family: 'Lato';
  font-size: 15px;
  line-height: 16px;
  text-transform: none;
  letter-spacing: 0;
  color: #00405a !important;
  text-align: left !important;
  max-width: 1140px;
  margin: 0 auto;
  border-top: #c0d9e9 1px solid;
}

.tp-caption.large_light_white, .tp-caption.mediumlarge_light_white{
text-shadow:1px 1px 6px rgba(150, 150, 150, 1);
}

.uk-navbar-toggle:after {
  display:none;
}

.uk-panel-box-primary {
  background-color: #fafafa;
  color: #00405a;
  border-bottom: 1px solid #00405a;
}

.sm-parent {
  display: none;
}


@media (min-width:768px){
.tm-footer .sm-parent {
  display: none;
}
}

@media (max-width:1219px){
.uk-navbar-flip.tm-nav-search {
  display: none;
}
.uk-flex.uk-flex-middle.uk-flex-center {
  text-align: right;
  justify-content: inherit;
  margin-left: 374px;
}
}

@media (max-width:920px){
.tm-navbar .tm-logo > * {
  max-height: 125px;
}

.uk-flex.uk-flex-middle.uk-flex-center {
  text-align: right;
  justify-content: inherit;
  margin-left: 274px;
}

.uk-navbar-nav > li > a {
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  height: 120px;
  padding: 0 10px;
  line-height: 120px;
  color: #2f82b6;
  font-size: 14px;
  font-family: 'Lato';
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
}
.tm-navbar, .tm-navbar > div {
  height: 125px;
}
}

@media (max-width:768px){
.tm-block.tm-block-top-a.tm-block-alt .uk-container {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 1220px;
  padding: 0;
}

h1.tm-title {
  font-size: 38px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  font-weight: 100;
}

.uk-width-medium-1-2 {
  line-height: 22px;
}

.tm-footer {
  padding: 30px;
}
.uk-flex.uk-flex-middle.uk-flex-center {
  text-align: inherit;
  justify-content: inherit;
  margin-left: 0px;
}

.uk-navbar-content.uk-navbar-center.uk-visible-small{
height:92px;
}
.tm-navbar, .tm-navbar > div {
  height: 92px;
}
.uk-panel._freshapproach {
  margin-top: 0;
}
}