.body-font {
  font-family: 'Open Sans', sans-serif;
}
.hero-font {
  font-family: 'Roboto', cursive;
}
/*
* Template CSS
* =============================================================
*/
body {
  height: 100%;
  background-color: #ffffff;
  color: #041e01;
  font-family: 'Open Sans', sans-serif;
}
article p {
  color: #041e01;
}
footer {
  margin: 2em 0 0 0;
  padding: 1em;
  min-height: 100px;
  background-color: #edbc35;
  height: 100%;
}
footer .uk-divider-icon {
  opacity: 0.25;
}
.uk-heading-hero {
  font-family: 'Roboto', cursive;
}
#hero-logo {
  max-width: 75%;
  width: 900px;
}
#logo {
  height: 100%;
}
#main-nav {
  background-color: #524694;
}
ul.uk-navbar-nav {
  height: 100%;
}
ul.uk-navbar-nav li {
  position: relative;
  border-bottom: 4px solid transparent;
}
ul.uk-navbar-nav li a {
  color: #ffffff;
}
ul.uk-navbar-nav li:hover {
  border-bottom: 4px solid #edbc35;
  background-color: #524694;
}
ul.uk-navbar-nav li a:hover {
  color: #edbc35;
}
ul.uk-navbar-nav li a {
  height: 100%;
}
.uk-navbar-dropdown {
  color: #ffffff;
  background: #524694;
}
.uk-navbar-dropdown li {
  padding: 0 0.5em 0 0.5em;
}
nav.uk-sticky-fixed #logo {
  padding: 2%;
}
/*
* Effects
* =============================================================
*/
/* Zoom In #1 */
.tdx-zoom-11 {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 1s ease-in-out;
  transition: 1s ease-in-out;
}
.tdx-zoom-11:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.tdx-border-right {
  border-left: 1px solid #bac6b8;
  position: absolute;
  top: 15%;
  bottom: 15%;
  right: 0;
  opacity: 0.5;
}
.uk-navbar-nav li:last-child .tdx-border-right {
  display: none;
}
/* Image row 'Gallery' styles*/
.tdx-gallery-item {
  display: block;
  width: 100%;
  height: 100%;
}
.tdx-gallery-title-container {
  width: 100%;
  min-height: 5%;
  text-align: center;
  padding: 0.5em 0 0 0;
  position: absolute;
  top: 0px;
  z-index: 50;
}
.tdx-gallery-title-container h1 {
  color: #443525;
  font-size: 200%;
  opacity: 1;
}
.tdx-image-row .uk-cover-container {
  min-height: 240px;
}
.tdx-image-row {
  height: 345px;
}
/* Sloped background pattern */
.tdx-slope {
  background: #524694;
  position: relative;
  z-index: 1;
}
.tdx-slope:before,
.tdx-slope:after {
  background: inherit;
  content: '';
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.tdx-slope:before {
  top: 0;
}
.tdx-slope:after {
  bottom: 0;
}
/* Colored divider with animation */
.tdx-color-hdivider {
  height: 5px;
  width: 70%;
  background-color: #edbc35;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  transition: all .8s ease;
}
.tdx-color-hdivider-container:hover > .tdx-color-hdivider {
  width: 100%;
  background-color: #edbc35;
}
.tdx-quote-switcher {
  background-color: #ffffff;
}
.tdx-quote-switcher ul li {
  color: #524694;
}
.tdx-quote-switcher-nav {
  margin-top: 5%;
}
.tdx-mobile-canary {
  display: none;
}
.tdx-article {
  margin-top: 5%;
}
.uk-dotnav li a {
  background: #bac6b8;
}
.uk-dotnav > .uk-active > * {
  background: #524694;
}
/* Mobile Menu Styling */
ul.tdx-mobimenu {
  list-style-type: none;
}
ul.tdx-mobimenu li a {
  height: 100%;
}
ul.tdx-mobisubmenu {
  list-style-type: none;
}
#mobimenu ul.tdx-mobisubmenu li {
  list-style-type: none;
  border: none;
  padding-bottom: 0;
  margin-left: 20px;
}
#mobimenu ul.tdx-mobisubmenu a {
  color: #bac6b8;
}
/* This is the offcanvas mobile menu.*/
#mobimenu li a {
  display: block;
}
#mobimenu li {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid silver;
}
#mobimenu ul {
  padding: 0;
}
.uk-button-default {
  background-color: #524694;
  border-color: #ffffff;
  color: #ffffff;
}
.uk-button-default:hover,
.uk-button-default:focus {
  background-color: #695bb2;
  border-color: #041e01;
  color: #edeff2;
}
.tdx-quote-mobile {
  margin-top: 1em;
}
.tdx-quote-mobile ul {
  list-style-type: none;
}
.tdx-quote-mobile blockquote {
  color: white;
  font-size: 100%;
  margin-left: 0;
  width: 95%;
}
.tdx-gradient1 {
  background: rgba(255, 255, 255, 0.3);
}
.tdx-subheader {
  max-height: 300px;
}
.tdx-subheader h3 {
  font-size: 200%;
}
#main-nav {
  opacity: 1;
  height: 90px;
}
.contact-wrapper {
  padding: 1em;
  color: #041e01;
}
.contact-wrapper h1,
.contact-wrapper h2,
.contact-wrapper h3,
.contact-wrapper h4,
.contact-wrapper h5,
.contact-wrapper h6 {
  color: #041e01;
}
legend.uk-legend {
  color: #041e01;
}
blockquote {
  font-size: 24px;
  font-style: italic;
  width: 75%;
  line-height: 1.7;
  color: #383838;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 1em;
}
blockquote cite {
  color: #999999;
  font-size: 14px;
  display: block;
}
blockquote cite:before {
  content: "\2014 \2009";
}
@media (min-width: 960px) {
  blockquote {
    padding-top: 5%;
    height: 170px;
  }
  #main-nav {
    opacity: 1;
    height: 90px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 1;
    height: 5%;
  }
  #hero-logo {
    max-width: 30%;
  }
  .tdx-mobile-canary {
    display: block;
  }
  .tdx-image-row .uk-cover-container {
    min-height: 340px;
  }
  /* navbar during scroll */
  nav.uk-sticky-fixed {
    opacity: 1;
    height: 5%;
  }
  .tdx-mobile-canary {
    display: block;
  }
}
/*
* Theme CSS (Lawn)
* =============================================================
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans', sans-serif;
}
h1 {
  color: #524694;
  font-size: 30px;
  font-weight: 600;
}
h2 {
  font-weight: 600;
  font-size: 20px;
}
h3 {
  font-weight: 600;
  font-size: 16px;
}
.uk-height-large {
  height: 375px;
}
.uk-link,
a {
  color: #edbc35;
}
.uk-link,
a:hover {
  color: #524694;
}
.sticky {
  top: 0;
  position: fixed;
  z-index: 900;
  width: 100%;
}
.topbar {
  background-color: #edbc35;
  margin: 0;
  position: fixed;
  top: 0;
  z-index: 900;
  width: 100%;
  padding: 5px 0;
}
.topbar h4 {
  margin-bottom: 0;
}
.uk-navbar-nav > li > a:focus {
  color: #edbc35;
}
.uk-cover-container {
  top: 90px;
}
.uk-navbar-container {
  top: 47px;
}
.content-wrap {
  margin-top: 8%;
}
.phone {
  color: #fff;
  font-weight: 600;
}
.we-can-help {
  font-size: 25px;
}
hr {
  border: 1px solid #edbc35;
  width: 7%;
}
.uk-button-consult {
  background-color: #524694;
  border-color: #ffffff;
  color: #ffffff;
}
.uk-button-consult:hover,
.uk-button-consult:focus {
  background-color: #695bb2;
  border-color: #041e01;
  color: #edeff2;
}
.uk-button-cover {
  background-color: #edbc35;
  border: 1px solid #edbc35;
  color: #ffffff;
  padding: 5px 25px;
}
.uk-button-cover:hover,
.uk-button-cover:focus {
  background-color: #524694;
  border-color: none;
  color: #fff;
}
.quotes {
  font-weight: 600;
}
.clear {
  clear: both;
  float: none;
}
.required {
  color: red;
}
.app {
  font-weight: 600;
  text-decoration: underline;
}
.uk-form-label {
  font-size: 16px;
  line-height: 1.4em;
}
footer .uk-divider-icon {
  opacity: 1;
}
footer p {
  line-height: .5em;
}
.footer-links {
  color: #000;
}
.mobilehide {
  display: block;
}
.mobileshow {
  display: none;
}
@media (max-width: 959px) {
  .content-wrap {
    margin-top: 150px;
  }
  .mobilehide {
    display: none;
  }
  .mobileshow {
    display: block;
  }
}
@media (max-width: 400px) {
  .topbar {
    padding: 10px 0;
  }
  .uk-button-consult {
    display: none;
  }
  .tdx-quote-mobile blockquote {
    display: none;
  }
  .mobilehide {
    display: none;
  }
  .mobileshow {
    display: block;
  }
}
