@import url('../css/iconfont.css');
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCtr6Ew-.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/montserrat/v24/JTUHjIg1_i6t8kCHKm4532VJOt5-QNFgpCuM70w-.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xK3dSBYKcSV-LCoeQqfX1RYOo3aPw.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vAkA.ttf) format('truetype');
}
@font-face {
  font-family: 'Source Sans Pro';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/sourcesanspro/v21/6xKydSBYKcSV-LCoeQqfX1RYOo3iu4nAkA.ttf) format('truetype');
}
:root {
  --wp-admin-theme-color: #255aa3;
  --wp-admin-theme-color-darker-10: #1c4379;
  --wp-admin-theme-color-darker-20: #122c50;
}
body {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  padding-top: 5px;
  margin-top: 0;
  margin-bottom: 18px;
  line-height: 1.2;
  color: #255aa3;
}
h4,
.uk-h4 {
  color: #000;
}
blockquote {
  font-size: 16px;
  text-align: left;
  border-left: 4px solid #f2f1ef;
  font-style: italic;
  padding: 10px 20px;
  margin: 0 0 20px;
}
.uk-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
@media only screen and (max-width: 639px) {
  .uk-section {
    padding: 30px 20px;
  }
}
.uk-link,
a {
  color: #255aa3;
}
.uk-link:hover,
a:hover {
  color: #8dc63f;
}
ul.listicon-check {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}
ul.listicon-check li {
  margin-bottom: 5px;
  padding-left: 20px;
  position: relative;
}
ul.listicon-check li:before {
  content: "\e83f";
  font-family: 'feather' !important;
  position: absolute;
  left: 0;
  color: #8dc63f;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .uk-navbar-center:not(:only-child) {
    transform: translate(-40%, -50%);
  }
}
.uk-navbar-right #menu-mainmenu-1 li a:after {
  color: #fff;
  content: '|';
  font-size: 20px;
  height: 50px;
  position: relative;
  right: -6px;
  top: 8px;
  width: 1px;
}
.uk-navbar-right #menu-mainmenu-1 li a:last-child:after {
  content: '';
}
.uk-navbar-right #menu-mainmenu-1 li.uk-active a {
  color: #eca68a;
}
.uk-navbar-right #menu-main-menu-1 li a {
  color: #000;
}
.uk-navbar-right #menu-main-menu-1 li a:after {
  color: #a3a3a3;
  content: '|';
  font-size: 20px;
  height: 50px;
  position: relative;
  right: -13px;
  top: 11px;
  width: 1px;
}
.uk-navbar-right #menu-main-menu-1 li a:last-child:after {
  content: '';
}
.uk-navbar-right #menu-main-menu-1 li.uk-active a {
  color: #eca68a;
}
.tm-toolbar .top {
  height: 50px;
}
.tm-toolbar #menu-top-menu li a {
  font-size: 12px;
}
.tm-toolbar #menu-top-menu li a:after {
  color: #8dc63f;
  content: '|';
  font-size: 15px;
  height: 50px;
  position: relative;
  right: -9px;
  top: 12px;
  width: 1px;
}
.tm-toolbar #menu-top-menu li:last-child a:after {
  content: '';
}
.tm-toolbar #menu-top-menu li.location:before {
  content: url('../icons/location-icon.png');
  position: absolute;
  top: 30px;
}
.columns .title {
  overflow: hidden;
  margin-left: -1px;
}
.columns .title h2 {
  color: #255aa3;
  font-weight: bold;
  font-size: 35px;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  padding-right: 25px;
}
@media only screen and (max-width: 639px) {
  .columns .title h2 {
    font-size: 25px;
  }
}
.columns .title h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  right: -2000%;
  top: 50%;
}
.columns .title.title-r {
  text-align: right;
  margin-right: -1px;
}
.columns .title.title-r h2 {
  padding-right: 0;
  padding-left: 25px;
}
.columns .title.title-r h2:after {
  content: '-';
  font-size: 2px;
  background: rgba(0, 0, 0, 0.1);
  color: rgba(0, 0, 0, 0.1);
  height: 4px;
  display: block;
  width: 2000%;
  position: absolute;
  left: -2000%;
  top: 50%;
}
.columns .sidebar {
  background: #fbfbfb;
  padding: 20px;
}
#header.default {
  height: 250px !important;
}
#header.small {
  height: 140px !important;
}
#header.small h1 {
  font-size: 38px;
}
#header h1 {
  color: #fff;
  font-size: 40px;
  text-shadow: 2px 1px 5px #444;
  text-transform: uppercase;
}
@media only screen and (max-width: 639px) {
  #header h1 {
    font-size: 2.3em;
  }
}
#header p {
  color: #e7ebef;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #header p {
    font-size: 1em;
  }
}
@media only screen and (max-width: 639px) {
  #editor h3 {
    font-size: 20px;
  }
}
#slideshow .content h2 {
  color: #fff;
  font-weight: bold;
  font-size: 50px;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #slideshow .content h2 {
    font-size: 2.3em;
  }
}
#slideshow .content p {
  color: #fff;
  font-size: 30px;
  line-height: 1.3em;
  text-shadow: 2px 1px 5px #444;
}
@media only screen and (max-width: 639px) {
  #slideshow .content p {
    font-size: 1em;
  }
}
#slideshow .content .uk-button-primary {
  background-color: #8dc63f;
  color: #fff;
  border-radius: 5px;
  font-size: 22px;
  padding: 5px 20px;
  text-shadow: none;
}
#slideshow .content .uk-button-primary:hover {
  background-color: #72a230;
}
#slideshow .uk-slidenav {
  color: #8dc63f;
}
#slideshow .uk-slidenav-previous,
#slideshow .uk-slidenav-next {
  font-size: 35px;
}
#slideshow .uk-slidenav-previous > svg,
#slideshow .uk-slidenav-next > svg {
  display: none;
}
@media only screen and (max-width: 639px) {
  #slideshow .uk-slidenav-previous,
  #slideshow .uk-slidenav-next {
    display: none;
  }
}
#slideshow .uk-slideshow-nav li a {
  border: 1px solid #8dc63f;
}
#slideshow .uk-slideshow-nav li.uk-active a {
  background-color: #8dc63f;
}
#accordion h2 {
  color: #8dc63f;
}
#accordion ul li.uk-open .uk-accordion-title:before {
  content: "\e897";
}
#accordion .uk-accordion-title {
  font-family: 'Montserrat', sans-serif;
  background-color: #f6f6f6;
  padding: 15px;
  color: #255aa3;
  font-weight: bold;
}
#accordion .uk-accordion-title:before {
  content: "\e8b1";
  border-radius: 3px;
  background-color: #8dc63f;
  background-image: none;
  color: #fff;
  font-family: 'feather' !important;
  text-align: center;
}
#accordion .uk-accordion-content {
  margin-top: 0px;
  padding: 10px 20px;
}
#icon-block .image {
  display: inline-block;
  background: #eff1f2;
  border-radius: 50%;
  padding: 30px;
}
#icon-block h3 {
  font-size: 28px;
  font-weight: bold;
  margin: 15px 0;
}
#icon-block .link {
  color: #8dc63f;
}
#icon-block-vertical .item .uk-grid-column-small > *,
#icon-block-vertical .item .uk-grid-small > * {
  padding-left: 25px;
}
#icon-block-vertical .item h2 {
  margin-bottom: 10px;
}
#tabs-horizontal #navHistoryCarousel {
  margin-bottom: 0px;
}
#tabs-horizontal #navHistoryCarousel li a {
  position: relative;
  color: #8dc63f;
  background-color: #FDFEFE;
  padding: 10px 35px;
}
#tabs-horizontal #navHistoryCarousel li.uk-active a {
  background-color: #8dc63f;
  color: #fff;
}
#tabs-horizontal #navHistoryCarousel li.uk-active:not(:last-child) > a:after {
  border-left: 20px solid #8dc63f;
}
#tabs-horizontal #navHistoryCarousel li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#tabs-horizontal #navHistoryCarousel li:not(:last-child) > a {
  margin-right: -10px;
}
#tabs-horizontal #navHistoryCarousel li:not(:last-child) > a:after {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #FDFEFE;
  position: absolute;
  content: "";
  top: 0;
  right: -20px;
  z-index: 2;
}
#tabs-horizontal #navHistoryCarousel li:not(:first-child) > a:before {
  width: 0px;
  height: 0px;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  border-left: 20px solid #f2f4f5;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
}
#tabs-horizontal .switcher-container li div h3 {
  margin-top: 20px;
  padding-top: 0px;
}
#tabs-vertical .tab-nav li {
  text-align: center;
}
#tabs-vertical .tab-nav li a {
  background-color: #b8cee8;
  padding: 10px 16px;
  color: #5086c6;
  border: 1px solid #fff;
}
#tabs-vertical .tab-nav li:not(:first-child) {
  padding-left: 0px;
}
#tabs-vertical .tab-nav li:not(:first-child) a {
  border-left: 0;
}
#tabs-vertical .tab-nav li.uk-active a,
#tabs-vertical .tab-nav li:hover a {
  background-color: #f2f8eb;
}
#tabs-vertical .content h3 {
  color: #000;
  margin-top: 20px;
  padding-top: 0px;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
#progress-bars h5 {
  color: #000;
  margin-bottom: 5px;
}
#progress-bars .uk-progress {
  margin-top: 10px;
  height: 20px;
}
#progress-bars .uk-progress .progress-done {
  color: #fff;
  text-align: center;
  font-size: 13px;
}
#progress-bars .uk-progress .progress-done.progress-bar-striped {
  background-color: #255aa3;
  background-size: 20px 20px;
  background-image: linear-gradient(135deg, rgba(238, 243, 245, 0.05) 25%, transparent 25%, transparent 50%, rgba(238, 243, 245, 0.05) 50%, rgba(238, 243, 245, 0.05) 75%, transparent 75%, transparent);
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -o-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
#slide-block .item h4.color5 {
  color: #255aa3;
}
#slide-block .item .listicon-check {
  column-count: 3;
}
@media only screen and (max-width: 639px) {
  #slide-block .item .listicon-check {
    column-count: 1;
  }
}
#slide-block .uk-slider-nav li a {
  border: 1px solid #255aa3;
}
#slide-block .uk-slider-nav li.uk-active a {
  background-color: #255aa3;
}
#counter-block .count {
  font-size: 34px;
  font-weight: bold;
  color: #255aa3;
}
#counter-block p {
  color: #255aa3;
  font-size: 16px;
  font-weight: bold;
  margin: 0;
}
#custom-button {
  background: #2158a5;
  border-radius: 5px;
  text-transform: capitalize;
  font-size: 16px;
}
#custom-button:hover {
  background: #8dc63f;
}
#banner-image div {
  padding-top: 30px;
  padding-bottom: 30px;
}
#banner-image div h2 {
  color: #255aa3;
  text-transform: uppercase;
}
#banner-image div a.uk-button {
  background-color: #8dc63f;
  border-radius: 5px;
}
#banner-image div a.uk-button:hover {
  background-color: #567b24;
}
#dps-layout h3 {
  line-height: 1.3;
}
#dps-layout h3 a {
  color: #000000;
}
#dps-layout .category {
  color: #8dc63f;
  margin: 15px 0 0px;
  display: block;
}
#dps-layout .view-more {
  color: #8dc63f;
}
#dps-layout .uk-slidenav {
  color: #fff;
  background: #2158a5;
}
#dps-layout.campaign ul li h3 {
  display: none;
}
#dps-layout.campaign ul li .category {
  display: none;
}
#dps-layout .uk-slider-nav li a {
  border: 1px solid #255aa3;
}
#dps-layout .uk-slider-nav li.uk-active a {
  background-color: #255aa3;
}
#listing-posts .entry-date {
  color: #8dc63f;
}
#listing-posts h3 a {
  color: #255aa3;
}
#introBlock p {
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
}
#slider-post > h2,
#cat-listing > h2 {
  margin-top: 0px;
  margin-bottom: 20px;
}
#slider-post .post .uk-height-medium,
#cat-listing .post .uk-height-medium {
  height: 120px;
  width: 200px;
  border: 1px solid #cdcdcd;
}
#slider-post .post .content h2,
#cat-listing .post .content h2 {
  padding-top: 0px;
  font-size: 18px;
  margin-bottom: 0px;
}
#slider-post .post .content h2 a,
#cat-listing .post .content h2 a {
  color: #000;
}
#slider-post .post .content p,
#cat-listing .post .content p {
  margin: 10px 0;
}
#slider-post .post .content .date,
#cat-listing .post .content .date {
  color: #255aa3;
}
#slider-post .post .content .date a,
#cat-listing .post .content .date a {
  color: #255aa3;
}
/* single post */
.single-post .content h1 {
  color: #000;
  font-size: 35px;
  margin-bottom: 10px;
}
.single-post .content h2.subtitle {
  color: #265aa5;
  font-size: 25px;
  padding-top: 0px;
  margin-bottom: 10px;
}
.single-post .content .date {
  margin: 0px 0px 10px;
}
.single-post .sidebar {
  background: #fbfbfb;
  padding: 20px;
}
/* Content page container */
.content-page {
  max-width: 800px;
  margin: 0 auto;
}
/* category list + count */
.cat-menu.list-group li a {
  color: #000;
}
.cat-menu.list-group li a span {
  font-size: 0.7rem;
  font-weight: 700;
  line-height: 1em;
  padding: 6px 8px 6px 8px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  background: #255aa3;
  float: right;
  color: #fff;
}
/* -------------------
Sidebar class apply width 1-3 propotional.
---------------------- */
.sidebar .columns .left {
  width: calc(100% * 2 / 3.001);
}
.sidebar .columns .right {
  width: calc(100% * 1 / 3.001);
}
#tm-footer {
  background: #3b4e61;
  color: #fff;
}
#tm-footer h2 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: bold;
}
#tm-footer .uk-iconnav li a {
  color: #fff;
}
#tm-footer #menu-footer-menu li a {
  color: #fff;
  text-transform: unset;
}
#tm-footer #menu-footer-menu li a:after {
  color: #fff;
  content: '|';
  font-size: 20px;
  height: 50px;
  position: relative;
  right: -6px;
  top: 8px;
  width: 1px;
}
#tm-footer #menu-footer-menu li:last-child a:after {
  content: '';
}
#tm-footer .footer-logo img {
  max-width: 220px;
}
#tm-footer .social-media .links a {
  color: #8dc63f;
}
#tm-footer .center .nav {
  -moz-column-count: 2;
  -moz-column-gap: 30px;
  -webkit-column-count: 2;
  -webkit-column-gap: 30px;
  column-count: 2;
  column-gap: 30px;
}
#tm-footer .copyright {
  background: #00316c;
  font-size: 14px;
}
#tm-footer .credits {
  background-color: #fff;
  color: #000;
}
